Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
[seabios.git] / src / util.h
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-18 Gerd Hoffmannmove htonl() + friends to util.h
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'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-10 Kevin O'ConnorClear thread info on each boot.
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-11-24 Kevin O'ConnorUpdate snprintf to return the number of bytes used.
2009-11-14 Kevin O'ConnorFixes for mptable generation.
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-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-18 Kevin O'ConnorMove smbios definitions to header file; fix compile...
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorUse pmm_malloc() for internal allocations.
2009-10-12 Kevin O'ConnorMove read/write[bwl] from smp.c to util.h.
2009-10-09 Kevin O'ConnorRead max number of cpus from VM.
2009-10-09 Kevin O'Connorirq0override provided by qemu.
2009-10-08 Kevin O'ConnorAdd snprintf support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-13 Kevin O'ConnorDo PCI initialization before vga init.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-29 Kevin O'Connormptable and madt irq override
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-23 Kevin O'ConnorMinor - remove VAR16_32 from extern declaration in...
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
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-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
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
next