coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
temp_ram_exit.c File Reference
#include <arch/romstage.h>
#include <console/console.h>
#include <fsp/api.h>
#include <fsp/util.h>
#include <cbfs.h>
#include <types.h>
Include dependency graph for temp_ram_exit.c:

Go to the source code of this file.

Functions

static void fsp_temp_ram_exit (void)
 
void late_car_teardown (void)
 

Function Documentation

◆ fsp_temp_ram_exit()

static void fsp_temp_ram_exit ( void  )
static

Definition at line 10 of file temp_ram_exit.c.

References BIOS_CRIT, BIOS_DEBUG, CB_SUCCESS, cbfs_map(), cbfs_unmap(), die(), FSP_SUCCESS, fsp_validate_component(), name, NULL, and printk.

Referenced by late_car_teardown().

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

◆ late_car_teardown()

void late_car_teardown ( void  )

Definition at line 38 of file temp_ram_exit.c.

References fsp_temp_ram_exit().

Here is the call graph for this function: