aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/parisc.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-31parisc: Introduce new sw_id for the machinesHelge Deller1-6/+9
2023-10-31parisc: Support a 32-bit PDC only for now.Helge Deller1-2/+2
2023-10-31parisc: Fix return value of PDC_CACHE_RET_SPID space-id bitsHelge Deller1-3/+2
2023-10-31parisc: Implement PDC_PAT_PD_GET_ADDR_MAPHelge Deller1-0/+16
2023-10-31parisc: initialize result of pdc_model call prior returnHelge Deller1-0/+1
2023-10-31parisc: Add default PSW bit setting to pdc_model structHelge Deller1-1/+5
2023-10-31parisc: Store user-provided software ID in pdc_model fieldHelge Deller1-0/+2
2023-10-31parisc: Add initial PDC_PAT_CELL and PDC_PAT_CHASSIS_LOG callsHelge Deller1-5/+46
2023-10-31parisc: Add pdcpat.h for PDC PAT functionsHelge Deller1-0/+1
2023-10-31parisc: Do not allow 64-bit PDC calls (yet)Helge Deller1-2/+2
2023-10-31parisc: Save and restore current PSW_W across PDC callHelge Deller1-4/+5
2023-10-31parisc: Better power off message from power buttonHelge Deller1-1/+1
2023-10-31parisc: Fully implement PDC_PSW for 64-bit CPUsHelge Deller1-4/+17
2023-10-31parisc: Fix mfctl,w instruction and thus 64-bit detectionHelge Deller1-2/+3
2023-10-14parisc/c3700: Add support for C3700 workstation with Astro/ElroyHelge Deller1-209/+777