index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
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
2015-02-18
docs: Note v1.8.0 release
rel-1.8.0
Kevin O'Connor
1
-0
/
+22
2015-02-18
docs: There is only one VAR16 flag now
Kevin O'Connor
1
-1
/
+1
2015-02-18
docs: Update release history with dates of stable releases
Kevin O'Connor
1
-0
/
+45
2015-02-18
docs: Document why v1.6.3 release came after v0.6.2
Kevin O'Connor
1
-0
/
+5
2015-01-19
checkstack: Handle callw instruction
Kevin O'Connor
1
-0
/
+2
2015-01-07
usb: Minor - properly free memory on get_device_config() error path
Kevin O'Connor
1
-1
/
+3
2015-01-07
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
10
-22
/
+25
2015-01-07
xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()
Kevin O'Connor
1
-62
/
+18
2015-01-07
xhci: Move xhci_xfer_x() functions together
Kevin O'Connor
1
-81
/
+81
2015-01-07
usb: Use usb_send_pipe() now that all drivers have x_send_pipe()
Kevin O'Connor
1
-25
/
+15
2015-01-07
xhci: Merge xhci_send_control with xhci_send_bulk
Kevin O'Connor
3
-35
/
+19
2015-01-07
uhci: Merge uhci_send_control with uhci_send_bulk
Kevin O'Connor
3
-66
/
+39
2015-01-07
ohci: Merge ohci_send_control with ohci_send_bulk
Kevin O'Connor
3
-65
/
+34
2015-01-07
ehci: Merge ehci_send_control with ehci_send_bulk
Kevin O'Connor
3
-71
/
+34
2015-01-07
ehci: Simplify fillTDbuffer() and rename
Kevin O'Connor
1
-28
/
+17
2015-01-07
ehci: No need to support td array wrapping
Kevin O'Connor
1
-15
/
+13
2015-01-07
vgabios: Support emulated text in gfx_read_char()
Kevin O'Connor
1
-6
/
+19
2015-01-06
vgabios: implement read char in graphics mode
Paolo Bonzini
3
-12
/
+55
2015-01-06
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes
Paolo Bonzini
1
-8
/
+19
2015-01-01
uhci: Increase bulk transfer STACKTDS to 16
Kevin O'Connor
1
-2
/
+2
2015-01-01
uhci: Enable "depth" tree traversal for bulk transfers
Kevin O'Connor
1
-3
/
+3
2015-01-01
docs: Add documentation on using readserial.py script
Kevin O'Connor
1
-0
/
+37
2015-01-01
readserial: Enhance pipe support
Kevin O'Connor
1
-15
/
+14
2015-01-01
usb: Add support for OHCI bulk transfers
Kevin O'Connor
3
-18
/
+76
2014-12-29
block: Check for read/write requests over 64K
Kevin O'Connor
2
-0
/
+6
2014-12-29
cdrom: Break up very large read requests into smaller requests
Kevin O'Connor
1
-4
/
+13
2014-12-29
scsi: Don't export cdb_* functions
Kevin O'Connor
2
-16
/
+7
2014-12-29
cdrom: call scsi_process_op() instead of cdb_read()
Kevin O'Connor
1
-3
/
+4
2014-12-29
scsi: Move process_scsi_op() to hw/blockcmd.c and rename
Kevin O'Connor
3
-23
/
+24
2014-12-29
scsi: Move cdb_* functions above scsi_* functions
Kevin O'Connor
1
-88
/
+98
2014-12-29
docs: Add page describing SeaBIOS final object linking
Kevin O'Connor
2
-0
/
+169
2014-12-29
docs: Add info on MODE16/MODESEGMENT compile time flags
Kevin O'Connor
1
-0
/
+9
2014-12-29
docs: Don't point to repo README files
Kevin O'Connor
1
-6
/
+3
2014-12-29
Add wiki documentation to repository
Kevin O'Connor
11
-0
/
+1039
2014-12-29
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
7
-1
/
+339
2014-12-15
Simplify README files - point to online documentation instead
Kevin O'Connor
2
-198
/
+11
2014-12-15
usb: Update USB hub code to support super speed hubs
Kevin O'Connor
2
-3
/
+39
2014-12-03
Eliminate FUNCFSEG - only force portions of inline asm to f-segment
Kevin O'Connor
2
-10
/
+6
2014-12-03
Use macros for .code16/32 mode switches in inline asm in stacks.c
Kevin O'Connor
1
-12
/
+17
2014-12-03
Minor - be consistent in placement of .code16/32 in romlayout.S
Kevin O'Connor
1
-6
/
+11
2014-12-03
floppy: Make sure to yield() during floppy PIO
Kevin O'Connor
1
-0
/
+2
2014-12-03
build: set LC_ALL=C
Gerd Hoffmann
1
-0
/
+1
2014-11-25
add scripts/tarball.sh
Gerd Hoffmann
1
-0
/
+36
2014-11-12
pciinit: Fix build warning in mch_pci_slot_get_irq()
Kevin O'Connor
1
-16
/
+7
2014-11-12
Fix build issue on gcc34
Kevin O'Connor
1
-1
/
+1
2014-11-12
Minor - comment updates in romlayout.S
Kevin O'Connor
1
-8
/
+8
2014-11-12
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
4
-23
/
+24
2014-11-12
vgabios: Add software cursor capability
Kevin O'Connor
6
-5
/
+143
2014-11-12
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
5
-10
/
+47
2014-11-12
Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c
Kevin O'Connor
2
-2
/
+1
[next]