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

Go to the source code of this file.

Functions

static void soc_enable (struct device *dev)
 

Variables

struct chip_operations soc_ti_am335x_ops
 

Function Documentation

◆ soc_enable()

static void soc_enable ( struct device dev)
static

Definition at line 7 of file soc.c.

References _dram, KiB, MiB, and ram_resource.

Variable Documentation

◆ soc_ti_am335x_ops

struct chip_operations soc_ti_am335x_ops
Initial value:
= {
.enable_dev = soc_enable,
}
static void soc_enable(struct device *dev)
Definition: soc.c:7

Definition at line 7 of file soc.c.