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
 

Variables

static const uint32_t dual_channel_config
 

Macro Definition Documentation

◆ GPIO_SSUS_37_PAD

#define GPIO_SSUS_37_PAD   57

Definition at line 22 of file variant.h.

◆ GPIO_SSUS_38_PAD

#define GPIO_SSUS_38_PAD   50

Definition at line 23 of file variant.h.

◆ GPIO_SSUS_39_PAD

#define GPIO_SSUS_39_PAD   58

Definition at line 24 of file variant.h.

◆ SPD_SIZE

#define SPD_SIZE   256

Definition at line 21 of file variant.h.

Variable Documentation

◆ dual_channel_config

const uint32_t dual_channel_config
static
Initial value:
=
(1 << 1) | (1 << 3) | (1 << 5)

Definition at line 18 of file variant.h.