seabios.git
2009-04-27 Kevin O'ConnorFix auto-restart timeout in tools/readserial.py
2009-04-20 Kevin O'ConnorFixup previous memcpy optimization.
2009-04-20 Kevin O'ConnorEnhance test-gcc.sh.
2009-04-20 Kevin O'ConnorOptimize memcpy.
2009-04-19 Kevin O'ConnorAdd new tool - tools/readserial.py.
2009-04-18 Kevin O'ConnorAllow booting from any device when under coreboot.
2009-04-18 Kevin O'ConnorTry to prevent mapping option roms over flash.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-18 Kevin O'ConnorAdd support for waiting for drive startup during ATA...
2009-04-17 Kevin O'ConnorMinor - add more debugging output to option rom scanning.
2009-04-13 Kevin O'ConnorAdd option CONFIG_DISABLE_A20 to control disabling...
2009-04-13 Kevin O'ConnorMinor - reset data segments in post32 entry point.
2009-04-13 Kevin O'ConnorClear irqs in transition32 instead of callers.
2009-04-13 Kevin O'ConnorMinor - reorganize romlayout.S to better group entry...
2009-04-13 Kevin O'ConnorMake sure optionroms have a non-zero size before using...
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-04-09 Kevin O'ConnorTurn off new gcc tree-switch-conversion option in 16bit...
2009-04-09 Kevin O'ConnorRework linker scripts so they work on new version of ld.
2009-03-27 Kevin O'ConnorUse CC consistently in test-gcc.sh script.
2009-03-27 Kevin O'ConnorEnhance gcc checks.
2009-03-27 Kevin O'ConnorExpand gcc tests.
2009-03-21 Kevin O'ConnorAdd high coreboot table support to seabios.
2009-03-07 Kevin O'ConnorMinor - reduce forced inlining directives in src/ata.c.
2009-03-07 Kevin O'ConnorRegister int02 handler (nmi); disable NMI by default.
2009-03-01 Kevin O'ConnorMinor - improve formatting of src/acpi.c.
2009-03-01 Kevin O'ConnorConsistently disable irqs at start of each assembler...
2009-02-28 Kevin O'ConnorFix mptable MPCONFIG_SIGNATURE incorrect signature.
2009-02-28 Kevin O'ConnorSupport multiple independent root buses (if known at...
2009-02-28 Kevin O'ConnorFix bug in emulator mptable creation - space not reserved.
2009-02-28 Kevin O'ConnorDon't 'autodetect' ATA PIO32 mode - use compile def...
2009-02-28 Kevin O'ConnorMinor - cleanup return code of floppy_media_sense.
2009-02-28 Kevin O'ConnorCopy mptable floater and config tables when on coreboot.
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-02-28 Kevin O'ConnorMinor - simplify add_e820() function.
2009-02-28 Kevin O'ConnorSave/restore %ebp in __call16 instead of in caller...
2009-02-18 Kevin O'ConnorAdd hexdump() output helper function.
2009-02-18 Kevin O'ConnorFix typo causing atapi drive type misreport.
2009-02-18 Kevin O'ConnorClear out the BiosTableSpace array on each boot.
2009-02-18 Kevin O'ConnorBug fix - cdrom media emulation only moves drives if...
2009-02-16 Kevin O'ConnorEnhance boot menu to allow user to select which CD...
2009-02-16 Kevin O'ConnorFix RTC UIP timing.
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-15 Kevin O'ConnorClock cleanups.
2009-02-13 Kevin O'ConnorEnhance cdrom capacity/media sensing timers.
2009-02-12 Kevin O'ConnorAdd common ata identify sequence; improve debugging.
2009-02-12 Kevin O'ConnorMinor - ata identify commands should use a u16 buffer...
2009-02-12 Kevin O'ConnorDon't overflow ATA.channels array on machines with...
2009-02-09 Kevin O'ConnorAdd support for selecting harddrive order in boot menu.
2009-02-08 Kevin O'ConnorIncrease default CONFIG_MAX_BIOSTABLE setting.
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-02-07 Kevin O'ConnorMinor - remove permanent_halt function.
2009-02-07 Kevin O'ConnorMore floppy code cleanups.
2009-02-07 Kevin O'ConnorMinor floppy cleanups.
2009-02-07 Kevin O'ConnorIntroduce MBR struct; simplify cdrom emulation code.
2009-02-07 Kevin O'ConnorSuppress initialized variable compile warning in ata.c.
2009-02-07 Kevin O'ConnorCleanup ATA code; get SATA drives working on real hardware.
2009-02-06 Kevin O'ConnorDon't mask irqs in default hardware irq handler.
2009-02-06 Kevin O'ConnorAdd pci_to_bdf() helper function.
2009-02-06 Kevin O'ConnorUpdates to README file.
2009-02-06 Kevin O'ConnorMake sure to clear global variables before use.
2009-02-06 Kevin O'ConnorTODO list updates.
2009-01-30 Kevin O'ConnorDon't declare a handler for int 0x1c - the default...
2009-01-25 Kevin O'ConnorEnhance makefile to autodetect if AVOIDCOMBINE is needed.
2009-01-22 Kevin O'ConnorMinor - use a struct when working with pcibios 1ab10e...
2009-01-22 Kevin O'ConnorMinor enhancement - kbd reset should set 0x1234 in...
2009-01-22 Kevin O'ConnorFix apparent bug in int1348 -- checksum didn't have...
2009-01-20 Kevin O'ConnorMinor - call16 should not assume %cs==SEG_BIOS.
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorAllow GET/SET_SEG asm to access memory or a register.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorMinor - streamline SET_GLOBAL macro - reduce #if usage.
2009-01-19 Kevin O'ConnorMinor - always set %esp immediately after setting %ss.
2009-01-19 Kevin O'ConnorMinor - improve space used reporting in tools/layoutrom.py.
2009-01-19 Kevin O'ConnorFix apparent bug in 16bit resume code.
2009-01-19 Kevin O'ConnorFix apparent bug in pci bios handle_1ab10e function.
2009-01-18 Kevin O'ConnorCleanup ps2 port reset handling.
2009-01-18 Kevin O'ConnorCleanup keyboard reset handling.
2009-01-18 Kevin O'ConnorAdd extra test for CONFIG_ATA in src/disk.c.
2009-01-18 Kevin O'ConnorAdd CONFIG_S3_RESUME to control support for S3 resume.
2009-01-18 Kevin O'ConnorDon't assume __call16_from32 and __call16 are linear...
2009-01-18 Kevin O'ConnorFix minor bug in ps2port.c - can't check for -1 with...
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-18 Kevin O'ConnorMinor - don't force align the 32 bss.
2009-01-18 Kevin O'ConnorPut each assembler function into its own section.
2009-01-18 Kevin O'ConnorHave layoutrom.py show info on utilization of fixed...
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-17 Kevin O'ConnorRemove some unused IRQ_TRAMPOLINE definitions.
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-17 Kevin O'ConnorMisc fixes.
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.
next