File tree Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Expand file tree Collapse file tree 4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 46
46
47
47
/* Current ACPICA subsystem version in YYYYMMDD format */
48
48
49
- #define ACPI_CA_VERSION 0x20200430
49
+ #define ACPI_CA_VERSION 0x20200528
50
50
51
51
#include "acconfig.h"
52
52
#include "actypes.h"
Original file line number Diff line number Diff line change @@ -860,8 +860,9 @@ typedef UINT8 ACPI_ADR_SPACE_TYPE;
860
860
#define ACPI_ADR_SPACE_GPIO (ACPI_ADR_SPACE_TYPE) 8
861
861
#define ACPI_ADR_SPACE_GSBUS (ACPI_ADR_SPACE_TYPE) 9
862
862
#define ACPI_ADR_SPACE_PLATFORM_COMM (ACPI_ADR_SPACE_TYPE) 10
863
+ #define ACPI_ADR_SPACE_PLATFORM_RT (ACPI_ADR_SPACE_TYPE) 11
863
864
864
- #define ACPI_NUM_PREDEFINED_REGIONS 11
865
+ #define ACPI_NUM_PREDEFINED_REGIONS 12
865
866
866
867
/*
867
868
* Special Address Spaces
Original file line number Diff line number Diff line change @@ -106,17 +106,18 @@ const UINT8 AcpiGbl_NsProperties[ACPI_NUM_NS_TYPES] =
106
106
107
107
const char * AcpiGbl_RegionTypes [ACPI_NUM_PREDEFINED_REGIONS ] =
108
108
{
109
- "SystemMemory" , /* 0x00 */
110
- "SystemIO" , /* 0x01 */
111
- "PCI_Config" , /* 0x02 */
112
- "EmbeddedControl" , /* 0x03 */
113
- "SMBus" , /* 0x04 */
114
- "SystemCMOS" , /* 0x05 */
115
- "PCIBARTarget" , /* 0x06 */
116
- "IPMI" , /* 0x07 */
117
- "GeneralPurposeIo" , /* 0x08 */
118
- "GenericSerialBus" , /* 0x09 */
119
- "PCC" /* 0x0A */
109
+ "SystemMemory" , /* 0x00 */
110
+ "SystemIO" , /* 0x01 */
111
+ "PCI_Config" , /* 0x02 */
112
+ "EmbeddedControl" , /* 0x03 */
113
+ "SMBus" , /* 0x04 */
114
+ "SystemCMOS" , /* 0x05 */
115
+ "PCIBARTarget" , /* 0x06 */
116
+ "IPMI" , /* 0x07 */
117
+ "GeneralPurposeIo" , /* 0x08 */
118
+ "GenericSerialBus" , /* 0x09 */
119
+ "PCC" , /* 0x0A */
120
+ "PlatformRtMechanism" /* 0x0B */
120
121
};
121
122
122
123
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Used Version: 1.6.37
92
92
Website: http://libpng.sourceforge.net/
93
93
94
94
Title: ACPICA
95
- Used Version: 20200430
95
+ Used Version: 20200528
96
96
Website: https://acpica.org/
97
97
98
98
Title: Schily Tools, mkisofs
You can’t perform that action at this time.
0 commit comments