Files
u-boot/lib/efi_loader
Heinrich Schuchardt b571b3acda efi_loader: fix efi_add_known_memory()
In efi_add_known_memory() we currently call board_get_usable_ram_top() with
an incorrect value 0 of parameter total_size. This leads to an incorrect
value for ram_top depending on the code in board_get_usable_ram_top().

Use the value of gd->ram_top instead which is set before relocation by
calling board_get_usable_ram_top().

Fixes: 7b78d6438a ("efi_loader: Reserve unaccessible memory")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2023-08-15 18:21:17 +02:00
..
2023-07-17 17:23:15 +08:00
2023-02-10 13:05:40 +01:00
2022-01-19 18:11:34 +01:00
2022-10-06 22:54:57 +02:00
2023-05-31 17:23:01 -04:00