soc/amd/cezanne: add skeleton for new SoC
[coreboot.git] / src / soc / amd / cezanne / bootblock.c
blob3fd567720e9a908f02095bb31d31189b09df383b
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/amd_pci_mmconf.h>
4 #include <bootblock_common.h>
5 #include <stdint.h>
7 asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
9 enable_pci_mmconf();
12 void bootblock_soc_early_init(void)
16 void bootblock_soc_init(void)