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