<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2013.01-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2013.01-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2013.01-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-12-06T22:30:44Z</updated>
<entry>
<title>video: Check for valid FB pointer before clearing</title>
<updated>2012-12-06T22:30:44Z</updated>
<author>
<name>Duncan Laurie</name>
<email>dlaurie@chromium.org</email>
</author>
<published>2012-11-03T11:41:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ae63057446b8bb45c37a6ea4e5db162ba4f25c78'/>
<id>urn:sha1:ae63057446b8bb45c37a6ea4e5db162ba4f25c78</id>
<content type='text'>
This command will start erasing at memory address zero
if there is not a valid framebuffer address that was found
during video_init().

This is a common case with Chrome OS devices in normal mode
when we do not execute the video option rom in coreboot.

Signed-off-by: Duncan Laurie &lt;dlaurie@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>x86: video: Add coreboot framebuffer support</title>
<updated>2012-11-30T21:44:04Z</updated>
<author>
<name>Stefan Reinauer</name>
<email>reinauer@chromium.org</email>
</author>
<published>2012-11-30T06:32:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=17c40ad96352114162e8a22b89a50b4742fd8f6a'/>
<id>urn:sha1:17c40ad96352114162e8a22b89a50b4742fd8f6a</id>
<content type='text'>
Add a basic driver for the coreboot framebuffer.

Signed-off-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Video: fix compiler warnings in bus_vcxk</title>
<updated>2012-11-14T11:27:49Z</updated>
<author>
<name>Jens Scharsig (BuS Elektronik)</name>
<email>esw@bus-elektronik.de</email>
</author>
<published>2012-11-14T00:10:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a1921eb04fa83acbab60fc0219e48e85dbc2f74'/>
<id>urn:sha1:4a1921eb04fa83acbab60fc0219e48e85dbc2f74</id>
<content type='text'>
if a board uses the vcxk driver option CONFIG_SYS_VCXK_DOUBLEBUFFERD,
compilier shows warnings. This patch will fix it.

Signed-off-by: Jens Scharsig (BuS Elektronik) &lt;esw@bus-elektronik.de&gt;
</content>
</entry>
<entry>
<title>video: atmel: implement lcd_setcolreg function</title>
<updated>2012-11-10T13:04:08Z</updated>
<author>
<name>Bo Shen</name>
<email>voice.shen@atmel.com</email>
</author>
<published>2012-11-08T17:49:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cfcd1c03e44fc22f2146948dc9f341b28e6ec583'/>
<id>urn:sha1:cfcd1c03e44fc22f2146948dc9f341b28e6ec583</id>
<content type='text'>
implement the common api lcd_setcolreg in include/lcd.h

Signed-off-by: Bo Shen &lt;voice.shen@atmel.com&gt;
[agust: fixed commit log and gcc 4.6 -Wparentheses warnings]
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>video: Skip bitmaps which do not fit into the screen in cfb_console</title>
<updated>2012-11-06T23:57:27Z</updated>
<author>
<name>Vadim Bendebury</name>
<email>vbendeb@chromium.org</email>
</author>
<published>2012-09-28T15:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d484b52e6fcb28dc011ce45718294496c6ea83d0'/>
<id>urn:sha1:d484b52e6fcb28dc011ce45718294496c6ea83d0</id>
<content type='text'>
The cfb console driver is trying to prevent bitmaps to spill over the
screen, but the calculations assume that at least part of the bitmap
fits into the screen area. In reality there could be bitmap elements
which are completely out of the screen area, they just need to be
discarded.

Signed-off-by: Vadim Bendebury &lt;vbendeb@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: Implement additional video API functions in cfb_console</title>
<updated>2012-11-06T23:48:44Z</updated>
<author>
<name>Stefan Reinauer</name>
<email>reinauer@chromium.org</email>
</author>
<published>2012-09-28T15:11:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c20ee073a61f32cd34bd76ec88797ab20f62c313'/>
<id>urn:sha1:c20ee073a61f32cd34bd76ec88797ab20f62c313</id>
<content type='text'>
Implement the new video API functions to provide access to screen size,
etc.

Signed-off-by: Stefan Reinauer &lt;reinauer@chromium.org&gt;
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>ipu common: reset ipuv3 correctly</title>
<updated>2012-11-06T21:24:11Z</updated>
<author>
<name>Liu Ying</name>
<email>Ying.Liu@freescale.com</email>
</author>
<published>2012-10-06T04:16:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=945d069fb5c8932e74aeba178c60a9dc6e9cba93'/>
<id>urn:sha1:945d069fb5c8932e74aeba178c60a9dc6e9cba93</id>
<content type='text'>
This patch checks self-clear sw_ipu_rst bit in
SCR register of SRC controller to be cleared
after setting it to high to reset IPUv3. This
makes sure that IPUv3 finishes sofware reset.
A timeout mechanism is added to stop polling
on the bit status in case the bit could not be
cleared by the hardware automatically within
10 millisecond.

Signed-off-by: Liu Ying &lt;Ying.Liu@freescale.com&gt;
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'u-boot-ti/master'</title>
<updated>2012-11-03T09:05:22Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2012-11-03T09:05:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a42c87f9d831c4eb36104255766cc7897876867c'/>
<id>urn:sha1:a42c87f9d831c4eb36104255766cc7897876867c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cfb_console: Add support for some ANSI terminal escape codes</title>
<updated>2012-10-30T22:28:06Z</updated>
<author>
<name>Pali Rohár</name>
<email>pali.rohar@gmail.com</email>
</author>
<published>2012-10-19T13:30:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33a35bbbe09a9b63b46e86a97d5dfbdae5481401'/>
<id>urn:sha1:33a35bbbe09a9b63b46e86a97d5dfbdae5481401</id>
<content type='text'>
Add optional support for some ANSI escape sequences to the
cfb_console driver. Define CONFIG_CFB_CONSOLE_ANSI to enable
cursor moving, color reverting and clearing the cfb console
via ANSI escape codes.

Signed-off-by: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX video: struct fb_videomode can be const</title>
<updated>2012-10-16T10:35:11Z</updated>
<author>
<name>Eric Nelson</name>
<email>eric.nelson@boundarydevices.com</email>
</author>
<published>2012-10-03T07:27:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=09c8bb264f27b89f31c5b6cbdab2393d68743e4e'/>
<id>urn:sha1:09c8bb264f27b89f31c5b6cbdab2393d68743e4e</id>
<content type='text'>
Signed-off-by: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
</content>
</entry>
</feed>
