98a74d81a8
Add jh71xx-tools as a new host package, it includes a tool that allows to recover the bootloader of JH71xx-based platforms, such as the BeagleV. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [yann.morin.1998@free.fr: - fix alphabetical order, spotted by Bin - use LICENSE as license file, update license hash accordingly ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
config BR2_PACKAGE_HOST_JH71XX_TOOLS
|
|
bool "host jh71xx-tools"
|
|
depends on BR2_riscv
|
|
help
|
|
Bootloader recovery and updater tool for StarFive JH7100 SoCs.
|
|
|
|
https://github.com/kprasadvnsi/JH71xx-tools
|