summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/geralt/romstage.c
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2022-07-01 17:37:37 +0800
committerHung-Te Lin <hungte@chromium.org>2022-07-04 08:36:02 +0000
commitdb8442b10a586b6a029e4c45a004e604484c6014 (patch)
tree495edafeb1a32b8a67104b25ece8d298fe9d2f0a /src/mainboard/google/geralt/romstage.c
parent3f83c6ff858b53f0fd9ebb76ebaf9292ee5e222f (diff)
downloadcoreboot-db8442b10a586b6a029e4c45a004e604484c6014.tar.gz
coreboot-db8442b10a586b6a029e4c45a004e604484c6014.tar.bz2
coreboot-db8442b10a586b6a029e4c45a004e604484c6014.zip
mb/google/geralt: Add MediaTek MT8188 reference board
Add mainboard folder and drivers for new reference board 'Geralt'. TEST=saw the coreboot uart log to bootblock BUG=b:233720142 Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Change-Id: I5e437d46097369bef535ff64e6a693b7cf67f2f1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65586 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@chromium.org>
Diffstat (limited to 'src/mainboard/google/geralt/romstage.c')
-rw-r--r--src/mainboard/google/geralt/romstage.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/romstage.c b/src/mainboard/google/geralt/romstage.c
new file mode 100644
index 000000000000..0db6fd2674ed
--- /dev/null
+++ b/src/mainboard/google/geralt/romstage.c
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <arch/stages.h>
+
+void platform_romstage_main(void)
+{
+ /* TODO: add romstage main function */
+}