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