<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/configs/warp7_defconfig, branch master</title>
<subtitle>Buildroot</subtitle>
<id>https://git.etezian.org/cgit.cgi/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/'/>
<updated>2017-01-09T20:15:13+00:00</updated>
<entry>
<title>configs/warp7: Bump U-Boot to 2017.01 version</title>
<updated>2017-01-09T20:15:13+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2017-01-09T18:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=6f95c5ee4de69fc015307cd612258dd8d17d045c'/>
<id>urn:sha1:6f95c5ee4de69fc015307cd612258dd8d17d045c</id>
<content type='text'>
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Add floating point support</title>
<updated>2016-12-30T21:17:23+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2016-12-29T00:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=8f817c30395c3f9c4e92ba4be845f78f61d20d3d'/>
<id>urn:sha1:8f817c30395c3f9c4e92ba4be845f78f61d20d3d</id>
<content type='text'>
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV</title>
<updated>2016-12-28T22:21:53+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2016-12-28T20:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=cf82c1866b5aa231fea8b402cadee79dd7116e1b'/>
<id>urn:sha1:cf82c1866b5aa231fea8b402cadee79dd7116e1b</id>
<content type='text'>
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV allows the Broadcom wireless driver
to be automatically loaded on boot.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Bump to mainline kernel 4.9</title>
<updated>2016-12-28T22:20:35+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2016-12-28T19:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=26e27bd22fbb985879698292718131f70a0d95d1'/>
<id>urn:sha1:26e27bd22fbb985879698292718131f70a0d95d1</id>
<content type='text'>
Use mainline 4.9 instead of a custom kernel based on NXP 4.1.

As mx7 boots in non-secure mode in mainline kernel, change the
U-Boot target to "warp7".

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Bump to U-Boot 2016.11</title>
<updated>2016-11-14T21:52:12+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2016-11-14T17:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=87f1bdda38b43192908dab585dc6b4fc3e39ffe5'/>
<id>urn:sha1:87f1bdda38b43192908dab585dc6b4fc3e39ffe5</id>
<content type='text'>
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>freescale: Create the board/freescale/common/imx/ directory</title>
<updated>2016-11-07T22:05:34+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2016-11-06T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=e3f6475801067c8d0ef0c90a56a357105c5faa34'/>
<id>urn:sha1:e3f6475801067c8d0ef0c90a56a357105c5faa34</id>
<content type='text'>
In order to have a better hierarchy for the genimage scripts used by
NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the
board/freescale/common/imx/ directory.

This helps in creating a more natural separation between the mxs scripts
that are placed inside the board/freescale/common/mxs/ directory.

Suggested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Use common script for generating boot image</title>
<updated>2016-10-25T10:36:08+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-09-29T18:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=8513ffee43f473e8134fa48755837722926123b0'/>
<id>urn:sha1:8513ffee43f473e8134fa48755837722926123b0</id>
<content type='text'>
Use the common board/freescale/common/post-image.sh script instead of
a custom one.

As the final image binary is called "sdcard.img" update the documentation
accordingly.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/imx: Bump to U-Boot 2016.09.01</title>
<updated>2016-09-25T21:15:01+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-09-24T15:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=4723ed2c5ea3c5e4ef741b58acce62bb4f14d458'/>
<id>urn:sha1:4723ed2c5ea3c5e4ef741b58acce62bb4f14d458</id>
<content type='text'>
2016.09.01 is a bugfix release, so bump to this version.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Add Wifi support</title>
<updated>2016-09-20T12:33:52+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-09-19T19:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=c4f453fd7e84617bd2082ebff0cdb526b6afd952'/>
<id>urn:sha1:c4f453fd7e84617bd2082ebff0cdb526b6afd952</id>
<content type='text'>
Warp7 has a BRCM43430 Wifi chipset. Add support for it.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs/warp7: Use mainline U-Boot</title>
<updated>2016-09-12T20:55:49+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-09-12T20:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=51a7293bf96ece7efebcdcc2aa9cf476d451ff94'/>
<id>urn:sha1:51a7293bf96ece7efebcdcc2aa9cf476d451ff94</id>
<content type='text'>
warp7 is well supported in mainline U-Boot 2016.09, so switch
to this version.

As the current supported kernel is based on a 4.1 kernel from NXP,
use the "warp7_secure" U-Boot target as NXP kernel needs to boot
in secure mode.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
