Skip to content
Commit 06ef8089 authored by Simon Glass's avatar Simon Glass
Browse files

efi: Correct smbios-table installation



At present this code allocates memory when writing the tables and
then unnecessarily adds another memory map when installing it.

Adjust the code to allocate the tables using the normal U-Boot
mechanism. This avoids doing an EFI memory allocation early in
U-Boot, which may use memory that would be overwritten by a
'load' command, for example.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a8efebe7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment