coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
postcar.c File Reference
#include <arch/romstage.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/mtrr.h>
#include <main_decl.h>
#include <program_loading.h>
#include <timestamp.h>
Include dependency graph for postcar.c:

Go to the source code of this file.

Functions

__weak void late_car_teardown (void)
 
void main (void)
 

Function Documentation

◆ late_car_teardown()

__weak void late_car_teardown ( void  )

Definition at line 15 of file postcar.c.

Referenced by main().

Here is the caller graph for this function:

◆ main()

void main ( void  )

Definition at line 17 of file postcar.c.

References cbmem_initialize(), cbmem_online(), console_init(), display_mtrrs(), late_car_teardown(), run_ramstage(), timestamp_add_now(), and TS_POSTCAR_START.

Here is the call graph for this function: