Browse Source

repo relocation: search and replace HiFive_U-Boot with u-boot

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
Andy Hu 2 years ago
parent
commit
57d23af603
5 changed files with 9 additions and 9 deletions
  1. 5 5
      Makefile
  2. 1 1
      README.md
  3. 1 1
      conf/nvdla-uboot-fit-image.its
  4. 1 1
      conf/u74_nvdla-uboot-fit-image.its
  5. 1 1
      conf/uboot-fit-image.its

+ 5 - 5
Makefile

@@ -80,13 +80,13 @@ qemu_srcdir := $(srcdir)/riscv-qemu
 qemu_wrkdir := $(wrkdir)/riscv-qemu
 qemu := $(qemu_wrkdir)/prefix/bin/qemu-system-riscv64
 
-uboot_srcdir := $(srcdir)/HiFive_U-Boot
-uboot_wrkdir := $(wrkdir)/HiFive_U-Boot
+uboot_srcdir := $(srcdir)/u-boot
+uboot_wrkdir := $(wrkdir)/u-boot
 
 ifeq ($(TARGET_BOARD),JH7110)
-uboot_dtb_file := $(wrkdir)/HiFive_U-Boot/arch/riscv/dts/starfive_visionfive.dtb
+uboot_dtb_file := $(wrkdir)/u-boot/arch/riscv/dts/starfive_visionfive.dtb
 else
-uboot_dtb_file := $(wrkdir)/HiFive_U-Boot/arch/riscv/dts/starfive_vic7100_evb.dtb
+uboot_dtb_file := $(wrkdir)/u-boot/arch/riscv/dts/starfive_vic7100_evb.dtb
 endif
 
 uboot := $(uboot_wrkdir)/u-boot.bin
@@ -328,7 +328,7 @@ fit: $(fit)
 
 .PHONY: clean
 clean:
-	rm -rf work/HiFive_U-Boot
+	rm -rf work/u-boot
 	rm -rf work/opensbi
 	rm work/vmlinux.bin
 	rm work/hifive-unleashed-vfat.part

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ fail because certain dependencies don't have the best git hosting. The only
 solution is to wait and try again later (or ask someone for a copy of that
 source repository).
 
-Once the submodules are initialized, 4 modules buildroot, HiFive_U-Boot, linux and opensbi will checkout to vic_starlight branch.
+Once the submodules are initialized, 4 modules buildroot, u-boot, linux and opensbi will checkout to vic_starlight branch.
 After update submodules, run `make` or `make -jx` and the complete toolchain and
 fw_payload.bin.out & image.fit will be built. The completed build tree will consume about 14G of
 disk space.

+ 1 - 1
conf/nvdla-uboot-fit-image.its

@@ -33,7 +33,7 @@
                 };
 
                 fdt {
-                        data = /incbin/("../work/HiFive_U-Boot/arch/riscv/dts/hifive_u540_nvdla_iofpga.dtb");
+                        data = /incbin/("../work/u-boot/arch/riscv/dts/hifive_u540_nvdla_iofpga.dtb");
                         type = "flat_dt";
                         arch = "riscv";
                         load = <0x81f00000>;

+ 1 - 1
conf/u74_nvdla-uboot-fit-image.its

@@ -30,7 +30,7 @@
                 };
 
                 fdt {
-                        data = /incbin/("../work/HiFive_U-Boot/arch/riscv/dts/starfive_vic7100_evb.dtb");
+                        data = /incbin/("../work/u-boot/arch/riscv/dts/starfive_vic7100_evb.dtb");
                         type = "flat_dt";
                         arch = "riscv";
                         load = <0x0 0x86000000>;

+ 1 - 1
conf/uboot-fit-image.its

@@ -46,7 +46,7 @@
                 };
 
                 fdt {
-                        data = /incbin/("../work/HiFive_U-Boot/arch/riscv/dts/hifive_u540.dtb");
+                        data = /incbin/("../work/u-boot/arch/riscv/dts/hifive_u540.dtb");
                         type = "flat_dt";
                         arch = "riscv";
                         load = <0x81f00000>;