soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / acpi / acpigen_extern.asl
blob74193e1fa472c332a07a8e558fc208e1b7616515
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /*
4  * Global ACPI memory region. This region is used for passing information
5  * between coreboot (aka "the system bios"), ACPI, and the SMI handler.
6  * Since we don't know where this will end up in memory at ACPI compile time,
7  * we provide it runtime via NVBx and NVSx variables from acpigen.
8  */
10 #if CONFIG(ACPI_SOC_NVS)
11 External (GNVS, OpRegionObj)
12 External (DNVS, OpRegionObj)
13 #endif