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

Go to the source code of this file.

Macros

#define MTS_LOAD_ADDRESS   0x82000000
 

Functions

void ccplex_cpu_prepare (void)
 
void ccplex_cpu_start (void *entry_addr)
 

Macro Definition Documentation

◆ MTS_LOAD_ADDRESS

#define MTS_LOAD_ADDRESS   0x82000000

Definition at line 6 of file ccplex.h.

Function Documentation

◆ ccplex_cpu_prepare()

void ccplex_cpu_prepare ( void  )

Definition at line 81 of file ccplex.c.

References enable_cpu_clocks(), enable_cpu_power_partitions(), mainboard_configure_pmc(), mainboard_enable_vdd_cpu(), request_ram_repair(), and set_cpu_ack_width().

Referenced by romstage().

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

◆ ccplex_cpu_start()

void ccplex_cpu_start ( void entry_addr)

Definition at line 109 of file ccplex.c.

References start_common_clocks(), and start_cpu().

Referenced by platform_prog_run().

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