diff options
| author | Michael Brown | 2012-07-18 01:34:04 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-10-05 14:24:07 +0200 |
| commit | bab0a4c1ce5dc0485c35dcda9338dc92c1802121 (patch) | |
| tree | f76f8fa4b499fdf39d26907b93be818618a6a2ae /src/include/ipxe | |
| parent | [contrib] Enable bochs debug port by default (diff) | |
| download | ipxe-bab0a4c1ce5dc0485c35dcda9338dc92c1802121.tar.gz ipxe-bab0a4c1ce5dc0485c35dcda9338dc92c1802121.tar.xz ipxe-bab0a4c1ce5dc0485c35dcda9338dc92c1802121.zip | |
[efi] Mark SNP formset compliant with IBM's Unified Configuration Manager
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
| -rw-r--r-- | src/include/ipxe/efi/efi_hii.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_hii.h b/src/include/ipxe/efi/efi_hii.h index 1a98750f2..f95a75f60 100644 --- a/src/include/ipxe/efi/efi_hii.h +++ b/src/include/ipxe/efi/efi_hii.h @@ -137,4 +137,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); }, \ } +/** GUID indicating formset compliance for IBM Unified Configuration Manager */ +#define EFI_HII_IBM_UCM_COMPLIANT_FORMSET_GUID \ + { 0x5c8e9746, 0xa5f7, 0x4593, \ + { 0xaf, 0x1f, 0x66, 0xa8, 0x2a, 0xa1, 0x9c, 0xb1 } } + #endif /* _IPXE_EFI_HII_H */ |
