[U-Boot] [PATCH v2 9/9] x86: baytrail: Support running as an EFI payload
Simon Glass
sjg at chromium.org
Sat Aug 8 16:27:02 CEST 2015
We should not fiddle with interrupts or the FSP when running as an EFI
payload. Detect this and skip this code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Add new patch to support running as an EFI payload
arch/x86/cpu/baytrail/valleyview.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/cpu/baytrail/valleyview.c b/arch/x86/cpu/baytrail/valleyview.c
index bbb352f..3d337d5 100644
--- a/arch/x86/cpu/baytrail/valleyview.c
+++ b/arch/x86/cpu/baytrail/valleyview.c
@@ -44,6 +44,8 @@ int arch_misc_init(void)
{
int ret;
+ if (!ll_boot_init())
+ return 0;
ret = pirq_init();
if (ret)
return ret;
--
2.5.0.rc2.392.g76e840b
More information about the U-Boot
mailing list