<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/imx-common/cpu.c, branch v2016.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/imx-common/cpu.c?h=v2016.09</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/imx-common/cpu.c?h=v2016.09'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-05-17T15:52:20Z</updated>
<entry>
<title>imx: imx-common: print i.MX 7 SoC names consistently</title>
<updated>2016-05-17T15:52:20Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan@agner.ch</email>
</author>
<published>2016-05-06T18:21:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=249092fa81f3dd3fee94fd05973833e30405f3c4'/>
<id>urn:sha1:249092fa81f3dd3fee94fd05973833e30405f3c4</id>
<content type='text'>
According to the product website, the full names are i.MX 7Solo
and i.MX 7Dual, whereas the short form is i.MX7S and i.MX7D. Be
consistent and print the short form for both supported i.MX 7 SoCs.

Signed-off-by: Stefan Agner &lt;stefan@agner.ch&gt;
Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
</content>
</entry>
<entry>
<title>mx7: Distinguish between dual and solo versions</title>
<updated>2016-03-09T11:50:39Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2016-02-28T15:33:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e25a0656bac63c5fcd20ef4313dc09c409fc512d'/>
<id>urn:sha1:e25a0656bac63c5fcd20ef4313dc09c409fc512d</id>
<content type='text'>
Read the number of cores in the fuses to distinguish between
the dual and solo versions.

Tested on a mx7d sabresd and on a mx7solo warp7.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx: imx-common: power down lcdif before boot os</title>
<updated>2015-11-12T16:40:54Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-10-29T07:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=623787fd58c2ef2fc5a504eacc99672c464211eb'/>
<id>urn:sha1:623787fd58c2ef2fc5a504eacc99672c464211eb</id>
<content type='text'>
Need to call lcdif_power_down to make lcdif in initial state
before kernel boot. Similar issue for uboot reset with lcdif
enabled, system will hang after serveral times resetting. Need
to let lcdif initial state to make all go well.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx-common: cpu: Do not print on invalid temperature</title>
<updated>2015-09-13T08:50:55Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2015-09-08T17:43:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a384b494c01a5e10895dacfa3fff3b2947f653d'/>
<id>urn:sha1:3a384b494c01a5e10895dacfa3fff3b2947f653d</id>
<content type='text'>
It is not very useful to have the message below on every boot
(especially when we are using early silicon):

U-Boot 2015.10-rc2-23945-g37cf215 (Sep 08 2015 - 14:12:14 -0300)

CPU:   Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU:   Commercial temperature grade (0C to 95C)CPU:   Thermal invalid data, fuse: 0x0
 - invalid sensor device

, so turn the error message into debug level.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: imx7d: add imx-common cpu support for imx7d</title>
<updated>2015-09-13T08:11:54Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-09-02T18:54:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd562c8d07c0684a49edb41eedc207fed7690f56'/>
<id>urn:sha1:cd562c8d07c0684a49edb41eedc207fed7690f56</id>
<content type='text'>
Add imx-common cpu support for imx7d SoC
- Update reset_cause for imx7d
- Enable watchdog driver built for imx7d

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
</content>
</entry>
<entry>
<title>thermal: imx_thermal: rework driver to be reused</title>
<updated>2015-09-13T08:11:53Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-09-02T18:54:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1368f99346b1a6c566095bcb1df662cdbdb129b3'/>
<id>urn:sha1:1368f99346b1a6c566095bcb1df662cdbdb129b3</id>
<content type='text'>
Rework imx_thermal driver to be used across i.MX
processor that support thermal sensor

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: mx6ul: Add i.MX6UL CPU type</title>
<updated>2015-08-02T09:05:06Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-07-20T11:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8631c06e9b8563f8196ba26333c8f3a80bf45517'/>
<id>urn:sha1:8631c06e9b8563f8196ba26333c8f3a80bf45517</id>
<content type='text'>
Add MXC_CPU_MX6UL for i.MX6UL CPU type which is got at runtime from
DIGPROG register. But the value has been occupied by MXC_CPU_MX6D which
is not real id from DIGPROG register, so change i.MX6D to value 0x67 which
was not occupied.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Signed-off-by: Ye.Li &lt;B37916@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: add cpu type for i.MX6QP/DP</title>
<updated>2015-08-02T08:42:48Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-07-11T03:38:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d0acd99334a74b345429ab81b2039e2b4ede7208'/>
<id>urn:sha1:d0acd99334a74b345429ab81b2039e2b4ede7208</id>
<content type='text'>
Add cpu type for i.MX6QP/DP.

This patch also fix is_mx6dqp(), since get_cpu_rev can return MXC_CPU_MX6QP
and MXC_CPU_MX6DP, we should use:
(is_cpu_type(MXC_CPU_MX6QP) || is_cpu_type(MXC_CPU_MX6DP)).

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: drop warning: unused variable 'max_freq'</title>
<updated>2015-06-08T06:55:08Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2015-05-26T17:53:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=943a3f2ccb71bcb4a6041bc2946129c4d4bb197e'/>
<id>urn:sha1:943a3f2ccb71bcb4a6041bc2946129c4d4bb197e</id>
<content type='text'>
max_freq in print_cpuinfo is used only with
imx6.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>Revert "imx: drop warning: unused variable 'max_freq'"</title>
<updated>2015-05-28T10:01:44Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2015-05-28T10:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8649b405c5e53314598c6e50a0e72f2eb481ce37'/>
<id>urn:sha1:8649b405c5e53314598c6e50a0e72f2eb481ce37</id>
<content type='text'>
This reverts commit a0117a5e416629932becf079589f5e1859eab90a.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
