summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/parmer/bootblock.c
diff options
context:
space:
mode:
authorMike Banon <mikebdp2@gmail.com>2020-02-13 16:31:32 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 13:54:03 +0000
commit44db2f60121d90c1829b66523357c26b9a9bf358 (patch)
tree09800f1caf2030bd0cbcddad969a12fe9c6985b4 /src/mainboard/amd/parmer/bootblock.c
parent938ae2655f1ef076278c7327f343ae786e9a491c (diff)
downloadcoreboot-44db2f60121d90c1829b66523357c26b9a9bf358.tar.xz
mb/amd/parmer: Switch away from ROMCC_BOOTBLOCK
Warning: Not tested on hardware. Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Signed-off-by: Mike Banon <mikebdp2@gmail.com> Change-Id: Ic3fda4e598af8df9c9ddc97f7eb7fdcdaff6580b Reviewed-on: https://review.coreboot.org/c/coreboot/+/38879 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/parmer/bootblock.c')
-rw-r--r--src/mainboard/amd/parmer/bootblock.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/mainboard/amd/parmer/bootblock.c b/src/mainboard/amd/parmer/bootblock.c
new file mode 100644
index 0000000000..fea4d7b632
--- /dev/null
+++ b/src/mainboard/amd/parmer/bootblock.c
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2012 Advanced Micro Devices, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include <bootblock_common.h>
+#include <device/pci_ops.h>
+
+void bootblock_mainboard_early_init(void)
+{
+}