Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37814 )
Change subject: soc/intel/common/block/acpi: Change Processor ACPI Name ......................................................................
Patch Set 10:
(1 comment)
picasso and stoneyridge don't use the default from `arch/x86/Kconfig`. Their Kconfig needs to be updated too, or maybe just handle them in a separate patch. After applying patch set 10:
$ git grep -A3 \ ACPI_CPU_STRING src/arch/x86/Kconfig:config ACPI_CPU_STRING src/arch/x86/Kconfig- string src/arch/x86/Kconfig- default "\_SB.CP%02d" src/arch/x86/Kconfig- depends on HAVE_ACPI_TABLES -- src/soc/amd/picasso/Kconfig:config ACPI_CPU_STRING src/soc/amd/picasso/Kconfig- string src/soc/amd/picasso/Kconfig- default "\_PR.P%03d" src/soc/amd/picasso/Kconfig- -- src/soc/amd/stoneyridge/Kconfig:config ACPI_CPU_STRING src/soc/amd/stoneyridge/Kconfig- string src/soc/amd/stoneyridge/Kconfig- default "\_PR.P%03d" src/soc/amd/stoneyridge/Kconfig-
https://review.coreboot.org/c/coreboot/+/37814/10//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37814/10//COMMIT_MSG@7 PS10, Line 7: soc/intel/common/block/acpi Prefix needs an update.