seabios.git
2008-06-07 Kevin O'ConnorImprovements to checkstack.py tool.
2008-05-26 Kevin O'ConnorSupport config option to disable APM BIOS calls.
2008-05-26 Kevin O'ConnorFix bug causing ata_reset to not wait for BSY to clear.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-05-25 Kevin O'ConnorMinor cleanup - use usecs instead of msecs.
2008-05-18 Kevin O'ConnorImplement usleep using real time clock.
2008-05-18 Kevin O'ConnorDon't initialize keyboard hardware on coreboot - corebo...
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-18 Kevin O'ConnorCleanup ata hard drive detection.
2008-05-18 Kevin O'ConnorEstablish boot order in post stage.
2008-05-18 Kevin O'ConnorAuto-detect equipment byte info - don't require nvram.
2008-05-18 Kevin O'ConnorAuto detect EBDA_SIZE from size of data structure.
2008-05-18 Kevin O'ConnorUnify memory size detection.
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-05-14 Kevin O'ConnorSync rombios32.c with bochs cvs.
2008-05-14 Kevin O'ConnorFix typo in clock.c outb_cmos call.
2008-05-13 Kevin O'ConnorReduce ide stack usage by reorganizing ata calls.
2008-05-13 Kevin O'ConnorAdd tool to check stack usage of 16bit code.
2008-05-13 Kevin O'ConnorAdd compile options to reduce stack usage.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-05-10 Kevin O'ConnorFix elf build; rename target file rom.bin to bios.bin.
2008-05-09 Kevin O'ConnorSupport 32bit entry point and an elf wrapped binary.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-05-07 Kevin O'ConnorThis patch does:
2008-05-06 Kevin O'ConnorMinor cleanups.
2008-04-25 Kevin O'ConnorExpand floppy_ret to show function names when return...
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-13 Kevin O'ConnorMove hard drive init from post.c to ata.c.
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-13 Kevin O'ConnorFix typo causing fdpt1 from structure from being populated.
2008-04-13 Kevin O'ConnorAdd compile options to Makefile to reduce stack space.
2008-04-13 Kevin O'ConnorUse __always_inline to force inlining.
2008-04-12 Kevin O'ConnorFix asm dependencies on segment based writes.
2008-04-12 Kevin O'ConnorFix bug causing low memory configs to be off by 1024...
2008-04-12 Kevin O'ConnorFix typo - a memcpy should have been memset in rombios32.c
2008-04-12 Kevin O'ConnorMemset should return 'void *' - just to conform to...
2008-04-06 Kevin O'ConnorFix bug causing write corruption on large disks.
2008-04-06 Kevin O'ConnorPort fix from bochs-bios for incorrect acpi on boxes...
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-04-05 Kevin O'ConnorAdd s64 type to types.h.
2008-04-02 Kevin O'ConnorMinor enhancements to README file.
2008-04-01 Kevin O'ConnorDon't clobber %esp highbits on C code entry.
2008-03-31 Kevin O'ConnorAvoid using volatile on GET/SET_VAR macros.
2008-03-31 Kevin O'ConnorMinor cleanup of GET_VAR usage in output.c.
2008-03-31 Kevin O'ConnorMinor cleanups.
2008-03-30 Kevin O'ConnorUpdate README file with more information on using the...
2008-03-29 Kevin O'ConnorUnify checksum functions.
2008-03-29 Kevin O'ConnorFix bugs in GET/SET_FARPTR macros.
2008-03-29 Kevin O'ConnorCleanup boot order determination.
2008-03-29 Kevin O'ConnorMerge IPL segment into EBDA segment.
2008-03-29 Kevin O'ConnorRefactor ata code.
2008-03-29 Kevin O'ConnorReorder basic_access() to reduce stack usage.
2008-03-29 Kevin O'ConnorMinor debugging improvements.
2008-03-23 Kevin O'ConnorMove internal defs from ata.h to ata.c.
2008-03-23 Kevin O'ConnorLimit cdrom emulation available functions.
2008-03-23 Kevin O'ConnorRemove redundant debug statements from disk.c.
2008-03-23 Kevin O'ConnorCleanup cdrom emulation.
2008-03-23 Kevin O'ConnorUse "FARPTR" consistently in macros.
2008-03-23 Kevin O'ConnorFix disk_1301 handler.
2008-03-23 Kevin O'ConnorBreakout cdrom emulation support into CONFIG_CDROM_EMU.
2008-03-21 Kevin O'ConnorGuard header file pci.h
2008-03-21 Kevin O'ConnorMinor change - use set_success() instead of set_cf...
2008-03-17 Kevin O'ConnorMake sure we zero bss before calling rombios32 code.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-14 Kevin O'ConnorFix bug in apm32protected_entry.
2008-03-13 Kevin O'ConnorSplit up ata_detect() function.
2008-03-13 Kevin O'ConnorUse LBA disk access methods always; don't use CHS methods.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-13 Kevin O'ConnorUpdate interger types in rombios32 code.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-13 Kevin O'ConnorMove irq_enable/disable out of ata.c
2008-03-13 Kevin O'ConnorUse 32bit absolute pointers for buffers in ATA code.
2008-03-12 Kevin O'ConnorAdd FIELD_SIZEOF macro to types.h
2008-03-12 Kevin O'ConnorUse SET_BDA and GET_BDA to modify and retrieve BDA...
2008-03-12 Kevin O'ConnorClear area changed during shadow enable.
2008-03-12 Kevin O'ConnorDon't pass in ebp/esp to irq handlers.
2008-03-12 Kevin O'ConnorDon't save/restore flags and ebp on external calls...
2008-03-11 Kevin O'Connoruse PACKED for bregs declaration
2008-03-11 Kevin O'ConnorIgnore out/ directory.
2008-03-11 Kevin O'ConnorReorganize ata code; reduce stack usage.
2008-03-11 Kevin O'ConnorFix bug in atapi_get_sense.
2008-03-11 Kevin O'ConnorHalt machine on call to BX_PANIC.
2008-03-11 Kevin O'ConnorForce functions marked as inline to always be inlined.
2008-03-11 Kevin O'ConnorUnify ata_cmd_data_in/out functions.
2008-03-11 Kevin O'ConnorReduce stack usage for ISRs; minor fixes.
2008-03-10 Kevin O'ConnorCall to int 1587 shouldn't alter regs->cx.
2008-03-09 Kevin O'ConnorMinor debugging improvements.
2008-03-09 Kevin O'ConnorFix bug in int 1587.
2008-03-09 Kevin O'ConnorFix booting logic on failure.
2008-03-09 Kevin O'ConnorFix bug in cdrom reads causing incorrect return status.
2008-03-09 Kevin O'ConnorMake sure global variables are zerod before exiting...
2008-03-09 Kevin O'ConnorSimplify e820 map generation.
2008-03-09 Kevin O'ConnorReplace debug_exit calls with debug info while setting...
2008-03-09 Kevin O'ConnorAdd build option -fomit-frame-pointer.
next