aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-10parisc: move PDC_PCI_INDEX to its own functionSven Schnelle1-26/+36
2019-03-10parisc: move PDC_IO to its own functionSven Schnelle1-9/+20
2019-03-10parisc: move PDC_SOFT_POWER to its own functionSven Schnelle1-8/+17
2019-03-10parisc: move PDC_SYSTEM_MAP to its own functionSven Schnelle1-41/+48
2019-03-10parisc: move PDC_PSW to its own functionSven Schnelle1-14/+24
2019-03-10parisc: move PDC_MEM to its own functionSven Schnelle1-21/+30
2019-03-10parisc: move PDC_TLB to its own functionSven Schnelle1-14/+20
2019-03-10parisc: move PDC_ADD_VALID to its own functionSven Schnelle1-15/+25
2019-03-10parisc: move PDC_TOD/PDC_NVOLATILE to its own functionSven Schnelle1-65/+92
2019-03-10parisc: move PDC_IODC to its own functionSven Schnelle1-60/+69
2019-03-10parisc: move PDC_COPRO to its own functionSven Schnelle1-12/+21
2019-03-10parisc: move PDC_HPA to its own functionSven Schnelle1-10/+18
2019-03-10parisc: move PDC_CACHE to its own functionSven Schnelle1-35/+46
2019-03-10parisc: move PDC_MODEL to its own functionSven Schnelle1-33/+41
2019-03-10parisc: move PDC_PIM to its own functionSven Schnelle1-14/+25
2019-03-10parisc: move PDC_CHASSIS to its own functionSven Schnelle1-17/+25
2019-03-10parisc: don't skip negative path parts in PDC_TRANSLATE_PATHSven Schnelle1-4/+1
2019-03-05Fix PDC_MODEL_VERSIONS and try to get coprocessor detectedHelge Deller1-2/+7
2019-03-05Improve comments for PDC_GET_INITIATORHelge Deller1-6/+6
2019-03-05TOD fixes, add ENTRY_INIT/ENTRY_INIT_MOD callHelge Deller1-7/+20
2019-03-05parisc: implement PDC_TRANSLATE_PATHSven Schnelle1-1/+52
2019-02-18dino: strip lower 2 bits from pci config addressSven Schnelle1-8/+8
2019-02-18Find PCI slot of LSI SCSI card. Needed for boot path.Helge Deller1-0/+16
2019-02-16Fix dependencies, rebuilds automatically.Helge Deller1-5/+4
2019-02-16reorganizationsHelge Deller9-31/+21
2019-02-16even less diff, add sticore.hHelge Deller11-24/+385
2019-02-15less diff and warnings in vga codeHelge Deller1-3/+5
2019-02-15Less options and drop PDC_CHASSIS outputHelge Deller3-39/+35
2019-02-14Fix build with more optionsHelge Deller3-1/+12
2019-02-14Latest diff reduction cleanups, now x86 builds againHelge Deller11-13/+24
2019-02-14Use correct ifdefHelge Deller1-1/+1
2019-02-14Update & less differences, split out x86.h changesHelge Deller2-252/+472
2019-02-14Initial fix byteorderHelge Deller1-1/+1
2019-02-13clean up x86.hHelge Deller1-0/+2
2019-02-13Even less difference to upstream.Helge Deller5-3/+6
2019-02-13Further reduce diff to upstreamHelge Deller7-10/+15
2019-02-13Reduce diff to upstream. Move Makefile commands for parisc into Makefile.pariscHelge Deller2-42/+336
2019-02-13Add PDC_MODEL/PDC_MODEL_GET_INSTALL_KERNEL for HP-UXHelge Deller1-0/+3
2019-02-13re-indent the whole parisc source fileHelge Deller1-1065/+1066
2019-02-13Merge latest upstream changesHelge Deller44-390/+1547
2019-02-13Prevent NULL pointer usageHelge Deller1-6/+12