Home
last modified time | relevance | path

Searched hist:"8 e3665087559092ef7fba861e65f633060896ede" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A DMakefilediff 8e3665087559092ef7fba861e65f633060896ede Tue Aug 04 13:34:01 CDT 2015 Simon Glass <sjg@chromium.org> x86: Add helper code for running from EFI

When U-Boot is running from EFI some of the x86 init is replaced with
EFI-specific init. For example, since DRAM has already been set up, we only
need to find it, not init it. Add these functions so that boards can easily
allow booting from EFI if required.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>