blob: dea7d471a5398f862ea7832df8b68d9dd338134a [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _SOC_CANNONLAKE_BOOTBLOCK_H_
#define _SOC_CANNONLAKE_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