<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/Kconfig, branch v2017.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Kconfig?h=v2017.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/Kconfig?h=v2017.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2017-08-07T16:15:19Z</updated>
<entry>
<title>video: Drop the ct69000 driver</title>
<updated>2017-08-07T16:15:19Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-04T04:56:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c674e00b8ac0f5f460d35382269d513770215a34'/>
<id>urn:sha1:c674e00b8ac0f5f460d35382269d513770215a34</id>
<content type='text'>
This is not used in U-Boot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI</title>
<updated>2017-05-15T18:42:56Z</updated>
<author>
<name>Philipp Tomsich</name>
<email>philipp.tomsich@theobroma-systems.com</email>
</author>
<published>2017-05-05T19:48:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8517f64fe67f851eb128cc594666fb2615cde08d'/>
<id>urn:sha1:8517f64fe67f851eb128cc594666fb2615cde08d</id>
<content type='text'>
Instead of having drivers/video/rockchip/Kconfig point outside of its
hierarchy for dw_hdmi.o, we should use a configuration-option to
include the Designware HDMI support.

This change introduces a new config option (not to be selected via
menuconfig, but to be selected from a dependent video driver's
configuration option) that enables dw_hdmi.o and selects it whenever
the HDMI support for Rockchip SoCs is selected.

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>rockchip: video: Kconfig: Add Kconfig for rockchip video driver</title>
<updated>2017-05-10T19:37:21Z</updated>
<author>
<name>eric.gao@rock-chips.com</name>
<email>eric.gao@rock-chips.com</email>
</author>
<published>2017-04-17T14:24:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b98f0a3d974f08d13b5d7af36e3669c6378207cc'/>
<id>urn:sha1:b98f0a3d974f08d13b5d7af36e3669c6378207cc</id>
<content type='text'>
1. add Kconfig for rockchip video driver, so that video port can be
selected as needed.
2. move VIDEO_ROCKCHIP option to new Kconfig for concision.

Signed-off-by: Eric Gao &lt;eric.gao@rock-chips.com&gt;
Acked-by: Simon Glass &lt;sjg@chromium.org&gt;
Drop indenting in Kconfig:
Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig</title>
<updated>2017-04-30T17:40:13Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2017-04-27T04:27:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4'/>
<id>urn:sha1:983b103f1cb1d2d6da039dbdcf1a85d3d2cc0cf4</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_WHITE_ON_BLACK

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
[trini: Make this default y on various SoCs]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>at91: video: Support driver-model for the HLCD driver</title>
<updated>2017-04-14T12:51:35Z</updated>
<author>
<name>Songjun Wu</name>
<email>songjun.wu@microchip.com</email>
</author>
<published>2017-04-11T08:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7927831e21a1ec2f44e0e0eb142ca24be807d202'/>
<id>urn:sha1:7927831e21a1ec2f44e0e0eb142ca24be807d202</id>
<content type='text'>
Add driver-model support to this driver.

Signed-off-by: Songjun Wu &lt;songjun.wu@microchip.com&gt;
</content>
</entry>
<entry>
<title>video: fsl_dcu_fb: fix framebuffer to the end of memory</title>
<updated>2017-04-14T11:50:41Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2017-04-11T05:42:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77810e638efb5cdfed0c2f55149b59dca6f519d9'/>
<id>urn:sha1:77810e638efb5cdfed0c2f55149b59dca6f519d9</id>
<content type='text'>
Fix the framebuffer location to the very end of the available memory.
This allows to remove the area from available memory for the kernel,
which in turn allows to display the splash screen through the Linux
kernel boot process.

Ideas has been taken from the sunxi display driver, e.g.
20779ec3a5 ("sunxi: video: Dynamically reserve framebuffer memory")

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Signed-off-by: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_FSL_DCU_FB to Kconfig</title>
<updated>2017-04-14T11:37:35Z</updated>
<author>
<name>Sanchayan Maity</name>
<email>maitysanchayan@gmail.com</email>
</author>
<published>2017-04-11T05:42:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b215fb3f34befbff084550b67ee15c0363e9e9de'/>
<id>urn:sha1:b215fb3f34befbff084550b67ee15c0363e9e9de</id>
<content type='text'>
Rename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB
and convert it to Kconfig.

Signed-off-by: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;
Reviewed-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
Reviewed-by: Alison Wang &lt;alison.wang@nxp.com&gt;
</content>
</entry>
<entry>
<title>video: Kconfig: Add VIDEO_IPV3 entry</title>
<updated>2016-12-16T16:15:27Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2016-12-05T23:00:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7db7455b53ee727010ba1ad431df85dd058a75d5'/>
<id>urn:sha1:7db7455b53ee727010ba1ad431df85dd058a75d5</id>
<content type='text'>
Added kconfig entry for CONFIG_VIDEO_IPV3 driver.

Cc: Anatolij Gustschin &lt;agust@denx.de&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Matteo Lisi &lt;matteo.lisi@engicam.com&gt;
Cc: Michael Trimarchi &lt;michael@amarulasolutions.com&gt;
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig</title>
<updated>2016-10-23T22:33:57Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b87ca80b9b1825b44341aa4bcd28c26a7860fd18'/>
<id>urn:sha1:b87ca80b9b1825b44341aa4bcd28c26a7860fd18</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CONSOLE_SCROLL_LINES

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig</title>
<updated>2016-10-23T22:33:54Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2016-10-18T02:12:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fbda683292da37690d9729561a18ccfa51491235'/>
<id>urn:sha1:fbda683292da37690d9729561a18ccfa51491235</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_CONSOLE_EXTRA_INFO

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
