<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/board/avnet, branch 2016.05</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2016.05</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2016.05'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2016-03-31T16:40:43+00:00</updated>
<entry>
<title>configs: rename Zynq defconfig files</title>
<updated>2016-03-31T16:40:43+00:00</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2016-03-03T02:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c13f89668623adadeb9ca67b952d8f91352be4f2'/>
<id>urn:sha1:c13f89668623adadeb9ca67b952d8f91352be4f2</id>
<content type='text'>
These three are Zynq boards and the build procedure is almost the
same.  Having the SoC name prefix "zynq_" would be more consistent.
Also, this is the way in which the Linux Device Trees and the U-Boot
configuration files do.

This commit renames as follows:

   zedboard_defconfig     -&gt; zynq_zed_defconfig
   microzed_defconfig     -&gt; zynq_microzed_defconfig
   xilinx_zc706_defconfig -&gt; zynq_zc706_defconfig

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zedboard: uboot: load env earlier</title>
<updated>2015-11-16T20:53:48+00:00</updated>
<author>
<name>Gwenhael Goavec-Merou</name>
<email>gwenhael.goavec-merou@trabucayre.com</email>
</author>
<published>2015-11-13T12:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d761f0f408b8433d9abe77b21172396edeccee60'/>
<id>urn:sha1:d761f0f408b8433d9abe77b21172396edeccee60</id>
<content type='text'>
By default, with the original patch bootcmd runs sdboot before loading uEnv.txt.
Consequently, if the user change modeboot, the user's defined content is updated
too late.
By loading uEnv.txt before 'run $modeboot' the correct boot mode is used instead
of default mode.

Signed-off-by: Gwenhael Goavec-Merou &lt;gwenhael.goavec-merou@trabucayre.com&gt;
Acked-By: Jan Viktorin &lt;viktorin@rehivetech.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>microzed: add Avnet Microzed support</title>
<updated>2015-09-17T21:54:39+00:00</updated>
<author>
<name>Davide Viti</name>
<email>zinosat@tiscali.it</email>
</author>
<published>2015-09-16T07:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=03130f944a2053f2291e09b922c710b7b95046ec'/>
<id>urn:sha1:03130f944a2053f2291e09b922c710b7b95046ec</id>
<content type='text'>
Changes are based on Zedboard: Xilinx does not provide a specific DTS
for Microzed in the kernel tree. It is suggested [1] to use the
zynq-zed.dts and change the RAM size

[1] https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856

[Thomas:
 - extend readme.txt to indicate why the same DTB is used for Microzed
   and the Zedboard.
 - add a description + Signed-off-by line in the
   0001-zynq-Create-microzed-specific-U-Boot-environment.patch, by
   re-using the description of the same patch for the Zedboard.]

Signed-off-by: Davide Viti &lt;d.viti@infosolution.it&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zedboard: Switch to U-Boot 2015.07</title>
<updated>2015-07-22T12:31:55+00:00</updated>
<author>
<name>Jan Viktorin</name>
<email>viktorin@rehivetech.com</email>
</author>
<published>2015-07-22T10:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=1f640a4e7a42667a88101f6ceb787fbb118a6acf'/>
<id>urn:sha1:1f640a4e7a42667a88101f6ceb787fbb118a6acf</id>
<content type='text'>
The U-Boot v2015.07 is required for successful out-of-the-box
build for common Xilinx Zynq boards (including Zedboard).

Signed-off-by: Jan Viktorin &lt;viktorin@rehivetech.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zedboard: Update readme.txt to reflect BOOT.BIN generation</title>
<updated>2015-07-18T21:06:52+00:00</updated>
<author>
<name>Jan Viktorin</name>
<email>viktorin@rehivetech.com</email>
</author>
<published>2015-07-14T15:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c139f0cce7d78e21b67f4649541a25ae8b5251f4'/>
<id>urn:sha1:c139f0cce7d78e21b67f4649541a25ae8b5251f4</id>
<content type='text'>
Signed-off-by: Jan Viktorin &lt;viktorin@rehivetech.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>zedboard: Patch default U-Boot environment for zedboard</title>
<updated>2015-07-18T21:06:45+00:00</updated>
<author>
<name>Jan Viktorin</name>
<email>viktorin@rehivetech.com</email>
</author>
<published>2015-07-14T15:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4db53c3848d9599851b31079875f7c0d18911e76'/>
<id>urn:sha1:4db53c3848d9599851b31079875f7c0d18911e76</id>
<content type='text'>
This patch changes the U-Boot's default environment to
boot Zedboard out-of-the-box from SD card.

The sdboot procedure tries to load a file system.bit into
the Zynq's PL (only if it exists). It is also possible to
alter the booting by an uEnv.txt file located on your SD card.
The uEnv.txt is a plain text file with &lt;key&gt;=&lt;value&gt; pairs
one per line.

Signed-off-by: Jan Viktorin &lt;viktorin@rehivetech.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Fix typos in comment blocks</title>
<updated>2015-04-08T20:44:43+00:00</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-04-08T00:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=5b686a0674e5c42b1b5dfbcefec9b6002a7ae814'/>
<id>urn:sha1:5b686a0674e5c42b1b5dfbcefec9b6002a7ae814</id>
<content type='text'>
[Thomas: fix issues noticed by Arnout:
  - Rewrap the linux/Config.in paragraph
  - Revert the "is a toolchain dependency" -&gt; "has a toolchain
    dependency" change from pkg-generic.mk, as the original was
    correct.]

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>board/avnet/zedboard/: improve readme.txt explanations</title>
<updated>2014-06-22T20:06:15+00:00</updated>
<author>
<name>Javier Domingo Cansino</name>
<email>javierdo1@gmail.com</email>
</author>
<published>2014-06-20T22:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2b6679baba30ed7b7d54cddd529fdf8b2ffe3d60'/>
<id>urn:sha1:2b6679baba30ed7b7d54cddd529fdf8b2ffe3d60</id>
<content type='text'>
[Thomas: fix small grammar issue noticed by Spenser Gilliland, adjust
commit title.]

Signed-off-by: Javier Domingo Cansino &lt;javierdo1@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs: bump zedboard to 2014.1</title>
<updated>2014-06-09T10:09:20+00:00</updated>
<author>
<name>Spenser Gilliland</name>
<email>spenser@gillilanding.com</email>
</author>
<published>2014-05-27T21:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=51bc99a485730e563fee7571ec82f96eeb7b2139'/>
<id>urn:sha1:51bc99a485730e563fee7571ec82f96eeb7b2139</id>
<content type='text'>
Bump zedboard defconfig to version 2014.1.  This makes it possible to use
uboot-spl instead of the xilinx specific fsbl.  However, the result is kinda
hacky due to the licensing state of ps7_init.{c,h} needed for building uboot
spl.  Directions for building a proper boot.bin using the new methodolgy is
included in the readme.txt.

Signed-off-by: Spenser Gilliland &lt;spenser@gillilanding.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>defconfigs: zedboard add info about uboot installation</title>
<updated>2014-02-07T20:35:34+00:00</updated>
<author>
<name>Spenser Gilliland</name>
<email>spenser@gillilanding.com</email>
</author>
<published>2014-02-07T17:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=acb457e7505d7c2a2c870b331604ba80d26518fc'/>
<id>urn:sha1:acb457e7505d7c2a2c870b331604ba80d26518fc</id>
<content type='text'>
Add info about how to install a custom uboot on the zedboard.

Signed-off-by: Spenser Gilliland &lt;spenser@gillilanding.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
