summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne/bootblock.c')
-rw-r--r--src/soc/amd/cezanne/bootblock.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/bootblock.c b/src/soc/amd/cezanne/bootblock.c
new file mode 100644
index 000000000000..3fd567720e9a
--- /dev/null
+++ b/src/soc/amd/cezanne/bootblock.c
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <amdblocks/amd_pci_mmconf.h>
+#include <bootblock_common.h>
+#include <stdint.h>
+
+asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
+{
+ enable_pci_mmconf();
+}
+
+void bootblock_soc_early_init(void)
+{
+}
+
+void bootblock_soc_init(void)
+{
+}