<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs, branch v2016.03-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2016.03-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs?h=v2016.03-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-02-14T13:39:32Z</updated>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-uniphier</title>
<updated>2016-02-14T13:39:32Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-02-14T13:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=823ecd72bb08344acc7d076ba13864eb0e18ba61'/>
<id>urn:sha1:823ecd72bb08344acc7d076ba13864eb0e18ba61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: uniphier: switch over to generic EHCI driver</title>
<updated>2016-02-14T07:51:07Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-02-02T12:11:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd0847fe63e5ec669a497a5cfcb85de33ce6a0d8'/>
<id>urn:sha1:cd0847fe63e5ec669a497a5cfcb85de33ce6a0d8</id>
<content type='text'>
The UniPhier EHCI driver (drivers/usb/host/ehci-uniphier.c) does
nothing special but set the base address and handle reset/clock.

Since commit 4feefdcfe916 ("usb: add clock support for generic EHCI"),
the generic one (drivers/usb/host/ehci-generic.c) can do those, too.

We no longer need to stick to the dedicated driver.

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>zynqmp: nand: Add Nand driver support for zynqmp</title>
<updated>2016-02-12T23:27:28Z</updated>
<author>
<name>Siva Durga Prasad Paladugu</name>
<email>siva.durga.paladugu@xilinx.com</email>
</author>
<published>2015-11-17T09:00:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=78cb965af088f992930ff2a3e0967acd1f0ad87b'/>
<id>urn:sha1:78cb965af088f992930ff2a3e0967acd1f0ad87b</id>
<content type='text'>
Add nand driver support for zynqmp. The Nand
controller used in ZynqMP is Arasan Nand Flash
controller.

Signed-off-by: Siva Durga Prasad Paladugu &lt;sivadur@xilinx.com&gt;
[scottwood: Fix checkpatch warning]
Signed-off-by: Scott Wood &lt;oss@buserror.net&gt;
</content>
</entry>
<entry>
<title>defconfig: k2g_evm_defconfig: enable net driver model</title>
<updated>2016-02-08T15:10:48Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-02-02T10:21:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ab8dd5e6e66b9da31adaecdee473c8c962aaf837'/>
<id>urn:sha1:ab8dd5e6e66b9da31adaecdee473c8c962aaf837</id>
<content type='text'>
enable net driver model for k2g evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>defconfig: k2e_evm_defconfig: enable net driver model</title>
<updated>2016-02-08T15:10:47Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-02-02T10:21:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15b0d659383e1f8e3ac546a492f3f00ab66e28fd'/>
<id>urn:sha1:15b0d659383e1f8e3ac546a492f3f00ab66e28fd</id>
<content type='text'>
enable net driver model for k2e evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>defconfig: k2l_evm_defconfig: enable net driver model</title>
<updated>2016-02-08T15:10:47Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-02-02T10:21:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95fac767a9d2c95f196b7a7b3a2d144bf9d415d4'/>
<id>urn:sha1:95fac767a9d2c95f196b7a7b3a2d144bf9d415d4</id>
<content type='text'>
enable net driver model for k2l evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>defconfig: k2hk_evm_defconfig: enable net driver model</title>
<updated>2016-02-08T15:10:46Z</updated>
<author>
<name>Mugunthan V N</name>
<email>mugunthanvnm@ti.com</email>
</author>
<published>2016-02-02T10:21:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a350e92a6f69b9f0b3c72c5aaf9f7ab422fc1f3'/>
<id>urn:sha1:9a350e92a6f69b9f0b3c72c5aaf9f7ab422fc1f3</id>
<content type='text'>
enable net driver model for k2hk evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting</title>
<updated>2016-02-08T15:10:39Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2016-01-30T12:43:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2cd1ff84037a77f2d967e3331dcc9adc36cded2b'/>
<id>urn:sha1:2cd1ff84037a77f2d967e3331dcc9adc36cded2b</id>
<content type='text'>
The defconfig patch will enable the the SPL and NAND settings.
The update to Kconfig will allow the SPL to configured in and
built.

Signed-off-by: Derald D. Woods &lt;woods.technical@gmail.com&gt;
Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging</title>
<updated>2016-02-08T14:48:04Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2016-02-08T14:48:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57dc53a72460e8e301fa1cc7951b41db8e731485'/>
<id>urn:sha1:57dc53a72460e8e301fa1cc7951b41db8e731485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppc: xilinx-ppc405-generic</title>
<updated>2016-02-06T14:41:18Z</updated>
<author>
<name>Ricardo Ribalda</name>
<email>ricardo.ribalda@gmail.com</email>
</author>
<published>2016-02-04T13:45:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a9115ecfecf8713de077a68e6c8f599a55fc759'/>
<id>urn:sha1:1a9115ecfecf8713de077a68e6c8f599a55fc759</id>
<content type='text'>
Fix device tree name:

+(xilinx-ppc405-generic) Device Tree Source is not correctly specified.
+(xilinx-ppc405-generic) Please define 'CONFIG_DEFAULT_DEVICE_TREE'
+(xilinx-ppc405-generic) or build with 'DEVICE_TREE=&lt;device_tree&gt;'
argument
+(xilinx-ppc405-generic) make[2]: ***
[arch/powerpc/dts/xilinx-ppc440-generic.dtb] Error 1
+(xilinx-ppc405-generic) make[1]: *** [dts] Error 2

Signed-off-by: Ricardo Ribalda Delgado &lt;ricardo.ribalda@gmail.com&gt;
Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
