<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/atf/plat/imx/imx8m/include, 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-07-24T01:03:03Z</updated>
<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: 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>plat: imx8m: Add the aipstz init to config peripheral access</title>
<updated>2019-05-21T13:13:29Z</updated>
<author>
<name>Jacky Bai</name>
</author>
<published>2019-05-21T12:24:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=ac166f64e2397f2c12f261e2baf6f63ae89de385'/>
<id>urn:sha1:ac166f64e2397f2c12f261e2baf6f63ae89de385</id>
<content type='text'>
AIPSTZ provide access control for all the peripherals connected
to it. In this patch all the perperals are configured accessible
to all the master. it can be customized based the actual use
case.

Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;
Change-Id: I5ef5baa1da6906f13a60923d27ede336c61e319a
</content>
</entry>
<entry>
<title>plat: imx8m: Add the basic support for imx8mm</title>
<updated>2019-03-13T02:14:59Z</updated>
<author>
<name>Jacky Bai</name>
</author>
<published>2019-03-06T09:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=179f82a2c6d524b0f0b00f5b7e02208b11ef9649'/>
<id>urn:sha1:179f82a2c6d524b0f0b00f5b7e02208b11ef9649</id>
<content type='text'>
The i.MX8M Mini is new SOC of the i.MX8M family. it is
focused on delivering the latest and greatest video and
audio experience combining state-of-the-art media-specific
features with high-performance processing while optimized
for lowest power consumption. The i.MX 8M Mini Media Applications
Processor is  14nm FinFET product of the growing i.MX8M family
targeting the consumer &amp; industrial market. It is built in 14LPP
to achieve both high performance and low power consumption
and relies on a powerful fully coherent core complex based on
a quad Cortex-A53 cluster with video and graphics accelerators

this patch add the basic support for i.MX8MM.

Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;
</content>
</entry>
<entry>
<title>plat: imx8m: refactor the code to make it reusable</title>
<updated>2019-03-12T13:21:03Z</updated>
<author>
<name>Jacky Bai</name>
</author>
<published>2019-03-06T08:58:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=e8837b0aef0cadbe2428af4ee0ec3d2e84387386'/>
<id>urn:sha1:e8837b0aef0cadbe2428af4ee0ec3d2e84387386</id>
<content type='text'>
for the i.MX8M SOCs, part of the code for gpc
and PSCI implementation can be reused and make it
common for all these SoCs. this patch extracts
the common part for reuse.

Signed-off-by: Jacky Bai &lt;ping.bai@nxp.com&gt;
</content>
</entry>
<entry>
<title>plat: imx: Add i.MX8MQ basic support</title>
<updated>2018-12-05T00:58:51Z</updated>
<author>
<name>Bai Ping</name>
</author>
<published>2018-10-27T16:12:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/atf/commit/?id=81136819928e373f7753b88d81fa5c11700b11e1'/>
<id>urn:sha1:81136819928e373f7753b88d81fa5c11700b11e1</id>
<content type='text'>
i.MX8MQ is new SOC of NXP's i.MX8M family based on
A53. It can provide industry-leading audio, voice
and video processing for applications that scale
from consumer home audio to industrial building
automation and mobile computers

this patchset add the basic supoort to boot up
the 4 X A53. more feature will be added later.

Signed-off-by: Bai Ping &lt;ping.bai@nxp.com&gt;
</content>
</entry>
</feed>
