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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
73
-370
/
+425
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
44
-605
/
+658
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
16
-13
/
+33
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
29
-29
/
+62
*
build: Perform compile checking on vgasrc code.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
63
-52
/
+111
*
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
2013-09-18
3
-43
/
+43
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
22
-179
/
+212
*
readme: Minor - fix typo in readme.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
vgabios: Limit the range of the VBE number of "pages" parameter.
Kevin O'Connor
2013-09-18
1
-0
/
+4
*
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
2013-09-18
4
-19
/
+18
*
bochsvga: fallback to stdvga if dispi interface isn't present
Gerd Hoffmann
2013-09-16
1
-19
/
+48
*
ahci: add missing check for allocation failure
Gerd Hoffmann
2013-09-16
1
-9
/
+16
*
README: Update readme to note scripts/ directory rename and vgasrc/ directory.
Kevin O'Connor
2013-09-13
1
-1
/
+6
*
build: Reorder makefile source list to group like files together.
Kevin O'Connor
2013-09-02
1
-11
/
+16
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
44
-30
/
+30
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
83
-91
/
+91
*
build: Don't use vpath makefile directive.
Kevin O'Connor
2013-09-02
1
-14
/
+12
*
Update kconfig to latest version.
Kevin O'Connor
2013-08-24
39
-1170
/
+5304
*
Rename tools/ directory to scripts/ directory.
Kevin O'Connor
2013-08-17
56
-34
/
+34
*
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
7
-21
/
+156
*
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
*
acpi_extract.py: document DEVICE directives
Michael S. Tsirkin
2013-08-02
1
-0
/
+3
*
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
10
-245
/
+273
*
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
*
Update README to include info on VARLOW variables.
Kevin O'Connor
2013-07-14
1
-11
/
+14
*
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
[next]