aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-30parisc: Detect Astro Runway port and CPUsdevel64Helge Deller3-24/+134
2023-10-30parisc/sti: Fix STI crash with fonts with 64-bit Linux kernelHelge Deller1-0/+45
2023-10-29parisc: Add Astro/Elroy constants for debuggingHelge Deller3-15/+29
2023-10-29parisc: Add subfunction 2 for PDC_MODEL_VERSIONSHelge Deller1-0/+5
2023-10-29parisc: Don't enable PSW.W at pdc exitHelge Deller1-2/+2
2023-10-29parisc: Lock 64-bit PDC calls until PDC_MODEL/PDC_MODEL_CAPABILITIES callHelge Deller1-2/+16
2023-10-29parisc: Use correct CPU and FPU model numbersHelge Deller2-11/+13
2023-10-28parisc: Fix boot path & PDC versionHelge Deller1-7/+9
2023-10-28parisc: Add PDC_PAT_CPU functionHelge Deller1-2/+39
2023-10-28parisc: Fix ODE on B160LHelge Deller3-34/+88
2023-10-28config: speed up B160LHelge Deller1-2/+2
2023-10-28parisc: Add timer2() wait function to cope with 32-bit timer limitHelge Deller4-7/+54
2023-10-28parisc: More USB OHCI fixesHelge Deller5-21/+27
2023-10-27parisc: Fix graphics output to LASI artist card on PA2.0 machinesHelge Deller3-15/+12
2023-10-27parisc: Reduce debug outputHelge Deller1-4/+1
2023-10-27parisc: Provide MEM_PDC_ENTRY as PDC entry point on SMP rendezvousHelge Deller3-5/+6
2023-10-23parisc: Use new default sw_id for the machinesHelge Deller3-9/+11
2023-10-22parisc: Hackish fix to save PSW.W across pdc/iodc callHelge Deller1-4/+8
2023-10-22parisc: Add PSW.W handling in iodc_entryHelge Deller1-1/+16
2023-10-22parisc: We only support a 32-bit PDC for now.Helge Deller1-2/+2
2023-10-22parisc: Fix return value of PDC_CACHE_RET_SPID space-id bitsHelge Deller1-3/+2
2023-10-22parisc: Implement PDC_PAT_PD_GET_ADDR_MAPHelge Deller2-2/+18
2023-10-22parisc: initialize result of pdc_model call prior returnHelge Deller1-0/+1
2023-10-22parisc: Add default PSW bit setting to pdc_model structHelge Deller2-1/+6
2023-10-22parisc: Store user-specified sw_id in pdc_model fieldHelge Deller1-0/+2
2023-10-22parisc: Add initial PDC_PAT_CELL and PDC_PAT_CHASSIS_LOG callsHelge Deller1-5/+46
2023-10-22parisc: Add pdcpat.h for PDC PAT functionsHelge Deller3-3/+395
2023-10-22parisc: Do not allow 64-bit PDC calls (yet)Helge Deller1-2/+2
2023-10-22parisc: Save and restore current PSW_W across PDC callHelge Deller2-5/+19
2023-10-21parisc: Update to version 11Helge Deller1-2/+2
2023-10-21parisc: add default .config file for parisc buildHelge Deller2-1/+84
2023-10-17parisc: Better power off message from power buttonHelge Deller1-1/+1
2023-10-17parisc: Fully implement PDC_PSW for 64-bit CPUsHelge Deller2-4/+18
2023-10-17parisc: Fix mfctl,w instruction and thus 64-bit detectionHelge Deller1-2/+3
2023-10-14parisc: SEABIOS_HPPA_VERSION 10seabios-hppa-v10devel5Helge Deller1-2/+2
2023-10-14parisc/c3700: Add support for C3700 workstation with Astro/ElroyHelge Deller14-261/+1339
2023-10-14parisc/malloc: Drop debug outputHelge Deller1-1/+1
2023-10-14parisc/blockcmd: Drop debug outputHelge Deller1-1/+1
2023-10-14parisc/kbd: Drop debug outputHelge Deller1-1/+1
2023-10-14parisc/usb: Fix usb host for big-endian machines (like parisc)Helge Deller2-51/+54
2023-10-14parisc/serialio: Use portaddr_t type for DebugOutputPortHelge Deller1-1/+2
2023-10-14parisc/rtc: Drop parisc specific RTC portsHelge Deller1-7/+0
2023-10-14parisc/ata: Drop parisc specific ISA ATA portsHelge Deller1-8/+0
2023-10-14parisc/block: Disable debug lineHelge Deller1-1/+1
2023-10-14parisc/timer: Drop PAGE0 from timer fileHelge Deller1-2/+0
2023-10-14parisc: add .vimrc editor helper fileHelge Deller1-0/+4
2023-10-14parisc: Add PDC_CACHE_RET_SPID functionHelge Deller1-0/+5
2023-10-14parisc/pdc.h: Add some additional PDC constantsHelge Deller1-2/+25
2023-10-14parisc: Fix serial output at early bootupHelge Deller1-3/+11
2023-09-16esp-scsi: handle non-DMA SCSI commands with no data phaseMark Cave-Ayland1-1/+10