index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
ata.c: Add missing endianess conversion functions
hppa-target
Helge Deller
1
-10
/
+10
2021-02-11
block.c: Allow PA-RISC to boot from ATA drives
Helge Deller
1
-1
/
+7
2021-02-11
boot.c: Add boot disc chooser for PA-RISC
Helge Deller
1
-0
/
+48
2021-02-11
string.c: reimplement mem*_far() functions for PA-RISC
Helge Deller
1
-1
/
+26
2021-02-11
parisc: Add PA-RISC related code
Helge Deller
16
-1
/
+5762
2021-02-11
x86.h: Provide replacement functions for PA-RISC
Helge Deller
1
-0
/
+6
2021-02-11
version.c: Mark version strings const
Helge Deller
1
-2
/
+2
2021-02-11
stacks.h: Provide replacement for thread functions when !CONFIG_THREADS
Helge Deller
1
-2
/
+15
2021-02-11
sercon.c: Use SEROFF_IIR constant
Helge Deller
1
-1
/
+1
2021-02-11
romfile.c: return values are returned as little-endian
Helge Deller
1
-1
/
+3
2021-02-11
output.c: Make printf() capable to print 64bit int values
Helge Deller
1
-21
/
+23
2021-02-11
output.c: Add PA-RISC specific output behaviour
Helge Deller
1
-2
/
+10
2021-02-11
malloc.c: Implement a PA-RISC specific malloc()
Helge Deller
2
-4
/
+8
2021-02-11
serialio.h: Add serial port adresses for PA-RISC
Helge Deller
1
-0
/
+8
2021-02-11
rtc.h: Add CMOS/RTC addresses for PA-RISC
Helge Deller
1
-0
/
+7
2021-02-11
pci.c: Add PCI ports for PA-RISC and access PCI bus in little-endian
Helge Deller
1
-4
/
+9
2021-02-11
lsi-scsi.c: Convert SCSI script to little endian
Helge Deller
1
-0
/
+4
2021-02-11
scsi: Add fields for specifying target and lun of SCSI devices
Helge Deller
11
-10
/
+14
2021-02-11
blockcmd.c: Prevent unaligned access crash on PA-RISC
Helge Deller
1
-5
/
+8
2021-02-11
ata.h: Add ATA IDE port addresses for PA-RISC
Helge Deller
1
-0
/
+8
2021-02-11
ata.c: Allow to boot on PA-RISC
Helge Deller
1
-1
/
+1
2021-02-11
Add portaddr_t typedef to specify I/O port addresses
Helge Deller
6
-31
/
+39
2021-02-11
shadow.c: Compile int3 inline assembly on x86 only
Helge Deller
1
-0
/
+2
2021-02-11
pciinit.c: Initialize PA-RISC Dino PCI chip
Helge Deller
1
-6
/
+47
2021-02-11
paravirt.h: Add PORT_QEMU_CFG_CTL for parisc
Helge Deller
1
-0
/
+7
2021-02-11
font.c: Disable built-in x86 font on parisc
Helge Deller
1
-0
/
+2
2021-02-11
farptr.h: Add FLATPTR* accessor functions for parisc
Helge Deller
1
-1
/
+13
2021-02-11
byteorder.h: Add endianess conversion functions
Helge Deller
1
-0
/
+74
2021-02-11
Drivers: Use get_bda_ptr() BDA accessor
Helge Deller
3
-3
/
+3
2021-02-11
biosvar.h: Add accessors for various BIOS data areas
Helge Deller
1
-0
/
+31
2021-02-11
Add config option for PA-RISC arch
Helge Deller
1
-16
/
+38
2020-12-21
Support booting USB drives with a write protect switch enabled
Mike Banon
1
-3
/
+7
2020-11-16
nvme: Clean up nvme_cmd_readwrite()
David Woodhouse
1
-44
/
+33
2020-10-28
nvme: Split requests by maximum allowed size
Alexander Graf
1
-0
/
+16
2020-10-28
nvme: Pass large I/O requests as PRP lists
Alexander Graf
2
-10
/
+82
2020-10-28
nvme: Allow to set PRP2
Alexander Graf
1
-5
/
+6
2020-10-28
nvme: Record maximum allowed request size
Alexander Graf
2
-3
/
+18
2020-10-15
usb boot: add xhci mmio example
Gerd Hoffmann
1
-1
/
+3
2020-10-13
usb/xhci: add support for mmio host adapters (via acpi).
Gerd Hoffmann
1
-0
/
+31
2020-10-13
usb/xhci: split xhci setup into generic and pci parts
Gerd Hoffmann
1
-13
/
+27
2020-10-13
usb: add boot prio support for mmio host adapters
Gerd Hoffmann
2
-1
/
+10
2020-10-13
dsdt: add support for pnp ids as strings
Gerd Hoffmann
1
-8
/
+13
2020-10-13
output: add support for uppercase hex numbers
Gerd Hoffmann
1
-22
/
+27
2020-09-30
USB:Fix xHCI initail fail by using longer reset and CNR clear timeout value
weitaowang-oc@zhaoxin.com
1
-2
/
+2
2020-09-25
usb.c: Fix devices using non-primary interface descriptor
Matt DeVillier
1
-8
/
+19
2020-09-08
smbios: avoid integer overflow when adding SMBIOS type 0 table
Daniel P. Berrangé
1
-4
/
+10
2020-08-10
docs: Note v1.14.0 release
Kevin O'Connor
1
-0
/
+13
2020-07-28
nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5
Paul Menzel
1
-1
/
+1
2020-07-28
virtio-scsi: fix boot prio detection by using correct lun
Stefan Reiter
1
-3
/
+3
2020-07-24
ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects
Kevin O'Connor
2
-4
/
+37
[next]