aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-08parisc: Fix 64-bit PDC call to not trash %dpHEADmasterHelge Deller1-23/+4
2024-02-08parisc: Fix hpa_name() to resolve & print PCI deviceHelge Deller1-12/+6
2024-02-08output: Fix %pP (PCI device) format string output on 64-bit firmwareHelge Deller1-0/+4
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/sti: Fix STI on 64-bit boot console handlerHelge Deller2-6/+8
2024-02-08parisc: USB keyboard not yet functional in boot menuHelge Deller1-1/+3
2024-02-07parisc: SEABIOS_HPPA_VERSION 16Helge Deller1-2/+2
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: Skip HPMC during bootupHelge Deller1-5/+31
2024-02-06pciinit: Do not access Dino Flex register on 64-bit firmwareHelge Deller1-0/+3
2024-02-06parisc: Prevent unneeded accesses to not-available devicesHelge Deller1-3/+6
2024-02-06serial: Disable serial port detection on 64-bit machinesHelge Deller1-0/+3
2024-02-06parisc: Fix initialization of bss on 64-bit firmwareHelge Deller1-2/+2
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-02boot: Clean up output of list of boot devicesHelge Deller1-1/+5
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: Add initial definition file for HP rp3410 serverHelge Deller1-0/+442
2024-01-24parisc: Add lspci output to J6700Helge Deller1-0/+11
2024-01-24parisc: Add initial definition file for HP J6700 workstationHelge Deller1-0/+320
2024-01-24parisc: Add parisc-qemu-install Makefile targetHelge Deller1-0/+5
2024-01-24parisc: Fix RTC clock for 64-bit firmwareHelge Deller1-3/+2
2024-01-24parisc: Prevent overflow of PARISC_PDC_ENTRY_ORGHelge Deller2-2/+2
2024-01-19parisc: Update C3700 with original contentHelge Deller1-1/+12
2024-01-19parisc: Include 715/64 as possible supported machineHelge Deller2-39/+36
2024-01-19parisc: Add initial definition file for HP C800 workstationHelge Deller1-0/+501
2024-01-19parisc: Add initial definition file for HP 715/64 machineHelge Deller1-0/+623
2024-01-18parisc: Do not check layers in PDC_MEM_MAP_HPAHelge Deller1-1/+1
2024-01-18parisc: Enable build of 64-bit firmware code to out-64/hppa-firmware64.imgHelge Deller2-4/+5
2024-01-18output: Allow to simply switch to Qemu's builtin_console_out() for debuggingHelge Deller1-0/+5
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 Deller2-55/+267
2024-01-18head: Install and use firmware fault handlerHelge Deller1-2/+24
2024-01-18head: Add load32_sign_extend() and load32_firmware() macrosHelge Deller1-0/+15
2024-01-18parisc: Add start_kernel() functionHelge Deller2-9/+21
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 F_EXTEND() and ROM_EXTEND() helper macrosHelge Deller1-1/+17
2024-01-18parisc: Add various helpers to check for 64-bit PDC and 64-bit CPUHelge Deller1-5/+16
2024-01-18output/printhex: Allow to print 64-bit hex value on 64-bit makeHelge Deller1-2/+18
2024-01-18util: Fix compiler warning by using proper function definitionHelge Deller1-1/+1
2024-01-18parisc/b160l: Mark this as 32-bit machine in inventoryHelge Deller1-1/+1
2024-01-18malloc: Take unsigned long as mask to alignHelge Deller2-4/+4