aboutsummaryrefslogtreecommitdiff
path: root/src/parisc/parisc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Linux boots again on all.devel-last-for-v16Helge Deller1-19/+40
2024-01-16test to boot hpux11...Helge Deller1-16/+22
2024-01-16Booting all kind works !!!Helge Deller1-12/+4
2024-01-16Fix 32-bit kernel on 64-bit PDCHelge Deller1-5/+11
2024-01-15fix most stuff, just from disk doesn't workHelge Deller1-31/+43
2024-01-1564-bit auf 64-bit und 32- auf 32- funktioniertHelge Deller1-1/+1
2024-01-1564-bit kernel boots with 64-bit PDCHelge Deller1-2/+10
2024-01-15erster boot schritt vorwärtsHelge Deller1-16/+19
2024-01-14prepare for 64-bit printf formatsHelge Deller1-48/+48
2024-01-14Copy whole pdc entry function into low memoryHelge Deller1-3/+5
2024-01-14Fix 64-bit jump-to-kernel-entryHelge Deller1-4/+6
2024-01-14Fix serial & console I/O on 64-bitHelge Deller1-4/+4
2024-01-1464-bit works up until kernel startHelge Deller1-1/+2
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