<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/README.video, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>video: parse the video-mode environment variable</title>
<updated>2011-04-28T19:31:02+00:00</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2011-03-21T21:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a5dbdc81ea70daa04e49eb0004a0441131a029c6'/>
<id>a5dbdc81ea70daa04e49eb0004a0441131a029c6</id>
<content type='text'>
Add function video_get_video_mode(), which parses the "video-mode" environment
variable and returns each of its components.  The format matches the video=
command-line option used for Linux:

	video-mode=&lt;driver&gt;:&lt;xres&gt;x&lt;yres&gt;-&lt;depth&gt;@&lt;freq&gt;&lt;,option=string&gt;

	&lt;driver&gt; The video driver, ignored by U-Boot
	&lt;xres&gt; The X resolution (in pixels) to use.
	&lt;yres&gt; The Y resolution (in pixels) to use.
	&lt;depth&gt; The color depth (in bits) to use.
	&lt;freq&gt; The frequency (in Hz) to use.
	&lt;options&gt; A comma-separated list of device-specific options

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add function video_get_video_mode(), which parses the "video-mode" environment
variable and returns each of its components.  The format matches the video=
command-line option used for Linux:

	video-mode=&lt;driver&gt;:&lt;xres&gt;x&lt;yres&gt;-&lt;depth&gt;@&lt;freq&gt;&lt;,option=string&gt;

	&lt;driver&gt; The video driver, ignored by U-Boot
	&lt;xres&gt; The X resolution (in pixels) to use.
	&lt;yres&gt; The Y resolution (in pixels) to use.
	&lt;depth&gt; The color depth (in bits) to use.
	&lt;freq&gt; The frequency (in Hz) to use.
	&lt;options&gt; A comma-separated list of device-specific options

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Big white-space cleanup.</title>
<updated>2008-05-20T22:14:08+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-05-20T14:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53677ef18e25c97ac613349087c5cb33ae5a2741'/>
<id>53677ef18e25c97ac613349087c5cb33ae5a2741</id>
<content type='text'>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit gets rid of a huge amount of silly white-space issues.
Especially, all sequences of SPACEs followed by TAB characters get
removed (unless they appear in print statements).

Also remove all embedded "vim:" and "vi:" statements which hide
indentation problems.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-11-03T00:07:02+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-03T00:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5b1d713721c3ea02549940133f09236783dda1f9'/>
<id>5b1d713721c3ea02549940133f09236783dda1f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
