seabios.git
2008-08-17 Kevin O'ConnorMisc minor improvements.
2008-08-17 Kevin O'ConnorAdd stubs for VIA vga bios callbacks to system bios.
2008-08-17 Kevin O'ConnorReturn max bus number in int 1a/b101 call.
2008-08-17 Kevin O'ConnorRemove CONFIG_QEMU option - breakout into other options.
2008-08-17 Kevin O'ConnorImprove smp detection code.
2008-07-31 Kevin O'ConnorDon't allow CFLAGS to be set from commandline.
2008-07-22 Kevin O'ConnorSupport ps2 port RESET commands that respond with 1...
2008-07-22 Kevin O'ConnorAdd debugging for unknown keyboard (int 16) calls.
2008-07-22 Kevin O'ConnorShrink size of bx_panic when CONFIG_DEBUG_LEVEL is...
2008-07-22 Kevin O'ConnorAdd config option to disable scanning for option roms.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-21 Kevin O'ConnorRemove vgahooks.c from Makefile.
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-13 Kevin O'ConnorChange checkstack.py tool - key functions by address...
2008-07-12 Kevin O'ConnorShow percent space of C code used in checkrom.py.
2008-07-12 Kevin O'ConnorAdd workaround for older gcc's not fully supporting...
2008-07-12 Kevin O'ConnorAdd option to disable mptable generation.
2008-07-10 Kevin O'ConnorFix bug in int1308 handling of floppies.
2008-07-10 Kevin O'ConnorFix error in pci_find_class().
2008-07-08 Kevin O'ConnorImprove debugging output.
2008-07-06 Kevin O'ConnorConvert bootup code (int18/int19) to 32bit mode.
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...
2008-07-06 Kevin O'ConnorMove $PnP string from boot.c to romlayout.S.
2008-07-06 Kevin O'ConnorMove elf entry point from post.c to romlayout.S
2008-07-06 Kevin O'ConnorEnsure proper alignment of subsections.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-05 Kevin O'ConnorUse ".set" gas feature to avoid having to hardcode...
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorAdd hack to prevent checkstack.py from infinitely recur...
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-07-04 Kevin O'ConnorClean up #ifdefs.
2008-06-28 Kevin O'ConnorUpdates to TODO items.
2008-06-28 Kevin O'ConnorSet BIOS checksum at 0xfffff.
2008-06-28 Kevin O'ConnorImprove some debugging output.
2008-06-21 Kevin O'ConnorScan for and relocate mptable when using coreboot.
2008-06-21 Kevin O'ConnorConvert '\n' to '\r\n' on debug serial output.
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-21 Kevin O'ConnorInit serial port before using it for debug - also reini...
2008-06-21 Kevin O'ConnorPCI fixes
2008-06-21 Kevin O'ConnorMake 0xa0000 - 0x10000 a "gap" in the e820 map.
2008-06-21 Kevin O'ConnorMinor enhancement to disk failure reporting.
2008-06-20 Kevin O'ConnorFixup bios.bin.elf building on other versions of ld.
2008-06-18 Kevin O'ConnorAdd header guard around pic.h
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-13 Kevin O'ConnorWait for RDY bit when resetting ata hard drives.
2008-06-13 Kevin O'ConnorSupport relocating coreboot generated acpi rsdp and...
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
2008-06-13 Kevin O'ConnorAdd config option CONFIG_ACPI for turning off ACPI...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-12 Kevin O'ConnorMove PIR table definitions to pcibios.h.
2008-06-12 Kevin O'ConnorSupport auto-merging e820 maps of same type.
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation - include files...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-08 Kevin O'ConnorMove debugging messages to appropriate functions.
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...
2008-06-08 Kevin O'ConnorProperly save/restore %esp high bits.
2008-06-07 Kevin O'ConnorMisc minor updates.
2008-06-07 Kevin O'ConnorDo proper delays when switching devices.
2008-06-07 Kevin O'ConnorAPM fixes; don't save/clear/restore %esp high bits.
2008-06-07 Kevin O'ConnorIntroduce set_fail_silent() helpers.
2008-06-07 Kevin O'ConnorSerial debugging code must not access BDA.
2008-06-07 Kevin O'ConnorVerify that option roms don't try to move the ebda...
2008-06-07 Kevin O'ConnorUpdate PCI devid of PIR table.
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
next