commit | 8e3665087559092ef7fba861e65f633060896ede | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 04 12:34:01 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:44:08 2015 -0600 |
tree | 8b1da29a4fa5b63f87ab4c7c81af140179fc5006 | |
parent | e49cceac61a0f56beff466f844fb9b3451d564eb [diff] |
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>