mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
This patch adds a new package for the Starfive SPL tool. It is used to add a header to the Secondary Program Loader for platforms based on the Starfive JH7110 SoC. Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
config BR2_PACKAGE_HOST_STARFIVE_SPLTOOL
|
|
bool "host starfive-spltool"
|
|
depends on BR2_riscv
|
|
help
|
|
Add header to the Secondary Program Loader with the 3rd party
|
|
software given by Starfive-Tech for their SoCs.
|
|
|
|
https://github.com/starfive-tech/soft_3rdpart/tree/JH7110_VisionFive2_devel/spl_tool
|