6e746d27c0
This packages allows to build the first stage bootloader used on the BeagleV, which is used even before the DDR initialization and OpenSBI/U-Boot. Yes, "secondboot" is strange for what is the first stage bootloader, but that's the upstream name. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [yann.morin.1998@free.fr: - add hash file - commit is HEAD only right now, so don't reference HEAD ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
config BR2_TARGET_BEAGLEV_SECONDBOOT
|
|
bool "beaglev-secondboot"
|
|
depends on BR2_riscv
|
|
depends on BR2_HOSTARCH = "x86_64" # host-riscv64-elf-toolchain
|
|
help
|
|
This package builds the SecondBoot firmware used on the
|
|
BeagleV platform.
|
|
|
|
https://github.com/starfive-tech/beagle_secondBoot
|