.gitmodules 491 B

12345678910111213141516
  1. [submodule "buildroot"]
  2. path = buildroot
  3. url = https://github.com/starfive-tech/sft-riscv-buildroot.git
  4. branch = starfive
  5. [submodule "HiFive_U-Boot"]
  6. path = HiFive_U-Boot
  7. url = https://github.com/starfive-tech/sft-riscv-uboot.git
  8. branch = starfive
  9. [submodule "linux"]
  10. path = linux
  11. url = https://github.com/starfive-tech/sft-riscv-linux-5.10.git
  12. branch = starfive
  13. [submodule "opensbi"]
  14. path = opensbi
  15. url = https://github.com/starfive-tech/sft-riscv-opensbi.git
  16. branch = starfive