瀏覽代碼

package/beaglev-secondboot: bump to version e17302

The filename was changed from bootloader-BEAGLEV to bootloader-JH7100, update
the documentation for the beaglev board as well.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Christian Stewart 3 年之前
父節點
當前提交
a3ab6e43fc

+ 3 - 3
board/beaglev/readme.txt

@@ -17,7 +17,7 @@ Build results
 
 After building, output/images contains:
 
-+ bootloader-BEAGLEV-buildroot.bin.out
++ bootloader-JH7100-buildroot.bin.out
 + ddrinit-2133-buildroot.bin.out
 + Image
 + fw_payload.bin
@@ -30,7 +30,7 @@ After building, output/images contains:
 
 The four important files are:
 
- - bootloader-BEAGLEV-buildroot.bin.out, the first stage bootloader
+ - bootloader-JH7100-buildroot.bin.out, the first stage bootloader
 
  - ddrinit-2133-buildroot.bin.out, the DDR initialization firmware
 
@@ -109,7 +109,7 @@ You can flash them as follows:
    "expert" features.
 
  - Then, press 0 and send over X-modem the
-   bootloader-BEAGLEV-buildroot.bin.out file.
+   bootloader-JH7100-buildroot.bin.out file.
 
  - Then, press 1 and send over X-modem the
    ddrinit-2133-buildroot.bin.out.

+ 1 - 1
boot/beaglev-secondboot/beaglev-secondboot.hash

@@ -1,3 +1,3 @@
 # Locally computed
-sha256  fe4d37f3ff38e7f2da70a08f9cb1668c0b928e85d2e0935bd985f910b3ce30e9  beaglev-secondboot-2d20047960044308126117ad56bc08a1164e82b2.tar.gz
+sha256  bf152500e9f7e467bb1dee95a2291f9ecfaaebe1d64b93f6d403cfaf50e540e0  beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354.tar.gz
 sha256  284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813  LICENSE

+ 4 - 4
boot/beaglev-secondboot/beaglev-secondboot.mk

@@ -5,7 +5,7 @@
 ################################################################################
 
 # Commit on the 'starfive' branch
-BEAGLEV_SECONDBOOT_VERSION = 2d20047960044308126117ad56bc08a1164e82b2
+BEAGLEV_SECONDBOOT_VERSION = e17302063c9a4b74475b18ff24dd149c27257354
 BEAGLEV_SECONDBOOT_SITE = $(call github,starfive-tech,beagle_secondBoot,$(BEAGLEV_SECONDBOOT_VERSION))
 BEAGLEV_SECONDBOOT_INSTALL_TARGET = NO
 BEAGLEV_SECONDBOOT_INSTALL_IMAGES = YES
@@ -15,14 +15,14 @@ BEAGLEV_SECONDBOOT_LICENSE_FILES = LICENSE
 
 define BEAGLEV_SECONDBOOT_BUILD_CMDS
 	$(MAKE) -C $(@D)/build \
-		CROSSCOMPILE=$(HOST_DIR)/bin/riscv64-unknown-elf- \
+		CROSS_COMPILE=$(HOST_DIR)/bin/riscv64-unknown-elf- \
 		SUFFIX=buildroot \
 		GIT_VERSION=$(BEAGLEV_SECONDBOOT_VERSION)
 endef
 
 define BEAGLEV_SECONDBOOT_INSTALL_IMAGES_CMDS
-	$(INSTALL) -D -m 0644 $(@D)/build/bootloader-BEAGLEV-buildroot.bin.out \
-		$(BINARIES_DIR)/bootloader-BEAGLEV-buildroot.bin.out
+	$(INSTALL) -D -m 0644 $(@D)/build/bootloader-JH7100-buildroot.bin.out \
+		$(BINARIES_DIR)/bootloader-JH7100-buildroot.bin.out
 endef
 
 $(eval $(generic-package))