summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/bootblock.h
blob: 0132cfc07e8bfb70a83926448b67e0a204f397e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_ICELAKE_BOOTBLOCK_H_
#define _SOC_ICELAKE_BOOTBLOCK_H_

/* Bootblock pre console init programming */
void bootblock_cpu_init(void);
void bootblock_pch_early_init(void);

/* Bootblock post console init programming */
void pch_init(void);
void pch_early_iorange_init(void);
void report_platform_info(void);

#endif