coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early_init.c File Reference
#include <gpio.h>
#include <soc/mt8183.h>
#include <soc/spi.h>
#include "early_init.h"
Include dependency graph for early_init.c:

Go to the source code of this file.

Macros

#define BOOTBLOCK_EN_L   (GPIO(KPROW0))
 
#define AP_IN_SLEEP_L   (GPIO(SRCLKENA0))
 

Functions

void mainboard_early_init (void)
 

Macro Definition Documentation

◆ AP_IN_SLEEP_L

#define AP_IN_SLEEP_L   (GPIO(SRCLKENA0))

Definition at line 11 of file early_init.c.

◆ BOOTBLOCK_EN_L

#define BOOTBLOCK_EN_L   (GPIO(KPROW0))

Definition at line 10 of file early_init.c.

Function Documentation

◆ mainboard_early_init()

void mainboard_early_init ( void  )