coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c File Reference
#include <build.h>
#include <console/console.h>
#include <chip.h>
#include <device/pci_ops.h>
#include <soc/lpc.h>
#include <soc/pci_devs.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include <stdint.h>
#include "cpld.h"
Include dependency graph for romstage.c:

Go to the source code of this file.

Functions

void mainboard_memory_init_params (struct romstage_params *params, MEMORY_INIT_UPD *memory_params)
 
void mainboard_after_memory_init (void)
 

Function Documentation

◆ mainboard_after_memory_init()

void mainboard_after_memory_init ( void  )

Definition at line 49 of file romstage.c.

References BIOS_DEBUG, LPC_DEV, PCI_DEV, pci_write_config32(), printk, and UART_CONT.

Here is the call graph for this function:

◆ mainboard_memory_init_params()

void mainboard_memory_init_params ( struct romstage_params params,
MEMORY_INIT_UPD *  memory_params 
)

Definition at line 18 of file romstage.c.