coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
romstage.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _BROADWELL_ROMSTAGE_H_
4 #define _BROADWELL_ROMSTAGE_H_
5 
6 void mainboard_post_raminit(const int s3resume);
7 
10 void report_platform_info(void);
11 
12 void perform_raminit(const struct chipset_power_state *const power_state);
13 
14 void systemagent_early_init(void);
15 void pch_early_init(void);
16 
17 #endif
void systemagent_early_init(void)
Definition: early_init.c:151
void report_platform_info(void)
static struct chipset_power_state power_state
Definition: romstage.c:19
void pch_early_init(void)
Definition: early_pch.c:67
void perform_raminit(const struct chipset_power_state *const power_state)
Definition: raminit.c:180
void mainboard_post_raminit(const int s3resume)
Definition: variant.c:27
struct chipset_power_state * fill_power_state(void)
Definition: romstage.c:31