From 42e0c7e956609be4adebd61250a7271a6838d70e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 6 Oct 2015 18:44:21 +0100 Subject: [efi] Update to current EDK2 headers Signed-off-by: Michael Brown --- src/include/ipxe/efi/Guid/SmBios.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/include/ipxe/efi/Guid') diff --git a/src/include/ipxe/efi/Guid/SmBios.h b/src/include/ipxe/efi/Guid/SmBios.h index cc4a1f946..49142897a 100644 --- a/src/include/ipxe/efi/Guid/SmBios.h +++ b/src/include/ipxe/efi/Guid/SmBios.h @@ -1,11 +1,11 @@ /** @file - GUIDs used to locate the SMBIOS tables in the UEFI 2.0 system table. + GUIDs used to locate the SMBIOS tables in the UEFI 2.5 system table. - This GUID in the system table is the only legal way to search for and + These GUIDs in the system table are the only legal ways to search for and locate the SMBIOS tables. Do not search the 0xF0000 segment to find SMBIOS tables. - Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @par Revision Reference: - GUIDs defined in UEFI 2.0 spec. + GUIDs defined in UEFI 2.5 spec. **/ @@ -29,6 +29,12 @@ FILE_LICENCE ( BSD3 ); 0xeb9d2d31, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \ } +#define SMBIOS3_TABLE_GUID \ + { \ + 0xf2fd1544, 0x9794, 0x4a2c, {0x99, 0x2e, 0xe5, 0xbb, 0xcf, 0x20, 0xe3, 0x94 } \ + } + extern EFI_GUID gEfiSmbiosTableGuid; +extern EFI_GUID gEfiSmbios3TableGuid; #endif -- cgit v1.2.3-55-g7522