<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu/armv7/mx6, branch v2012.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/armv7/mx6?h=v2012.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu/armv7/mx6?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-07-07T12:07:44Z</updated>
<entry>
<title>No need to define CONFIG_ARCH_CPU_INIT.</title>
<updated>2012-07-07T12:07:44Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-03-01T04:02:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5427d29c26bd980c37e449687fa8456598a57c91'/>
<id>urn:sha1:5427d29c26bd980c37e449687fa8456598a57c91</id>
<content type='text'>
All mx6 based boards should use arch_cpu_init().

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX6: add enable_sata_clock()</title>
<updated>2012-05-15T06:31:33Z</updated>
<author>
<name>Eric Nelson</name>
<email>eric.nelson@boundarydevices.com</email>
</author>
<published>2012-03-27T09:52:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64e7cdb5e8fe082b0afd4438a58c4d8a70a1a3d6'/>
<id>urn:sha1:64e7cdb5e8fe082b0afd4438a58c4d8a70a1a3d6</id>
<content type='text'>
Signed-off-by: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>i.MX6: Add ANATOP regulator init</title>
<updated>2012-05-15T06:31:33Z</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@de.bosch.com</email>
</author>
<published>2012-05-02T02:12:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cac833a98cf7e111bd07b15fe59ef85fca1c46e7'/>
<id>urn:sha1:cac833a98cf7e111bd07b15fe59ef85fca1c46e7</id>
<content type='text'>
Init the core regulator voltage to 1.2V. This is required for the correct
functioning of the GPU and when the ARM LDO is set to 1.225V. This is a
workaround to fix some memory clock jitter.

Note: This should be but can't be done in the DCD. The bootloader
      prevents access to the ANATOP registers.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
CC: Jason Chen &lt;b02280@freescale.com&gt;
CC: Jason Liu &lt;r64343@freescale.com&gt;
CC: Ranjani Vaidyanathan &lt;ra5478@freescale.com&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Fabio Estevam &lt;festevam@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx-common: Factor out get_ahb_clk()</title>
<updated>2012-05-15T06:31:32Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2012-04-29T08:11:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6a376046ef3b2417cf9fbfbfad300fa6f026c816'/>
<id>urn:sha1:6a376046ef3b2417cf9fbfbfad300fa6f026c816</id>
<content type='text'>
get_ahb_clk() is a common function between mx5 and mx6.

Place it into imx-common directory.

Cc: Dirk Behme &lt;dirk.behme@googlemail.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>armv7: add appropriate headers for assembly functions</title>
<updated>2012-05-15T06:31:26Z</updated>
<author>
<name>Aneesh V</name>
<email>aneesh@ti.com</email>
</author>
<published>2012-03-08T07:20:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=74236acacc27168102b2e3fbcac3a80e5ed82fe4'/>
<id>urn:sha1:74236acacc27168102b2e3fbcac3a80e5ed82fe4</id>
<content type='text'>
Use ENTRY and ENDPROC with assembly functions to ensure
necessary assembler directives for all functions.

Signed-off-by: Aneesh V &lt;aneesh@ti.com&gt;
Acked-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>i.MX6: implement enable_caches()</title>
<updated>2012-04-16T12:53:58Z</updated>
<author>
<name>Eric Nelson</name>
<email>eric.nelson@boundarydevices.com</email>
</author>
<published>2012-03-04T11:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d422fe2dce90d1052c9ab133fe0059ff2e92394'/>
<id>urn:sha1:4d422fe2dce90d1052c9ab133fe0059ff2e92394</id>
<content type='text'>
disabled by default until drivers are fixed

Signed-off-by: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>mx6: Read silicon revision from register</title>
<updated>2012-03-27T07:41:16Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-03-20T04:21:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a7683867463481bfea84af4d60af832ddfb3da7f'/>
<id>urn:sha1:a7683867463481bfea84af4d60af832ddfb3da7f</id>
<content type='text'>
Instead of hardcoding the mx6 silicon revision, read it in run-time.

Also, besides the silicon version print the mx6 variant type: quad,dual/solo
or solo-lite.

Tested on a mx6qsabrelite, where it shows:

CPU:   Freescale i.MX6Q rev1.0 at 792 MHz

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>usb/ehci: Add USB support for the MX6Q</title>
<updated>2012-03-26T21:09:23Z</updated>
<author>
<name>Wolfgang Grandegger</name>
<email>wg@denx.de</email>
</author>
<published>2012-02-08T22:33:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f467529cad0789b6dcc44f5ebc595c3e47341ce'/>
<id>urn:sha1:3f467529cad0789b6dcc44f5ebc595c3e47341ce</id>
<content type='text'>
Currently, only USB Host 1 is supported.

Cc: Remy Bohmer &lt;linux@bohmer.net&gt;
Signed-off-by: Wolfgang Grandegger &lt;wg@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: mx6q: add aipstz init for off platform periph</title>
<updated>2012-01-16T07:40:10Z</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2012-01-10T00:52:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f2f7745825ee5f6bae5b480c8e9c6641a7ffa73b'/>
<id>urn:sha1:f2f7745825ee5f6bae5b480c8e9c6641a7ffa73b</id>
<content type='text'>
Init peripheral access control register of AIPSTZ OPACRx:

Buffer Writes(BW):      0 -&gt; not bufferable,
Supervisor Protect(SP): 0 -&gt; not require supervisor privilege level for accesses.
Write Protect(WP):      0 -&gt; allows write accesses.
Trusted Protect(TP):    0 -&gt; allows unstrusted master

Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
<entry>
<title>i.mx6:imx6q: allign MAC address with burned-in ordering</title>
<updated>2012-01-16T07:40:09Z</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2011-12-19T02:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd2e27c043ca8c4791b340e2377ddeda545330c4'/>
<id>urn:sha1:bd2e27c043ca8c4791b340e2377ddeda545330c4</id>
<content type='text'>
For the i.mx6q, the burned-in MAC address will be the following odering,

fuse: 0x620[7:0]   MAC_ADDR[7:0]     ---&gt; mac[5]
fuse: 0x620[15:8]  MAC_ADDR[15:8]    ---&gt; mac[4]
fuse: 0x620[23:16] MAC_ADDR[23:16]   ---&gt; mac[3]
fuse: 0x620[31:24] MAC_ADDR[31:24]   ---&gt; mac[2]
fuse: 0x630[7:0]   MAC_ADDR[39:32]   ---&gt; mac[1]
fuse: 0x630[15:8]  MAC_ADDR[47:40]   ---&gt; mac[0]

This patch also fix the error caculation for the fuse bank[0] address

Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
