aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2014-06-05vgabios: Use .code16 not .code16gccDavid Woodhouse1-1/+1
2014-05-28vgabios: Return from handle_1011() if handler found.Kevin O'Connor1-9/+9
2014-05-13vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor1-0/+10
2014-04-14vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor1-0/+3
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-1/+1
2014-04-11vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor6-3/+249
2014-04-11vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor1-6/+6
2014-04-11vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2-0/+112
2014-04-11vgabios: Introduce text_address().Kevin O'Connor3-36/+24
2014-04-11vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor2-367/+306
2014-04-11vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor3-122/+178
2014-04-11vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor4-13/+50
2014-03-06vga: rework bar detection, add virtio-vgaGerd Hoffmann1-4/+12
2014-03-05vgabios: Fix PMM allocation request size.Kevin O'Connor1-1/+1
2014-02-11vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.Kevin O'Connor1-1/+1
2014-02-08vgabios: Refactor write_teletype and write_chars.Kevin O'Connor1-49/+31
2014-02-08vgabios: Don't interpret TAB character.Kevin O'Connor1-7/+0
2014-02-05vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor1-5/+22
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor10-194/+97
2014-02-05vgabios: Simplify the bios save state area.Kevin O'Connor2-51/+13
2014-02-05vgabios: Make sure exported structs use PACKED.Kevin O'Connor2-3/+3
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-1/+2
2013-12-09Small improvements to irqentry_extrastack assembler.Kevin O'Connor1-2/+1
2013-12-09vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor1-5/+2
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor4-154/+175
2013-12-04vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor3-0/+110
2013-12-04vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor1-3/+20
2013-12-04vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor1-0/+2
2013-12-04vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor1-0/+9
2013-12-04vgabios: Support custom fonts in vga framebuffer text writing.Kevin O'Connor1-54/+67
2013-12-04vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor4-7/+16
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-1/+1
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor4-18/+18
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor3-3/+3
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor7-31/+32
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor7-5/+10
2013-09-18vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor1-0/+4
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor4-19/+18
2013-09-16bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann1-19/+48
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor4-8/+8
2013-03-09vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor3-6/+8
2013-03-09vgabios: Fix stdvga_perform_gray_scale_summing().Kevin O'Connor1-0/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-1/+1
2013-02-16Enable VGA output when setting Cirrus-specific modeLaszlo Ersek1-0/+1
2013-02-16Enable VGA output when settings bochs-specific modeDavid Woodhouse1-0/+1
2013-02-15geodevga: fix wrong define nameChristian Gmeiner2-2/+2
2013-02-15geodevga: add debug to msr functionsChristian Gmeiner1-0/+7
2013-02-15geodevga: move output setup to own functionChristian Gmeiner1-29/+35
2013-02-15geodevga: move framebuffer setupChristian Gmeiner1-12/+17