Re: [U-Boot] [PATCH 6/7] efi_loader: allocate configuration table array

2018-06-27 Thread Bin Meng
On Thu, Jun 28, 2018 at 10:20 AM, Heinrich Schuchardt wrote: > The system table contains a link to the list of configurations tables. > These include the device tree, SMBIOS table, and the ACPI table. > > This array is currently statically linked. With the patch it is allocated > as EFI_RUNTIME_SE

[U-Boot] [PATCH 6/7] efi_loader: allocate configuration table array

2018-06-27 Thread Heinrich Schuchardt
The system table contains a link to the list of configurations tables. These include the device tree, SMBIOS table, and the ACPI table. This array is currently statically linked. With the patch it is allocated as EFI_RUNTIME_SERVICES_DATA. Due to the structure of the system table we cannot work wi