coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/addressmap.h>
4 #include <soc/clock.h>
5 #include <soc/funitcfg.h>
6 #include <soc/nvidia/tegra/i2c.h>
7 #include <soc/padconfig.h>
8 #include <soc/romstage.h>
9 
11 {
12  /* No EC or TPM on Foster, do nothing here */
13 }
14 
16 {
17 }
18 
20 {
21  /* VDD_CPU is already enabled in bootblock. */
22 }
void mainboard_enable_vdd_cpu(void)
Definition: romstage.c:19
void romstage_mainboard_init(void)
Definition: romstage.c:10
void mainboard_configure_pmc(void)
Definition: romstage.c:15