From: Ard Biesheuvel Date: Tue, 14 Oct 2014 14:34:47 +0000 (+0200) Subject: efi: dmi: add support for SMBIOS 3.0 UEFI configuration table X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ccbbc9d5aa01a6c1c9c78acea6515db4f1be71;p=pandora-kernel.git efi: dmi: add support for SMBIOS 3.0 UEFI configuration table This adds support to the UEFI side for detecting the presence of a SMBIOS 3.0 64-bit entry point. This allows the actual SMBIOS structure table to reside at a physical offset over 4 GB, which cannot be supported by the legacy SMBIOS 32-bit entry point. Since the firmware can legally provide both entry points, store the SMBIOS 3.0 entry point in a separate variable, and let the DMI decoding layer decide which one will be used. Tested-by: Suravee Suthikulpanit Acked-by: Leif Lindholm Acked-by: Matt Fleming Signed-off-by: Ard Biesheuvel --- Reading git-diff-tree failed