index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vgasrc
Commit message (
Expand
)
Author
Age
Files
Lines
*
vgabios: Improve Kconfig descriptions for the vga card types.
Kevin O'Connor
2012-04-16
1
-8
/
+9
*
Misc compile fixes for gcc v3.4.
Kevin O'Connor
2012-04-14
1
-0
/
+6
*
vgabios: Fetch _rom_header_size from the global segment when computing the RO...
Julian Pidancet
2012-03-06
1
-1
/
+2
*
vgabios: int1009 handler bug limits count to 256 characters.
Kevin O'Connor
2012-03-06
1
-0
/
+5
*
vgabios: Fixup clext far return instruction.
Kevin O'Connor
2012-03-06
1
-1
/
+1
*
vgabios: Some tweaks to optimize stack space.
Kevin O'Connor
2012-02-13
3
-58
/
+44
*
vgabios: Minor vgabios fixes.
Kevin O'Connor
2012-02-12
3
-19
/
+11
*
vgabios: Claim VBE 3 support; minor VBE cleanups.
Kevin O'Connor
2012-02-12
1
-10
/
+8
*
vgabios: Add version string to debug output.
Kevin O'Connor
2012-02-11
1
-0
/
+2
*
Direct compile 16bit C code instead of including via .S files.
Kevin O'Connor
2012-02-11
1
-8
/
+2
*
vgabios: Don't allow building of emulator vgaroms on coreboot.
Kevin O'Connor
2012-02-07
1
-3
/
+9
*
vga: fix bochs lfb size display
Gerd Hoffmann
2012-02-06
1
-1
/
+1
*
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
2012-02-04
8
-8
/
+158
*
vgabios: Move save/restore state code from vgabios.c to stdvga.c.
Kevin O'Connor
2012-02-04
4
-116
/
+126
*
vgabios: Add support for VBE get/set dac palette format (func 08).
Kevin O'Connor
2012-02-04
6
-2
/
+72
*
vgabios: Handle VGA option rom being re-run.
Kevin O'Connor
2012-02-02
4
-9
/
+22
*
vgabios: Fix screen attrs on cga scroll.
Kevin O'Connor
2012-02-02
1
-0
/
+4
*
vgabios: Simplify cga/packed character screen writing.
Kevin O'Connor
2012-02-02
1
-37
/
+17
*
vgabios: Move bocshvga mode checking from runtime to init.
Kevin O'Connor
2012-02-01
2
-96
/
+87
*
vgabios: Minor - organize cirrus code so like functions are near each other.
Kevin O'Connor
2012-02-01
2
-61
/
+66
*
vgabios: Simplify cirrus find mode code.
Kevin O'Connor
2012-02-01
2
-96
/
+42
*
vgabios: Rework bochsvga mode switching.
Kevin O'Connor
2012-02-01
1
-36
/
+6
*
vgabios: Fix linelength calculations in bochsvga and vbe.
Kevin O'Connor
2012-02-01
2
-10
/
+6
*
vgabios: Compare PCI ids against pci rom struct instead of config settings.
Kevin O'Connor
2012-02-01
1
-2
/
+4
*
vgabios: handle vmware vga in bochsvga.
Kevin O'Connor
2012-02-01
1
-4
/
+13
*
vgabios: Update copyright statements in bochsvga.c and vbe.c.
Kevin O'Connor
2012-02-01
2
-1
/
+10
*
vgabios: Fix missing "extern" declaration on vbe variables.
Kevin O'Connor
2012-02-01
1
-4
/
+4
*
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Kevin O'Connor
2012-02-01
5
-123
/
+124
*
vgabios: Minor - pass display address to stdvga_set_cursor_pos().
Kevin O'Connor
2012-02-01
3
-7
/
+6
*
vgabios: Add VBE power management (10h) stub function.
Kevin O'Connor
2012-02-01
2
-53
/
+32
*
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
2012-02-01
9
-79
/
+121
*
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
2012-02-01
10
-33
/
+133
*
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
2012-02-01
9
-26
/
+101
*
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
2012-02-01
11
-66
/
+83
*
vgabios: Extract out current mode finding into new function.
Kevin O'Connor
2012-01-21
3
-7
/
+18
*
vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.
Kevin O'Connor
2012-01-21
3
-80
/
+80
*
vgabios: Use stored total memory in cirrus code instead of recalculating.
Kevin O'Connor
2012-01-21
1
-3
/
+3
*
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
2012-01-19
5
-10
/
+20
*
vgabios: Simplify planar4 vgafb code.
Kevin O'Connor
2012-01-19
3
-49
/
+59
*
vgabios: Use regular pci_config_readl func in geode code.
Kevin O'Connor
2012-01-16
2
-13
/
+6
*
vgabios: Don't have geode code peak into stdvga mode struct.
Kevin O'Connor
2012-01-16
3
-8
/
+14
*
vgabios: Make VBE code depend on a config setting.
Kevin O'Connor
2012-01-16
5
-5
/
+8
*
vgabios: Move vgabios Kconfig definitions to vgasrc/Kconfig.
Kevin O'Connor
2012-01-16
1
-0
/
+80
*
vgabios: Rename vgatables.c to stdvgamodes.c.
Kevin O'Connor
2012-01-16
2
-2
/
+2
*
vgabios: Move video_param_table definition to vgabios.c.
Kevin O'Connor
2012-01-16
4
-99
/
+91
*
vgabios: Move static_functionality[] from vgatables.c to vgabios.c.
Kevin O'Connor
2012-01-16
3
-22
/
+16
*
vgabios: Use standard VGA IO wrappers in geodevga.c.
Kevin O'Connor
2012-01-16
1
-12
/
+7
*
vgabios: Use standard VGA IO wrappers in clext.c.
Kevin O'Connor
2012-01-16
1
-78
/
+39
*
vgabios: Use standard VGA IO wrapper functions in bochsvga.
Kevin O'Connor
2012-01-16
2
-35
/
+20
*
vgabios: Use standard VGA IO wrapper functions in stdvga.c.
Kevin O'Connor
2012-01-16
1
-226
/
+90
[next]