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

Bin Meng bmeng.cn at gmail.com
Thu Jun 28 06:32:17 UTC 2018


On Thu, Jun 28, 2018 at 10:20 AM, Heinrich Schuchardt
<xypron.glpk at gmx.de> 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_SERVICES_DATA. Due to the structure of the system table we
> cannot work with a linked list here.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  include/efi_loader.h          |  3 +++
>  lib/efi_loader/efi_boottime.c | 39 +++++++++++++++++------------------
>  2 files changed, 22 insertions(+), 20 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list