coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mainboard.c File Reference
#include <ramdetect.h>
#include <symbols.h>
#include <device/device.h>
#include <bootmem.h>
Include dependency graph for mainboard.c:

Go to the source code of this file.

Functions

void bootmem_platform_add_ranges (void)
 
static void mainboard_enable (struct device *dev)
 

Variables

struct chip_operations mainboard_ops
 
struct chip_operations mainboard_emulation_qemu_aarch64_ops = { }
 

Function Documentation

◆ bootmem_platform_add_ranges()

void bootmem_platform_add_ranges ( void  )

Definition at line 8 of file mainboard.c.

References BM_MEM_BL31, bootmem_add_range(), and REGION_SIZE.

Here is the call graph for this function:

◆ mainboard_enable()

static void mainboard_enable ( struct device dev)
static

Definition at line 13 of file mainboard.c.

Variable Documentation

◆ mainboard_emulation_qemu_aarch64_ops

struct chip_operations mainboard_emulation_qemu_aarch64_ops = { }

Definition at line 13 of file mainboard.c.

◆ mainboard_ops

struct chip_operations mainboard_ops
Initial value:
= {
.enable_dev = mainboard_enable,
}
static void mainboard_enable(struct device *dev)
Definition: mainboard.c:13

Definition at line 13 of file mainboard.c.