]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t104xrdb: support deep sleep in SPI/SD boot
authorTang Yuantian <yuantian.tang@freescale.com>
Wed, 23 Jul 2014 09:27:53 +0000 (17:27 +0800)
committerYork Sun <yorksun@freescale.com>
Tue, 12 Aug 2014 19:26:47 +0000 (12:26 -0700)
commitce249d956c820af4b9790406461b1748741d0478
treebeec4264c4b3e826cd9e5fc6c6639c209d0fccba
parent3067547502873281b19e01c7bc25da63c9b42b1e
powerpc/t104xrdb: support deep sleep in SPI/SD boot

Add deep sleep support in SPI/SD boot. The destination address
second stage uboot image is loaded to is changed because
currently this address will be used by kernel which means
we can't reserve it for resume.

Entry point to kernel is still placed in second stage uboot.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/fdt.c
board/freescale/t104xrdb/spl.c
include/configs/T104xRDB.h