aboutsummaryrefslogtreecommitdiff
path: root/src/acpi
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2022-02-15 12:33:42 -0700
committerMartin L Roth <gaumless@gmail.com>2022-11-13 15:41:59 +0000
commitefdd3e8c7b3bdc4892c82a4de3a192a5d25b785f (patch)
tree0d633b072f8e5125824ab7f4595cca050912a862 /src/acpi
parent804c370d742d20a35ffbaf7b1cec219909094f95 (diff)
acpi: Update default processor string from decimal to hex
Update the default processor sting from decimal to hex to increase the default number of Processor NamedObjects from 100 to 256 ie: CP00-CP99 is now CP00-CPFF This fixes MADT table generation for system up to 256 cores. Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Signed-off-by: Jonathan Zhang <jonzhang@meta.com> Change-Id: Id60a39d99fa77d1d89ad655ddecdebcc8a422f74 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69325 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/acpi')
-rw-r--r--src/acpi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig
index d1051d8030..7afff4e7e7 100644
--- a/src/acpi/Kconfig
+++ b/src/acpi/Kconfig
@@ -8,7 +8,7 @@ config ACPI_AMD_HARDWARE_SLEEP_VALUES
config ACPI_CPU_STRING
string
- default "\\_SB.CP%02d"
+ default "\\_SB.CP%02X"
depends on HAVE_ACPI_TABLES
help
Sets the ACPI name string in the processor scope as written by