From 48b038961efec0b9b3b787d595b7464529190e0c Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 15 May 2023 19:25:23 +0200 Subject: cpu/amd/pi/00730f01/Kconfig: use hexadecimal CPU number in ACPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To match the rest of coreboot, also change this ACPI_CPU_STRING Kconfig setting to use hexadecimal CPU numbers for the ACPI CPU objects. Since this SoC has a maximum of 4 cores, this change will make no difference in the runtime behavior. Signed-off-by: Felix Held Change-Id: I58f9c4672f34de0defafc300d2d291f4ad6196ff Reviewed-on: https://review.coreboot.org/c/coreboot/+/75251 Reviewed-by: Kyösti Mälkki Reviewed-by: Matt DeVillier Reviewed-by: Fred Reitberger Tested-by: build bot (Jenkins) --- src/cpu/amd/pi/00730F01/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig index af56c96ad7..1fffe37c52 100644 --- a/src/cpu/amd/pi/00730F01/Kconfig +++ b/src/cpu/amd/pi/00730F01/Kconfig @@ -10,6 +10,6 @@ if CPU_AMD_PI_00730F01 config ACPI_CPU_STRING string - default "P%03d" + default "P%03X" endif # CPU_AMD_PI_00730F01 -- cgit v1.2.1