summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/dmi.h
diff options
context:
space:
mode:
authorArd Biesheuvel2014-10-14 16:41:27 +0200
committerArd Biesheuvel2014-11-05 09:03:19 +0100
commitfc43026278b23b3515cf8f909ec29df94b3ae1a2 (patch)
tree407bb81e01d2c8d479be70cba6d177740354f04c /arch/arm64/include/asm/dmi.h
parentefi: dmi: add support for SMBIOS 3.0 UEFI configuration table (diff)
downloadkernel-qcow2-linux-fc43026278b23b3515cf8f909ec29df94b3ae1a2.tar.gz
kernel-qcow2-linux-fc43026278b23b3515cf8f909ec29df94b3ae1a2.tar.xz
kernel-qcow2-linux-fc43026278b23b3515cf8f909ec29df94b3ae1a2.zip
dmi: add support for SMBIOS 3.0 64-bit entry point
The DMTF SMBIOS reference spec v3.0.0 defines a new 64-bit entry point, which enables support for SMBIOS structure tables residing at a physical offset over 4 GB. This is especially important for upcoming arm64 platforms whose system RAM resides entirely above the 4 GB boundary. For the UEFI case, this code attempts to detect the new SMBIOS 3.0 header magic at the offset passed in the SMBIOS3_TABLE_GUID UEFI configuration table. If this configuration table is not provided, or if we fail to parse the header, we fall back to using the legacy SMBIOS_TABLE_GUID configuration table. This is in line with the spec, that allows both configuration tables to be provided, but mandates that they must point to the same structure table, unless the version pointed to by the 64-bit entry point is a superset of the 32-bit one. For the non-UEFI case, the detection logic is modified to look for the SMBIOS 3.0 header magic before it looks for the legacy header magic. Note that this patch is based on version 3.0.0d [draft] of the specification, which is expected not to deviate from the final version in ways that would affect the correctness of this implementation. Tested-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Acked-by: Leif Lindholm <leif.lindholm@linaro.org> Tested-by: Leif Lindholm <leif.lindholm@linaro.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Tony Luck <tony.luck@intel.com> Acked-by: Matt Fleming <matt.fleming@intel.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'arch/arm64/include/asm/dmi.h')
0 files changed, 0 insertions, 0 deletions