coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <amdblocks/biosram.h>
#include <acpi/acpi.h>
#include <arch/cpu.h>
#include <arch/romstage.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/lapic.h>
#include <halt.h>
#include <program_loading.h>
#include <romstage_handoff.h>
#include <smp/node.h>
#include <string.h>
#include <timestamp.h>
#include <northbridge/amd/agesa/agesa_helper.h>
#include <northbridge/amd/agesa/state_machine.h>
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void __weak board_BeforeAgesa (struct sysinfo *cb)
 
static void fill_sysinfo (struct sysinfo *cb)
 
static void ap_romstage_main (void)
 
static void romstage_main (void)
 
asmlinkage void car_stage_entry (void)
 
voidcbmem_top_chipset (void)
 

Function Documentation

◆ ap_romstage_main()

static void ap_romstage_main ( void  )
static

Definition at line 88 of file romstage.c.

References agesa_execute_state(), fill_sysinfo(), and halt().

Referenced by romstage_main().

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

◆ board_BeforeAgesa()

void __weak board_BeforeAgesa ( struct sysinfo cb)

Definition at line 19 of file romstage.c.

Referenced by romstage_main().

Here is the caller graph for this function:

◆ car_stage_entry()

asmlinkage void car_stage_entry ( void  )

Definition at line 103 of file romstage.c.

References romstage_main().

Here is the call graph for this function:

◆ cbmem_top_chipset()

void* cbmem_top_chipset ( void  )

Definition at line 108 of file romstage.c.

References restore_top_of_low_cacheable().

Referenced by cbmem_top(), and ramstage_entry().

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

◆ fill_sysinfo()

static void fill_sysinfo ( struct sysinfo cb)
static

Definition at line 21 of file romstage.c.

References acpi_is_wakeup_s3(), agesa_set_interface(), memset(), and sysinfo::s3resume.

Referenced by ap_romstage_main(), and romstage_main().

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

◆ romstage_main()