u-boot/arch/x86
Simon Glass 6935dc1b7d x86: link: Set up device tree for SPL
Add the correct pre-relocation tag so that the required device tree nodes
are present in the SPL device tree.

On x86 it doesn't make a lot of sense to have a separate SPL device tree.
Since everything is in the same ROM we might as well just use the main
device tree in both SPL and U-Boot proper. But we haven't implemented that,
so this is a good first step.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2017-02-07 13:10:59 +08:00
..
cpu x86: Add a dummy setjmp implementation for x86_64 2017-02-07 13:10:50 +08:00
dts x86: link: Set up device tree for SPL 2017-02-07 13:10:59 +08:00
include/asm x86: Move turbo_state to global_data 2017-02-07 13:07:26 +08:00
lib x86: Change irq_already_routed to a local variable 2017-02-07 13:07:30 +08:00
config.mk efi_loader: Allow to compile helloworld.efi w/o bundling it 2016-11-27 09:53:39 -05:00
Kconfig x86: Kconfig: Add location options for 16/32-bit init 2017-02-06 11:38:46 +08:00
Makefile x86: Add 64-bit start-up code 2017-02-06 11:38:46 +08:00