coreboot-kgpe-d16/src
Felix Held 32bba1877b acpi/acpigen: introduce acpigen_write_processor_device
The ACPI PROCESSOR_OP has been deprecated in ACPI 6.0 and dropped in
ACPI 6.4 and is now permanently reserved. As a replacement, DEVICE_OP
with the special HID ACPI0007 should be used instead. This special HID
was introduced in version 3 of the ACPI spec. To have a function to
generate this, acpigen_write_processor_device is introduced. The CPU
index is used as UID which can be assumed to be unique.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ifb0da903a972be134bb3b9071f81b441f60917d1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72469
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2023-01-31 17:35:42 +00:00
..
acpi acpi/acpigen: introduce acpigen_write_processor_device 2023-01-31 17:35:42 +00:00
arch arch/x86/smbios.c: Add socket type for Intel SPR-SP 2023-01-30 01:44:51 +00:00
commonlib commonlib/storage: Add common eMMC functions 2023-01-16 00:33:11 +00:00
console console: Print architecture 2023-01-31 15:26:16 +00:00
cpu
device
drivers drivers/intel/fsp2_0: Simplify check for CONFIG_SAVE_MRC_AFTER_FSPS 2023-01-31 04:04:49 +00:00
ec ec/google/chrome-ec: Demote Vivaldi printk from error to info 2023-01-28 03:43:14 +00:00
include acpi/acpigen: introduce acpigen_write_processor_device 2023-01-31 17:35:42 +00:00
lib
mainboard mb/google/skyrim/var/winterhold: Update DPTC settings for SMT 2023-01-31 16:49:01 +00:00
northbridge nb/intel/gm45: Add remaining raminit code to support DDR2 2023-01-26 13:40:58 +00:00
sbom src/sbom: Add code documentation + fix misspelling 2023-01-31 15:20:51 +00:00
security security/vboot: Check RW_NVRAM at buildtime 2023-01-13 08:25:33 +00:00
soc soc/amd/common/block/include/acpi: drop MMIO_ACPI_CPU_CONTROL define 2023-01-31 16:40:13 +00:00
southbridge sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_POSITION 2023-01-23 08:24:22 +00:00
superio
vendorcode vendorcode: Add VariableFormat.h 2023-01-31 16:45:29 +00:00
Kconfig