mb/google/fatcat: Move CSE sync at payload
[coreboot.git] / src / mainboard / hp / snb_ivb_laptops / acpi_tables.c
blob06ca470083e562d26f6021c25863ecb07ba81146
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 // the lid is open by default.
9 gnvs->lids = 1;
11 gnvs->tcrt = 100;
12 gnvs->tpsv = 90;