coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bootblock.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <arch/bootblock.h>
4 #include <device/pci_ops.h>
6 #include "i82801ix.h"
7 
9 {
11 
14 }
void __weak bootblock_early_southbridge_init(void)
Definition: bootblock.c:17
static void enable_spi_prefetching_and_caching(void)
Definition: early_spi.h:8
void i82801ix_early_init(void)
Definition: early_init.c:46
void i82801ix_lpc_setup(void)
Definition: early_init.c:10