summaryrefslogtreecommitdiff
path: root/vgasrc
Commit message (Expand)AuthorAgeFilesLines
...
* vgabios: Simplify set_cursor_pos()Kevin O'Connor2016-07-041-18/+10
* vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2016-07-042-11/+5
* vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor2016-07-041-7/+1
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-152-0/+2
* build: Rework version generation; don't allow make version overrideKevin O'Connor2015-10-151-0/+5
* Fix typos found by codespellStefan Weil2015-10-091-1/+1
* vgafb: Minor - move gfx_common() variables outside of switch statementKevin O'Connor2015-08-041-12/+5
* build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOSKevin O'Connor2015-06-151-0/+1
* vga: add virtio-vga to kconfigGerd Hoffmann2015-06-111-0/+5
* vga: rework virtio-vga supportGerd Hoffmann2015-06-111-4/+1
* vga: simplify vga buildsGerd Hoffmann2015-06-111-2/+22
* vgabios: Emulate "leal" instructionKevin O'Connor2015-04-111-23/+1
* vgabios: Add config option for assembler fixupsKevin O'Connor2015-04-102-0/+14
* vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor2015-04-101-1/+1
* vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor2015-03-183-3/+25
* vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor2015-03-171-1/+1
* vgabios: Support emulated text in gfx_read_char()Kevin O'Connor2015-01-071-6/+19
* vgabios: implement read char in graphics modePaolo Bonzini2015-01-061-12/+41
* vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini2015-01-061-8/+19
* Use an aligned stack offset when entering on the extra stackKevin O'Connor2014-11-121-10/+10
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-126-5/+143
* 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