coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <arch/stages.h>
#include <console/console.h>
#include <delay.h>
#include <soc/emi.h>
#include <soc/mt6366.h>
#include <soc/pll_common.h>
#include <soc/regulator.h>
#include <soc/rtc.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

static void raise_little_cpu_freq (void)
 
void platform_romstage_main (void)
 

Function Documentation

◆ platform_romstage_main()

void platform_romstage_main ( void  )

Definition at line 25 of file romstage.c.

References mt6366_init(), mtk_dram_init(), raise_little_cpu_freq(), and rtc_boot().

Here is the call graph for this function:

◆ raise_little_cpu_freq()

static void raise_little_cpu_freq ( void  )
static

Definition at line 12 of file romstage.c.

References BIOS_INFO, FMETER_ABIST, mainboard_set_regulator_vol(), MHz, mt_fmeter_get_freq_khz(), mt_pll_raise_cci_freq(), mt_pll_raise_little_cpu_freq(), MTK_REGULATOR_VPROC12, MTK_REGULATOR_VSRAM_PROC12, printk, and udelay().

Referenced by platform_romstage_main().

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