<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/microblaze-generic.h, branch v2016.03</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/microblaze-generic.h?h=v2016.03</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/microblaze-generic.h?h=v2016.03'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-01-27T14:55:53Z</updated>
<entry>
<title>microblaze: Fix board_init calling sequence</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T14:01:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=38c4761c236e0d8efd6b552d6b036015097c7bd9'/>
<id>urn:sha1:38c4761c236e0d8efd6b552d6b036015097c7bd9</id>
<content type='text'>
board_init() is in final elf file but it is not called at all.
Use board_init_late() instead and call gpio_init() from it.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Enable HUSH via Kconfig</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T13:59:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=077fe0f5e758a9810b320a2437d52b965a63c3b7'/>
<id>urn:sha1:077fe0f5e758a9810b320a2437d52b965a63c3b7</id>
<content type='text'>
Cleanup board file.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Read information about RAM from DT</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T13:45:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=44a3a91cb0424e887105c2bfc670b863e8f2ee71'/>
<id>urn:sha1:44a3a91cb0424e887105c2bfc670b863e8f2ee71</id>
<content type='text'>
Do not setup ram start/size in board file. Read it from DT instead.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Move CONFIG_NETCONSOLE to Kconfig</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T12:16:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b11ec1ab9a25dbb164a1bb5c7f592c5006a767e0'/>
<id>urn:sha1:b11ec1ab9a25dbb164a1bb5c7f592c5006a767e0</id>
<content type='text'>
Cleanup board file.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove CONFIG_FIT from board file</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T12:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27f24a3d62605ce247b2875f26d0ec4c433ad3e9'/>
<id>urn:sha1:27f24a3d62605ce247b2875f26d0ec4c433ad3e9</id>
<content type='text'>
And enable it via defconfig by default.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove systemace from board file</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T12:06:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ed982b4d41dcab072b5e5f4014a425068f8aafe0'/>
<id>urn:sha1:ed982b4d41dcab072b5e5f4014a425068f8aafe0</id>
<content type='text'>
Systemace is ancient IP which is not tested. Remove it from default
configuration.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Move eth configuration to Kconfig</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T09:27:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c'/>
<id>urn:sha1:502547e8ba053e3ac1b21ea9cb7d9c429d5eb86c</id>
<content type='text'>
Cleanup board specific file.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Enable axi emac via Kconfig</title>
<updated>2016-01-27T14:55:53Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-09T15:54:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83b76d9ef718a31f6bff31d4abbcf886d80a45ce'/>
<id>urn:sha1:83b76d9ef718a31f6bff31d4abbcf886d80a45ce</id>
<content type='text'>
Enable driver by default for all platforms.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>net: emaclite: Move emaclite to Kconfig</title>
<updated>2016-01-27T14:55:52Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-11T08:41:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3229c869aa663c99591e124f037c67922222e8e4'/>
<id>urn:sha1:3229c869aa663c99591e124f037c67922222e8e4</id>
<content type='text'>
Add PHYLIB and MII dependencies and enable it by default for Microblaze.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Enable MICREL_KSZ9021</title>
<updated>2016-01-27T14:55:50Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-01-14T08:15:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2014a3debc4c35069d6bda04bfe53539a7e2a6d4'/>
<id>urn:sha1:2014a3debc4c35069d6bda04bfe53539a7e2a6d4</id>
<content type='text'>
To solve enabling ETH_DM where ksz90x1_reg_field is defined only when
additional Micrel type is defined.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
