From 7e41edb1c9a7c12e426afebf09a1110cb9625290 Mon Sep 17 00:00:00 2001 From: Albert Ou Date: Fri, 10 Jul 2020 14:41:28 -0700 Subject: [PATCH] Switch to upstream riscv-pk ucb-bar/chipyard#625 and firesim/firesim#598 obviate the FireSim patches to the UART driver in bbl, as the UART divisor is now reset to the proper value without software intervention. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1983ba98..cf474ae4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/firesim/linux.git [submodule "riscv-pk"] path = boards/default/firmware/riscv-pk - url = https://github.com/firesim/riscv-pk.git + url = https://github.com/riscv/riscv-pk.git [submodule "opensbi"] path = boards/default/firmware/opensbi url = https://github.com/riscv/opensbi.git