
5 Aug
2015
5 Aug
'15
8:03 p.m.
On 4 August 2015 at 12:34, Simon Glass sjg@chromium.org wrote:
Disable a few things which interfere with the EFI init. This allows the Minnowboard MAX to boot into EFI, load a U-Boot payload then boot to the U-Boot prompt.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3: None Changes in v2:
- Fix indenting in board/intel/minnowmax/Kconfig
- Rename CONFIG_ARCH_EFI to CONFIG_EFI_APP
arch/x86/cpu/baytrail/Kconfig | 2 +- arch/x86/cpu/baytrail/cpu.c | 2 ++ arch/x86/cpu/baytrail/valleyview.c | 2 ++ board/intel/minnowmax/Kconfig | 5 +++-- 4 files changed, 8 insertions(+), 3 deletions(-)
Applied to u-boot-x86.