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

Go to the source code of this file.

Enumerations

enum  {
  GALTIC_SKU_START = 0x120000 , GALTIC_SKU_END = 0x12ffff , GALITH_SKU_START = 0x130000 , GALITH_SKU_END = 0x13ffff ,
  GALNAT_SKU_START = 0x140000 , GALNAT_SKU_END = 0x14ffff , GALLOP_SKU_START = 0x150000 , GALLOP_SKU_END = 0x15ffff ,
  GALTIC360_SKU_START = 0x260000 , GALTIC360_SKU_END = 0x26ffff , GALITH360_SKU_START = 0x270000 , GALITH360_SKU_END = 0x27ffff ,
  GALNAT360_SKU_START = 0x2B0000 , GALNAT360_SKU_END = 0x2Bffff
}
 

Functions

const char * get_wifi_sar_cbfs_filename (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GALTIC_SKU_START 
GALTIC_SKU_END 
GALITH_SKU_START 
GALITH_SKU_END 
GALNAT_SKU_START 
GALNAT_SKU_END 
GALLOP_SKU_START 
GALLOP_SKU_END 
GALTIC360_SKU_START 
GALTIC360_SKU_END 
GALITH360_SKU_START 
GALITH360_SKU_END 
GALNAT360_SKU_START 
GALNAT360_SKU_END 

Definition at line 7 of file variant.c.

Function Documentation

◆ get_wifi_sar_cbfs_filename()