aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-16parisc: SEABIOS_HPPA_VERSION 5seabios-hppa-v5Helge Deller1-1/+1
2022-05-14parisc: Add full PDC firmware boot menuHelge Deller4-36/+209
2022-05-14parisc/lasips2: Fix lasips2_kbd_in() to return early without inputHelge Deller1-1/+8
2022-05-14parisc: Add CONSOLE_DEFAULT constantHelge Deller1-2/+10
2022-05-11parisc: SEABIOS_HPPA_VERSION 4seabios-hppa-v4Helge Deller1-2/+2
2022-05-11stirom: Add 6x13 and 10x20 fonts, replace 8x16 fontHelge Deller1-266/+1164
2022-05-11Move PAGE0 to hppa.h and fix sti_putchar() to take selected fontHelge Deller2-3/+5
2022-03-25parisc: Fix CPU hotplug rendenzvous codeHelge Deller2-4/+22
2022-02-02parisc: SEABIOS_HPPA_VERSION 3seabios-hppa-v3seabios-hppa-v3-rc2Helge Deller1-1/+1
2022-02-02parisc: Add Linux TER16x32 font to STI firmwareHelge Deller4-3/+2084
2022-01-12parisc: Add opt/console fw_cfg option to select default consoleHelge Deller1-4/+24
2022-01-12parisc: Warn if CONFIG_PARISC is not enabledHelge Deller1-0/+3
2022-01-12parisc: Allow 16 CPUsHelge Deller2-5/+9
2022-01-11parisc: Leave IRQs disabled after rendevouzHelge Deller1-2/+1
2022-01-06parisc: Add TOC button supportHelge Deller4-10/+279
2022-01-02parisc: Add opt/hostid fw_cfg option to change hostidHelge Deller1-3/+7
2021-09-24parisc: Increase SEABIOS_HPPA_VERSION to version 2seabios-hppa-v2parisc-qemu-6hppa-target-2Helge Deller1-1/+1
2021-09-24parisc: Add sha256.c sha512.c and ror() functionHelge Deller2-1/+6
2021-09-24parisc: Document the fw_cfg opt/pdc_debug optionHelge Deller1-0/+1
2021-09-24parisc: Fix boot priority and malloc initializationsHelge Deller1-2/+6
2021-09-24boot: Fix qemu bootindex parameter on parisc architectureHelge Deller1-0/+4
2021-09-24boot: Allow boot order=g-m option to choose boot SCSI IDHelge Deller1-1/+10
2021-09-24ata.c: Add missing endianess conversion functionsHelge Deller1-10/+10
2021-09-24block.c: Allow PA-RISC to boot from ATA drivesHelge Deller1-1/+7
2021-09-24boot.c: Add boot disc chooser for PA-RISCHelge Deller1-0/+48
2021-09-24string.c: reimplement mem*_far() functions for PA-RISCHelge Deller1-1/+26
2021-09-24parisc: Add PA-RISC related codeHelge Deller16-1/+5762
2021-09-24x86.h: Provide replacement functions for PA-RISCHelge Deller1-0/+6
2021-09-24version.c: Mark version strings constHelge Deller1-2/+2
2021-09-24stacks.h: Provide replacement for thread functions when !CONFIG_THREADSHelge Deller1-2/+15
2021-09-24sercon.c: Use SEROFF_IIR constantHelge Deller1-1/+1
2021-09-24romfile.c: return values are returned as little-endianHelge Deller1-1/+3
2021-09-24output.c: Make printf() capable to print 64bit int valuesHelge Deller1-21/+23
2021-09-24output.c: Add PA-RISC specific output behaviourHelge Deller1-2/+10
2021-09-24malloc.c: Implement a PA-RISC specific malloc()Helge Deller2-4/+8
2021-09-24serialio.h: Add serial port adresses for PA-RISCHelge Deller1-0/+8
2021-09-24rtc.h: Add CMOS/RTC addresses for PA-RISCHelge Deller1-0/+7
2021-09-24pci.c: Add PCI ports for PA-RISC and access PCI bus in little-endianHelge Deller1-4/+9
2021-09-24lsi-scsi.c: Convert SCSI script to little endianHelge Deller1-0/+4
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller11-10/+14
2021-09-24blockcmd.c: Prevent unaligned access crash on PA-RISCHelge Deller1-5/+8
2021-09-24ata.h: Add ATA IDE port addresses for PA-RISCHelge Deller1-0/+8
2021-09-24ata.c: Allow to boot on PA-RISCHelge Deller1-1/+1
2021-09-24Add portaddr_t typedef to specify I/O port addressesHelge Deller6-31/+39
2021-09-24shadow.c: Compile int3 inline assembly on x86 onlyHelge Deller1-0/+2
2021-09-24pciinit.c: Initialize PA-RISC Dino PCI chipHelge Deller1-6/+47
2021-09-24paravirt.h: Add PORT_QEMU_CFG_CTL for pariscHelge Deller1-0/+7
2021-09-24font.c: Disable built-in x86 font on pariscHelge Deller1-0/+2
2021-09-24farptr.h: Add FLATPTR* accessor functions for pariscHelge Deller1-1/+13
2021-09-24byteorder.h: Add endianess conversion functionsHelge Deller1-0/+74