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 _BAYTRAIL_ROMSTAGE_H_
4 #define _BAYTRAIL_ROMSTAGE_H_
5 
6 #include <soc/mrc_wrapper.h>
7 
9 
10 void raminit(struct mrc_params *mp, int prev_sleep_state);
11 void gfx_init(void);
12 void punit_init(void);
13 
14 #endif /* _BAYTRAIL_ROMSTAGE_H_ */
void raminit(struct romstage_params *params)
Definition: raminit.c:15
static int prev_sleep_state(const struct chipset_power_state *ps)
Definition: power_state.c:36
void gfx_init(void)
Definition: gfx.c:8
void punit_init(void)
Definition: pmc.c:17
void mainboard_fill_mrc_params(struct mrc_params *mp)
Definition: romstage.c:6