<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/renesas, 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-29T11:02:30Z</updated>
<entry>
<title>rcar_get3: drivers: ddr: Partly unify register macros between DDR A and B</title>
<updated>2019-08-29T11:02:30Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-08-07T16:19:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=f12039be9532f4ff1e9bc01feda61e9b3bb31667'/>
<id>urn:sha1:f12039be9532f4ff1e9bc01feda61e9b3bb31667</id>
<content type='text'>
The ddr_a and ddr_b register macros are the same for the most part,
unify them into a single header.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: I8f55d6d779837215339ac0010e8c8ab5f6748d75
</content>
</entry>
<entry>
<title>rcar_get3: drivers: ddr: Clean up common code</title>
<updated>2019-08-29T11:02:30Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-08-07T16:05:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=40c711a3608e5529bb212c97afc24caebc7fe2ac'/>
<id>urn:sha1:40c711a3608e5529bb212c97afc24caebc7fe2ac</id>
<content type='text'>
Do minor coding style changes to the common DDR init code to make it
checkpatch compliant and move macros out into rcar_def.h.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: I67eadf8099e4ff8702105c9e07b13f308d9dbe3d
</content>
</entry>
<entry>
<title>rcar_gen3: plat: Rename RCAR_PRODUCT_* to PRR_PRODUCT_*</title>
<updated>2019-08-16T13:15:12Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-08-06T17:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=df51d8fe7e26405db64be686c58da9292e1d4f4c'/>
<id>urn:sha1:df51d8fe7e26405db64be686c58da9292e1d4f4c</id>
<content type='text'>
Rename RCAR_PRODUCT_* to PRR_PRODUCT_* and drop the duplicate
RCAR_PRODUCT_* macro.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: I6b2789790b85edb79c026f0860d70f323d113d96
</content>
</entry>
<entry>
<title>rcar_gen3: plat: Factor out PRR_ macros into rcar_def.h</title>
<updated>2019-08-16T13:13:23Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-08-06T16:58:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=7c103d608d12c11a6657ac9558c7367c45429c6c'/>
<id>urn:sha1:7c103d608d12c11a6657ac9558c7367c45429c6c</id>
<content type='text'>
Pull out the PRR_* macros into rcar_def.h and remove multiple copies of
it. Now that there are still RCAR_* macros in rcar_def.h too and they
have the exact same meaning as the PRR_* macros, but that's for another
patch.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: Icb7f61b971b1a23102bd1b9f58cda580660a55fc
</content>
</entry>
<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 "jc/shift-overflow" into integration</title>
<updated>2019-07-16T10:11:27Z</updated>
<author>
<name>Soby Mathew</name>
</author>
<published>2019-07-16T10:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=d0d0f171643a22bbc3d06f5b6dde40cc1d9d5d11'/>
<id>urn:sha1:d0d0f171643a22bbc3d06f5b6dde40cc1d9d5d11</id>
<content type='text'>
* changes:
  Enable -Wshift-overflow=2 to check for undefined shift behavior
  Update base code to not rely on undefined overflow behaviour
  Update hisilicon drivers to not rely on undefined overflow behaviour
  Update synopsys drivers to not rely on undefined overflow behaviour
  Update imx platform to not rely on undefined overflow behaviour
  Update mediatek platform to not rely on undefined overflow behaviour
  Update layerscape platform to not rely on undefined overflow behaviour
  Update intel platform to not rely on undefined overflow behaviour
  Update rockchip platform to not rely on undefined overflow behaviour
  Update renesas platform to not rely on undefined overflow behaviour
  Update meson platform to not rely on undefined overflow behaviour
  Update marvell platform to not rely on undefined overflow behaviour
</content>
</entry>
<entry>
<title>rcar_gen3: plat: Update IPL and Secure Monitor Rev2.0.4</title>
<updated>2019-07-12T10:11:38Z</updated>
<author>
<name>Toshiyuki Ogasahara</name>
</author>
<published>2019-05-20T02:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=363fb55a91d9e5abaf0678f488555949c80e5322'/>
<id>urn:sha1:363fb55a91d9e5abaf0678f488555949c80e5322</id>
<content type='text'>
Update the revision number in the revision management file.

Signed-off-by: Toshiyuki Ogasahara &lt;toshiyuki.ogasahara.bo@hitachi.com&gt;
Signed-off-by: Yoshifumi Hosoya &lt;yoshifumi.hosoya.wj@renesas.com&gt;
Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: I94acd1bb53d9d2453e550e2a13b6391b9088ff8d
</content>
</entry>
<entry>
<title>Update renesas platform to not rely on undefined overflow behaviour</title>
<updated>2019-07-11T11:10:58Z</updated>
<author>
<name>Justin Chadwell</name>
</author>
<published>2019-07-03T13:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=673406b50841ca45b3f041283a0d5f750611470e'/>
<id>urn:sha1:673406b50841ca45b3f041283a0d5f750611470e</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: I51278beacbe6da79853c3f0f0f94cd806fc9652c
Signed-off-by: Justin Chadwell &lt;justin.chadwell@arm.com&gt;
</content>
</entry>
<entry>
<title>rcar_gen3: drivers: pfc: Move PFC drivers out of staging</title>
<updated>2019-06-22T15:33:10Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-17T17:29:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=2a690b6dbd3982104eabfb9639567bdf3bacc7bb'/>
<id>urn:sha1:2a690b6dbd3982104eabfb9639567bdf3bacc7bb</id>
<content type='text'>
Now that PFC drivers are cleaned up , move them out of staging.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: Ie594b53558c2bfb8e5d88e5b0354752c17a2487e
</content>
</entry>
<entry>
<title>rcar_gen3: drivers: qos: Move QoS drivers out of staging</title>
<updated>2019-06-17T13:13:22Z</updated>
<author>
<name>Marek Vasut</name>
</author>
<published>2019-06-15T13:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=c67703ebaa9dc531da353f9f7e3e4290bd66861a'/>
<id>urn:sha1:c67703ebaa9dc531da353f9f7e3e4290bd66861a</id>
<content type='text'>
Now that QoS drivers are cleaned up , move them out of staging.

Signed-off-by: Marek Vasut &lt;marek.vasut+renesas@gmail.com&gt;
Change-Id: If61ab2157c30b8f5a6b91d2c56ddbb9098ef99e8
</content>
</entry>
</feed>
