[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/5] pc-bios/README: Add information about hppa-firmware
From: |
deller |
Subject: |
[PULL 4/5] pc-bios/README: Add information about hppa-firmware |
Date: |
Sun, 3 Mar 2024 06:46:44 +0100 |
From: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
pc-bios/README | 6 ++++++
1 file changed, 6 insertions(+)
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
--
2.44.0
- [PULL 0/5] Hppa latest patches, deller, 2024/03/03
- [PULL 1/5] target: hppa: Fix unaligned double word accesses for hppa64, deller, 2024/03/03
- [PULL 4/5] pc-bios/README: Add information about hppa-firmware,
deller <=
- [PULL 2/5] target/hppa: Restore unwind_breg before calculating ior, deller, 2024/03/03
- [PULL 3/5] pc-bios/meson: Add hppa-firmware64.img blob, deller, 2024/03/03
- [PULL 5/5] roms/hppa: Add build rules for hppa-firmware, deller, 2024/03/03
- Re: [PULL 0/5] Hppa latest patches, Peter Maydell, 2024/03/05