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/{mtl,ptl,tgl}: Fix incorrect reporting of S0ix
[coreboot.git]
/
src
/
mainboard
/
google
/
guybrush
/
variants
/
baseboard
/
helpers.c
blob
84fe7328fa604f59718ff88cb016d6464b5e21d3
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <baseboard/variants.h>
4
#include <device/device.h>
5
#include <gpio.h>
6
7
bool
__weak
variant_has_pcie_wwan
(
void
)
8
{
9
return false
;
10
}
11
12
uint8_t
__weak
variant_sd_aux_reset_gpio
(
void
)
13
{
14
return
GPIO_69
;
15
}