Skip to content

Commit 703c730

Browse files
jmarinhorafaeljw
authored andcommitted
ACPICA: Implement the Dword_PCC Resource Descriptor Macro
ACPICA commit 1209ecf682e03d9ef0c22f4986a2e53b03bd2985 The Dword_pcc (alongside word_pcc and Qword_pcc) were accepted to ACPI inclusion via a code-first process. This patch implements support in iASL for Dword_pcc. Link: https://bugzilla.tianocore.org/show_bug.cgi?id=4594 Link: acpica/acpica@1209ecf6 Signed-off-by: Jose Marinho <jose.marinho@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 4aca2be commit 703c730

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/acpi/acpica/aclocal.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,8 @@ struct acpi_port_info {
10901090
#define ACPI_ADDRESS_TYPE_IO_RANGE 1
10911091
#define ACPI_ADDRESS_TYPE_BUS_NUMBER_RANGE 2
10921092

1093+
#define ACPI_ADDRESS_TYPE_PCC_NUMBER 0xA
1094+
10931095
/* Resource descriptor types and masks */
10941096

10951097
#define ACPI_RESOURCE_NAME_LARGE 0x80

0 commit comments

Comments
 (0)