[U-Boot] [PATCH v2 21/47] efi: Display the correct initcall pre-relocation values

Simon Glass sjg at chromium.org
Mon Aug 3 01:37:50 CEST 2015


On 31 July 2015 at 09:31, Simon Glass <sjg at chromium.org> wrote:
> With EFI the start address of U-Boot is specified differently. We could
> consider just setting GD_FLG_RELOC and then setting up reloc_off. But that
> flag has other implementations and we are not able to use U-Boot relocation
> which this flag implies.
>
> Instead, just add a special case for EFI.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Rename CONFIG_ARCH_EFI to CONFIG_EFI_APP
> - Rename ImageBase to image_base
>
>  lib/initcall.c | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to u-boot-x86.


More information about the U-Boot mailing list