<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/mx6qarm2.h, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>i.MX6: implement enable_caches()</title>
<updated>2012-04-16T12:53:58+00:00</updated>
<author>
<name>Eric Nelson</name>
<email>eric.nelson@boundarydevices.com</email>
</author>
<published>2012-03-04T11:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d422fe2dce90d1052c9ab133fe0059ff2e92394'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>i.mx6q: configs: Add fdt_high and initrd_high variables</title>
<updated>2012-02-12T09:11:26+00:00</updated>
<author>
<name>Dirk Behme</name>
<email>dirk.behme@de.bosch.com</email>
</author>
<published>2012-01-12T23:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7e9603e74ef95a0900771d63ba499b3e80300e55'/>
<id>7e9603e74ef95a0900771d63ba499b3e80300e55</id>
<content type='text'>
To be able to load the device tree and initrd correctly, set
the fdt_high and initrd_high environment variables.

Using 0xffffffff implies that the device tree and the initrd
are initially copied to working addresses. This will avoid an
additional copy.

Loading the device tree to 0x30000000 and the initrd to 0x3c000000
should work for both boards, the ARM2 and SabreLite.

Example (SabreLite):

fatload mmc 0:2 0x10000000 uImage
fatload mmc 0:2 0x3c000000 uInitrd
fatload mmc 0:2 0x30000000 board.dtb
bootm 0x10000000 0x3c000000 0x30000000

Note: This requires that the kernel has CONFIG_HIGHMEM enabled.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be able to load the device tree and initrd correctly, set
the fdt_high and initrd_high environment variables.

Using 0xffffffff implies that the device tree and the initrd
are initially copied to working addresses. This will avoid an
additional copy.

Loading the device tree to 0x30000000 and the initrd to 0x3c000000
should work for both boards, the ARM2 and SabreLite.

Example (SabreLite):

fatload mmc 0:2 0x10000000 uImage
fatload mmc 0:2 0x3c000000 uInitrd
fatload mmc 0:2 0x30000000 board.dtb
bootm 0x10000000 0x3c000000 0x30000000

Note: This requires that the kernel has CONFIG_HIGHMEM enabled.

Signed-off-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
CC: Jason Liu &lt;jason.hui@linaro.org&gt;
CC: Stefano Babic &lt;sbabic@denx.de&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>i.mx6q: arm2: Add the enet function support</title>
<updated>2012-01-16T07:40:08+00:00</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2011-12-16T05:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=473c63592ea8cbcb5b57452e9857d961bb433cae'/>
<id>473c63592ea8cbcb5b57452e9857d961bb433cae</id>
<content type='text'>
This enable the network function on the i.mx6q armadillo2
board(arm2), thus we can use tftp to load image from network.

Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enable the network function on the i.mx6q armadillo2
board(arm2), thus we can use tftp to load image from network.

Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board</title>
<updated>2011-12-09T16:30:10+00:00</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2011-11-25T00:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=76d7f574498706cfe5e7f4a309bd9b35418a44f4'/>
<id>76d7f574498706cfe5e7f4a309bd9b35418a44f4</id>
<content type='text'>
Add the initial support for Freescale i.MX6Q Armadillo2 board
Support: MMC boot from slot 0/1, debug UART(UART4), usdhc.

There is two MMC slots on the boards:
mmc dev 0 -&gt; connect USDHC3 -&gt; the lower slot on the board,
mmc dev 1 -&gt; connect USDHC4 -&gt; the upper slot on the board,

Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the initial support for Freescale i.MX6Q Armadillo2 board
Support: MMC boot from slot 0/1, debug UART(UART4), usdhc.

There is two MMC slots on the boards:
mmc dev 0 -&gt; connect USDHC3 -&gt; the lower slot on the board,
mmc dev 1 -&gt; connect USDHC4 -&gt; the upper slot on the board,

Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
