<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-mx7ulp, branch v2020.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx7ulp?h=v2020.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-mx7ulp?h=v2020.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-01-16T20:02:56Z</updated>
<entry>
<title>mx7ulp: Move SoC base address to a common file</title>
<updated>2020-01-16T20:02:56Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2019-10-23T14:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c27310ac23ce1966f9629d73973c458412a0085'/>
<id>urn:sha1:9c27310ac23ce1966f9629d73973c458412a0085</id>
<content type='text'>
SoC base addresses should better go into a common SoC file instead
of repeating the definition in each board file.

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>mx7ulp: scg: Remove unnused scg_a7_apll_init()</title>
<updated>2019-12-06T11:05:08Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2019-11-05T12:47:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d136eb9bfeca97131aaa6daf214018823e8a3869'/>
<id>urn:sha1:d136eb9bfeca97131aaa6daf214018823e8a3869</id>
<content type='text'>
scg_a7_apll_init() is not called anywhere, so remove such dead code

Signed-off-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>i.MX7ULP: Set A7 core frequency to 500Mhz for B0 chip</title>
<updated>2019-10-08T14:35:16Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2019-07-22T01:25:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df3572e93033d7620767ed6dc9790dceb110636c'/>
<id>urn:sha1:df3572e93033d7620767ed6dc9790dceb110636c</id>
<content type='text'>
The normal target frequency for ULP A7 core is 500Mhz, but now ROM
set the core frequency to 413Mhz. So change it to 500Mhz in u-boot.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>i.MX7ULP: Fix wrong i2c configuration name</title>
<updated>2019-10-08T14:35:16Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2019-07-22T01:24:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=61bf6173cd65f8c937c40759c923ba52ca03374b'/>
<id>urn:sha1:61bf6173cd65f8c937c40759c923ba52ca03374b</id>
<content type='text'>
Wrong I2c driver configuration name is used in codes, so I2c driver is
not built. Correct it.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>i.MX7ULP: Fix PCC register bits mask and offset issue</title>
<updated>2019-10-08T14:35:16Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2019-07-22T01:24:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a0f4f7ee606296ac1090bd358696ee822b67d8cc'/>
<id>urn:sha1:a0f4f7ee606296ac1090bd358696ee822b67d8cc</id>
<content type='text'>
The offset for FRAC and the mask for PCD are not correct.
If we set FRAC, we can't get the right frequency. Fix them
to correct value.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>i.MX7ULP: Fix system reset after a7 rtc alarm expired.</title>
<updated>2019-10-08T14:35:16Z</updated>
<author>
<name>Bai Ping</name>
<email>ping.bai@nxp.com</email>
</author>
<published>2019-07-22T01:24:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7777406a8a023bdfe18d106138c61eeaa15dd5b4'/>
<id>urn:sha1:7777406a8a023bdfe18d106138c61eeaa15dd5b4</id>
<content type='text'>
The board will reboot if A7 core enter mem mode by rtc, then M4 core
enter VLLS mode after the RTC alarm expired. Enable the dumb PMIC mode
to fix this issue.
Since i.MX7ULP B0 moves the SNVS LP into M4 domain, A core can't access
it. So check the CPU rev and not apply the settings for B0.

Signed-off-by: Bai Ping &lt;ping.bai@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: i.MX7ULP: add get_boot_device</title>
<updated>2019-10-08T14:35:16Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-07-22T01:24:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e92fca66a3966c54d86977539fabe57596b62d76'/>
<id>urn:sha1:e92fca66a3966c54d86977539fabe57596b62d76</id>
<content type='text'>
Add get_boot_device for i.MX7ULP

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Tested-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx: define ARCH_MXC for i.MX8/8M/7ULP</title>
<updated>2019-06-11T08:43:00Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2019-05-09T08:33:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=16529ff255a37df29133ebffc62e59793cbf6d86'/>
<id>urn:sha1:16529ff255a37df29133ebffc62e59793cbf6d86</id>
<content type='text'>
Without this definition, fsl_esdhc will access reserved registers
on i.MX chips, so define ARCH_MXC to fix it.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx7ulp: Add common plugin codes for mx7ulp</title>
<updated>2019-06-11T08:42:48Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2019-05-16T03:18:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=15bae9a86d16b1e35a71bb745e5b91d8de0dfd34'/>
<id>urn:sha1:15bae9a86d16b1e35a71bb745e5b91d8de0dfd34</id>
<content type='text'>
Add common plugin codes to call ROM's hwcnfg_setup and generate IVT2
header.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx_lpi2c: Update lpi2c driver to support imx8</title>
<updated>2018-07-12T09:08:41Z</updated>
<author>
<name>Ye Li</name>
<email>ye.li@nxp.com</email>
</author>
<published>2018-07-08T03:46:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b2ebcc06048cf49c2f8a8d152177ed1a8363878'/>
<id>urn:sha1:9b2ebcc06048cf49c2f8a8d152177ed1a8363878</id>
<content type='text'>
Add compatible string for i.MX8 and move imx_lpi2c.h from mx7ulp directory
to u-boot include directory as a common header file.

Signed-off-by: Ye Li &lt;ye.li@nxp.com&gt;
Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
</feed>
