diff mbox series

[4/5] pc-bios/README: Add information about hppa-firmware

Message ID 20240302223524.24421-5-deller@kernel.org (mailing list archive)
State New, archived
Headers show
Series HPPA64 updates | expand

Commit Message

Helge Deller March 2, 2024, 10:35 p.m. UTC
From: Helge Deller <deller@gmx.de>

Signed-off-by: Helge Deller <deller@gmx.de>
---
 pc-bios/README | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Richard Henderson March 3, 2024, 2:29 a.m. UTC | #1
On 3/2/24 12:35, deller@kernel.org wrote:
> From: Helge Deller<deller@gmx.de>
> 
> Signed-off-by: Helge Deller<deller@gmx.de>
> ---
>   pc-bios/README | 6 ++++++
>   1 file changed, 6 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
diff mbox series

Patch

diff --git a/pc-bios/README b/pc-bios/README
index b8a0210d24..6ffc46006e 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.
+  The 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