coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
#include <stdint.h>
#include <fsp/util.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
Include dependency graph for chip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  soc_intel_quark_config
 

Macros

#define MRC_FLAG_ECC_EN   BIT0
 MRC Flags bits. More...
 
#define MRC_FLAG_SCRAMBLE_EN   BIT1
 
#define MRC_FLAG_MEMTEST_EN   BIT2
 
#define MRC_FLAG_TOP_TREE_EN   BIT3
 
#define MRC_FLAG_WR_ODT_EN   BIT4
 

Macro Definition Documentation

◆ MRC_FLAG_ECC_EN

#define MRC_FLAG_ECC_EN   BIT0

MRC Flags bits.

Definition at line 14 of file chip.h.

◆ MRC_FLAG_MEMTEST_EN

#define MRC_FLAG_MEMTEST_EN   BIT2

Definition at line 16 of file chip.h.

◆ MRC_FLAG_SCRAMBLE_EN

#define MRC_FLAG_SCRAMBLE_EN   BIT1

Definition at line 15 of file chip.h.

◆ MRC_FLAG_TOP_TREE_EN

#define MRC_FLAG_TOP_TREE_EN   BIT3

Definition at line 19 of file chip.h.

◆ MRC_FLAG_WR_ODT_EN

#define MRC_FLAG_WR_ODT_EN   BIT4

Definition at line 22 of file chip.h.