aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
...
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-125-10/+47
* vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor2014-10-271-5/+32
* vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor2014-10-273-2/+12
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-274-67/+16
* vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor2014-10-271-2/+1
* vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2014-10-272-20/+8
* vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor2014-10-273-32/+29
* vgabios: Set cursor shape fixesKevin O'Connor2014-10-271-11/+7
* vgabios: Rename vbe_flags to flagsKevin O'Connor2014-10-272-4/+7
* vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor2014-10-273-19/+19
* vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2014-10-272-2/+7
* vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor2014-10-273-8/+21
* Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor2014-10-271-20/+2
* vgabios: Fix broken build resulting from e5749978.Kevin O'Connor2014-07-011-2/+1
* vgabios: Use .code16 not .code16gccDavid Woodhouse2014-06-051-1/+1
* vgabios: Return from handle_1011() if handler found.Kevin O'Connor2014-05-281-9/+9
* vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor2014-05-131-0/+10
* vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor2014-04-141-0/+3
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-111-1/+1
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-116-3/+249
* vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor2014-04-111-6/+6
* vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2014-04-112-0/+112
* vgabios: Introduce text_address().Kevin O'Connor2014-04-113-36/+24
* vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor2014-04-112-367/+306
* vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor2014-04-113-122/+178
* vgabios: Add option to control use of standard VGA IO ports.Kevin O'Connor2014-04-114-13/+50
* vga: rework bar detection, add virtio-vgaGerd Hoffmann2014-03-061-4/+12
* vgabios: Fix PMM allocation request size.Kevin O'Connor2014-03-051-1/+1
* vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.Kevin O'Connor2014-02-111-1/+1
* vgabios: Refactor write_teletype and write_chars.Kevin O'Connor2014-02-081-49/+31
* vgabios: Don't interpret TAB character.Kevin O'Connor2014-02-081-7/+0
* vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor2014-02-051-5/+22
* vgabios: Simplify save/restore mechanism.Kevin O'Connor2014-02-0510-194/+97
* vgabios: Simplify the bios save state area.Kevin O'Connor2014-02-052-51/+13
* vgabios: Make sure exported structs use PACKED.Kevin O'Connor2014-02-052-3/+3
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-1/+2
* Small improvements to irqentry_extrastack assembler.Kevin O'Connor2013-12-091-2/+1
* vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor2013-12-091-5/+2
* vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor2013-12-044-154/+175
* vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor2013-12-043-0/+110
* vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor2013-12-041-3/+20
* vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor2013-12-041-0/+2
* vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor2013-12-041-0/+9
* vgabios: Support custom fonts in vga framebuffer text writing.Kevin O'Connor2013-12-041-54/+67
* vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor2013-12-044-7/+16
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-284-18/+18
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-183-3/+3
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-187-31/+32