aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgabios.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-29vgasrc: Increase debug levelPaul Menzel1-1/+1
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor1-28/+3
2016-08-05vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor1-6/+3
2016-08-04vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor1-36/+0
2016-08-04swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor1-2/+3
2016-08-04swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor1-0/+2
2016-07-21vgabios: Simplify scroll logicKevin O'Connor1-4/+2
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor1-1/+3
2014-11-12vgabios: Add software cursor capabilityKevin O'Connor1-0/+4
2014-11-12vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor1-1/+9
2014-10-27vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor1-0/+1
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor1-16/+3
2014-10-27vgabios: Rename vbe_flags to flagsKevin O'Connor1-1/+3
2014-10-27vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor1-2/+2
2014-10-27vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor1-0/+1
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor1-0/+13
2014-04-11vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor1-0/+2
2014-04-11vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor1-0/+1
2014-04-11vgabios: Introduce text_address().Kevin O'Connor1-0/+1
2014-04-11vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.Kevin O'Connor1-4/+22
2014-04-11vgabios: Split vgafb_scroll() into separate move and clear functions.Kevin O'Connor1-2/+4
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor1-9/+8
2014-02-05vgabios: Simplify the bios save state area.Kevin O'Connor1-14/+3
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor1-0/+3
2013-03-09vgabios: Fix cirrus memory clear on mode switch.Kevin O'Connor1-0/+1
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor1-2/+2
2012-02-12vgabios: Minor vgabios fixes.Kevin O'Connor1-0/+4
2012-02-04vgabios: Implement VBE save/restore state function (func 04).Kevin O'Connor1-1/+1
2012-02-04vgabios: Move save/restore state code from vgabios.c to stdvga.c.Kevin O'Connor1-0/+2
2012-02-02vgabios: Handle VGA option rom being re-run.Kevin O'Connor1-0/+1
2012-02-01vgabios: Fix missing "extern" declaration on vbe variables.Kevin O'Connor1-4/+4
2012-02-01vgabios: Add support for vbe get/set line length function.Kevin O'Connor1-0/+1
2012-02-01vgabios: Move BDA setting from driver code to common code.Kevin O'Connor1-1/+2
2012-01-21vgabios: Extract out current mode finding into new function.Kevin O'Connor1-0/+1
2012-01-19vgabios: Check that the PCI BDF passed in is valid before using.Kevin O'Connor1-1/+1
2012-01-16vgabios: Make VBE code depend on a config setting.Kevin O'Connor1-1/+0
2012-01-16vgabios: Move video_param_table definition to vgabios.c.Kevin O'Connor1-4/+15
2012-01-16vgabios: Move static_functionality[] from vgatables.c to vgabios.c.Kevin O'Connor1-1/+0
2012-01-14vgabios: Unify cirrus and vbe vesa functions.Kevin O'Connor1-0/+1
2012-01-14vgabios: Make VBE code independent of bochsvga.Kevin O'Connor1-11/+4
2012-01-14vgabios: Extract out common parts of struct vgamode_s.Kevin O'Connor1-2/+10
2012-01-14vgabios: Unify page size calculations; remove page size from vgamode_s.Kevin O'Connor1-3/+1
2012-01-14vgabios: Use vesa style memory model flags in stdvga code.Kevin O'Connor1-0/+10
2011-12-31vgabios: Unify X_init() functions.Kevin O'Connor1-0/+1
2011-12-31vgabios: Create clext.h and use "clext_" as prefix for exported funcs.Kevin O'Connor1-4/+0
2011-12-31vgabios: Refactor vga_set_mode and stdvga_set_mode.Kevin O'Connor1-2/+8
2011-12-31vgabios: Move vgafb_load_font to stdvga.c.Kevin O'Connor1-2/+0
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-142/+1
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor1-0/+3
2011-12-31vgabios: Rename vga.c to vgabios.c.Kevin O'Connor1-0/+225