Skip to content

Commit cab7e9a

Browse files
committed
[ACPICA] Update to version 20200528. CORE-17094
1 parent 52f103c commit cab7e9a

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

drivers/bus/acpi/acpica/include/acpixf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
/* Current ACPICA subsystem version in YYYYMMDD format */
4848

49-
#define ACPI_CA_VERSION 0x20200430
49+
#define ACPI_CA_VERSION 0x20200528
5050

5151
#include "acconfig.h"
5252
#include "actypes.h"

drivers/bus/acpi/acpica/include/actypes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,8 +860,9 @@ typedef UINT8 ACPI_ADR_SPACE_TYPE;
860860
#define ACPI_ADR_SPACE_GPIO (ACPI_ADR_SPACE_TYPE) 8
861861
#define ACPI_ADR_SPACE_GSBUS (ACPI_ADR_SPACE_TYPE) 9
862862
#define ACPI_ADR_SPACE_PLATFORM_COMM (ACPI_ADR_SPACE_TYPE) 10
863+
#define ACPI_ADR_SPACE_PLATFORM_RT (ACPI_ADR_SPACE_TYPE) 11
863864

864-
#define ACPI_NUM_PREDEFINED_REGIONS 11
865+
#define ACPI_NUM_PREDEFINED_REGIONS 12
865866

866867
/*
867868
* Special Address Spaces

drivers/bus/acpi/acpica/utilities/utdecode.c

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,18 @@ const UINT8 AcpiGbl_NsProperties[ACPI_NUM_NS_TYPES] =
106106

107107
const char *AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS] =
108108
{
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 */
120121
};
121122

122123

media/doc/3rd Party Files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Used Version: 1.6.37
9292
Website: http://libpng.sourceforge.net/
9393

9494
Title: ACPICA
95-
Used Version: 20200430
95+
Used Version: 20200528
9696
Website: https://acpica.org/
9797

9898
Title: Schily Tools, mkisofs

0 commit comments

Comments
 (0)