coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.h File Reference
#include <stdint.h>
Include dependency graph for variant.h:

Go to the source code of this file.

Macros

#define SPD_SIZE   256
 
#define GPIO_SSUS_37_PAD   57
 
#define GPIO_SSUS_38_PAD   50
 
#define GPIO_SSUS_39_PAD   58
 
#define GPIO_SSUS_40_PAD   52
 
#define GPIO_SSUS_40_PAD_USE_PULLDOWN
 

Variables

static const uint32_t dual_channel_config
 

Macro Definition Documentation

◆ GPIO_SSUS_37_PAD

#define GPIO_SSUS_37_PAD   57

Definition at line 28 of file variant.h.

◆ GPIO_SSUS_38_PAD

#define GPIO_SSUS_38_PAD   50

Definition at line 29 of file variant.h.

◆ GPIO_SSUS_39_PAD

#define GPIO_SSUS_39_PAD   58

Definition at line 30 of file variant.h.

◆ GPIO_SSUS_40_PAD

#define GPIO_SSUS_40_PAD   52

Definition at line 31 of file variant.h.

◆ GPIO_SSUS_40_PAD_USE_PULLDOWN

#define GPIO_SSUS_40_PAD_USE_PULLDOWN

Definition at line 32 of file variant.h.

◆ SPD_SIZE

#define SPD_SIZE   256

Definition at line 27 of file variant.h.

Variable Documentation

◆ dual_channel_config

const uint32_t dual_channel_config
static
Initial value:
=
(1 << 0) | (1 << 1) | (1 << 2) | (1 << 6) | (1 << 7) | (1 << 10)

Definition at line 24 of file variant.h.