coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
early.c File Reference
#include <amdblocks/acpimmio.h>
#include "SBPLATFORM.h"
#include "sb_cimx.h"
#include "cfg.h"
Include dependency graph for early.c:

Go to the source code of this file.

Functions

void sb_Poweron_Init (void)
 South Bridge CIMx romstage entry, wrapper of sbPowerOnInit entry point. More...
 
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_Poweron_Init()

void sb_Poweron_Init ( void  )

South Bridge CIMx romstage entry, wrapper of sbPowerOnInit entry point.

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: