[U-Boot] [PATCH v2 9/9] x86: baytrail: Support running as an EFI payload
Bin Meng
bmeng.cn at gmail.com
Mon Aug 10 08:19:44 CEST 2015
On Sat, Aug 8, 2015 at 10:27 PM, Simon Glass <sjg at chromium.org> wrote:
> 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;
> --
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list