coreboot-kgpe-d16/src/soc/amd/picasso
Michał Żygowski 9550e97304 acpi: correct the processor devices scope
The ACPI Spec 2.0 states, that Processor declarations should be made
within the ACPI namespace \_SB and not \_PR anymore. \_PR is deprecated
and is removed here.

Additionally add processor scope patching for P-State SSDT created by
AGESA, becasue AGESA creates the tables with processors in \_PR scope.

TEST=boot Debian Linux on PC Engines apu2, check dmesg that there are
no errors, decompile ACPI tables with acpica to check whether the
processor scope is correct and if IASL does not complain on wrong
checksum, run FWTS

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I35f112e9f9f15f06ddb83b4192f082f9e51a969c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39698
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-03-25 10:43:37 +00:00
..
acpi acpi: correct the processor devices scope 2020-03-25 10:43:37 +00:00
include/soc soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
acp.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
acpi.c acpi: correct the processor devices scope 2020-03-25 10:43:37 +00:00
cfg_util.c soc/amd/picasso: Move get_soc_config to common location 2020-03-17 16:32:18 +00:00
chip.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
chip.h soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
cpu.c soc/amd/picasso: Add CPUID of newer device 2020-03-18 22:14:27 +00:00
finalize.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
gpio.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
i2c.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
Kconfig soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
Makefile.inc soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
mca.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
memmap.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
northbridge.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
pmutil.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
reset.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
romstage.c soc/amd/picasso: Reduce romstage.c 2019-12-19 21:51:31 +00:00
sata.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
smi.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
smi_util.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
smihandler.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
southbridge.c acpi: correct the processor devices scope 2020-03-25 10:43:37 +00:00
tsc_freq.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
uart.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00
usb.c soc: Remove copyright notices 2020-03-18 16:44:46 +00:00