diff options
| author | Michael Brown | 2015-10-06 19:44:21 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-10-07 09:34:27 +0200 |
| commit | 42e0c7e956609be4adebd61250a7271a6838d70e (patch) | |
| tree | 01cccfde68eaa313e3048619ea24f238c0939f0b /src/include/ipxe/efi/Guid | |
| parent | [efi] Reset root directory when installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOL (diff) | |
| download | ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.tar.gz ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.tar.xz ipxe-42e0c7e956609be4adebd61250a7271a6838d70e.zip | |
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Guid')
| -rw-r--r-- | src/include/ipxe/efi/Guid/SmBios.h | 14 |
1 files changed, 10 insertions, 4 deletions
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.<BR> + Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR> 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 |
