repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
kontron
/
ktqm77
/
acpi_tables.c
blob
64f3f04bd06619dc63c60499ac5fbea25ccfc276
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpi_gnvs.h>
4
#include <soc/nvs.h>
5
#include
"thermal.h"
6
7
void
mainboard_fill_gnvs
(
struct
global_nvs
*
gnvs
)
8
{
9
gnvs
->
tcrt
=
CRITICAL_TEMPERATURE
;
10
gnvs
->
tpsv
=
PASSIVE_TEMPERATURE
;
11
}