coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_info.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <baseboard/variants.h>
5 
7 {
9 }
int board_info_get_fw_config(uint64_t *fw_config)
Get board's Hardware features as defined in FW_CONFIG.
Definition: board_info.c:6
int google_chromeec_cbi_get_fw_config(uint64_t *fw_config)
Definition: ec.c:844
unsigned long long uint64_t
Definition: stdint.h:17
struct fw_config - Firmware configuration field and option.
Definition: fw_config.h:20