seabios.git
2012-04-06 Bernhard Urbangrml... coreboot
2012-04-06 Bernhard Urbantsc crap :/
2012-02-07 Gerd Hoffmannvga: fix bochs lfb size display
2012-02-05 Julian PidancetXen: Use VGA Hooks to make VGA passthrough work on...
2012-02-04 Kevin O'Connorvgabios: Implement VBE save/restore state function...
2012-02-04 Kevin O'Connorvgabios: Move save/restore state code from vgabios...
2012-02-04 Kevin O'Connorvgabios: Add support for VBE get/set dac palette format...
2012-02-03 Kevin O'Connorvgabios: Handle VGA option rom being re-run.
2012-02-03 Kevin O'Connorvgabios: Fix screen attrs on cga scroll.
2012-02-03 Kevin O'Connorvgabios: Simplify cga/packed character screen writing.
2012-02-02 Julian PidancetIntroduce config option to select which IO port to...
2012-02-02 Kevin O'Connorvgabios: Move bocshvga mode checking from runtime to...
2012-02-02 Kevin O'Connorvgabios: Minor - organize cirrus code so like functions...
2012-02-02 Kevin O'Connorvgabios: Simplify cirrus find mode code.
2012-02-02 Kevin O'Connorvgabios: Rework bochsvga mode switching.
2012-02-02 Kevin O'Connorvgabios: Fix linelength calculations in bochsvga and...
2012-02-02 Kevin O'Connorvgabios: Compare PCI ids against pci rom struct instead...
2012-02-02 Gleb Natapovmask interrupts on S3 resume
2012-02-02 Kevin O'ConnorAdd TSC emulation layer for 386/486 CPUs.
2012-02-02 Kevin O'ConnorDetect CPUID instruction before using it.
2012-02-02 Kevin O'ConnorCheck for CONFIG_PS2PORT on all entry ps2 function...
2012-02-02 Kevin O'Connorvgabios: handle vmware vga in bochsvga.
2012-02-02 Kevin O'Connorvgabios: Update copyright statements in bochsvga.c...
2012-02-02 Kevin O'Connorvgabios: Fix missing "extern" declaration on vbe variables.
2012-02-02 Kevin O'Connorvgabios: Move stdvga_set_mode() to stdvgamodes.c.
2012-02-02 Kevin O'Connorvgabios: Minor - pass display address to stdvga_set_cur...
2012-02-02 Kevin O'Connorvgabios: Add VBE power management (10h) stub function.
2012-02-02 Kevin O'Connorvgabios: Add support for VBE get/set display start...
2012-02-02 Kevin O'Connorvgabios: Add support for vbe get/set line length function.
2012-02-02 Kevin O'Connorvgabios: Add support for vesa get/set window function.
2012-02-02 Kevin O'Connorvgabios: Move BDA setting from driver code to common...
2012-01-21 Kevin O'Connorvgabios: Extract out current mode finding into new...
2012-01-21 Kevin O'Connorvgabios: Set cwidth/cheight/sstart in vgamode_s for...
2012-01-21 Kevin O'Connorvgabios: Use stored total memory in cirrus code instead...
2012-01-20 Kevin O'Connorvgabios: Check that the PCI BDF passed in is valid...
2012-01-20 Kevin O'Connorvgabios: Simplify planar4 vgafb code.
2012-01-16 Kevin O'Connorvgabios: Use regular pci_config_readl func in geode...
2012-01-16 Kevin O'Connorvgabios: Don't have geode code peak into stdvga mode...
2012-01-16 Kevin O'Connorvgabios: Make VBE code depend on a config setting.
2012-01-16 Kevin O'Connorvgabios: Move vgabios Kconfig definitions to vgasrc...
2012-01-16 Kevin O'Connorvgabios: Build vgabios by default if enabled in Kconfig.
2012-01-16 Kevin O'Connorvgabios: Improve vgabios Kconfig menu.
2012-01-16 Kevin O'Connorvgabios: Rename vgatables.c to stdvgamodes.c.
2012-01-16 Kevin O'Connorvgabios: Move video_param_table definition to vgabios.c.
2012-01-16 Kevin O'Connorvgabios: Move static_functionality[] from vgatables...
2012-01-16 Kevin O'Connorvgabios: Use standard VGA IO wrappers in geodevga.c.
2012-01-16 Kevin O'Connorvgabios: Use standard VGA IO wrappers in clext.c.
2012-01-16 Kevin O'Connorvgabios: Use standard VGA IO wrapper functions in bochsvga.
2012-01-16 Kevin O'Connorvgabios: Use standard VGA IO wrapper functions in stdvga.c.
2012-01-16 Kevin O'Connorvgabios: Add wrapper functions for accessing standard...
2012-01-14 Kevin O'Connorvgabios: Add cirrus linear framebuffer detection; enabl...
2012-01-14 Kevin O'Connorvgabios: Hook up Cirrus extended bios functions.
2012-01-14 Kevin O'Connorvgabios: Make cirrus line lengths standard.
2012-01-14 Kevin O'Connorvgabios: Unify cirrus and vbe vesa functions.
2012-01-14 Kevin O'Connorvgabios: Make VBE code independent of bochsvga.
2012-01-14 Kevin O'Connorvgabios: Unify code to generate the vbe mode list.
2012-01-14 Kevin O'Connorvgabios: Use vgamode_s in cirrus and bochsvga mode...
2012-01-14 Kevin O'Connorvgabios: Extract out common parts of struct vgamode_s.
2012-01-14 Kevin O'Connorvgabios: Unify page size calculations; remove page...
2012-01-14 Kevin O'Connorvgabios: Add memmodel field to bochsvga mode list.
2012-01-14 Kevin O'Connorvgabios: Make struct vgamode_s more similar to bochs...
2012-01-14 Kevin O'Connorvgabios: Remove dummy 0xfe mode from list of cirrus...
2012-01-14 Kevin O'Connorvgabios: Add char width to stdvga mode table.
2012-01-14 Kevin O'Connorvgabios: Use standard naming for cirrus memmodel.
2012-01-14 Kevin O'Connorvgabios: Use vesa style memory model flags in stdvga...
2012-01-14 Kevin O'ConnorBCVs should inherrit the legacy harddrive priority.
2012-01-14 Kevin O'ConnorPermit multiple BEV and BEV/BCV combinations in a singl...
2012-01-14 Kevin O'Connorvgabios: Actually remove vgasrc/geodelx.[ch] - fixup...
2012-01-14 Nilsvgabios: Add the geode GX2 functionality.
2012-01-14 Nilsvgabios: Some little geode cleanup.
2012-01-14 Nilsvgabios: Make the naming in the LX code generic to...
2012-01-01 Kevin O'Connorvgabios: Add scrolling for linear (packed pixel) graphi...
2012-01-01 Kevin O'Connorvgabios: Minor - make FB scroll functions look similar.
2012-01-01 Kevin O'Connorvgabios: Framebuffer fixes for CGA and planar graphics...
2012-01-01 Kevin O'Connorvgabios: Unify X_init() functions.
2012-01-01 Kevin O'Connorvgabios: Unify X_set_mode() functions.
2011-12-31 Kevin O'Connorvgabios: Create clext.h and use "clext_" as prefix...
2011-12-31 Kevin O'Connorvgabios: Refactor vga_set_mode and stdvga_set_mode.
2011-12-31 Kevin O'Connorvgabios: Change vga_set_mode() to directly setup BDA.
2011-12-31 Kevin O'Connorvgabios: Don't call int10 during mode switch.
2011-12-31 Kevin O'Connorvgabios: Introduce stdvga_get_crtc() and use it consist...
2011-12-31 Kevin O'Connorvgabios: Fix typo in release_font_access() - inb instea...
2011-12-31 Kevin O'Connorvgabios: Move vgafb_load_font to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Rename vgahw_* functions to stdvga_*.
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.
2011-12-31 Kevin O'Connorvgabios: Use bochsvga_ prefix for bochs vga functions.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.
2011-12-31 Kevin O'Connorvgabios: Continue port of clext.c.
2011-12-30 Kevin O'Connorvgabios: Minor fixes to struct vbe_info definition.
2011-12-30 Kevin O'ConnorDon't leave upper bits of 64bit BARs unitialized during...
2011-12-28 Kevin O'Connorvgabios: Merge support for GeodeLX vga bios.
2011-12-28 Kevin O'Connorvgabios: Place a signature at offset 0x1e of the rom.
2011-12-28 Kevin O'Connorvgabios: Generate video_param_table at runtime.
2011-12-28 Kevin O'Connorvgabios: Use vgamode_s instead of video_param_table...
2011-12-28 Kevin O'Connorvgabios: Extend information in internal vgamode_s struct.
2011-12-28 Kevin O'Connorvgabios: Minor - use segoff_s for static_functionality...
2011-12-28 Kevin O'Connorvgabios: Define video_save_pointer_table layout.
2011-12-28 Kevin O'Connorvgabios: Fix compile error due to missing include in...
next