index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
43
-22
/
+22
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
78
-72
/
+72
*
Minor - simplify rom_reserve().
Kevin O'Connor
2013-08-14
1
-10
/
+7
*
Minor - no need to declare MaxCountCPUs as VARFSEG.
Kevin O'Connor
2013-08-10
1
-1
/
+1
*
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
2013-08-10
5
-14
/
+125
*
Minor cleanups to smm assembler.
Kevin O'Connor
2013-08-10
1
-18
/
+19
*
apm: fix shutdown
Gerd Hoffmann
2013-08-08
4
-0
/
+14
*
Support custom boot menu prompt and custom boot menu key.
Kevin O'Connor
2013-08-02
1
-3
/
+5
*
Fix bug in CBFS file walking with compressed files.
Kevin O'Connor
2013-08-02
1
-1
/
+1
*
Add missing mathcp_setup() call to CSM code.
Kevin O'Connor
2013-07-21
1
-0
/
+1
*
Default unused UMB areas to be read-only.
Kevin O'Connor
2013-07-21
2
-3
/
+17
*
Unify pmtimer_read() and pittimer_read() code.
Kevin O'Connor
2013-07-21
1
-48
/
+28
*
Separate out timer setup code.
Kevin O'Connor
2013-07-21
1
-35
/
+49
*
Rename check_tsc() (and similar) to timer_check() and use u32.
Kevin O'Connor
2013-07-21
13
-94
/
+89
*
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
2013-07-21
5
-17
/
+17
*
Shift CPU TSC down to reduce need for 64bit variables.
Kevin O'Connor
2013-07-21
2
-27
/
+31
*
Rename cpu_khz to TimerKHz.
Kevin O'Connor
2013-07-20
1
-12
/
+12
*
Improve accuracy of internal timers.
Kevin O'Connor
2013-07-20
4
-25
/
+25
*
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
2013-07-20
6
-11
/
+22
*
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
Kevin O'Connor
2013-07-20
5
-8
/
+9
*
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
2013-07-20
9
-244
/
+272
*
acpi: sync FADT flags from PIIX4 to Q35
Michael S. Tsirkin
2013-07-18
1
-3
/
+3
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
10
-106
/
+90
*
Add CONFIG_DEBUG_COREBOOT config option
Gerd Hoffmann
2013-07-14
2
-1
/
+11
*
coreboot: add cbmem console support
Gerd Hoffmann
2013-07-14
3
-0
/
+35
*
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
Kevin O'Connor
2013-07-14
2
-1
/
+2
*
Minor - remove debugging dprintf added to pciinit.c.
Kevin O'Connor
2013-06-13
1
-2
/
+0
*
Another fix for hlist_for_each_entry_safe.
Kevin O'Connor
2013-06-13
4
-8
/
+16
*
make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU
Kevin O'Connor
2013-06-13
1
-1
/
+4
*
tweak coreboot qemu detection
Gerd Hoffmann
2013-06-13
1
-1
/
+1
*
Convert pciinit.c to use standard list manipulation code.
Kevin O'Connor
2013-06-13
1
-34
/
+30
*
Fix error in hlist_for_each_entry_safe macro.
Kevin O'Connor
2013-06-13
1
-2
/
+1
*
Revert "Convert pciinit.c to use standard list manipulation code."
Kevin O'Connor
2013-06-13
1
-30
/
+34
*
coreboot: add qemu detection
Gerd Hoffmann
2013-06-12
1
-0
/
+5
*
config: allow DEBUG_IO for !QEMU
Gerd Hoffmann
2013-06-12
2
-2
/
+3
*
Convert PCIDevices list to use standard list manipultion code.
Kevin O'Connor
2013-06-08
6
-15
/
+15
*
Convert pciinit.c to use standard list manipulation code.
Kevin O'Connor
2013-06-08
1
-34
/
+30
*
Convert boot.c to use standard list manipulation code.
Kevin O'Connor
2013-06-08
1
-20
/
+17
*
Convert stacks.c to use standard list manipulation code.
Kevin O'Connor
2013-06-08
1
-17
/
+15
*
Introduce helper function have_threads() in stacks.c.
Kevin O'Connor
2013-06-08
1
-10
/
+12
*
Minor - relocate code in stacks.c to keep low-level thread code together.
Kevin O'Connor
2013-06-08
1
-52
/
+57
*
Introduce and convert pmm code to use standard list helpers.
Kevin O'Connor
2013-06-08
3
-48
/
+108
*
Minor - move "tracked memory alloc" code in pmm.c.
Kevin O'Connor
2013-06-08
1
-98
/
+98
*
Add pvpanic device driver
Hu Tao
2013-04-30
2
-0
/
+49
*
acpi: Use cpu_to_leXX() consistently.
Kevin O'Connor
2013-03-30
2
-26
/
+25
*
acpi: Remove dead code with descriptions of bit flags.
Kevin O'Connor
2013-03-30
1
-25
/
+1
*
acpi: Move ACPI table definitions from acpi.c to acpi.h.
Kevin O'Connor
2013-03-30
2
-185
/
+175
*
Use container_of on romfile entries.
Kevin O'Connor
2013-03-30
3
-44
/
+57
*
Cleanup QEMU_CFG_NUMA fw_cfg processing - split into two romfile entries.
Kevin O'Connor
2013-03-23
2
-13
/
+19
*
acpi: make default DSDT optional
Michael S. Tsirkin
2013-03-22
2
-1
/
+12
[next]