Author: wmb Date: Sat Jul 16 14:10:50 2011 New Revision: 2380 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2380
Log: Added some commentary about standard VESA modes to c32vesa.fth
Modified: cpu/x86/pc/biosload/c32vesa.fth
Modified: cpu/x86/pc/biosload/c32vesa.fth ============================================================================== --- cpu/x86/pc/biosload/c32vesa.fth Sat Jul 16 14:09:24 2011 (r2379) +++ cpu/x86/pc/biosload/c32vesa.fth Sat Jul 16 14:10:50 2011 (r2380) @@ -195,3 +195,12 @@
d# 12 # sp add [then] + +\ VESA modes: +\ RESv BPP> 4 8 15 16 24 +\ 320x200 10d 10e 10f +\ 640x400 100 +\ 640x480 101 110 111 112 +\ 800x600 102 103 113 114 115 +\ 1024x768 104 105 116 117 118 +\ 1280x1024 106 107 119 11a 11b
openfirmware@openfirmware.info