<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/drivers/arm/css, 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>drivers: scmi: scmi_sq: Modify wrong payload length</title>
<updated>2019-05-23T05:41:35Z</updated>
<author>
<name>Masahisa Kojima</name>
</author>
<published>2019-05-23T05:41:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=292bc551930f3472cce0930f392a6aeeca5eeb88'/>
<id>urn:sha1:292bc551930f3472cce0930f392a6aeeca5eeb88</id>
<content type='text'>
Payload length of the get dram mapping information message is 0.
The mbx_mem-&gt;len parameter should be 4, it only contains
message header.

Fixes: b67d202 ("plat/synquacer: enable SCMI support")
Signed-off-by: Masahisa Kojima &lt;masahisa.kojima@linaro.org&gt;
Change-Id: If1cd4c855da2dc5dc4b6da3bea152b8441971de7
</content>
</entry>
<entry>
<title>Remove several warnings reported with W=2</title>
<updated>2019-04-01T09:43:42Z</updated>
<author>
<name>Ambroise Vincent</name>
</author>
<published>2019-02-14T09:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=bde2836fcc23e8cb98dfa0250937e6d771b260b7'/>
<id>urn:sha1:bde2836fcc23e8cb98dfa0250937e6d771b260b7</id>
<content type='text'>
Improved support for W=2 compilation flag by solving some nested-extern
and sign-compare warnings.

The libraries are compiling with warnings (which turn into errors with
the Werror flag).

Outside of libraries, some warnings cannot be fixed.

Change-Id: I06b1923857f2a6a50e93d62d0274915b268cef05
Signed-off-by: Ambroise Vincent &lt;ambroise.vincent@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/synquacer: enable SCMI support</title>
<updated>2019-03-13T00:54:15Z</updated>
<author>
<name>Masahisa Kojima</name>
</author>
<published>2019-03-07T01:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=b67d20297fd67d29931283c6a01e4aab7898d570'/>
<id>urn:sha1:b67d20297fd67d29931283c6a01e4aab7898d570</id>
<content type='text'>
Enable the SCMI protocol support in SynQuacer platform.
Aside from power domain, system power and apcore management protocol,
this commit adds the vendor specific protocol(0x80).
This vendor specific protocol is used to get the dram mapping information
from SCP.

Signed-off-by: Masahisa Kojima &lt;masahisa.kojima@linaro.org&gt;
</content>
</entry>
<entry>
<title>Minor changes to documentation and comments</title>
<updated>2019-02-28T13:35:21Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-02-28T13:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=73308618fee8afc4518c592956b31864e57e48e7'/>
<id>urn:sha1:73308618fee8afc4518c592956b31864e57e48e7</id>
<content type='text'>
Fix some typos and clarify some sentences.

Change-Id: Id276d1ced9a991b4eddc5c47ad9a825e6b29ef74
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/arm: sds: Move to drivers/ folder</title>
<updated>2019-01-25T16:04:11Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-01-23T19:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=5932d194d7de355616de46adea8248224190b63e'/>
<id>urn:sha1:5932d194d7de355616de46adea8248224190b63e</id>
<content type='text'>
Change-Id: Ia601d5ad65ab199e747fb60af4979b7db477d249
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/arm: scp: Move to drivers/ folder</title>
<updated>2019-01-25T16:04:11Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-01-23T18:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2d4135e08fb11989a4bbd6ebf9f3c1b324493237'/>
<id>urn:sha1:2d4135e08fb11989a4bbd6ebf9f3c1b324493237</id>
<content type='text'>
Change-Id: Ida5dae39478654405d0ee31a6cbddb4579e76a7f
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/arm: scpi: Move to drivers/ folder</title>
<updated>2019-01-25T16:04:11Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-01-25T14:23:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=0387aa42ac2f0a6b3c294917d7b37545e13a2e5f'/>
<id>urn:sha1:0387aa42ac2f0a6b3c294917d7b37545e13a2e5f</id>
<content type='text'>
Change-Id: Icc59cdaf2b56f6936e9847f1894594c671db2e94
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/arm: mhu: Move to drivers/ folder</title>
<updated>2019-01-25T16:04:11Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-01-23T21:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=c411396e5547ab591cab0165e20458c0424fcc79'/>
<id>urn:sha1:c411396e5547ab591cab0165e20458c0424fcc79</id>
<content type='text'>
Change-Id: I656753a1825ea7340a3708b950fa6b57455e9056
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
<entry>
<title>plat/arm: scmi: Move to drivers/ folder</title>
<updated>2019-01-25T16:04:11Z</updated>
<author>
<name>Antonio Nino Diaz</name>
</author>
<published>2019-01-23T20:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=14928b88ab9f16aebd492f4d71779fd6f5ac91b2'/>
<id>urn:sha1:14928b88ab9f16aebd492f4d71779fd6f5ac91b2</id>
<content type='text'>
Change-Id: I8989d2aa0258bf3b50a856c5b81532d578600124
Signed-off-by: Antonio Nino Diaz &lt;antonio.ninodiaz@arm.com&gt;
</content>
</entry>
</feed>
