firmware-utils: ptgen: add SiFive GPT partition support
authorZoltan HERPAI <wigyori@uid0.hu>
Thu, 2 Jun 2022 10:29:57 +0000 (12:29 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 29 Oct 2023 17:45:13 +0000 (18:45 +0100)
commit635466123429ba8682b575245bbf52e3b33b7163
tree17550da29fa033f9a2d902ca2e45ba8d370b83fa
parent0fa1cc51013ff3a8e7f5fd3b6aeeafbbb7abc365
firmware-utils: ptgen: add SiFive GPT partition support

The SiFive RISC-V SoCs use two special partition types in the boot process.
As a first step, the ZSBL (zero-stage bootloader) in the CPU looks for a
partition with a GUID of 5B193300-FC78-40CD-8002-E86C45580B47 to load the
first-stage bootloader - which in OpenWrt's case is an SPL image. The FSBL
(SPL) then looks for a partition with a GUID of
2E54B353-1271-4842-806F-E436D6AF6985 to load the SSBL which is usually an
u-boot.

With ptgen already supporting GPT partition creation, add the required GUID
types and name them accordingly to be invoked with the '-T <GPT partition
type>' parameter.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
src/ptgen.c