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-05-15
Cache boot-fail-wait to avoid romfile access after POST.
rel-1.7.2.2
1.7.2-stable
Kevin O'Connor
1
-6
/
+9
2013-05-15
virtio-scsi: Set _DRIVER_OK flag before scsi target scanning
Asias He
1
-2
/
+3
2013-05-15
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
Asias He
1
-2
/
+2
2013-02-24
seabios: Add a dummy PCI slot to irq mapping function
rel-1.7.2.1
Alex Williamson
1
-1
/
+9
2013-02-24
seabios q35: Add new PCI slot to irq routing function
Alex Williamson
1
-1
/
+32
2013-02-24
seabios q35: Enable all PIRQn IRQs at startup
Alex Williamson
1
-4
/
+2
2013-02-24
build: Don't require $(OUT) to be a sub-directory of the main directory.
Kevin O'Connor
1
-1
/
+1
2013-02-24
USB-EHCI: Fix null pointer assignment
Avik Sil
1
-1
/
+1
2013-01-12
boot: Support "halt" in the boot order to prevent default boot attempts.
Kevin O'Connor
1
-0
/
+8
2013-01-08
megasas: Invert PCI device selection
Hannes Reinecke
1
-13
/
+12
2012-12-21
Minor: Separate UUID display from F12 boot prompt.
Kevin O'Connor
2
-2
/
+2
2012-12-21
display_uuid(): fix incomplete check after the loop
Laszlo Ersek
1
-2
/
+2
2012-12-15
acpi: Use prt_slot() macro to describe irq pins of first PCI device.
Kevin O'Connor
1
-4
/
+1
2012-12-15
acpi: reintroduce LNKS
Paolo Bonzini
1
-1
/
+17
2012-12-15
maininit(): print machine UUID under seabios version message
Laszlo Ersek
3
-0
/
+72
2012-12-07
floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled.
Kevin O'Connor
1
-3
/
+2
2012-12-06
acpi: drop irq 8 from hpet ressources
Gerd Hoffmann
1
-0
/
+2
2012-12-05
acpi: Minor - merge the two dsdt ISA areas into one ISA area.
Kevin O'Connor
1
-28
/
+20
2012-12-04
acpi: fix COM2._UID
Gerd Hoffmann
1
-1
/
+1
2012-12-04
acpi: reorder PX13 + ISA
Gerd Hoffmann
1
-12
/
+12
2012-12-02
acpi: PCI routing DSDT simplifications.
Kevin O'Connor
2
-125
/
+98
2012-12-02
ACPI: Delineate q35 ACSP DSL code into sections.
Kevin O'Connor
1
-2
/
+27
2012-12-02
ACPI: Move q35 PCI irq definitions together.
Kevin O'Connor
1
-66
/
+67
2012-12-02
ACPI: Move PCI0 hotplug and irq definitions to there respective areas.
Kevin O'Connor
1
-65
/
+68
2012-12-02
ACPI: Remove unnecessary Return(One) calls from q35 DSDT.
Kevin O'Connor
1
-15
/
+0
2012-12-02
acpi: Reindent DSDT code.
Kevin O'Connor
10
-760
/
+690
2012-12-01
acpi: move isa devices to separate file [q35]
Gerd Hoffmann
1
-183
/
+11
2012-12-01
acpi: add mcfg table for mmconfig
Gerd Hoffmann
2
-0
/
+40
2012-12-01
q35: fix default vga address
Gerd Hoffmann
1
-1
/
+1
2012-12-01
acpi: move isa devices to separate file
Gerd Hoffmann
2
-174
/
+136
2012-12-01
acpi: rework enable bits
Gerd Hoffmann
1
-21
/
+28
2012-12-01
acpi: move cpu hotplug to separate file [q35]
Gerd Hoffmann
1
-72
/
+2
2012-12-01
acpi: move cpu hotplug to separate file
Gerd Hoffmann
2
-76
/
+78
2012-12-01
acpi: move \_SB.PCI0._CRS to separate file [q35]
Gerd Hoffmann
1
-105
/
+1
2012-12-01
acpi: move \_SB.PCI0._CRS to separate file
Gerd Hoffmann
2
-105
/
+109
2012-12-01
acpi: move \_SB.HPET to separate file [q35]
Gerd Hoffmann
1
-19
/
+2
2012-12-01
acpi: move \_SB.HPET to separate file
Gerd Hoffmann
2
-36
/
+37
2012-12-01
acpi: move DBUG() to separate file [q35]
Gerd Hoffmann
1
-24
/
+1
2012-12-01
acpi: move DBUG() to separate file
Gerd Hoffmann
2
-30
/
+31
2012-12-01
seabios: q35: Register PCI IRQs as active high in APIC mode
Jan Kiszka
1
-13
/
+33
2012-12-01
seabios: q35: add dsdt
Isaku Yamahata
1
-0
/
+830
2012-12-01
seabios: add q35 initialization functions.
Isaku Yamahata
5
-5
/
+207
2012-12-01
seabios: pci: enable SERR of normal device.
Isaku Yamahata
1
-1
/
+2
2012-12-01
seabios: acpi, fadt: make while fadt initialization chipset specific
Isaku Yamahata
1
-16
/
+18
2012-12-01
seabios: make mttr UC area setup dynamic
Jason Baron
3
-6
/
+6
2012-11-26
floppy: Allow floppy code to be used with coreboot.
Kevin O'Connor
1
-1
/
+6
2012-11-26
floppy: Minor cleanup - reduce some cut-and-paste code.
Kevin O'Connor
2
-18
/
+6
2012-11-26
pciinit: Align start of PCI memory on i440 chipset.
Kevin O'Connor
1
-2
/
+30
2012-11-20
Collapse PCI device tables in pci_bios_init_devices().
Kevin O'Connor
1
-41
/
+27
2012-11-20
esp: enable busmaster
Paolo Bonzini
1
-0
/
+2
[next]