coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_info.c File Reference
#include <baseboard/variants.h>
#include <ec/google/chromeec/ec.h>
Include dependency graph for board_info.c:

Go to the source code of this file.

Functions

int board_info_get_fw_config (uint64_t *fw_config)
 Get board's Hardware features as defined in FW_CONFIG. More...
 

Function Documentation

◆ board_info_get_fw_config()

int board_info_get_fw_config ( uint64_t fw_config)

Get board's Hardware features as defined in FW_CONFIG.

Parameters
fw_configAddress where the fw_config is stored.
Returns
0 on success or negative integer for errors.

Definition at line 6 of file board_info.c.

References google_chromeec_cbi_get_fw_config().

Here is the call graph for this function: