index
:
~kraxel/vgabios
patchrom
pcibios
pcibios.2
pcibios.dev
qemu.org
update-0.6c
vgabios repo, with qxl patches.
kraxel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-18
Add qemu qxl vga pci bios (devel version)
HEAD
pcibios.dev
Gerd Hoffmann
1
-1
/
+9
2010-06-18
Add qemu qxl vga pci bios
qemu.org
pcibios
Gerd Hoffmann
1
-1
/
+9
2010-06-18
Add qemu vmware vga pci bios
Gerd Hoffmann
1
-1
/
+9
2010-06-18
update pci_get_lfb_addr for vmware vga
Gerd Hoffmann
1
-9
/
+14
2010-06-18
Add qemu stdvga pci bios
Gerd Hoffmann
1
-1
/
+9
2010-06-18
Add defines for PCI IDs.
Gerd Hoffmann
3
-3
/
+12
2010-06-18
Makefile cleanup
Gerd Hoffmann
1
-42
/
+34
2010-06-18
- updates for release 0.6c
update-0.6c
Volker Ruppert
2
-1
/
+14
2010-06-18
- biosfn_write_teletype: fixed attribute when scrolling in text mode
Volker Ruppert
1
-2
/
+4
2010-06-18
- preparing for release 0.6c
Volker Ruppert
2
-0
/
+41
2010-06-18
- added support for a lot more non-standard VBE modes (e.g. widescreen modes)...
Volker Ruppert
3
-53
/
+91
2010-06-18
- use VBE LFB address from PCI base address if present (rewrite of the cirrus...
Volker Ruppert
3
-76
/
+92
2008-12-14
- added DPMS support to cirrus vgabios (patch from Gleb Natapov)
Volker Ruppert
1
-2
/
+34
2008-05-30
- updated for release 0.6b
Volker Ruppert
1
-1
/
+1
2008-05-22
- preparations for release 0.6b
Volker Ruppert
2
-0
/
+57
2008-05-11
- fixed a warning
Volker Ruppert
1
-0
/
+1
2008-03-02
- added debug message for unsupported VBE modes
Volker Ruppert
1
-0
/
+4
2008-02-24
- in LFB modes the number of banks must be set to 1
Volker Ruppert
1
-0
/
+3
2008-01-27
- added PCI data structure for the Cirrus VGABIOS images
Volker Ruppert
3
-11
/
+78
2008-01-26
- whitespace cleanup
Volker Ruppert
5
-49
/
+49
2006-11-26
- disable the generation of linemarkers by the preprocessor, since the latest
Volker Ruppert
1
-4
/
+4
2006-09-02
- the biossums utility no longer modifies VGABIOS images with proper checksum
Volker Ruppert
1
-39
/
+63
2006-08-19
- updates for 0.6a release
Volker Ruppert
3
-3
/
+132
2006-08-19
- improved VGA compatible setup for VBE modes (disable CGA and Hercules
Volker Ruppert
1
-0
/
+6
2006-08-18
- improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode and
Volker Ruppert
1
-7
/
+21
2006-08-15
- init 4bpp VBE modes by a temporary switch to VGA mode 0x6A
Volker Ruppert
2
-3
/
+3
2006-08-14
- VGA compatible setup for VBE modes improved (Bochs hack can be removed now)
Volker Ruppert
1
-14
/
+109
2006-08-12
- .cvsignore added for auto-generated file
Volker Ruppert
1
-0
/
+1
2006-08-12
- cleaned up VBE memory size definitions (removed duplicate defines, main
Volker Ruppert
4
-8
/
+7
2006-08-09
- removed auto-generated file
Volker Ruppert
1
-1755
/
+0
2006-08-09
- VBE video memory increased to 8 MB
Volker Ruppert
5
-39
/
+185
2006-07-11
- generate vbetables.h dynamicly
Volker Ruppert
3
-1174
/
+1860
2006-07-10
- biosfn_scroll(): check variable 'i' for underflowing when scrolling downwards
Volker Ruppert
1
-0
/
+3
2006-07-10
- VBE set bank functions failure handling added
Volker Ruppert
1
-0
/
+23
2006-07-08
- added special case for the 4 bpp when setting VBE display start
Volker Ruppert
2
-3
/
+17
2006-07-07
- bank pointer must be set to 0 after a mode set
Volker Ruppert
1
-0
/
+4
2006-06-21
- improved VBE display capabilities check (X resulution checked now)
Volker Ruppert
2
-150
/
+28
2006-06-18
- applied patch from the qemu project (Fabrice Bellard)
Volker Ruppert
5
-36
/
+468
2006-03-25
- applied patch from Fabrice Bellard
Volker Ruppert
3
-133
/
+485
2005-12-29
- updates for 0.5d release
Volker Ruppert
2
-0
/
+30
2005-12-26
- biossums utility now supports VGABIOS sizes up to 64 kBytes
Volker Ruppert
3
-35
/
+82
2005-09-21
- mode 0x11: all color planes must be enabled in this 2-color VGA mode
Volker Ruppert
1
-1
/
+1
2005-08-30
- missing license text added in biossums.c
Volker Ruppert
1
-0
/
+14
2005-07-07
- updates for 0.5c release
Volker Ruppert
2
-0
/
+14
2005-07-02
- BIOS configuration word usually reports initial mode 80x25 color text
Volker Ruppert
1
-1
/
+2
2005-05-24
- updates for 0.5b release
Volker Ruppert
2
-0
/
+25
2005-05-24
- output to the vgabios info port can be disabled now. It is still enabled by
Volker Ruppert
2
-1
/
+12
2005-05-20
- fixed return value for the default case in the VBE section (non-debug mode)
Volker Ruppert
2
-18
/
+1
2005-03-07
- updates for 0.5a release
Volker Ruppert
2
-1
/
+326
2005-03-06
- vgabios files with cirrus support added to release target
Volker Ruppert
1
-1
/
+3
[next]