repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
mainboard
/
hp
/
folio_9480m
/
acpi_tables.c
blob
7aac816f32578045dd668c55ce9c6496ab95b5ae
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpi_gnvs.h>
4
#include <soc/nvs.h>
5
6
void
mainboard_fill_gnvs
(
struct
global_nvs
*
gnvs
)
7
{
8
gnvs
->
lids
=
1
;
9
10
/* Temperature at which OS will shutdown */
11
gnvs
->
tcrt
=
100
;
12
/* Temperature at which OS will throttle CPU */
13
gnvs
->
tpsv
=
90
;
14
}