grml...
[seabios.git] / src / util.c
2012-02-02 Kevin O'ConnorDetect CPUID instruction before using it.
2011-01-08 Kevin O'ConnorExtract space trimming code from ATA and use in USB...
2010-12-24 Kevin O'ConnorAdd strchr() function.
2010-12-05 Gerd Hoffmannutil: add memset_fl()
2010-07-27 Kevin O'ConnorHandle unaligned sizes in iomemcpy().
2010-06-06 Kevin O'ConnorIntroduce memcpy_fl - a memcpy on "flat" pointers.
2010-05-23 Kevin O'ConnorDon't use RTC to time boot menu delay.
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-01 Kevin O'ConnorFurther parallelize init when using CONFIG_THREAD_OPTIO...
2010-02-18 Kevin O'ConnorFix off by one error in strtcpy.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...
2009-12-10 Kevin O'ConnorClear thread info on each boot.
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-06-16 Kevin O'ConnorMake sure memcpy() works in 16bit mode also.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-05-07 Kevin O'ConnorMinor - formatting enhancements; add memset_far funcs.
2009-04-20 Kevin O'ConnorFixup previous memcpy optimization.
2009-04-20 Kevin O'ConnorOptimize memcpy.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-13 Kevin O'ConnorClear irqs in transition32 instead of callers.
2009-04-13 Kevin O'ConnorInitial support for running CBFS payloads.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-03-01 Kevin O'ConnorConsistently disable irqs at start of each assembler...
2009-02-28 Kevin O'ConnorSave/restore %ebp in __call16 instead of in caller...
2009-02-15 Kevin O'ConnorMinor - change checksum functions to take a (void *).
2009-02-15 Kevin O'ConnorAllow ctrl+alt+delete to work when no boot device found.
2009-02-08 Kevin O'ConnorSimplify boot code.
2009-02-08 Kevin O'ConnorReorganize boot code.
2009-01-20 Kevin O'ConnorMinor - call16 should not assume %cs==SEG_BIOS.
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorMinor - always set %esp immediately after setting %ss.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-02 Kevin O'ConnorReduce stack usage of hw irq handlers.
2009-01-01 Kevin O'ConnorSwitch to new stack when calling ATA function in 16bit...
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-07 Kevin O'ConnorIntroduce set_fail_silent() helpers.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-04-12 Kevin O'ConnorMemset should return 'void *' - just to conform to...
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-04-05 Kevin O'ConnorMake several functions non-inline.
2008-03-29 Kevin O'ConnorUnify checksum functions.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.