From 29035f3c3618c44bed2be2508af6583e5ea8681d Mon Sep 17 00:00:00 2001 From: zaolin Date: Tue, 23 Apr 2019 18:10:56 +0200 Subject: [PATCH] 3rdparty/opensbi: Add submodule * Add opensbi for RISC-v Change-Id: I1a6baa6b6c05095ff5545492aabf7408a23af181 Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/c/coreboot/+/32418 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- .gitmodules | 3 +++ 3rdparty/opensbi | 1 + 2 files changed, 4 insertions(+) create mode 160000 3rdparty/opensbi diff --git a/.gitmodules b/.gitmodules index f4f7c4ff2701..78e2c880f6bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,3 +26,6 @@ url = ../fsp.git update = none ignore = dirty +[submodule "opensbi"] + path = 3rdparty/opensbi + url = ../opensbi.git diff --git a/3rdparty/opensbi b/3rdparty/opensbi new file mode 160000 index 000000000000..804b997ed415 --- /dev/null +++ b/3rdparty/opensbi @@ -0,0 +1 @@ +Subproject commit 804b997ed415001097803e4b537fd63d043874b9