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
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move cdemu call interface and disk_ret helper code to disk.c.
Kevin O'Connor
2014-06-04
1
-1
/
+0
*
cdemu: store internal cdemu fields in standard "el-torito" spec format.
Kevin O'Connor
2014-06-04
1
-1
/
+1
*
acpi: remove PORT_ACPI_PM_BASE constant
Gerd Hoffmann
2014-05-20
1
-0
/
+1
*
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
2014-05-06
1
-0
/
+1
*
SMBIOS: Check for aggregate tables & entry point in fw_cfg
Gabriel L. Somlo
2014-05-06
1
-1
/
+2
*
coreboot: Make coreboot table searching available to other code.
Kevin O'Connor
2014-04-11
1
-0
/
+3
*
Use biostables.c for copying bios tables even when generating them.
Kevin O'Connor
2014-04-07
1
-0
/
+3
*
Move PirAddr definition from pirtable.c to biostables.c.
Kevin O'Connor
2014-04-07
1
-1
/
+1
*
smbios: Move smbios parsing logic from smbios.c to biostables.c.
Kevin O'Connor
2014-04-07
1
-2
/
+2
*
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
Kevin O'Connor
2014-04-07
1
-7
/
+5
*
resume: restore piix pm config registers after resume
Marcel Apfelbaum
2014-01-15
1
-0
/
+1
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
biostables: support looking up RSDP
Michael S. Tsirkin
2013-11-06
1
-0
/
+1
*
vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470
Jonathan A. Kollasch
2013-10-26
1
-0
/
+1
*
Move dma code to new file hw/dma.c.
Kevin O'Connor
2013-09-28
1
-1
/
+4
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-2
/
+0
*
Move PIT setup from clock.c to hw/timer.c.
Kevin O'Connor
2013-09-28
1
-3
/
+4
*
Sort the sections of util.h.
Kevin O'Connor
2013-09-18
1
-119
/
+119
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+41
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-0
/
+22
*
Move pnpbios definition to new file std/pnpbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-0
/
+10
*
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
2013-09-18
1
-0
/
+3
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-0
/
+5
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
1
-1
/
+6
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-0
/
+4
*
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Kevin O'Connor
2013-09-18
1
-0
/
+4
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-62
/
+1
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-59
/
+0
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-13
/
+0
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-27
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-28
/
+1
*
Move keyboard calling code from util.c to boot.c.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
2013-09-18
1
-141
/
+0
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-7
/
+7
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
Rename check_tsc() (and similar) to timer_check() and use u32.
Kevin O'Connor
2013-07-21
1
-6
/
+6
*
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
2013-07-21
1
-3
/
+3
*
Shift CPU TSC down to reduce need for 64bit variables.
Kevin O'Connor
2013-07-21
1
-3
/
+3
*
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
2013-07-20
1
-0
/
+2
*
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
Kevin O'Connor
2013-07-20
1
-1
/
+1
*
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
2013-07-20
1
-6
/
+7
*
coreboot: add cbmem console support
Gerd Hoffmann
2013-07-14
1
-0
/
+1
*
Use container_of on romfile entries.
Kevin O'Connor
2013-03-30
1
-5
/
+0
*
pciinit: Enable default VGA device
Alex Williamson
2013-03-22
1
-0
/
+1
*
smm: Don't use PCIDevices list in smm_setup().
Kevin O'Connor
2013-03-08
1
-0
/
+1
*
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
2013-02-19
1
-2
/
+1
*
Don't relocate "varlow" variable references at runtime.
Kevin O'Connor
2013-02-19
1
-1
/
+1
*
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
2013-02-17
1
-1
/
+1
[next]