coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mainboard.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 #include <soc/sdram.h>
5 #include <symbols.h>
6 
7 static void mainboard_enable(struct device *dev)
8 {
10 }
11 
14 };
struct chip_operations mainboard_ops
Definition: mainboard.c:19
#define KiB
Definition: helpers.h:75
size_t sdram_size_mb(void)
Definition: sdram.c:24
#define ram_resource(dev, idx, basek, sizek)
Definition: device.h:321
u8 _dram[]
static void mainboard_enable(struct device *dev)
Definition: mainboard.c:7
unsigned long uintptr_t
Definition: stdint.h:21
void(* enable_dev)(struct device *dev)
Definition: device.h:24
Definition: device.h:107