312fcbf0ed
The Buildroot icicle kit configuration uses the Hart Software Service's (HSS) payload generator tool. This tool creates a formatted payload image for the HSS zero-stage bootloader on PolarFire SoC, given a configuration file and a set of ELF binaries. The configuration file is used to map the ELF binaries or binary blobs to the individual application harts (U54s). Add the HSS payload generator as a host package to support this. Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com> Reviewed-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
497 B
Plaintext
12 lines
497 B
Plaintext
config BR2_PACKAGE_HOST_MICROCHIP_HSS_PAYLOAD_GENERATOR
|
|
bool "host microchip-hss-payload-generator"
|
|
help
|
|
Microchip PolarFire SoC Payload Generator. This tool creates
|
|
a formatted payload image for the HSS zero-stage bootloader
|
|
on PolarFire SoC, given a configuration file and a set of
|
|
ELF binaries. The configuration file is used to map the ELF
|
|
binaries or binary blobs to the individual application harts
|
|
(U54s).
|
|
|
|
https://github.com/polarfire-soc/hart-software-services.git
|