aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-17parisc: Alloc any font size with STI font_unpmv functionmaster-oldHelge Deller2-7/+43
2020-09-01parisc: STI has layout of 2048 bytes per lineHelge Deller1-1/+5
2020-09-01parisc: Set text planes and used_bits in STI fieldsHelge Deller1-2/+5
2020-09-01parisc: Fix mon_tbl entriesHelge Deller1-1/+2
2020-08-31parisc: Convert sti_region_list to an initialized structHelge Deller1-2/+18
2020-08-30parisc: Fix panic on OpenBSD/6.7 regarding STI consoleHelge Deller2-5/+6
2020-08-30parisc: fw_cfg option is "opt/pdc_debug"Helge Deller1-1/+1
2020-08-30parisc: Add fw_cfg option to enable runtime debug infoHelge Deller1-3/+28
2020-08-28parisc: Clear screen on machine resethppa-qemu-5.2-2Helge Deller1-0/+1
2020-08-26parisc: Make power switch button configurable from qemuparisc-qemu-5.1-nextHelge Deller2-9/+9
2020-08-14parisc: Store QEMU_FW_CFG_IO_BASE in pad0[2,3] of page0 for LinuxHelge Deller4-12/+15
2020-08-09parisc: Silence PDC_SYSTEM_INFO and PDC call #134 for HP-UX 11.11Helge Deller1-0/+10
2020-08-09parisc: boot from first device if possibleHelge Deller1-0/+8
2020-08-04parisc: Move power switch button to firmware areahppa-qemu-5.2-1parisc-qemu-5.1Helge Deller3-3/+6
2020-07-26parisc: Add SeaBIOS firmware version checkHelge Deller1-0/+7
2020-07-26parisc: Add QEMU fw_cfg interface supportHelge Deller4-66/+68
2020-07-26parisc: Remove unused stuff from hppa.hHelge Deller1-18/+0
2020-07-26parisc: Fix endian bug in romfile_loadint()Helge Deller1-1/+2
2020-07-26parisc: Add __ASSEMBLY__ define when compiling head.SHelge Deller1-1/+1
2020-07-25parisc: Add -fno-ipa-sra compile flag for gcc-10Helge Deller1-1/+1
2020-03-05parisc: Add soft power switch button emulation for QEMUparisc-qemu-5.0Helge Deller2-2/+28
2019-12-20parisc: Fix line wrapping in STI console codeHelge Deller1-0/+5
2019-10-20parisc: Improve soft power button emulationHelge Deller1-2/+1
2019-10-20parisc: Implement PDC rendenzvousHelge Deller4-8/+48
2019-10-20Merge pull request #4 from svenschnelle/parisc-qemu-4.1.0parisc-qemu-4.1.0Helge Deller3-104/+58
2019-10-20parisc: support LASI RTC registerSven Schnelle2-90/+8
2019-10-20parisc: Add support for setting STI screen resolutionSven Schnelle1-14/+50
2019-09-11Merge pull request #3 from svenschnelle/stiHelge Deller12-417/+1176
2019-09-11parisc: wire up graphics consoleSven Schnelle3-104/+109
2019-09-11parisc: Add STI supportSven Schnelle6-309/+972
2019-09-11parisc: add LASI PS/2 emulation.Sven Schnelle4-2/+90
2019-09-11parisc: add missing header guard to hppa.hSven Schnelle1-0/+3
2019-09-11parisc: fix PDC info for graphics adapterSven Schnelle1-3/+3
2019-08-16Fix mod_pgs (number of pages) for graphic cardsHelge Deller1-2/+8
2019-08-16Implement SeaBIOS returning additional addresses. Fixes HP-UX boot.Helge Deller1-3/+16
2019-08-16Fix serial ports and add PDC_MODEL functions for special instructions enablementHelge Deller1-7/+17
2019-08-16Do not print \r on parisc SeaBIOSHelge Deller1-1/+1
2019-08-16Implement ENTRY_IO_BBLOCK_IN IODC functionHelge Deller1-4/+12
2019-08-13Add serial, parallel and LAN port support of LASI chipHelge Deller1-2/+59
2019-07-30Return non-existant BTLB for PDC_BLOCK_TLBHelge Deller1-2/+16
2019-07-30Add PDC_MEM_MAP and ENTRY_INIT_SRCH_FRST for OSF/MkLinuxHelge Deller1-7/+43
2019-03-15Improve debug messages, code indenting, TOD accuracyparisc_firmwareHelge Deller1-23/+46
2019-03-14Fix CPU HPA mod path, needs fix for qemu as well!Helge Deller3-6/+11
2019-03-13Add IODC ENTRY_INIT_DEV test, finally fixes ODE IOTEST.Helge Deller1-1/+8
2019-03-13Implement ENTRY_TEST iodc testHelge Deller1-11/+46
2019-03-13Increase initial array size of parisc_devices[] since we reduced HPPA_MAX_CPU...Helge Deller1-1/+1
2019-03-13Merge pull request #2 from svenschnelle/masterHelge Deller2-398/+570
2019-03-12parisc: fix PDC_COPROCESSORSven Schnelle2-4/+6
2019-03-10parisc: set result in ENTRY_INIT_MODSven Schnelle1-0/+1
2019-03-10parisc: move PDC_INITIATOR to its own functionSven Schnelle1-20/+29