<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/xilinx/microblaze-generic, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/xilinx/microblaze-generic?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/xilinx/microblaze-generic?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-06-06T09:23:27Z</updated>
<entry>
<title>microblaze: Move MSR instruction selection to Kconfig</title>
<updated>2016-06-06T09:23:27Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-05-24T09:45:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac551e3492fe7bf9b4e087f8ee454108c5098c6d'/>
<id>urn:sha1:ac551e3492fe7bf9b4e087f8ee454108c5098c6d</id>
<content type='text'>
Select MSR instructions via Kconfig instead of xparameters.h.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Add option to pass cpu version number</title>
<updated>2016-06-06T09:23:27Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-05-24T11:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4ad1096e487f6bd03ec235263259aa97ef9cb2f1'/>
<id>urn:sha1:4ad1096e487f6bd03ec235263259aa97ef9cb2f1</id>
<content type='text'>
Toolchain can use some flags by default based on cpu version.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Select compilation flags via Kconfig</title>
<updated>2016-06-06T09:23:27Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-05-24T09:42:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=91eeb80ee7cdc7833d752bdaa45ae2a1556c72cf'/>
<id>urn:sha1:91eeb80ee7cdc7833d752bdaa45ae2a1556c72cf</id>
<content type='text'>
Remove autogenerated config.mk and select CPU options via Kconfig.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>microblaze: Remove !OF_CONTROL code for timer and interrupt</title>
<updated>2016-04-04T18:28:38Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2016-02-15T12:44:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a359eaa59857079678a2fa5ff0e4c0894de4ee1d'/>
<id>urn:sha1:a359eaa59857079678a2fa5ff0e4c0894de4ee1d</id>
<content type='text'>
OF_CONTROL is enabled by default that's why this is dead code.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<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: 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: 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>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>net: emaclite: Move driver to DM</title>
<updated>2016-01-27T14:55:52Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-10T16:15:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343'/>
<id>urn:sha1:d538ee1b54b78295dbc3bd0d8c5d5fafa5c9e343</id>
<content type='text'>
Move driver to DM.

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>net: axi_emac: Move driver to DM</title>
<updated>2016-01-27T14:55:51Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2015-12-08T14:44:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75cc93fad73897896511f08c1529233484ff063c'/>
<id>urn:sha1:75cc93fad73897896511f08c1529233484ff063c</id>
<content type='text'>
Move driver to DM.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
</feed>
