soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / mainboard / hp / folio_9480m / acpi_tables.c
blob7aac816f32578045dd668c55ce9c6496ab95b5ae
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_gnvs.h>
4 #include <soc/nvs.h>
6 void mainboard_fill_gnvs(struct global_nvs *gnvs)
8 gnvs->lids = 1;
10 /* Temperature at which OS will shutdown */
11 gnvs->tcrt = 100;
12 /* Temperature at which OS will throttle CPU */
13 gnvs->tpsv = 90;