coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock_normal.c File Reference
#include <cbfs.h>
#include <fallback.h>
#include <program_loading.h>
#include <stddef.h>
Include dependency graph for bootblock_normal.c:

Go to the source code of this file.

Functions

static const char * get_fallback (const char *stagelist)
 
enum cb_err legacy_romstage_select_and_load (struct prog *romstage)
 

Function Documentation

◆ get_fallback()

static const char* get_fallback ( const char *  stagelist)
static

Definition at line 8 of file bootblock_normal.c.

◆ legacy_romstage_select_and_load()

enum cb_err legacy_romstage_select_and_load ( struct prog romstage)

Definition at line 8 of file bootblock_normal.c.

Referenced by run_romstage().

Here is the caller graph for this function: