Browse Source

update software part

MichaelZhuxx 2 years ago
parent
commit
14e55855ec
1 changed files with 9 additions and 6 deletions
  1. 9 6
      README.md

+ 9 - 6
README.md

@@ -9,13 +9,16 @@
   TBD, we will release hardware design soon.
 
 ### Software
-  * [U-Boot](https://github.com/starfive-tech/u-boot)
-  * [OpenSBI](https://github.com/starfive-tech/opensbi)
-  * [secondBoot](https://github.com/starfive-tech/JH7100_secondBoot)
-  * [ddrinit](https://github.com/starfive-tech/JH7100_ddrinit)
+  * [secondBoot](https://github.com/starfive-tech/JH7100_secondBoot) first stage bootloader
+  * [ddrinit](https://github.com/starfive-tech/JH7100_ddrinit) ddr initialization and carry opensbi+uboot
+  * [OpenSBI](https://github.com/starfive-tech/opensbi) version 0.9
+  * [U-Boot 2022.01-rc2](https://github.com/starfive-tech/u-boot) maintained by [Wei Fu](https://github.com/tekkamanninja)
   * [StarFive Freelight U SDK](https://github.com/starfive-tech/freelight-u-sdk)
-  * [Linux Kernel, current 5.15rc](https://github.com/starfive-tech/linux)
-  * [Fedora RISC-V image](https://github.com/starfive-tech/Fedora_on_StarFive)
+  * [Linux Kernel, visionfive](https://github.com/starfive-tech/linux/tree/visionfive) currently 5.16-rc, maintained by [@esmil](https://github.com/esmil/)
+  * [Linux Kernel, visionfive-5.15.y](https://github.com/starfive-tech/linux/tree/visionfive-5.15.y) 5.15 LTS version,maintained by [@esmil](https://github.com/esmil/)
+  * [Fedora RISC-V image](https://github.com/starfive-tech/Fedora_on_StarFive) by [Wei Fu](https://github.com/tekkamanninja)
+  * [recovery binary](https://github.com/starfive-tech/bootloader_recovery) used for bootloader recovery
+  * [bootloader recovery utility](https://github.com/kprasadvnsi/JH71xx-tools) by [@kprasadvnsi](https://github.com/kprasadvnsi)
  
 ### Wiki and Tutorials
   * Please refer to [RVspace Wiki Page](https://rvspace.org/)