[efi] Mark SNP formset compliant with IBM's Unified Configuration Manager

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-07-18 00:34:04 +01:00
parent 40044f9d43
commit bab0a4c1ce
2 changed files with 8 additions and 2 deletions

View File

@@ -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 */