coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c File Reference
Include dependency graph for bootblock.c:

Go to the source code of this file.

Macros

#define SERIAL_DEV   PNP_DEV(0x2e, IT8728F_SP1)
 
#define GPIO_DEV   PNP_DEV(0x2e, IT8728F_GPIO)
 
#define CLKIN_DEV   PNP_DEV(0x2e, IT8728F_GPIO)
 

Functions

static void sbxxx_enable_48mhzout (void)
 
void bootblock_mainboard_early_init (void)
 

Macro Definition Documentation

◆ CLKIN_DEV

#define CLKIN_DEV   PNP_DEV(0x2e, IT8728F_GPIO)

Definition at line 12 of file bootblock.c.

◆ GPIO_DEV

#define GPIO_DEV   PNP_DEV(0x2e, IT8728F_GPIO)

Definition at line 11 of file bootblock.c.

◆ SERIAL_DEV

#define SERIAL_DEV   PNP_DEV(0x2e, IT8728F_SP1)

Definition at line 10 of file bootblock.c.

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

◆ sbxxx_enable_48mhzout()

static void sbxxx_enable_48mhzout ( void  )
static

Definition at line 14 of file bootblock.c.

References misc_read32(), and misc_write32().

Referenced by bootblock_mainboard_early_init().

Here is the call graph for this function:
Here is the caller graph for this function: