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

Go to the source code of this file.

Functions

const struct region_deviceboot_device_ro (void)
 

Variables

static const struct mem_region_device boot_dev
 

Function Documentation

◆ boot_device_ro()

const struct region_device* boot_device_ro ( void  )

Variable Documentation

◆ boot_dev

const struct mem_region_device boot_dev
static
Initial value:
=
#define FLASH_BASE_ADDR
Definition: io.h:13
#define MEM_REGION_DEV_RO_INIT(base_, size_)
Definition: region.h:208

Definition at line 1 of file rom_media.c.

Referenced by boot_device_ro(), boot_device_wp_region(), and lb_boot_media_params().