pc-bios/README: Add information about hppa-firmware

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Helge Deller 2024-03-02 22:28:04 +01:00
parent 19f9c0442e
commit 2536c15adc

View File

@ -75,3 +75,9 @@
initialize and run boot images stored in SPI flash, but may grow more initialize and run boot images stored in SPI flash, but may grow more
features over time as needed. The source code is available at: features over time as needed. The source code is available at:
https://github.com/google/vbootrom https://github.com/google/vbootrom
- hppa-firmware.img (32-bit) and hppa-firmware64.img (64-bit) are firmware
files for the HP-PARISC (hppa) architecture.
They are built form the SeaBIOS-hppa sources, which is a fork of SeaBIOS
adapted for hppa.
SeaBIOS-hppa is available at https://github.com/hdeller/seabios-hppa