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

Go to the source code of this file.

Functions

void variant_nhlt_oem_overrides (const char **oem_id, const char **oem_table_id, uint32_t *oem_revision)
 
void variant_chip_display_init (void)
 

Function Documentation

◆ variant_chip_display_init()

void variant_chip_display_init ( void  )

Definition at line 16 of file board.c.

◆ variant_nhlt_oem_overrides()

void variant_nhlt_oem_overrides ( const char **  oem_id,
const char **  oem_table_id,
uint32_t oem_revision 
)

Definition at line 7 of file board.c.