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
/
system76
/
oryp5
/
acpi
/
mainboard.asl
blob
17d2221ab4c224b1dbc7125f3c70d5c9d335d218
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#define EC_GPE_SCI 0x17 /* GPP_B23 */
4
#define EC_GPE_SWI 0x26 /* GPP_G6 */
5
#include <ec/system76/ec/acpi/ec.asl>
6
7
Scope (\_SB)
8
{
9
#include "sleep.asl"
10
Scope (PCI0) {
11
#include "backlight.asl"
12
}
13
}
14
15
Scope (\_GPE)
16
{
17
#include "gpe.asl"
18
}