aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2016-07-04vgabios: Simplify set_cursor_pos()Kevin O'Connor1-18/+10
2016-07-04vgabios: Don't check for special case of page==0xff on external callsKevin O'Connor2-11/+5
2016-07-04vgabios: Remove special case of dh==0xff in handle_1013()Kevin O'Connor1-7/+1
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor2-0/+2
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor1-0/+5
2015-10-09Fix typos found by codespellStefan Weil1-1/+1
2015-08-04vgafb: Minor - move gfx_common() variables outside of switch statementKevin O'Connor1-12/+5
2015-06-15build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOSKevin O'Connor1-0/+1
2015-06-11vga: add virtio-vga to kconfigGerd Hoffmann1-0/+5
2015-06-11vga: rework virtio-vga supportGerd Hoffmann1-4/+1
2015-06-11vga: simplify vga buildsGerd Hoffmann1-2/+22
2015-04-11vgabios: Emulate "leal" instructionKevin O'Connor1-23/+1
2015-04-10vgabios: Add config option for assembler fixupsKevin O'Connor2-0/+14
2015-04-10vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor1-1/+1
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor3-3/+25
2015-03-17vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor1-1/+1
2015-01-07vgabios: Support emulated text in gfx_read_char()Kevin O'Connor1-6/+19
2015-01-06vgabios: implement read char in graphics modePaolo Bonzini1-12/+41
2015-01-06vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini1-8/+19
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor1-10/+10
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor6-5/+143
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor5-10/+47
2014-10-27vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor1-5/+32
2014-10-27vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor3-2/+12
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor4-67/+16
2014-10-27vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor1-2/+1
2014-10-27vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2-20/+8
2014-10-27vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor3-32/+29
2014-10-27vgabios: Set cursor shape fixesKevin O'Connor1-11/+7
2014-10-27vgabios: Rename vbe_flags to flagsKevin O'Connor2-4/+7
2014-10-27vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor3-19/+19
2014-10-27vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2-2/+7
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor3-8/+21
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor1-20/+2
2014-07-01vgabios: Fix broken build resulting from e5749978.Kevin O'Connor1-2/+1
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