coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
board_id.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EC_FAB_ID_CMD   0x0d
 
#define BOARD_ID_MASK   0x3f
 

Functions

int get_board_id (void)
 

Macro Definition Documentation

◆ BOARD_ID_MASK

#define BOARD_ID_MASK   0x3f

Definition at line 9 of file board_id.h.

◆ EC_FAB_ID_CMD

#define EC_FAB_ID_CMD   0x0d

Definition at line 7 of file board_id.h.

Function Documentation

◆ get_board_id()

int get_board_id ( void  )

Definition at line 20 of file board_id.c.