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
/
google
/
cyan
/
acpi
/
dptf.asl
blob
79778451c7fcfb236e896eacbeb4f732a95aa480
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* Include Variant DPTF */
4
#include <variant/acpi/dptf.asl>
5
6
/* Include SoC DPTF */
7
#if !CONFIG(BOARD_GOOGLE_TERRA)
8
#include <acpi/dptf/dptf.asl>
9
#endif