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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
ahci: add missing check for allocation failure
Gerd Hoffmann
1
-9
/
+16
2013-08-20
apm: fix shutdown
Gerd Hoffmann
4
-0
/
+14
2013-08-09
Fix bug in CBFS file walking with compressed files.
rel-1.7.3.1
Kevin O'Connor
1
-1
/
+1
2013-08-09
acpi: sync FADT flags from PIIX4 to Q35
Michael S. Tsirkin
1
-3
/
+3
2013-08-08
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
Kevin O'Connor
2
-1
/
+2
2013-06-13
Minor - remove debugging dprintf added to pciinit.c.
rel-1.7.3
Kevin O'Connor
1
-2
/
+0
2013-06-13
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
4
-8
/
+16
2013-06-13
make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU
Kevin O'Connor
1
-1
/
+4
2013-06-13
tweak coreboot qemu detection
Gerd Hoffmann
1
-1
/
+1
2013-06-13
Convert pciinit.c to use standard list manipulation code.
Kevin O'Connor
1
-34
/
+30
2013-06-13
Fix error in hlist_for_each_entry_safe macro.
Kevin O'Connor
1
-2
/
+1
2013-06-13
Revert "Convert pciinit.c to use standard list manipulation code."
Kevin O'Connor
1
-30
/
+34
2013-06-12
coreboot: add qemu detection
Gerd Hoffmann
1
-0
/
+5
2013-06-12
config: allow DEBUG_IO for !QEMU
Gerd Hoffmann
2
-2
/
+3
2013-06-08
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
6
-15
/
+15
2013-06-08
Convert pciinit.c to use standard list manipulation code.
Kevin O'Connor
1
-34
/
+30
2013-06-08
Convert boot.c to use standard list manipulation code.
Kevin O'Connor
1
-20
/
+17
2013-06-08
Convert stacks.c to use standard list manipulation code.
Kevin O'Connor
1
-17
/
+15
2013-06-08
Introduce helper function have_threads() in stacks.c.
Kevin O'Connor
1
-10
/
+12
2013-06-08
Minor - relocate code in stacks.c to keep low-level thread code together.
Kevin O'Connor
1
-52
/
+57
2013-06-08
Introduce and convert pmm code to use standard list helpers.
Kevin O'Connor
3
-48
/
+108
2013-06-08
Minor - move "tracked memory alloc" code in pmm.c.
Kevin O'Connor
1
-98
/
+98
2013-04-30
Add pvpanic device driver
Hu Tao
2
-0
/
+49
2013-03-30
acpi: Use cpu_to_leXX() consistently.
Kevin O'Connor
2
-26
/
+25
2013-03-30
acpi: Remove dead code with descriptions of bit flags.
Kevin O'Connor
1
-25
/
+1
2013-03-30
acpi: Move ACPI table definitions from acpi.c to acpi.h.
Kevin O'Connor
2
-185
/
+175
2013-03-30
Use container_of on romfile entries.
Kevin O'Connor
3
-44
/
+57
2013-03-23
Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.
Kevin O'Connor
2
-13
/
+19
2013-03-22
acpi: make default DSDT optional
Michael S. Tsirkin
2
-1
/
+12
2013-03-22
pciinit: Enable default VGA device
Alex Williamson
3
-1
/
+42
2013-03-18
mptable: Use same PCI irqs as ACPI code.
Kevin O'Connor
3
-8
/
+8
2013-03-18
mptable: Don't describe pci-to-pci bridges.
Kevin O'Connor
1
-12
/
+10
2013-03-17
Set ZF prior to keyboard read call in check_for_keystroke().
Kevin O'Connor
1
-1
/
+1
2013-03-17
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
Asias He
1
-2
/
+2
2013-03-17
virtio-scsi: Set _DRIVER_OK flag before scsi target scanning
Asias He
1
-2
/
+3
2013-03-09
Fix bug in NUMA node setup - don't create SRAT if NUMA not present.
Kevin O'Connor
1
-0
/
+2
2013-03-09
Minor - add missing newline to floppy debug statement.
Kevin O'Connor
1
-1
/
+1
2013-03-08
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
Kevin O'Connor
4
-6
/
+8
2013-03-08
Add VARVERIFY32INIT attribute for variables only available during "init".
Kevin O'Connor
1
-0
/
+4
2013-03-08
smm: Don't use PCIDevices list in smm_setup().
Kevin O'Connor
3
-31
/
+37
2013-03-08
shadow: Don't use PCIDevices list in make_bios_readonly().
Kevin O'Connor
1
-21
/
+13
2013-03-08
Don't use __FILE__ in virtio-ring.c.
Kevin O'Connor
1
-4
/
+2
2013-03-06
acpi: Eliminate BDAT parameter passing to DSDT code.
Kevin O'Connor
4
-74
/
+55
2013-03-06
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
Kevin O'Connor
2
-6
/
+6
2013-03-05
Cache boot-fail-wait to avoid romfile access after POST.
Kevin O'Connor
1
-6
/
+9
2013-03-03
Minor - note that passing QEMU config via cmos is deprecated.
Kevin O'Connor
1
-0
/
+4
2013-03-03
floppy: Actually do controller reset in floppy_reset().
Kevin O'Connor
1
-2
/
+8
2013-03-03
floppy: Implement media format sensing.
Kevin O'Connor
1
-45
/
+78
2013-03-03
floppy: Improve floppy_pio() error checking.
Kevin O'Connor
1
-18
/
+42
2013-03-03
floppy: Move recalibration and results parsing to floppy_cmd().
Kevin O'Connor
1
-98
/
+78
[next]