blob: 95af4d98a24a367dc90e2ec7ae628954c412a80a [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _BROADWELL_ROMSTAGE_H_
#define _BROADWELL_ROMSTAGE_H_
#include <soc/pei_data.h>
void mainboard_fill_spd_data(struct pei_data *pei_data);
void mainboard_post_raminit(const int s3resume);
struct chipset_power_state;
struct chipset_power_state *fill_power_state(void);
void report_platform_info(void);
void perform_raminit(const struct chipset_power_state *const power_state);
void systemagent_early_init(void);
void pch_early_init(void);
#endif