seabios.git
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-25 Kevin O'ConnorUpdate TODO items.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-25 Kevin O'ConnorWhen enabling write access to 0xf0000, just copy from...
2009-07-19 Kevin O'ConnorOnly run the vga option rom of an enabled vga device.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-14 Kevin O'ConnorUpdate todo list.
2009-07-14 Kevin O'ConnorMinor - clarify intermediate object file names.
2009-07-14 Kevin O'ConnorCleanup serial and lpt timers.
2009-07-12 Kevin O'ConnorDelay fdpt pointer setting in ebda to drive map stage.
2009-07-12 Kevin O'ConnorAdd u64 cast to READ64_SEG() macro to fix vga compiling.
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-07-01 Kevin O'ConnorRework READ64_SEG macro to prevent spurious warning...
2009-07-01 Kevin O'ConnorAdd descriptions to the gcc tests in tools/test-gcc.sh.
2009-06-26 Kevin O'ConnorEnhance gcc test for visible variables with -fwhole...
2009-06-23 Kevin O'ConnorDon't use "objcopy --extract-symbol" - old binutils...
2009-06-23 Kevin O'ConnorMinor - remove VAR16_32 from extern declaration in...
2009-06-21 Kevin O'ConnorRemove 0x09 as a normal post code (forward port from...
2009-06-21 Kevin O'ConnorForward port bochs pci changes.
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-06-18 Kevin O'ConnorAvoid makefile "else ifeq" syntax - old versions don...
2009-06-16 Kevin O'ConnorMake sure memcpy() works in 16bit mode also.
2009-06-16 Kevin O'ConnorFix compile of smpdetect - last commit missed an include.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-06-16 Kevin O'ConnorMinor - clarify disabling "-combine" warning.
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-06-11 Kevin O'Connorcheckstack.py should not match pushaw on stack usage...
2009-06-11 Kevin O'ConnorTry to check for IDE drive 0 responding to drive 1...
2009-06-01 Kevin O'ConnorVGA: Move direct in/out calls out of vgafb.c.
2009-06-01 Kevin O'ConnorVGA: Comment and name update.
2009-06-01 Kevin O'ConnorVGA: Arrange screen writing functions to minimize stack.
2009-06-01 Kevin O'ConnorVGA: Reduce stack usage.
2009-06-01 Kevin O'ConnorVGA: No need to scroll multiple times when writing...
2009-05-31 Kevin O'ConnorVGA: Further simplify scrolling code.
2009-05-31 Kevin O'ConnorVGA: Simplify scrolling implementation.
2009-05-31 Kevin O'ConnorVGA: Fix bad commit to vgafb.c - missing '}'.
2009-05-31 Kevin O'ConnorVGA: Define clear_screen in terms of memmodel.
2009-05-31 Kevin O'ConnorVGA: Breakup biosfn_scroll.
2009-05-30 Kevin O'ConnorFix typo in irqentryarg declaration.
2009-05-28 Kevin O'ConnorIn register dump, show %esp - not address of regs.
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.
next