Re: [U-Boot] [RFC] arch/arm/lib/reloc_aarch64_efi.c

2019-01-31 Thread Simon Glass
Hi Heinrich, On Sun, 20 Jan 2019 at 17:26, Heinrich Schuchardt wrote: > > Hello Simon, > > unfortunately I could not find any documentation for > arch/arm/lib/reloc_aarch64_efi.c. > > EFI binaries never rely on dynamically loaded libraries. > So there will never be any dynamic symbols in an EFI

[U-Boot] [RFC] arch/arm/lib/reloc_aarch64_efi.c

2019-01-20 Thread Heinrich Schuchardt
Hello Simon, unfortunately I could not find any documentation for arch/arm/lib/reloc_aarch64_efi.c. EFI binaries never rely on dynamically loaded libraries. So there will never be any dynamic symbols in an EFI binary. There will not be any GOT either. Relocation is handled by the firmware (e.g.