<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/configs/freescale_imx6sololiteevk_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>2016-12-14T16:12:12+00:00</updated>
<entry>
<title>configs/mx6: Select NEON and VFP related options</title>
<updated>2016-12-14T16:12:12+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-12-14T15:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=c9df2b3e5bc73f9587602b119d325b88c4498112'/>
<id>urn:sha1:c9df2b3e5bc73f9587602b119d325b88c4498112</id>
<content type='text'>
MX6 has a Cortex-A9 core, which supports NEON and VFP.

Add support for them.

Suggested-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
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>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: freescale_imx*: bump to version 4.1.15_2.0.0_ga</title>
<updated>2016-11-01T18:27:42+00:00</updated>
<author>
<name>Gary Bisson</name>
<email>gary.bisson@boundarydevices.com</email>
</author>
<published>2016-11-01T16:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=af413afff382e49d3e2dba6e6495213d07f6145d'/>
<id>urn:sha1:af413afff382e49d3e2dba6e6495213d07f6145d</id>
<content type='text'>
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-freescale/commit/f4e7a140
https://github.com/Freescale/meta-freescale/commit/d4c994cb
https://github.com/Freescale/meta-freescale/commit/7ad6dcc3

Signed-off-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>imx6sololiteevk: use zImage</title>
<updated>2016-09-11T21:28:29+00:00</updated>
<author>
<name>Georges Savoundararadj</name>
<email>savoundg@gmail.com</email>
</author>
<published>2016-09-07T22:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=66ce1cde74b895cb8c63a0cf21b300409d5cb877'/>
<id>urn:sha1:66ce1cde74b895cb8c63a0cf21b300409d5cb877</id>
<content type='text'>
U-Boot, with the default environment, is looking for a zImage.

Signed-off-by: Georges Savoundararadj &lt;savoundg@gmail.com&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Cc: Yann E. MORIN &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>imx6sololiteevk: use the common genimage template</title>
<updated>2016-09-11T21:28:24+00:00</updated>
<author>
<name>Georges Savoundararadj</name>
<email>savoundg@gmail.com</email>
</author>
<published>2016-09-07T22:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=9bbe56324f20c3d47af68380498e227216253227'/>
<id>urn:sha1:9bbe56324f20c3d47af68380498e227216253227</id>
<content type='text'>
* Generate an sdcard image based on the common Freescale genimage
  template.

Signed-off-by: Georges Savoundararadj &lt;savoundg@gmail.com&gt;
Cc: Fabio Estevam &lt;festevam@gmail.com&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Cc: Yann E. MORIN &lt;yann.morin.1998@free.fr&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>nxp defconfigs: bump kernel version to 4.1.15</title>
<updated>2016-06-15T20:48:40+00:00</updated>
<author>
<name>Andrew Webster</name>
<email>awebster@arcx.com</email>
</author>
<published>2016-06-10T18:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=ff235a109ca1ea2d0513ea23973f79029e8c15e4'/>
<id>urn:sha1:ff235a109ca1ea2d0513ea23973f79029e8c15e4</id>
<content type='text'>
There is a 1.1.0_ga release, and a 1.1.1_patch release. The
patch release appears to be only for i.MX6UL, so it is bumped
to 1.1.1_patch, while the other are 1.1.0_ga.

Signed-off-by: Andrew Webster &lt;awebster@arcx.com&gt;
Reviewed-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_ga</title>
<updated>2016-06-15T20:48:40+00:00</updated>
<author>
<name>Andrew Webster</name>
<email>awebster@arcx.com</email>
</author>
<published>2016-06-10T18:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=4386ce0bcd80f9a3bf0a8ade60e107ebfdeab323'/>
<id>urn:sha1:4386ce0bcd80f9a3bf0a8ade60e107ebfdeab323</id>
<content type='text'>
Signed-off-by: Andrew Webster &lt;awebster@arcx.com&gt;
Reviewed-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux: use zImage by default on ARM</title>
<updated>2016-04-05T20:23:54+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2016-03-31T19:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=5c67cb1d044505cde4c8699b545b52ab1369cde2'/>
<id>urn:sha1:5c67cb1d044505cde4c8699b545b52ab1369cde2</id>
<content type='text'>
Since quite some time, the kernel and bootloader communities consider
zImage as the default format for kernel images on ARM, replacing
uImage. The load address information in uImage is no longer needed,
since the kernel is position-independent in terms of physical address,
except on a few old platforms. For most people, using zImage is simply
better/simpler, so let's switch to zImage as the default image format
on ARM.

All defconfigs are updated: 46 defconfigs no longer need to select
explicitly zImage because it's the default, and 16 defconfigs now need
to explicitly select uImage because that's no longer the default.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Reviewed-by: Matt Weber &lt;matt@thewebers.ws&gt;
Acked-by: Julien Boibessot &lt;julien.boibessot@armadeus.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>configs: freescale_imx6*: bump version to 3.14.52-1.1.0_ga</title>
<updated>2016-03-19T13:59:02+00:00</updated>
<author>
<name>Gary Bisson</name>
<email>gary.bisson@boundarydevices.com</email>
</author>
<published>2016-03-16T14:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=1e5bc05a04d92ca9351a986da5741971838599e4'/>
<id>urn:sha1:1e5bc05a04d92ca9351a986da5741971838599e4</id>
<content type='text'>
Consolidated GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual

This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fsl-arm/commit/9f206ec7
https://github.com/Freescale/meta-fsl-arm/commit/33d1115d

Signed-off-by: Gary Bisson &lt;gary.bisson@boundarydevices.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>defconfigs: all use the headers from the kernel</title>
<updated>2016-02-06T09:59:15+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2016-02-05T23:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/buildroot.git/commit/?id=674e09967818bf49fd1b6bf1f986a4c0f917fa63'/>
<id>urn:sha1:674e09967818bf49fd1b6bf1f986a4c0f917fa63</id>
<content type='text'>
For most defconfigs, it was trivial to deduce the kernel version, by
just reading the version string, which could be:
  - a standard upstream version string vX.Y.Z
  - a non-standard version string, but still containg the standard X.Y.Z

Those for which it was not so trivial were those hosted on git tree.
Since most were already using a custom linux-headers version, it could
be easily deduced from that. It was confirmed by browsing said git trees
and check the version there.

There are a few cases were there was a mismatch:

  - microzed:     uses a 3.18 kernel, but 3.8 headers; fixed.
  - xilinx_zc706: uses a 3.14 kernel, but 3.8 headers; fixed.
  - zedboard:     uses a 3.18 kernel, but 3.8 headers; fixed.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Peter Korsgaard &lt;peter@korsgaard.com&gt;
Cc: Gustavo Zacarias &lt;gustavo@zacarias.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
