summaryrefslogtreecommitdiff
path: root/vgabios
AgeCommit message (Expand)AuthorFilesLines
2009-02-06kvm-userspace: set pci mem to start at 0xc100000 and vesa to 0xc000000Izik Eidus2-2/+2
2008-12-23Merge branch 'vgabios-cvs'Avi Kivity10-65/+228
2008-12-14- added DPMS support to cirrus vgabios (patch from Gleb Natapov)vruppert5-2/+34
2008-08-27kvm: vgabios: add 1280x768 resolutionAvi Kivity1-0/+3
2008-05-30- updated for release 0.6bvruppert1-1/+1
2008-05-22- preparations for release 0.6bvruppert2-0/+57
2008-05-11- fixed a warningvruppert1-0/+1
2008-03-02- added debug message for unsupported VBE modesvruppert5-0/+4
2008-02-24kvm: vgabios: extend vram size to 16MB, and reorganaize highres modesAndreas Winkelbauer1-13/+22
2008-02-24- in LFB modes the number of banks must be set to 1vruppert5-2/+5
2008-01-27- added PCI data structure for the Cirrus VGABIOS imagesvruppert7-12/+79
2008-01-26- whitespace cleanupvruppert5-49/+49
2008-01-07kvm: vgabios: include <string.h> in biossums.c for memset declarationCarlo Marcelo Arenas Belon1-0/+1
2008-01-06kvm: vgabios: add 1280x800 resolutionAvi Kivity1-0/+2
2008-01-01kvm: vgabios: support widescreen modesAvi Kivity1-0/+10
2008-01-01kvm: vgabios: remove generated filesAvi Kivity4-0/+0
2006-11-26- disable the generation of linemarkers by the preprocessor, since the latestvruppert1-4/+4
2006-09-02- the biossums utility no longer modifies VGABIOS images with proper checksumvruppert1-39/+63
2006-08-19- updates for 0.6a releasevruppert3-3/+132
2006-08-19- improved VGA compatible setup for VBE modes (disable CGA and Herculesvruppert5-2/+8
2006-08-18- improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode andvruppert5-9/+23
2006-08-15- init 4bpp VBE modes by a temporary switch to VGA mode 0x6Avruppert6-5/+5
2006-08-14- VGA compatible setup for VBE modes improved (Bochs hack can be removed now)vruppert5-16/+111
2006-08-12- .cvsignore added for auto-generated filevruppert1-0/+1
2006-08-12- cleaned up VBE memory size definitions (removed duplicate defines, mainvruppert8-10/+9
2006-08-09- removed auto-generated filevruppert1-1755/+0
2006-08-09- VBE video memory increased to 8 MBvruppert9-41/+187
2006-07-11- generate vbetables.h dynamiclyvruppert7-1174/+1860
2006-07-10- rebuilding binaries after latest changesvruppert4-0/+0
2006-07-10- biosfn_scroll(): check variable 'i' for underflowing when scrolling downwardsvruppert1-1/+4
2006-07-10- VBE set bank functions failure handling addedvruppert1-2/+25
2006-07-08- added special case for the 4 bpp when setting VBE display startvruppert6-5/+19
2006-07-07- bank pointer must be set to 0 after a mode setvruppert5-0/+4
2006-06-21- improved VBE display capabilities check (X resulution checked now)vruppert6-152/+30
2006-06-18- applied patch from the qemu project (Fabrice Bellard)vruppert9-39/+471
2006-03-25- applied patch from Fabrice Bellardvruppert7-134/+486
2005-12-29- rebuild for 0.5d releasevruppert4-0/+0
2005-12-29- updates for 0.5d releasevruppert2-0/+30
2005-12-26- biossums utility now supports VGABIOS sizes up to 64 kBytesvruppert7-38/+85
2005-09-21- mode 0x11: all color planes must be enabled in this 2-color VGA modevruppert5-1/+1
2005-08-30- missing license text added in biossums.cvruppert1-0/+14
2005-07-07- rebuild for 0.5c releasevruppert4-0/+0
2005-07-07- updates for 0.5c releasevruppert2-0/+14
2005-07-02- BIOS configuration word usually reports initial mode 80x25 color textvruppert5-2/+3
2005-05-24- updates for 0.5b releasevruppert6-0/+25
2005-05-24- output to the vgabios info port can be disabled now. It is still enabled byvruppert6-4/+15
2005-05-20- fixed return value for the default case in the VBE section (non-debug mode)vruppert6-21/+4
2005-03-07- updates for 0.5a releasevruppert6-1/+326
2005-03-06- vgabios files with cirrus support added to release targetvruppert1-1/+3
2005-03-06- cross compilation support added (patch from Alex Beregszaszi)vruppert1-14/+18