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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
taeko4es
/
variant.c
blob
6a79780f6e874415ecd9069aab940f38c3ac8208
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <sar.h>
4
5
const char
*
get_wifi_sar_cbfs_filename
(
void
)
6
{
7
return
"wifi_sar_0.hex"
;
8
}