mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Fix ACPI memory aggregator/device type mismatch, as in EDK2
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
981e737da3
commit
b1f5fef43e
@ -995,9 +995,9 @@ typedef struct {
|
||||
///
|
||||
/// Memory Aggregator Device Type
|
||||
///
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_SOCKET 0x1
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_MEMORY_CONTROLLER 0x2
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_DIMM 0x3
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_SOCKET 0x0
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_MEMORY_CONTROLLER 0x1
|
||||
#define EFI_ACPI_5_0_PMMT_MEMORY_AGGREGATOR_DEVICE_TYPE_DIMM 0x2
|
||||
|
||||
///
|
||||
/// Socket Memory Aggregator Device Structure.
|
||||
|
Loading…
Reference in New Issue
Block a user