No description
Find a file
Helge Deller 1a8ada1fb7 parisc: SEABIOS_HPPA_VERSION 22
Add A400-44 machine with initial functional 64-bit PAT PDC support:
- Linux 64-bit kernel runs nicely.
- ODE 2006 works nicely on 715, B160L, and A400, but has problems on C3700.
- MPE and 64-bit HP-UX11 need more work, although HP-UX11 boot up to a crash
  where it reports where it had problems.

Signed-off-by: Helge Deller <deller@gmx.de>
2026-02-18 20:16:03 +01:00
docs docs: Note v1.14.0 release 2020-08-10 10:53:07 -04:00
scripts Increase BUILD_MIN_BIOSTABLE for large roms 2021-06-04 08:05:08 +02:00
src parisc: SEABIOS_HPPA_VERSION 22 2026-02-18 20:16:03 +01:00
vgasrc parisc: Fix 64-bit firmware build 2024-01-04 18:48:58 +01:00
.config parisc: Disable ATA and enable NCR710_SCSI in default config 2025-10-17 20:49:15 +02:00
.gitignore parisc: Add default .config file for parisc 2023-10-31 08:37:07 +01:00
.vimrc parisc: add .vimrc editor helper file 2023-10-14 13:39:42 +02:00
COPYING Initial checkin. 2008-02-25 22:25:15 -05:00
COPYING.LESSER Change license from GPLv3 to LGPLv3. 2009-01-15 20:52:58 -05:00
Makefile Makefile: Change default make target to "parisc" 2024-05-15 15:50:06 +02:00
Makefile.parisc SCSI-NCR710/parisc: Wire up NCR driver 2025-10-17 20:49:15 +02:00
README README: Update README file for PA-RISC 2023-10-31 10:19:56 +01:00

This project implements a PDC (processor dependend code, aka BIOS)
for HP-PARISC machines.
It's based on the SeaBIOS project at http://seabios.org/

For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:

  make parisc
  qemu -bios out/hppa-firmware.img

SeaBIOS can be configured with kconfig.  To change the default
configuration one can run "make menuconfig" prior to running "make".