<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/imx, branch master</title>
<subtitle>Broadcom-s Trusted Firmware A</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/atf/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/atf/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/'/>
<updated>2019-08-01T20:14:12Z</updated>
<entry>
<title>Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__</title>
<updated>2019-08-01T20:14:12Z</updated>
<author>
<name>Julius Werner</name>
</author>
<published>2019-07-09T20:49:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d5dfdeb65ff5b7f24dded201d2945c7b74565ce8'/>
<id>urn:sha1:d5dfdeb65ff5b7f24dded201d2945c7b74565ce8</id>
<content type='text'>
NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.

All common C compilers predefine a macro called __ASSEMBLER__ when
preprocessing a .S file. There is no reason for TF-A to define it's own
__ASSEMBLY__ macro for this purpose instead. To unify code with the
export headers (which use __ASSEMBLER__ to avoid one extra dependency),
let's deprecate __ASSEMBLY__ and switch the code base over to the
predefined standard.

Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417
Signed-off-by: Julius Werner &lt;jwerner@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge changes from topic "jun-add-imx7-pico" into integration</title>
<updated>2019-07-26T09:25:54Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-07-26T09:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=df7a906f8803640b23294a4e41ef177a1e6607b3'/>
<id>urn:sha1:df7a906f8803640b23294a4e41ef177a1e6607b3</id>
<content type='text'>
* changes:
  plat: imx7: Add PicoPi iMX7D basic support
  plat: imx7: refactor code for reuse
</content>
</entry>
<entry>
<title>plat: imx8m: Add basic rdc module init driver</title>
<updated>2019-07-24T01:03:03Z</updated>
<author>
<name>Jacky Bai</name>
</author>
<published>2019-07-18T05:43:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=3d660799b4433692a1f04fbdd198f3b1a59c7952'/>
<id>urn:sha1:3d660799b4433692a1f04fbdd198f3b1a59c7952</id>
<content type='text'>
Add the basic support for RDC init/config driver,
this module driver can be enhanced more if necessary.

Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;
Change-Id: I290dc378d0d85671435f9de46d5aa790b4e006c8
</content>
</entry>
<entry>
<title>plat: imx7: Add PicoPi iMX7D basic support</title>
<updated>2019-07-17T08:03:20Z</updated>
<author>
<name>Jun Nie</name>
</author>
<published>2019-06-13T03:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=936072edbb29ac77be94ee182ed7c5c3581b11b1'/>
<id>urn:sha1:936072edbb29ac77be94ee182ed7c5c3581b11b1</id>
<content type='text'>
The PicoPi iMX7D is a 2 board development board consisting of
a System-on-Module and a carrier baseboard and optimized for
the Internet-of-Things (IoT).

This patch add basic support to this board.

Signed-off-by: Jun Nie &lt;jun.nie@linaro.org&gt;
Reviewed-by: Louis Mayencourt &lt;louis.mayencourt@arm.com&gt;
Change-Id: I009d85819c4f73b7063aab73d0f6ee74e6ef3fc4
</content>
</entry>
<entry>
<title>plat: imx7: refactor code for reuse</title>
<updated>2019-07-17T08:03:20Z</updated>
<author>
<name>Jun Nie</name>
</author>
<published>2019-06-13T03:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=c5937f2d1d3ce4c24026d77d57f2fe80414a787f'/>
<id>urn:sha1:c5937f2d1d3ce4c24026d77d57f2fe80414a787f</id>
<content type='text'>
For the iMX7 SOCs, part of the code for platform
setup implementation can be reused and made
common for all these SoCs. This patch extracts
the common part for reuse.

Signed-off-by: Jun Nie &lt;jun.nie@linaro.org&gt;
Change-Id: I42fd4167e6903416df96a0159a046abf3896e878
</content>
</entry>
<entry>
<title>Update imx platform to not rely on undefined overflow behaviour</title>
<updated>2019-07-12T08:12:19Z</updated>
<author>
<name>Justin Chadwell</name>
</author>
<published>2019-07-03T13:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=dc5baeb3c2d519cc2d9f964dad5f3be1984fb2c2'/>
<id>urn:sha1:dc5baeb3c2d519cc2d9f964dad5f3be1984fb2c2</id>
<content type='text'>
This consists of ensuring that the left operand of each shift is
unsigned when the operation might overflow into the sign bit.

Change-Id: Ia0a10b4a30e63c0cbf1d0f8dfe5768e0a93ae1c7
Signed-off-by: Justin Chadwell &lt;justin.chadwell@arm.com&gt;
</content>
</entry>
<entry>
<title>plat: imx8m: Add caam module init on imx8m</title>
<updated>2019-07-04T11:59:43Z</updated>
<author>
<name>Jacky Bai</name>
</author>
<published>2019-06-12T09:41:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2502709f60de5b182cf5bf25cad14953be650883'/>
<id>urn:sha1:2502709f60de5b182cf5bf25cad14953be650883</id>
<content type='text'>
CAAM module must be initialized in secure world
before it can be used in non-secure world.

Change-Id: I042893667ddef99d8b6fc3902847d516d8591996
Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge changes from topic "banned_api_list" into integration</title>
<updated>2019-07-01T13:21:23Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-07-01T13:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0d220b3519264f6a25139ce734dc8b6d1cc4428f'/>
<id>urn:sha1:0d220b3519264f6a25139ce734dc8b6d1cc4428f</id>
<content type='text'>
* changes:
  Fix the License header template in imx_aipstz.c
  docs: Add the list of banned/use with caution APIs
</content>
</entry>
<entry>
<title>Fix the License header template in imx_aipstz.c</title>
<updated>2019-07-01T13:16:27Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-06-20T12:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2aca35fd9b37f6c2482f8d807267400d18d17830'/>
<id>urn:sha1:2aca35fd9b37f6c2482f8d807267400d18d17830</id>
<content type='text'>
Signed-off-by: Soby Mathew &lt;soby.mathew@arm.com&gt;
Change-Id: I2281b3c1b8a0f2caa751c746b7835f998183e0af
</content>
</entry>
<entry>
<title>warp7: remove old console from makefile</title>
<updated>2019-06-28T09:52:48Z</updated>
<author>
<name>Ambroise Vincent</name>
</author>
<published>2019-05-29T13:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0821731ac3a3e11241abc0bdf349f501d832ab88'/>
<id>urn:sha1:0821731ac3a3e11241abc0bdf349f501d832ab88</id>
<content type='text'>
Change-Id: I87818b220568cc34838726b32ddf29ee6cf31ed7
Signed-off-by: Ambroise Vincent &lt;ambroise.vincent@arm.com&gt;
</content>
</entry>
</feed>
