X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FGuid%2FDataHubRecords.h;h=323acdb3c45c1e57fa78680ef121094b7b13cd26;hp=0b022867bdd958316bedd05d0e42f57ae51cfca1;hb=efccebcfe0c46d92bce72e28aacf2eefbde7bc9c;hpb=b80fbe8543eb535e40172a263b6b5d633e5b282c diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h index 0b022867bd..323acdb3c4 100644 --- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h @@ -22,12 +22,6 @@ #include -#define EFI_PROCESSOR_PRODUCER_GUID \ - { 0x1bf06aea, 0x5bec, 0x4a8d, {0x95, 0x76, 0x74, 0x9b, 0x09, 0x56, 0x2d, 0x30 } } - -extern EFI_GUID gEfiProcessorProducerGuid; - - #define EFI_PROCESSOR_SUBCLASS_GUID \ { 0x26fdeb7e, 0xb8af, 0x4ccf, {0xaa, 0x97, 0x02, 0x63, 0x3c, 0xe4, 0x8c, 0xa7 } } @@ -39,24 +33,15 @@ extern EFI_GUID gEfiProcessorSubClassGuid; extern EFI_GUID gEfiCacheSubClassGuid; - -#define EFI_MEMORY_PRODUCER_GUID \ - { 0x1d7add6e, 0xb2da, 0x4b0b, {0xb2, 0x9f, 0x49, 0xcb, 0x42, 0xf4, 0x63, 0x56 } } - -extern EFI_GUID gEfiMemoryProducerGuid; - - +// +// The memory subclass belongs to the data class and is identified as the memory +// subclass by the GUID. +// #define EFI_MEMORY_SUBCLASS_GUID \ {0x4E8F4EBB, 0x64B9, 0x4e05, {0x9B, 0x18, 0x4C, 0xFE, 0x49, 0x23, 0x50, 0x97} } extern EFI_GUID gEfiMemorySubClassGuid; - -#define EFI_MISC_PRODUCER_GUID \ - { 0x62512c92, 0x63c4, 0x4d80, {0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 } } - -extern EFI_GUID gEfiMiscProducerGuid; - #define EFI_MISC_SUBCLASS_GUID \ { 0x772484B2, 0x7482, 0x4b91, {0x9F, 0x9A, 0xAD, 0x43, 0xF8, 0x1C, 0x58, 0x81 } }