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 ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
2009-12-05
1
-0
/
+1
*
Update snprintf to return the number of bytes used.
Kevin O'Connor
2009-11-24
1
-1
/
+1
*
Fixes for mptable generation.
Kevin O'Connor
2009-11-14
1
-0
/
+7
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-0
/
+2
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+2
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-1
/
+5
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-0
/
+3
*
Move smbios definitions to header file; fix compile on older gcc.
Kevin O'Connor
2009-10-18
1
-3
/
+0
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-0
/
+1
*
Use pmm_malloc() for internal allocations.
Kevin O'Connor
2009-10-12
1
-9
/
+13
*
Move read/write[bwl] from smp.c to util.h.
Kevin O'Connor
2009-10-12
1
-0
/
+19
*
Read max number of cpus from VM.
Kevin O'Connor
2009-10-08
1
-0
/
+1
*
irq0override provided by qemu.
Kevin O'Connor
2009-10-08
1
-3
/
+0
*
Add snprintf support.
Kevin O'Connor
2009-10-07
1
-2
/
+7
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-1
/
+5
*
Add support for permanent low memory allocations.
Kevin O'Connor
2009-09-24
1
-0
/
+4
*
Support sleeping until an irq fires, and use where applicable.
Kevin O'Connor
2009-09-20
1
-0
/
+6
*
Do PCI initialization before vga init.
Kevin O'Connor
2009-09-13
1
-1
/
+1
*
Cleanups for malloc code.
Kevin O'Connor
2009-08-30
1
-2
/
+15
*
Further simplify cbfs functions - don't pass iscomp to callers.
Kevin O'Connor
2009-08-18
1
-4
/
+2
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-5
/
+5
*
Rework coreboot cbfs interface for added flexibility.
Kevin O'Connor
2009-08-16
1
-5
/
+9
*
Add helper macros for defining GDT descriptors.
Kevin O'Connor
2009-08-10
1
-0
/
+10
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-0
/
+14
*
Add auto-generated version info to each build.
Kevin O'Connor
2009-07-29
1
-0
/
+3
*
mptable and madt irq override
Kevin O'Connor
2009-07-29
1
-0
/
+3
*
Fix coreboot bios table copying by delaying to after memory scan.
Kevin O'Connor
2009-07-28
1
-0
/
+1
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
1
-0
/
+4
*
Add support for enabling ram in 0xc0000-0xf0000 area.
Kevin O'Connor
2009-07-26
1
-0
/
+1
*
Expand int155f "vgahook" detection.
Kevin O'Connor
2009-07-19
1
-0
/
+2
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
1
-0
/
+1
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
1
-2
/
+2
*
Minor - remove VAR16_32 from extern declaration in header.
Kevin O'Connor
2009-06-22
1
-1
/
+1
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
1
-2
/
+19
*
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
2009-06-17
1
-2
/
+2
*
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
2009-06-15
1
-0
/
+3
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
1
-4
/
+1
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-3
/
+18
*
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
2009-05-06
1
-1
/
+3
*
Add ability to run all option roms in CBFS directory "genroms/".
Kevin O'Connor
2009-04-30
1
-1
/
+4
*
Add support for compressed option roms.
Kevin O'Connor
2009-04-27
1
-1
/
+1
*
Fixup previous memcpy optimization.
Kevin O'Connor
2009-04-19
1
-5
/
+2
*
Optimize memcpy.
Kevin O'Connor
2009-04-19
1
-1
/
+5
*
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
2009-04-18
1
-2
/
+2
*
Initial support for running CBFS payloads.
Kevin O'Connor
2009-04-13
1
-1
/
+5
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
1
-1
/
+3
*
Build mptable using C 'struct's.
Kevin O'Connor
2009-02-27
1
-3
/
+0
*
Add hexdump() output helper function.
Kevin O'Connor
2009-02-17
1
-0
/
+1
[next]