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>
This commit is contained in:
Christian Stewart 2022-07-24 16:52:09 -07:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent eaa1a43ab7
commit a3ab6e43fc
3 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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