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

Go to the source code of this file.

Functions

void boot_linux (void *kernel_ptr, void *fdt_ptr)
 
void arch_prog_run (struct prog *prog)
 

Function Documentation

◆ arch_prog_run()

void arch_prog_run ( struct prog prog)

Definition at line 9 of file boot.c.

References boot_linux(), cache_sync_instructions(), CBFS_TYPE_FIT, dcache_mmu_disable(), ENV_RAMSTAGE, prog_cbfs_type(), prog_entry(), prog_entry_arg(), and void().

Referenced by prog_run().

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

◆ boot_linux()

void boot_linux ( void kernel_ptr,
void fdt_ptr 
)

Referenced by arch_prog_run().

Here is the caller graph for this function: