summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vgabios-cvs'Avi Kivity2008-12-2310-65/+228
|\
| * - added DPMS support to cirrus vgabios (patch from Gleb Natapov)vruppert2008-12-145-2/+34
| * - updated for release 0.6bvruppert2008-05-301-1/+1
| * - preparations for release 0.6bvruppert2008-05-222-0/+57
| * - fixed a warningvruppert2008-05-111-0/+1
| * - added debug message for unsupported VBE modesvruppert2008-03-025-0/+4
| * - in LFB modes the number of banks must be set to 1vruppert2008-02-245-2/+5
| * - added PCI data structure for the Cirrus VGABIOS imagesvruppert2008-01-277-12/+79
| * - whitespace cleanupvruppert2008-01-265-49/+49
* | kvm: vgabios: add 1280x768 resolutionAvi Kivity2008-08-271-0/+3
* | kvm: vgabios: extend vram size to 16MB, and reorganaize highres modesAndreas Winkelbauer2008-02-241-13/+22
* | kvm: vgabios: include <string.h> in biossums.c for memset declarationCarlo Marcelo Arenas Belon2008-01-071-0/+1
* | kvm: vgabios: add 1280x800 resolutionAvi Kivity2008-01-061-0/+2
* | kvm: vgabios: support widescreen modesAvi Kivity2008-01-011-0/+10
* | kvm: vgabios: remove generated filesAvi Kivity2008-01-014-0/+0
|/
* - disable the generation of linemarkers by the preprocessor, since the latestvruppert2006-11-261-4/+4
* - the biossums utility no longer modifies VGABIOS images with proper checksumvruppert2006-09-021-39/+63
* - updates for 0.6a releasevruppert2006-08-193-3/+132
* - improved VGA compatible setup for VBE modes (disable CGA and Herculesvruppert2006-08-195-2/+8
* - improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode andvruppert2006-08-185-9/+23
* - init 4bpp VBE modes by a temporary switch to VGA mode 0x6Avruppert2006-08-156-5/+5
* - VGA compatible setup for VBE modes improved (Bochs hack can be removed now)vruppert2006-08-145-16/+111
* - .cvsignore added for auto-generated filevruppert2006-08-121-0/+1
* - cleaned up VBE memory size definitions (removed duplicate defines, mainvruppert2006-08-128-10/+9
* - removed auto-generated filevruppert2006-08-091-1755/+0
* - VBE video memory increased to 8 MBvruppert2006-08-099-41/+187
* - generate vbetables.h dynamiclyvruppert2006-07-117-1174/+1860
* - rebuilding binaries after latest changesvruppert2006-07-104-0/+0
* - biosfn_scroll(): check variable 'i' for underflowing when scrolling downwardsvruppert2006-07-101-1/+4
* - VBE set bank functions failure handling addedvruppert2006-07-101-2/+25
* - added special case for the 4 bpp when setting VBE display startvruppert2006-07-086-5/+19
* - bank pointer must be set to 0 after a mode setvruppert2006-07-075-0/+4
* - improved VBE display capabilities check (X resulution checked now)vruppert2006-06-216-152/+30
* - applied patch from the qemu project (Fabrice Bellard)vruppert2006-06-189-39/+471
* - applied patch from Fabrice Bellardvruppert2006-03-257-134/+486
* - rebuild for 0.5d releasevruppert2005-12-294-0/+0
* - updates for 0.5d releasevruppert2005-12-292-0/+30
* - biossums utility now supports VGABIOS sizes up to 64 kBytesvruppert2005-12-267-38/+85
* - mode 0x11: all color planes must be enabled in this 2-color VGA modevruppert2005-09-215-1/+1
* - missing license text added in biossums.cvruppert2005-08-301-0/+14
* - rebuild for 0.5c releasevruppert2005-07-074-0/+0
* - updates for 0.5c releasevruppert2005-07-072-0/+14
* - BIOS configuration word usually reports initial mode 80x25 color textvruppert2005-07-025-2/+3
* - updates for 0.5b releasevruppert2005-05-246-0/+25
* - output to the vgabios info port can be disabled now. It is still enabled byvruppert2005-05-246-4/+15
* - fixed return value for the default case in the VBE section (non-debug mode)vruppert2005-05-206-21/+4
* - updates for 0.5a releasevruppert2005-03-076-1/+326
* - vgabios files with cirrus support added to release targetvruppert2005-03-061-1/+3
* - cross compilation support added (patch from Alex Beregszaszi)vruppert2005-03-061-14/+18
* - documentation updatesvruppert2005-03-053-7/+26