git: boot/efi: Recognize four more configuration tables

Aaron LI aly at crater.dragonflybsd.org
Mon May 29 05:58:40 PDT 2023


commit 34f16cb63a66b8f9628ff8a7eed4e9c5ccec9b45
Author: Aaron LI <aly at aaronly.me>
Date:   Sat May 6 07:24:30 2023 +0800

    boot/efi: Recognize four more configuration tables
    
    Recognize the following four configuration tables:
    - f2fd1544-9794-4a2c-992e-e5bbcf20e394 (SMBIOS3_TABLE_GUID)
    - b122a263-3661-4f68-9929-78f8b0d62180 (EFI_SYSTEM_RESOURCE_TABLE_GUID)
    - ee4e5898-3914-4259-9d6e-dc7bd79403cf (LZMA_CUSTOM_DECOMPRESS_GUIDE)
    - 00781ca1-5de3-405f-abb8-379c3c076984 (AMI_ROM_LAYOUT_GUID)
    
    Tested on my HPE MicroServer Gen10, which has SMBIOS3_TABLE_GUID,
    EFI_SYSTEM_RESOURCE_TABLE_GUID and AMI_ROM_LAYOUT_GUID.
    
    Refer-to: https://reviews.freebsd.org/D14036

Summary of changes:
 stand/boot/efi/include/efi.h |  3 +++
 stand/boot/efi/loader/main.c | 16 ++++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/34f16cb63a66b8f9628ff8a7eed4e9c5ccec9b45


-- 
DragonFly BSD source repository


More information about the Commits mailing list