Kaynağa Gözat

sdk:sort out dir

TekkamanV 2 yıl önce
ebeveyn
işleme
38cf45fe47
5 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      .gitmodules
  2. 0 0
      src/distros/buildroot
  3. 0 0
      src/firmware/opensbi
  4. 0 0
      src/firmware/u-boot
  5. 0 0
      src/kernel/linux

+ 5 - 5
.gitmodules

@@ -1,17 +1,17 @@
 [submodule "buildroot"]
-	path = buildroot
+	path = src/distros/buildroot
 	url = git@github.com:starfive-tech/sft-riscv-buildroot.git
 	branch = starlight_multimedia
-[submodule "HiFive_U-Boot"]
-	path = HiFive_U-Boot
+[submodule "u-boot"]
+	path = src/firmware/u-boot
 	url = git@github.com:starfive-tech/u-boot.git
 	branch = JH7100_Multimedia_V0.1.0
 [submodule "linux"]
-	path = linux
+	path = src/kernel/linux
 	url = git@github.com:starfive-tech/linux.git
 	branch = beaglev-5.13.y_multimedia
 [submodule "opensbi"]
-	path = opensbi
+	path = src/firmware/opensbi
 	url = git@github.com:starfive-tech/opensbi.git
 	branch = master
 

+ 0 - 0
buildroot → src/distros/buildroot


+ 0 - 0
opensbi → src/firmware/opensbi


+ 0 - 0
HiFive_U-Boot → src/firmware/u-boot


+ 0 - 0
linux → src/kernel/linux