<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-fsl-arm.git/recipes-bsp, branch daisy</title>
<subtitle>Mirror of git.yoctoproject.org/meta-fsl-arm</subtitle>
<id>https://git.enea.com/cgit/linux/meta-fsl-arm.git/atom?h=daisy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/'/>
<updated>2014-09-23T18:00:28+00:00</updated>
<entry>
<title>u-boot-fslc: Update to 9e76b38 revision</title>
<updated>2014-09-23T18:00:28+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-09-23T16:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=a9be92d66306851d5116154d9cc763fcc59812f8'/>
<id>urn:sha1:a9be92d66306851d5116154d9cc763fcc59812f8</id>
<content type='text'>
This includes following fixes:

9e76b38 wandboard: Use 32bit color depth for Fusion LCD

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-{lib,vpu}: obey CFLAGS, LDFLAGS</title>
<updated>2014-09-15T14:16:53+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2014-09-03T17:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=8e3ae73f28540dac18d855728f7ae46d729885a6'/>
<id>urn:sha1:8e3ae73f28540dac18d855728f7ae46d729885a6</id>
<content type='text'>
This quiets GNU_HASH warnings when building with an external toolchain.

Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>libmcc: Update to version 1.05</title>
<updated>2014-08-22T13:32:00+00:00</updated>
<author>
<name>Tony Felice</name>
<email>tony.felice@timesys.com</email>
</author>
<published>2014-08-18T21:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=b7ae16b0fb9db4f68b9a02031fea38403bd2b2e4'/>
<id>urn:sha1:b7ae16b0fb9db4f68b9a02031fea38403bd2b2e4</id>
<content type='text'>
This version was released to integrate the patch that removed bashisms from
the libmcc Makefile.

Signed-off-by: Anthony Felice &lt;tony.felice@timesys.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-bootlets: indentation fixes and whitespace cleanup</title>
<updated>2014-08-22T13:32:00+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2014-08-20T17:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=8259d486ed87146a39833296500b5b16e562e9bf'/>
<id>urn:sha1:8259d486ed87146a39833296500b5b16e562e9bf</id>
<content type='text'>
Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>libmcc: remove bashism in Makefile</title>
<updated>2014-08-22T13:32:00+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.oss.09@gmail.com</email>
</author>
<published>2014-08-14T15:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=c2f202645cf7b902f669584196c01ec342f255cb'/>
<id>urn:sha1:c2f202645cf7b902f669584196c01ec342f255cb</id>
<content type='text'>
Replacing bash brace expansion with a Posix compliant syntax to make
do_install succeed also when using a dash shell.

Signed-off-by: Max Krummenacher &lt;max.oss.09@gmail.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-vpu: fix checks of IOGetVirtMem() return value</title>
<updated>2014-06-25T17:21:11+00:00</updated>
<author>
<name>Eric Nelson</name>
<email>eric.nelson@boundarydevices.com</email>
</author>
<published>2014-06-21T17:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=b3cf9ce918cd4fcbc5c39ade47d384414ea590ed'/>
<id>urn:sha1:b3cf9ce918cd4fcbc5c39ade47d384414ea590ed</id>
<content type='text'>
The IOGetVirtMem() routine returns the address of a memory block
or -1 (MAP_FAILED) to indicate an error.

Many callers of this routine tested the return value for &lt;= 0
to detect failure, and at least with a 3G/1G memory split
configured in the kernel, a negative number (!= -1) is a
valid (successful) return value.

Without this patch, the IOSystemInit() will often detect
failure incorrectly.

Change-Id: I8b20ae5f74608307cbb810168024e8863599dbdb
Signed-off-by: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-uuc: Update to 0.5</title>
<updated>2014-05-24T22:04:22+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-05-22T17:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=a614963f49a7a0e49b99537a2c7a1772b84a4c3d'/>
<id>urn:sha1:a614963f49a7a0e49b99537a2c7a1772b84a4c3d</id>
<content type='text'>
This version has no code changes, except the previous patches which
were applied on top of previous version. We thus update it and drop
the merged patches.

Change-Id: If975a07487b1f3a6d3251ecf5401aeea080bd996
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>u-boot-fslc: Update 2014.01-based version to f5d8030</title>
<updated>2014-05-11T19:32:20+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-05-11T19:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=365f1872de1d17486779855906b09431400d4453'/>
<id>urn:sha1:365f1872de1d17486779855906b09431400d4453</id>
<content type='text'>
This includes following changes:

f5d8030 wandboard: Pass video kernel arguments for HDMI and LCD
07425b2 wandboard: add Future Eletronics 7" WVGA LCD extension board
f637b1e imx-common/video: add detect_hdmi
fc21589 imx-common: add board_video_skip

Change-Id: I6361b60b8693ca7293fd81cf8f937d380e3bb7b2
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>uboot-imx: Upgrade to 3.10.17-1.0.0 GA for mx6</title>
<updated>2014-04-30T13:11:37+00:00</updated>
<author>
<name>Lauren Post</name>
<email>lauren.post@freescale.com</email>
</author>
<published>2014-04-28T12:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=f9696980930e3d1f1bae3c70b02f8666bc2d1d5c'/>
<id>urn:sha1:f9696980930e3d1f1bae3c70b02f8666bc2d1d5c</id>
<content type='text'>
Change-Id: I0934ac02fcd5317da5e5fb717822a840f037df1d
Signed-off-by: Lauren Post &lt;lauren.post@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx-lib: Update to 3.10.17-1.0.0 version</title>
<updated>2014-04-30T13:11:37+00:00</updated>
<author>
<name>Lauren Post</name>
<email>lauren.post@freescale.com</email>
</author>
<published>2014-04-28T12:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-fsl-arm.git/commit/?id=e835760efe0f18fb646e278b428561a744848999'/>
<id>urn:sha1:e835760efe0f18fb646e278b428561a744848999</id>
<content type='text'>
Change-Id: I2403835a0fcdf73df94cd2fbb99fd58124886b0b
Signed-off-by: Lauren Post &lt;lauren.post@freescale.com&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
</feed>
