Skip to content

Commit

Permalink
smbios: Support SMBIOS 3.0 entry point at copy_table()
Browse files Browse the repository at this point in the history
This will make coreboot code (scan_tables()) and xen code
(xen_biostable_setup()) copy SMBIOS 3.0 entry points if
found.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
  • Loading branch information
ehabkost authored and KevinOConnor committed Dec 18, 2021
1 parent eafea93 commit 401d313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fw/biostables.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,5 @@ copy_table(void *pos)
copy_mptable(pos);
copy_acpi_rsdp(pos);
copy_smbios_21(pos);
copy_smbios_30(pos);
}

0 comments on commit 401d313

Please sign in to comment.