<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/misc/imx8, branch v2020.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/misc/imx8?h=v2020.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/misc/imx8?h=v2020.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2019-11-05T09:27:18Z</updated>
<entry>
<title>misc: imx8: scu: simplify code to make it extendable</title>
<updated>2019-11-05T09:27:18Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-09-02T10:20:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=816d093c1a6e3fa3d1b85aa2f9194c233a78f23e'/>
<id>urn:sha1:816d093c1a6e3fa3d1b85aa2f9194c233a78f23e</id>
<content type='text'>
clk and pinctrl will be get(probed) during each device probe,
we don't need to probe them in scu driver. Only need to bind the sub-nodes
(clk and iomuxc) of MU node with their drivers.

So drop the code to probe the clk/pinctrl, and this patch will make it
easy to add more subnodes.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mach-imx: Adding new argument for SIP call interface</title>
<updated>2019-11-03T16:04:16Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2019-10-26T14:24:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=264977d1c2f12c8b7bcb125405a66bb05332d3c5'/>
<id>urn:sha1:264977d1c2f12c8b7bcb125405a66bb05332d3c5</id>
<content type='text'>
Need to pass total 5 arguments for SIP HAB call on i.MX8MQ,
so update the interface to add new argument.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
[agust: fixed imx8m-power-domain build]
Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
Reviewed-by: Patrick Wildt &lt;patrick@blueri.se&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>misc: imx8: add more scfw api</title>
<updated>2019-10-08T14:36:36Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-09-23T10:12:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d81755272c19f0bc47b829deaa752291bcdaba6'/>
<id>urn:sha1:4d81755272c19f0bc47b829deaa752291bcdaba6</id>
<content type='text'>
Add more scfw api for clk/partition/seco usage
The api will be used by ccf/partition/secure boot.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: scu_api: add sc_pm_is_partition_started</title>
<updated>2019-10-08T14:35:59Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-08-26T08:12:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8cacd788b40d1cbb80aafe2ee561ac7d74291446'/>
<id>urn:sha1:8cacd788b40d1cbb80aafe2ee561ac7d74291446</id>
<content type='text'>
Add sc_pm_is_partition_started to check whether a partition
has been started. This will be used to detect M4 partition booted up or
not, then we could choose which dtb to use. If M4 is up, we need
use dtb, such as imx8qm-mek-rpmsg.dtb.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: scu_api: add sc_rm_set_master_sid</title>
<updated>2019-10-08T14:35:59Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-08-26T08:12:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=268644735b24b127ad832a18279f63967293c83d'/>
<id>urn:sha1:268644735b24b127ad832a18279f63967293c83d</id>
<content type='text'>
Add sc_rm_set_master_sid to set stream sid of masters to make
sure they could use smmu.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>misc: imx8: add sc_misc_get_temp</title>
<updated>2019-07-19T13:16:54Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-05-05T13:23:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7752a0fef74be1b222caf1d9c5cf07e0e4b6190c'/>
<id>urn:sha1:7752a0fef74be1b222caf1d9c5cf07e0e4b6190c</id>
<content type='text'>
Add sc_misc_get_temp to support get temperature

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8: fuse: fix fuse driver</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Marcel Ziswiler</name>
<email>marcel@ziswiler.com</email>
</author>
<published>2019-05-31T16:00:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74c0f5cd7c9b404d3ae5a2db9af77c94357ef40f'/>
<id>urn:sha1:74c0f5cd7c9b404d3ae5a2db9af77c94357ef40f</id>
<content type='text'>
This fixes the i.MX 8 fuse driver to actually build for i.MX 8QM as
well.

Signed-off-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;
Reviewed-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>misc: imx8: scu: add i.MX8QM support</title>
<updated>2019-04-25T15:03:25Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-03-05T02:32:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=894e02b7b0276af80f52d47cbc6565275262c098'/>
<id>urn:sha1:894e02b7b0276af80f52d47cbc6565275262c098</id>
<content type='text'>
According to IMX8QXP/8QM config option, choose the clk/iomuxc
compatible.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8: fuse: add fuse driver</title>
<updated>2019-04-25T07:03:15Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-04-12T07:54:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90c98a5ad0ed5de95f2cedf4c755804110377007'/>
<id>urn:sha1:90c98a5ad0ed5de95f2cedf4c755804110377007</id>
<content type='text'>
Add fuse write for i.MX8

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8: scu: use dedicated MU for SPL</title>
<updated>2019-01-28T19:35:47Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2018-12-21T06:21:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04b249656ebf311080a8efbbc0022acb38beca13'/>
<id>urn:sha1:04b249656ebf311080a8efbbc0022acb38beca13</id>
<content type='text'>
SPL runs in EL3 mode, except MU0_A, others are not powered on,
and could not be used. However normal U-Boot use MU1_A, so we
could not reuse the one in dts. And we could not replace the one
in dts with MU0_A, because MU0_A is reserved in secure world.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
</feed>
