mirror of
https://gitlab.com/qemu-project/seabios-hppa.git
synced 2026-09-19 21:45:24 +00:00
No description
- C 90.2%
- Python 2.4%
- C++ 1.8%
- Assembly 1.8%
- ASL 1.5%
- Other 2.3%
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> |
||
|---|---|---|
| docs | ||
| scripts | ||
| src | ||
| vgasrc | ||
| .config | ||
| .gitignore | ||
| .vimrc | ||
| COPYING | ||
| COPYING.LESSER | ||
| Makefile | ||
| Makefile.parisc | ||
| README | ||
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".