No description
  • C 90.2%
  • Python 2.4%
  • C++ 1.8%
  • Assembly 1.8%
  • ASL 1.5%
  • Other 2.3%
Find a file
Helge Deller 261bf85c96 parisc: Add SuperIO PCI serial port to BCH output
If a PCI serial device is used for the boot console, show it in the BCH
handler. This improves output for the C3700 machine with serial port on
SuperIO chip.

Signed-off-by: Helge Deller <deller@gmx.de>
2026-08-22 11:06:12 +02: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: Add SuperIO PCI serial port to BCH output 2026-08-22 11:06:12 +02: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".