seabios.git
2008-11-16 Kevin O'ConnorAdd tool for generating assembler offset definition...
2008-11-16 Kevin O'ConnorDefine bit definitions for cr0 register.
2008-11-16 Kevin O'ConnorCleanup a20 code.
2008-11-16 Kevin O'ConnorShow PCI info when reporting ATA controllers.
2008-11-13 Kevin O'ConnorIncrease debugging output in option rom processing.
2008-11-12 Kevin O'ConnorDisable a20 on 16bit calls.
2008-11-12 Kevin O'ConnorMove POST stack from 0xfffe to 0x7c00.
2008-11-09 Kevin O'ConnorMake sure to exit from cdrom_boot() if a cdrom is not...
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-09 Kevin O'ConnorOverhaul option rom processing.
2008-11-09 Kevin O'ConnorMove 32bit segment defines from romlayout.S to config.h.
2008-11-08 Kevin O'ConnorSynch pci ids and registers with Linux kernel source.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-11-08 Kevin O'ConnorRework READx_SEG/WRITEx_SEG macro type detection.
2008-11-08 Kevin O'ConnorSupport .bss variables in 16bit code (ones that the...
2008-11-08 Kevin O'ConnorAdd dprintf() status writes during startup of bios...
2008-11-08 Kevin O'ConnorPlace .bss section in 0xf0000 segment.
2008-11-08 Kevin O'ConnorBe sure to define defaults for NM,STRIP,OBJCOPY in...
2008-11-06 Kevin O'ConnorFix cross compilation issues of seabios
2008-11-02 Kevin O'ConnorSeparate out and enhance option rom scanning code.
2008-10-26 Kevin O'ConnorMisc minor cleanups.
2008-10-26 Kevin O'ConnorUpdates to TODO list.
2008-10-26 Kevin O'ConnorTurn on cache as first step of post.
2008-10-26 Kevin O'ConnorAdd support for more than 4Gig of ram.
2008-10-25 Kevin O'ConnorSynch ACPI DSDT with latest bochs bios.
2008-10-25 Kevin O'ConnorAdd new QEMU code to access UUID.
2008-10-25 Kevin O'ConnorSet smbios cache handles - patch from bochs bios.
2008-10-25 Kevin O'ConnorSupport pci init of both PIIX3 and PIIX4 - patch from...
2008-10-25 Kevin O'ConnorFix smbios bios_characteristics -- patch from bochs...
2008-10-25 Kevin O'ConnorFix VMware backdoor command 0Ah - patch from bochs...
2008-10-25 Kevin O'ConnorUpdate F11/F12 scan codes from bochs bios.
2008-10-25 Kevin O'ConnorSupply vga register names for BDA.
2008-10-25 Kevin O'ConnorUse defines for PCI ids.
2008-08-31 Kevin O'ConnorUse PCI bus scan to find all ATA controllers. Several...
2008-08-31 Kevin O'ConnorRename pci_find_class() to pci_find_classprog(), and...
2008-08-30 Kevin O'ConnorPrint out percentage of space used for bios tables...
2008-08-30 Kevin O'ConnorFix bug in dprintf - isdigit had sign overflow problem.
2008-08-30 Kevin O'ConnorCreate a dummy smbios table in coreboot environments.
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-30 Kevin O'ConnorUse ALIGN() macro in place of open-coded aligns.
2008-08-17 Kevin O'ConnorSet bx/dx to 0xffff on option rom call.
2008-08-17 Kevin O'ConnorDisable floppy access when coreboot enabled.
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.
next