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.

Functions

static void sbxxx_enable_48mhzout (void)
 
static void superio_init_m (void)
 
static void superio_init_m_pro (void)
 
void bootblock_mainboard_early_init (void)
 

Function Documentation

◆ bootblock_mainboard_early_init()

void bootblock_mainboard_early_init ( void  )

Definition at line 41 of file bootblock.c.

References CONFIG, sbxxx_enable_48mhzout(), superio_init_m(), and superio_init_m_pro().

Here is the call graph for this function:

◆ sbxxx_enable_48mhzout()

static void sbxxx_enable_48mhzout ( void  )
static

Definition at line 12 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:

◆ superio_init_m()

static void superio_init_m ( void  )
static

Definition at line 24 of file bootblock.c.

References IT8728F_GPIO, IT8728F_SP1, ite_enable_3vsbsw(), ite_enable_serial(), ite_kill_watchdog(), and PNP_DEV.

Referenced by bootblock_mainboard_early_init().

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

◆ superio_init_m_pro()

static void superio_init_m_pro ( void  )
static

Definition at line 34 of file bootblock.c.

References NCT6779D_SP1, nuvoton_enable_serial(), and PNP_DEV.

Referenced by bootblock_mainboard_early_init().

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