Files
u-boot/lib
Simon Glass b189537d79 efi: lmb: Avoid access to _start
The app does not have this symbol. Also the memory where the app is
loaded is not under U-Boot's control.

There is no sense in relocating from one alloced region to another.
U-Boot is not able to relocate to the top of memory, nor decide what
other parts of memory are used for.

For these reasons, the EFI app skips relocation. It is not running at
the address pointed to by the _start symbol.

So disable this reservation for the EFI app.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-03-27 05:31:43 -06:00
..
2024-10-21 17:52:52 -06:00
2025-03-27 05:31:43 -06:00
2024-11-14 18:14:05 -06:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-02-15 19:07:09 -07:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-02-15 19:07:09 -07:00
2025-03-27 05:31:43 -06:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-02-25 16:39:30 -07:00
2025-02-25 16:39:57 -07:00
2024-11-13 08:14:23 -06:00
2024-11-13 08:16:41 -06:00