Fixup previous memcpy optimization.
[seabios.git] / src / util.h
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'ConnorInitial support for running CBFS payloads.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-02-18 Kevin O'ConnorAdd hexdump() output helper function.
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-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-02-08 Kevin O'ConnorSimplify boot code.
2009-02-08 Kevin O'ConnorReorganize boot code.
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-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
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-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-13 Kevin O'ConnorImplement time based checks even when looping on an...
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-11-29 Kevin O'ConnorDon't reset .bss on reboots.
2008-11-28 Kevin O'ConnorImplement tsc based delay timers, and use them througho...
2008-11-02 Kevin O'ConnorSeparate out and enhance option rom scanning code.
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-17 Kevin O'ConnorAdd stubs for VIA vga bios callbacks to system bios.
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorDeclare kbd_setup() in post.h - next to other kbd.c...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c
2008-07-04 Kevin O'ConnorSeparate out smp detection and mp table generation...
2008-07-04 Kevin O'ConnorSeparate SMM code into its own file (smm.c from rombios...
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...
2008-06-07 Kevin O'ConnorIntroduce set_fail_silent() helpers.
2008-06-07 Kevin O'ConnorSerial debugging code must not access BDA.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-04-13 Kevin O'ConnorCompile fixes for gcc 4.3.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-04-13 Kevin O'ConnorMove serial/lpt setup from post.c to serial.c
2008-04-12 Kevin O'ConnorMemset should return 'void *' - just to conform to...
2008-04-05 Kevin O'ConnorIntroduce cpu_relax() and use it in busy loops.
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-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'ConnorHalt machine on call to BX_PANIC.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-09 Kevin O'ConnorMinor debugging improvements.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-08 Kevin O'ConnorEnhance APM support.
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorMinor cleanup of util.h
2008-03-01 Kevin O'ConnorReduce stack usage in call16().
2008-03-01 Kevin O'ConnorCleanup implementation of call16().
2008-02-29 Kevin O'ConnorEnable extra debugging.
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.