diff options
author | Helge Deller <deller@gmx.de> | 2024-03-02 22:28:04 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-03-03 06:41:19 +0100 |
commit | 2536c15adcf6232e5f649405db76876620610652 (patch) | |
tree | 5fa0b71ced82b7f812303f5222c7130f86fdbe4a /pc-bios | |
parent | 19f9c0442ebf28acf96d0e12ab500afbe53c8fa3 (diff) |
pc-bios/README: Add information about hppa-firmware
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README index b8a0210d24..7ffb2f43a4 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -75,3 +75,9 @@ initialize and run boot images stored in SPI flash, but may grow more features over time as needed. The source code is available at: 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 |