seabios.git
2009-05-28 Kevin O'ConnorKeep relocated 16bit code so checkstack can use it.
2009-05-26 Kevin O'ConnorVGA: Move cursor setting out of biosfn_write_teletype.
2009-05-26 Kevin O'ConnorVGA: Remove recursion from biosfn_write_teletype().
2009-05-26 Kevin O'ConnorVGA: Simplify vgafb_write/read_char.
2009-05-26 Kevin O'ConnorVGA: Remove vmode_g->class - store info in vmode_g...
2009-05-25 Kevin O'ConnorVGA: Use struct for car/attr/WITH_ATTR.
2009-05-25 Kevin O'ConnorVGA: Combine x/y/page into one parameter.
2009-05-25 Kevin O'ConnorVGA: Inline biosfn_set_video_mode() into its only caller.
2009-05-25 Kevin O'ConnorVGA: Replace biosfn_load_text_* with vgafb_load_font().
2009-05-25 Kevin O'ConnorVGA: Factor out hardware accesses from biosfn_set_video...
2009-05-25 Kevin O'ConnorVGA: Minor - improve indentation of palette structs.
2009-05-25 Kevin O'ConnorVGA: Inline several functions in vga.c.
2009-05-24 Kevin O'ConnorAdd delay when changing drive on ide.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-05-22 Kevin O'ConnorVGA: Define structs for save/restore state calls.
2009-05-19 Kevin O'ConnorVGA: Move some ioport accesses from vga.c to vgaio.c.
2009-05-18 Kevin O'ConnorVGA: Remove references to 'struct bregs' from vgaio...
2009-05-18 Kevin O'ConnorVGA: Commit missing change to Makefile.
2009-05-17 Kevin O'ConnorVGA: Extract code from vga.c into new files vgaio.c...
2009-05-17 Kevin O'ConnorVGA: Fix DAC loading during mode switch.
2009-05-17 Kevin O'ConnorVerify ebda segment looks sane before using during...
2009-05-17 Kevin O'ConnorVGA: Make use of regs->ebp - now that it is present...
2009-05-17 Kevin O'ConnorSupport %ebp register in 'struct bregs'.
2009-05-17 Kevin O'ConnorDefine unified entry points for irq handlers.
2009-05-17 Kevin O'ConnorVGA: Use GET_IVT macro instead of raw GET_FARVAR.
2009-05-17 Kevin O'ConnorVGA: Add calling stubs for vbe functions.
2009-05-17 Kevin O'ConnorVGA: Use segment definitions.
2009-05-16 Kevin O'ConnorVGA: Split biosfn_get_cursor_pos function.
2009-05-16 Kevin O'ConnorVGA: Minor - use "_far" postfix on far pointers.
2009-05-16 Kevin O'ConnorVGA: Rework vga_modes[] array to have pointers to other...
2009-05-16 Kevin O'ConnorVGA: Misc syntax cleanups.
2009-05-16 Kevin O'ConnorVGA: Minor - use "_g" suffix for global pointers.
2009-05-16 Kevin O'ConnorFlush debugging serial output after every line.
2009-05-14 Kevin O'ConnorVGA: Add header guard to vgasrc/vgatables.h
2009-05-14 Kevin O'ConnorVGA: Remove unused DEBUG ifdefs.
2009-05-14 Kevin O'ConnorAdd missing tools/buildrom.py script.
2009-05-14 Kevin O'ConnorVGA: memset16_far and memcpy16_far take byte count...
2009-05-14 Kevin O'ConnorVGA - turn DEBUG printfs into dprintf calls.
2009-05-14 Kevin O'ConnorAdd tools/checksum.py tool.
2009-05-13 Kevin O'ConnorImprove serial port detection.
2009-05-08 Kevin O'ConnorCleanup vga inb/outb port usages.
2009-05-07 Kevin O'ConnorMinor - update vgasrc/vga.c todo list.
2009-05-07 Kevin O'ConnorAdd initial port of the "open source vga bios" project.
2009-05-07 Kevin O'ConnorMove assembler entry macros in romlayout.S into new...
2009-05-07 Kevin O'ConnorMinor - report found serial and lpt ports.
2009-05-07 Kevin O'ConnorMinor - formatting enhancements; add memset_far funcs.
2009-05-07 Kevin O'ConnorMinor - verify e820 request is large enough to hold...
2009-05-07 Kevin O'ConnorMinor - add some additional vga definitions of bda.
2009-05-07 Kevin O'ConnorDetect ps2 nak response.
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-05-06 Kevin O'ConnorDon't send ATA error reports when cdrom not ready.
2009-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-30 Kevin O'ConnorAdd config option to set boot menu delay time.
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
2009-04-27 Kevin O'ConnorAdd LZMA decompression support to CBFS.
2009-04-27 Kevin O'ConnorExit CBFS file search early if zero signature found.
2009-04-27 Kevin O'ConnorMinor - simplify add_e820() function.
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.
next