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
/
dedede
/
board_info.c
blob
22d35d7475377e1f11a9838272ff9d34ef5e5ea6
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <baseboard/variants.h>
4
#include <ec/google/chromeec/ec.h>
5
6
int
board_info_get_fw_config
(
uint64_t
*
fw_config
)
7
{
8
return
google_chromeec_cbi_get_fw_config
(
fw_config
);
9
}