coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.c File Reference
#include <drivers/intel/gma/opregion.h>
#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  {
  MAGOLOR_SKU_START = 0x70000 , MAGOLOR_SKU_END = 0x7ffff , MAGLIA_SKU_START = 0x80000 , MAGLIA_SKU_END = 0x8ffff ,
  MAGISTER_SKU_START = 0xc0000 , MAGISTER_SKU_END = 0xcffff , MAGMA_SKU_START = 0xd0000 , MAGMA_SKU_END = 0xdffff ,
  MAGNETO_SKU_START = 0x110000 , MAGNETO_SKU_END = 0x11ffff
}
 

Functions

const char * get_wifi_sar_cbfs_filename (void)
 
const char * mainboard_vbt_filename (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MAGOLOR_SKU_START 
MAGOLOR_SKU_END 
MAGLIA_SKU_START 
MAGLIA_SKU_END 
MAGISTER_SKU_START 
MAGISTER_SKU_END 
MAGMA_SKU_START 
MAGMA_SKU_END 
MAGNETO_SKU_START 
MAGNETO_SKU_END 

Definition at line 8 of file variant.c.

Function Documentation

◆ get_wifi_sar_cbfs_filename()

const char* get_wifi_sar_cbfs_filename ( void  )

◆ mainboard_vbt_filename()

const char* mainboard_vbt_filename ( void  )

Definition at line 37 of file variant.c.

References FW_CONFIG, and fw_config_probe().

Here is the call graph for this function: