seabios.git
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-04 Kevin O'ConnorMake sure ps2 port command reads are from the desired...
2009-01-04 Kevin O'ConnorSilence the strict-aliasing warnings that older compile...
2009-01-03 Kevin O'ConnorDon't define bda as a macro in resume.c - it confuses...
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2009-01-02 Kevin O'ConnorImprove set_code_fail/floppy_ret/disk_ret code generation.
2009-01-02 Kevin O'ConnorFix bug in basic_access error path.
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...
2009-01-01 Kevin O'ConnorTune gcc stack growth parameter.
2008-12-31 Kevin O'ConnorUse new 'struct disk_op_s' to issue ata requests.
2008-12-31 Kevin O'ConnorReturn CDEMU parameters to ebda segment (instead of...
2008-12-30 Kevin O'ConnorIntroduce GET/SET_EBDA2() macros - they take a cached...
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorMove IPL definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove most of ATA and CDEMU from ebda to global variables.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-26 Kevin O'ConnorEnhance via vga hooks (based on patch from Rudolf Marek)
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-21 Kevin O'ConnorFix bug in dequeue_key() refactor.
2008-12-21 Kevin O'ConnorSupport multiple BCVs in a single option rom.
2008-12-20 Kevin O'ConnorRework default hwirq handler so there is no confusion...
2008-12-19 Kevin O'ConnorMake sure to manually export s3_resume() for old buggy...
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-19 Kevin O'ConnorMake sure %ss==%ds in resume handler call.
2008-12-17 Kevin O'ConnorUse rtc for keyboard delay instaed of tsc.
2008-12-17 Kevin O'ConnorDon't turn off apic after smp detect; use cmos for...
2008-12-17 Kevin O'ConnorRefactor dequeue_key() in keyboard code.
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-12-13 Kevin O'ConnorCleanup of fixed space addresses.
2008-12-13 Kevin O'ConnorImplement GET/SET_GLOBAL(...) instead of using GET...
2008-12-13 Kevin O'ConnorImplement time based checks even when looping on an...
2008-12-11 Kevin O'ConnorMinor - don't call smm_init() from init_bios_tables()
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-12-11 Kevin O'ConnorFix boot when CONFIG_CDROM_BOOT is disabled.
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
2008-12-07 Kevin O'ConnorExecute smp detect code in place instead of copying it.
2008-12-06 Kevin O'ConnorMakefile cleanups.
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-12-06 Kevin O'ConnorAdd additional PCI option rom checks.
2008-12-05 Kevin O'ConnorDon't allow start_bdf with new auto max bus detection...
2008-12-05 Kevin O'ConnorOnly support IDE devices with pci class of PCI_CLASS_ST...
2008-11-30 Kevin O'ConnorEnance support for PCI option roms.
2008-11-30 Kevin O'ConnorOnly touch PCI functions > 0 on multi-function devices...
2008-11-29 Kevin O'ConnorDetect keyboard ctrl-alt-delete and try to reset machine.
2008-11-29 Kevin O'ConnorFix bug on keyboard LED set.
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-28 Kevin O'ConnorFix bug - bios writes must be enabled before max PCI...
2008-11-26 Kevin O'ConnorEnable a default hw irq handler.
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.
next