coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sb_cimx.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sb_Poweron_Init (void)
 AMD South Bridge CIMx entry point wrapper. More...
 
void sb_Before_Pci_Init (void)
 South Bridge CIMx ramstage entry point wrapper. More...
 
void sb_After_Pci_Init (void)
 
void sb_Mid_Post_Init (void)
 
void sb_Late_Post (void)
 
void sb_Before_Pci_Restore_Init (void)
 
void sb_After_Pci_Restore_Init (void)
 
void sb800_clk_output_48Mhz (void)
 CIMX not set the clock to 48Mhz until sbBeforePciInit, coreboot may need to set this even more earlier. More...
 

Function Documentation

◆ sb800_clk_output_48Mhz()

void sb800_clk_output_48Mhz ( void  )

CIMX not set the clock to 48Mhz until sbBeforePciInit, coreboot may need to set this even more earlier.

Definition at line 29 of file early.c.

References misc_read32(), and misc_write32().

Here is the call graph for this function:

◆ sb_After_Pci_Init()

void sb_After_Pci_Init ( void  )

Definition at line 259 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

Referenced by platform_BeforeInitMid().

Here is the caller graph for this function:

◆ sb_After_Pci_Restore_Init()

void sb_After_Pci_Restore_Init ( void  )

Definition at line 287 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

◆ sb_Before_Pci_Init()

void sb_Before_Pci_Init ( void  )

South Bridge CIMx ramstage entry point wrapper.

Definition at line 252 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

Referenced by sb800_enable().

Here is the caller graph for this function:

◆ sb_Before_Pci_Restore_Init()

void sb_Before_Pci_Restore_Init ( void  )

Definition at line 280 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

Referenced by sb800_enable().

Here is the caller graph for this function:

◆ sb_Late_Post()

void sb_Late_Post ( void  )

Definition at line 273 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

Referenced by platform_AfterInitLate().

Here is the caller graph for this function:

◆ sb_Mid_Post_Init()

void sb_Mid_Post_Init ( void  )

Definition at line 266 of file late.c.

References BIOS_DEBUG, printk, and sb_config.

Referenced by platform_BeforeInitMid().

Here is the caller graph for this function:

◆ sb_Poweron_Init()

void sb_Poweron_Init ( void  )

AMD South Bridge CIMx entry point wrapper.

AMD South Bridge CIMx entry point wrapper.

Definition at line 12 of file early.c.

References sb800_cimx_config().

Referenced by platform_BeforeInitReset().

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