[Buildroot] [PATCH v3 6/7] boot/edk2: add support to i386 architecture

Köry Maincent kory.maincent at bootlin.com
Mon Oct 4 10:22:37 UTC 2021


Yann, 

On Sun, 3 Oct 2021 14:49:00 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> > +config BR2_TARGET_EDK2_PLATFORM_OVMF_I386
> > +	bool "i386"
> > +	depends on BR2_i386 || BR2_x86_64  
> 
> As there was a build failure with BR2_x86_64=y, I've just dropped that
> possibility: BR2_TARGET_EDK2_PLATFORM_OVMF_I386 is only available for
> BR2_i386.
> 
> If you have the opportunity/need to look into that, a further patch is
> most welcome!

Found! The issue is that EDK2_ARCH is configured for X64 even when we select
the BR2_TARGET_EDK2_PLATFORM_OVMF_I386 configuration.
> >  else ifeq ($(BR2_x86_64),y)
> >  EDK2_ARCH = X64

I will send a patch to fix this.

Regards,

Köry


More information about the buildroot mailing list