blob: 1173bbeeac92fee040552902a7ebd99d9422f641 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _SOC_ELKHARTLAKE_BOOTBLOCK_H_
#define _SOC_ELKHARTLAKE_BOOTBLOCK_H_
/* Bootblock pre console init programming */
void bootblock_pch_early_init(void);
/* Bootblock post console init programming */
void bootblock_pch_init(void);
void pch_early_iorange_init(void);
void report_platform_info(void);
#endif