coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
car.c File Reference
#include <arch/romstage.h>
#include <arch/symbols.h>
#include <cbfs.h>
#include <cbmem.h>
#include <console/console.h>
#include <commonlib/helpers.h>
#include <cpu/x86/mtrr.h>
#include <fsp/car.h>
#include <fsp/util.h>
Include dependency graph for car.c:

Go to the source code of this file.

Functions

void fill_postcar_frame (struct postcar_frame *pcf)
 
void mainboard_romstage_entry (void)
 

Function Documentation

◆ fill_postcar_frame()

void fill_postcar_frame ( struct postcar_frame pcf)

Definition at line 13 of file car.c.

◆ mainboard_romstage_entry()

void mainboard_romstage_entry ( void  )

Definition at line 26 of file car.c.