[U-Boot] [PATCH 1/2] efi_selftest: allow building relocation code on x86_64

Simon Glass sjg at chromium.org
Tue May 22 23:29:47 UTC 2018


On 18 May 2018 at 11:12, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> Variables EFI_RELOC and EFI_CRT0 have to be defined to build the
> EFI unit tests. This patch ensures this for the x86 architecure.
>
> If we compile with EFI_STUB, the bitness depends on CONFIG_EFI_STUB_64BIT.
> Otherwise the bitness depends on CONFIG_X86_64.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  arch/x86/config.mk | 20 ++++++++++++++++----
>  1 file changed, 16 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list