aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/parisc.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08parisc: Fix hpa_name() to resolve & print PCI deviceHelge Deller1-12/+6
2024-02-08parisc: pdc_add_valid() should allow HPA of graphics cardHelge Deller1-0/+2
2024-02-08parisc: Fix Debug output on 64-bit PDCHelge Deller1-0/+1
2024-02-08parisc: USB keyboard not yet functional in boot menuHelge Deller1-1/+3
2024-02-07parisc: Improve -fw_cfg opt/OS64 optionHelge Deller1-7/+17
2024-02-06parisc: Add some missing NO_COMPAT_RETURN_VALUE()Helge Deller1-0/+6
2024-02-06parisc: Fix crash in PDC_TOD_WRITE in compat modeHelge Deller1-0/+1
2024-02-06parisc: Prevent unneeded accesses to not-available devicesHelge Deller1-3/+6
2024-02-06parisc: Disable debug infoHelge Deller1-1/+1
2024-02-06parisc: Resolve device name with hpa_name() on 64-bit devicesHelge Deller1-1/+1
2024-02-02parisc: Use new qemu debug output function for early bootupHelge Deller1-1/+1
2024-02-02parisc: Allow booting without SCSI controllerHelge Deller1-3/+6
2024-02-02parisc: Add -fw_cfg opt/OS64,string=1 optionHelge Deller1-2/+8
2024-01-24parisc: Fix RTC clock for 64-bit firmwareHelge Deller1-3/+2
2024-01-24parisc: Prevent overflow of PARISC_PDC_ENTRY_ORGHelge Deller1-1/+1
2024-01-19parisc: Include 715/64 as possible supported machineHelge Deller1-0/+13
2024-01-18parisc: Do not check layers in PDC_MEM_MAP_HPAHelge Deller1-1/+1
2024-01-18parisc: Mark machine 64-bit capable if 64-bit CPU is foundHelge Deller1-1/+4
2024-01-18parisc: Optimize cache definitionHelge Deller1-4/+4
2024-01-18parisc: Adjust firmware to receive 64-bit values in PDC functionsHelge Deller1-71/+85
2024-01-18head: Prepare code to build 64-bit firmwareHelge Deller1-8/+12
2024-01-18parisc: Add start_kernel() functionHelge Deller1-8/+9
2024-01-18parisc: Add firmware_fault_handler()Helge Deller1-0/+8
2024-01-18parisc: Use is_64bit_PDC() and F_EXTEND() to prepare for 64-bit buildHelge Deller1-32/+44
2024-01-18parisc: Add various helpers to check for 64-bit PDC and 64-bit CPUHelge Deller1-5/+16
2024-01-06parisc: Update copyright year to 2024Helge Deller1-2/+2
2024-01-06parisc: Show if 32- or 64-bit SeaBIOS versionHelge Deller1-3/+4
2024-01-06parisc: Fix PDC_MEM_MAP for OpenBSD 7.4Helge Deller1-1/+1
2024-01-04parisc: Enable power button switch and add option to disable itHelge Deller1-2/+7
2024-01-04parisc: Fix FPU detection on NetBSDHelge Deller1-5/+5
2024-01-04parisc: Fix 64-bit firmware buildHelge Deller1-17/+54
2024-01-04parisc/b160l: Revert parts of PDC_FIND_MODULE to fix 32-bit HP-UX bootupHelge Deller1-57/+6
2024-01-04parisc/scsi: Set default max block size if not set by driverHelge Deller1-1/+4
2024-01-04parisc/scsi: Limit max block size to read from disc/cd.Helge Deller1-3/+15
2023-11-21parisc: Fix system rebootHelge Deller1-0/+13
2023-11-11parisc: Fix powerbutton on 64-bit kernelHelge Deller1-2/+13
2023-11-11parisc: Fix debug name of CPU_HPA_xx if xx >= 10Helge Deller1-2/+2
2023-11-06parisc: Disable device indexingHelge Deller1-2/+2
2023-10-31parisc: Detect Astro Runway port and CPUsHelge Deller1-22/+132
2023-10-31parisc: Add Astro/Elroy constants for debuggingHelge Deller1-2/+9
2023-10-31parisc: Add subfunction 2 for PDC_MODEL_VERSIONSHelge Deller1-0/+5
2023-10-31parisc: Lock 64-bit PDC calls until PDC_MODEL/PDC_MODEL_CAPABILITIES callHelge Deller1-2/+16
2023-10-31parisc: Use correct CPU and FPU model numbersHelge Deller1-9/+11
2023-10-31parisc: Fix boot path & PDC versionHelge Deller1-7/+9
2023-10-31parisc: Add PDC_PAT_CPU functionHelge Deller1-2/+39
2023-10-31parisc: Fix ODE on B160LHelge Deller1-22/+76
2023-10-31parisc: Add timer2() wait function to cope with 32-bit timer limitHelge Deller1-1/+1
2023-10-31parisc: USB OHCI endianess fixesHelge Deller1-0/+2
2023-10-31parisc: Fix graphics output to LASI artist card on PA2.0 machinesHelge Deller1-12/+9
2023-10-31parisc: Provide MEM_PDC_ENTRY as PDC entry point on SMP rendezvousHelge Deller1-2/+0