aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2012-04-16vgabios: Improve Kconfig descriptions for the vga card types.Kevin O'Connor1-8/+9
2012-04-14Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor1-0/+6
2012-03-06vgabios: Fetch _rom_header_size from the global segment when computing the RO...Julian Pidancet1-1/+2
2012-03-06vgabios: int1009 handler bug limits count to 256 characters.Kevin O'Connor1-0/+5
2012-03-06vgabios: Fixup clext far return instruction.Kevin O'Connor1-1/+1
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor3-58/+44
2012-02-12vgabios: Minor vgabios fixes.Kevin O'Connor3-19/+11
2012-02-12vgabios: Claim VBE 3 support; minor VBE cleanups.Kevin O'Connor1-10/+8
2012-02-11vgabios: Add version string to debug output.Kevin O'Connor1-0/+2
2012-02-11Direct compile 16bit C code instead of including via .S files.Kevin O'Connor1-8/+2
2012-02-07vgabios: Don't allow building of emulator vgaroms on coreboot.Kevin O'Connor1-3/+9
2012-02-06vga: fix bochs lfb size displayGerd Hoffmann1-1/+1
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor8-8/+158
2012-02-04vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor4-116/+126
2012-02-04vgabios: Add support for VBE get/set dac palette format (func 08).Kevin O'Connor6-2/+72
2012-02-02vgabios: Handle VGA option rom being re-run.Kevin O'Connor4-9/+22
2012-02-02vgabios: Fix screen attrs on cga scroll.Kevin O'Connor1-0/+4
2012-02-02vgabios: Simplify cga/packed character screen writing.Kevin O'Connor1-37/+17
2012-02-01vgabios: Move bocshvga mode checking from runtime to init.Kevin O'Connor2-96/+87
2012-02-01vgabios: Minor - organize cirrus code so like functions are near each other.Kevin O'Connor2-61/+66
2012-02-01vgabios: Simplify cirrus find mode code.Kevin O'Connor2-96/+42
2012-02-01vgabios: Rework bochsvga mode switching.Kevin O'Connor1-36/+6
2012-02-01vgabios: Fix linelength calculations in bochsvga and vbe.Kevin O'Connor2-10/+6
2012-02-01vgabios: Compare PCI ids against pci rom struct instead of config settings.Kevin O'Connor1-2/+4
2012-02-01vgabios: handle vmware vga in bochsvga.Kevin O'Connor1-4/+13
2012-02-01vgabios: Update copyright statements in bochsvga.c and vbe.c.Kevin O'Connor2-1/+10
2012-02-01vgabios: Fix missing "extern" declaration on vbe variables.Kevin O'Connor1-4/+4
2012-02-01vgabios: Move stdvga_set_mode() to stdvgamodes.c.Kevin O'Connor5-123/+124
2012-02-01vgabios: Minor - pass display address to stdvga_set_cursor_pos().Kevin O'Connor3-7/+6
2012-02-01vgabios: Add VBE power management (10h) stub function.Kevin O'Connor2-53/+32
2012-02-01vgabios: Add support for VBE get/set display start function.Kevin O'Connor9-79/+121
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor10-33/+133
2012-02-01vgabios: Add support for vesa get/set window function.Kevin O'Connor9-26/+101
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor11-66/+83
2012-01-21vgabios: Extract out current mode finding into new function.Kevin O'Connor3-7/+18
2012-01-21vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.Kevin O'Connor3-80/+80
2012-01-21vgabios: Use stored total memory in cirrus code instead of recalculating.Kevin O'Connor1-3/+3
2012-01-19vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor5-10/+20
2012-01-19vgabios: Simplify planar4 vgafb code.Kevin O'Connor3-49/+59
2012-01-16vgabios: Use regular pci_config_readl func in geode code.Kevin O'Connor2-13/+6
2012-01-16vgabios: Don't have geode code peak into stdvga mode struct.Kevin O'Connor3-8/+14
2012-01-16vgabios: Make VBE code depend on a config setting.Kevin O'Connor5-5/+8
2012-01-16vgabios: Move vgabios Kconfig definitions to vgasrc/Kconfig.Kevin O'Connor1-0/+80
2012-01-16vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor2-2/+2
2012-01-16vgabios: Move video_param_table definition to vgabios.c.Kevin O'Connor4-99/+91
2012-01-16vgabios: Move static_functionality[] from vgatables.c to vgabios.c.Kevin O'Connor3-22/+16
2012-01-16vgabios: Use standard VGA IO wrappers in geodevga.c.Kevin O'Connor1-12/+7
2012-01-16vgabios: Use standard VGA IO wrappers in clext.c.Kevin O'Connor1-78/+39
2012-01-16vgabios: Use standard VGA IO wrapper functions in bochsvga.Kevin O'Connor2-35/+20
2012-01-16vgabios: Use standard VGA IO wrapper functions in stdvga.c.Kevin O'Connor1-226/+90