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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle unaligned sizes in iomemcpy().
Kevin O'Connor
2010-07-27
1
-4
/
+7
*
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
2010-06-06
1
-0
/
+11
*
Don't use RTC to time boot menu delay.
Kevin O'Connor
2010-05-23
1
-22
/
+3
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
1
-29
/
+0
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
1
-0
/
+6
*
Fix off by one error in strtcpy.
Kevin O'Connor
2010-02-17
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-4
/
+4
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-2
/
+2
*
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
2009-12-10
1
-179
/
+16
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
1
-1
/
+8
*
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
2009-12-05
1
-0
/
+20
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-4
/
+4
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-15
/
+146
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-3
/
+48
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+3
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-3
/
+3
*
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
-8
/
+2
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
1
-23
/
+16
*
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
2009-05-06
1
-8
/
+31
*
Fixup previous memcpy optimization.
Kevin O'Connor
2009-04-19
1
-14
/
+4
*
Optimize memcpy.
Kevin O'Connor
2009-04-19
1
-5
/
+17
*
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
2009-04-18
1
-6
/
+6
*
Clear irqs in transition32 instead of callers.
Kevin O'Connor
2009-04-13
1
-0
/
+2
*
Initial support for running CBFS payloads.
Kevin O'Connor
2009-04-13
1
-1
/
+26
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
1
-0
/
+14
*
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
2009-03-01
1
-1
/
+1
*
Save/restore %ebp in __call16 instead of in caller (call16).
Kevin O'Connor
2009-02-27
1
-2
/
+2
*
Minor - change checksum functions to take a (void *).
Kevin O'Connor
2009-02-15
1
-3
/
+3
*
Allow ctrl+alt+delete to work when no boot device found.
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Simplify boot code.
Kevin O'Connor
2009-02-08
1
-0
/
+11
*
Reorganize boot code.
Kevin O'Connor
2009-02-08
1
-0
/
+47
*
Minor - call16 should not assume %cs==SEG_BIOS.
Kevin O'Connor
2009-01-19
1
-3
/
+5
*
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
2009-01-19
1
-14
/
+21
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-8
/
+8
*
Minor - always set %esp immediately after setting %ss.
Kevin O'Connor
2009-01-19
1
-15
/
+14
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
1
-0
/
+19
*
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
2009-01-01
1
-6
/
+38
*
Call option roms in "big real mode".
Kevin O'Connor
2008-12-06
1
-0
/
+14
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-1
/
+10
*
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
2008-07-13
1
-1
/
+1
*
Improve debugging output.
Kevin O'Connor
2008-07-07
1
-14
/
+0
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+33
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
1
-0
/
+17
*
Introduce set_fail_silent() helpers.
Kevin O'Connor
2008-06-07
1
-3
/
+3
*
Implement usleep using real time clock.
Kevin O'Connor
2008-05-18
1
-12
/
+0
*
Memset should return 'void *' - just to conform to standards.
Kevin O'Connor
2008-04-12
1
-1
/
+2
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-6
/
+9
[next]