<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale/mx53evk, branch v2012.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx53evk?h=v2012.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx53evk?h=v2012.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-09-01T12:58:30Z</updated>
<entry>
<title>fsl_esdhc: Remove cache snooping for i.MX</title>
<updated>2012-09-01T12:58:30Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2012-08-13T07:28:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=16e43f354dfbec24e6151338fa199cf5bb551648'/>
<id>urn:sha1:16e43f354dfbec24e6151338fa199cf5bb551648</id>
<content type='text'>
The cache snooping feature of Freescale's eSDHC IP is not available on i.MX, so
disable it globally for this architecture. This avoids setting no_snoop for all
i.MX boards, and it prevents setting a reserved bit of a reserved register if
fsl_esdhc_mmc_init() is used on i.MX, like in
arch/arm/cpu/armv7/imx-common/cpu.c/cpu_mmc_init().

Since no_snoop was only used on i.MX, get rid of it BTW.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Cc: Andy Fleming &lt;afleming@gmail.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx5:Use IMX_GPIO_NR macro</title>
<updated>2012-09-01T12:58:30Z</updated>
<author>
<name>Ashok Kumar Reddy</name>
<email>ashokkourla2000@gmail.com</email>
</author>
<published>2012-08-28T02:09:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=925507088b756e1a1edf629946627ad7d3412315'/>
<id>urn:sha1:925507088b756e1a1edf629946627ad7d3412315</id>
<content type='text'>
Signed-off-by: Ashok Kumar Reddy &lt;ashokkourla2000@gmail.com&gt;
</content>
</entry>
<entry>
<title>mx53evk: add boot_mode support</title>
<updated>2012-09-01T12:58:26Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-08-15T10:31:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0aff384b1480c4adf0ba4d3676b213b0ef57ba76'/>
<id>urn:sha1:0aff384b1480c4adf0ba4d3676b213b0ef57ba76</id>
<content type='text'>
This allows a watchdog reset to start the ROM's
usb/serial downloader, or boot from an sdcard.

Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
</content>
</entry>
<entry>
<title>mx53evk: Remove unused SOBJS</title>
<updated>2012-07-07T12:07:26Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-05-29T07:39:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4896cd618aaaa63e05c33266997c5b720484305'/>
<id>urn:sha1:b4896cd618aaaa63e05c33266997c5b720484305</id>
<content type='text'>
There is no .S file in this directory, so just remove SOBJS.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>MX53: DDR: Fix ZQHWCTRL field TZQ_CS</title>
<updated>2012-04-16T12:53:58Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2012-03-22T12:00:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=148241053123f3c2388d755807438fbe44dd2139'/>
<id>urn:sha1:148241053123f3c2388d755807438fbe44dd2139</id>
<content type='text'>
Currently, board files are setting this field to 0x01
which the manual says is a reserved value. Change to
use the default of 0x02 - 128 cycles.

Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx53evk: Use gpio_direction_input prior to gpio_get_value</title>
<updated>2012-02-27T20:19:24Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2012-02-08T02:34:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d1267d623df5f89e06ded4662aff866e1537004'/>
<id>urn:sha1:7d1267d623df5f89e06ded4662aff866e1537004</id>
<content type='text'>
Use gpio_direction_input prior to gpio_get_value.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>mmc: Change board_mmc_getcd() function prototype.</title>
<updated>2012-01-09T03:28:27Z</updated>
<author>
<name>Thierry Reding</name>
<email>thierry.reding@avionic-design.de</email>
</author>
<published>2012-01-02T01:15:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=314284b1567f1ce29c19060641e7f213146f7ab8'/>
<id>urn:sha1:314284b1567f1ce29c19060641e7f213146f7ab8</id>
<content type='text'>
The new API no longer uses the extra cd parameter that was used to store
the card presence state. Instead, this information is returned via the
function's return value. board_mmc_getcd() returns -1 to indicate that
no card-detection mechanism is implemented; 0 indicates that no card is
present and 1 is returned if it was detected that a card is present.

The rationale for this change can be found in the following email
thread:

	http://lists.denx.de/pipermail/u-boot/2011-November/110180.html

In summary, the old API was not consistent with the rest of the MMC API
which always passes a struct mmc as the first parameter. Furthermore the
cd parameter was used to mean "card absence" in some implementations and
"card presence" in others.

Signed-off-by: Thierry Reding &lt;thierry.reding@avionic-design.de&gt;
Tested-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>mx53evk: Configure the pins as GPIOs prior to using gpio_get_value</title>
<updated>2011-12-06T22:59:39Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-11-15T05:51:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a146dca5c2c422309669c99f04eca90ad810e264'/>
<id>urn:sha1:a146dca5c2c422309669c99f04eca90ad810e264</id>
<content type='text'>
Configure the pins as GPIO prior to using gpio_get_value.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
</entry>
<entry>
<title>mx53evk: Remove unused get_board_rev function</title>
<updated>2011-11-04T21:06:37Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2011-10-27T01:29:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=850f4d67733dc0f58ddf15cb59cded81aa874b78'/>
<id>urn:sha1:850f4d67733dc0f58ddf15cb59cded81aa874b78</id>
<content type='text'>
No board information is passed for MX53EVK, so remove get_board_rev function.

Cc: Jason Liu &lt;r64343@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
</entry>
<entry>
<title>MX5: mx53evk: use new pmic driver</title>
<updated>2011-10-27T19:56:32Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-10-08T09:00:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bba1b6cf15d9571e55f34a4af09c2639fd05b6dc'/>
<id>urn:sha1:bba1b6cf15d9571e55f34a4af09c2639fd05b6dc</id>
<content type='text'>
Switch to new pmic generic driver.

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