mb/google/fatcat: config GPP_F23 as ISH gpio pin
[coreboot.git] / src / soc / intel / pantherlake / bootblock / bootblock.c
blob4228afeeaab44d1dbf667a314655d108a7d7268b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <soc/bootblock.h>
6 asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
8 /* Call lib/bootblock.c main */
9 bootblock_main_with_basetime(base_timestamp);
12 void bootblock_soc_early_init(void)
14 bootblock_pcd_die_early_init();
17 void bootblock_soc_init(void)
19 report_platform_info();
20 bootblock_pcd_die_init();