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

Go to the source code of this file.

Functions

static void soc_read_resources (struct device *dev)
 
static void soc_init (struct device *dev)
 
static void enable_soc_dev (struct device *dev)
 

Variables

static struct device_operations soc_ops
 
struct chip_operations soc_qualcomm_sc7180_ops
 

Function Documentation

◆ enable_soc_dev()

static void enable_soc_dev ( struct device dev)
static

Definition at line 35 of file soc.c.

References device::ops, and soc_ops.

◆ soc_init()

static void soc_init ( struct device dev)
static

Definition at line 25 of file soc.c.

References aop_fw_load_reset().

Here is the call graph for this function:

◆ soc_read_resources()

static void soc_read_resources ( struct device dev)
static

Definition at line 10 of file soc.c.

References ddr_region, KiB, NULL, region::offset, ram_resource, REGION_SIZE, reserved_ram_resource, region::size, and soc_modem_carve_out().

Here is the call graph for this function:

Variable Documentation

◆ soc_ops

struct device_operations soc_ops
static
Initial value:
= {
.read_resources = soc_read_resources,
.init = soc_init,
}
static void soc_read_resources(struct device *dev)
Definition: soc.c:10
static void soc_init(struct device *dev)
Definition: soc.c:25

Definition at line 25 of file soc.c.

Referenced by enable_soc_dev().

◆ soc_qualcomm_sc7180_ops

struct chip_operations soc_qualcomm_sc7180_ops
Initial value:
= {
.enable_dev = enable_soc_dev,
}
static void enable_soc_dev(struct device *dev)
Definition: soc.c:35

Definition at line 35 of file soc.c.