:: commit 5efc52315864a32194d776e09dcb73323df78923

no92 <no92.mail@gmail.com> — 2024-11-03 22:19

parents: 2494aeee0e

acpi: fix incorrect SMBIOS entry point structure

diff --git a/common/lib/acpi.h b/common/lib/acpi.h
index 695c9b14..b674e78d 100644
--- a/common/lib/acpi.h
+++ b/common/lib/acpi.h
@@ -98,6 +98,7 @@ struct smbios_entry_point_64 {
     /// Size of the largest SMBIOS structure, in bytes, and encompasses the
     /// structure’s formatted area and text strings
     uint16_t max_structure_size;
+    uint16_t padding;
     /// 64-bit physical starting address of the read-only SMBIOS Structure
     /// Table.
     uint64_t table_address;
tab: 248 wrap: offon