]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Support relocation of FDT on start-up
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:15 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:47 +0000 (15:57 -0800)
commitf697d528caba0c30382b7269fd36f1111e51810d
treed2dceffbd191c1e1a3481c06a32597af9d580a98
parentf82d15ead1badc329c4c804f0405e32289f46dd8
x86: Support relocation of FDT on start-up

With CONFIG_OF_CONTROL we may have an FDT in the BSS region. Relocate
it up with the rest of U-Boot to keep the rest of memory free.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/global_data.h
arch/x86/include/asm/init_helpers.h
arch/x86/include/asm/relocate.h
arch/x86/lib/board.c
arch/x86/lib/init_helpers.c
arch/x86/lib/init_wrappers.c
arch/x86/lib/relocate.c