<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/freescale/mx53smd, branch v2012.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx53smd?h=v2012.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/freescale/mx53smd?h=v2012.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-04-16T12:53:58Z</updated>
<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>mx53smd: 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:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c9d5fd1602273fa412cc356ea26da29f94c7412b'/>
<id>urn:sha1:c9d5fd1602273fa412cc356ea26da29f94c7412b</id>
<content type='text'>
Use gpio_direction_input prior to gpio_get_value.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@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>mx53smd: 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:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3ee3729e95da0f12126fe26c0c05f34405061920'/>
<id>urn:sha1:3ee3729e95da0f12126fe26c0c05f34405061920</id>
<content type='text'>
Configure the pins as GPIO prior to using gpio_get_value.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx53smd: 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:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e'/>
<id>urn:sha1:6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e</id>
<content type='text'>
No board information is passed for MX53SMD, so remove get_board_rev function.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>punt unused clean/distclean targets</title>
<updated>2011-10-15T20:20:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-13T06:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=464c79207c89f247f97b344495924eabb0c9738e'/>
<id>urn:sha1:464c79207c89f247f97b344495924eabb0c9738e</id>
<content type='text'>
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used.  Punt them all.

MAKEALL didn't report any errors related to this that I could see.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>mx53smd: Place machine ID into board config</title>
<updated>2011-09-30T20:01:04Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2011-09-22T08:07:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c4c596fb4653f163eaa704584b02a0adf5df70e8'/>
<id>urn:sha1:c4c596fb4653f163eaa704584b02a0adf5df70e8</id>
<content type='text'>
Let common code set the machine ID.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>MX5: mx53smd: make use of GPIO framework</title>
<updated>2011-09-04T09:36:12Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2011-08-21T08:56:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04e25fd6292966982818de5f98247bec130dd4ec'/>
<id>urn:sha1:04e25fd6292966982818de5f98247bec130dd4ec</id>
<content type='text'>
Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx53: ddr3: Update DD3 initialization</title>
<updated>2011-09-04T09:36:11Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@gmail.com</email>
</author>
<published>2011-08-19T03:28:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9691c5b96d889b1d4c8908c449b47d80699dc915'/>
<id>urn:sha1:9691c5b96d889b1d4c8908c449b47d80699dc915</id>
<content type='text'>
Updated mx53 ddr3 script in order to align with the latest Freescale version from July 8, 2011:
-change ESDREF[REF_SEL]=01 (for 32KHz), from incorrect setting of 00 (64KHz)
-change DDR3 MR0 write to "setmem /32 0x63fd901c = 0x052080b0" from
"0x092080b0". This changes write recovery from 8 clocks to 6 clocks
(in line with ESDCFG1[tWR])

Signed-off-by: Lily Zhang &lt;r58066@freescale.com&gt;
Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>Remove volatile qualifier in get_ram_size() calls</title>
<updated>2011-07-17T15:11:53Z</updated>
<author>
<name>Albert ARIBAUD</name>
<email>albert.u.boot@aribaud.net</email>
</author>
<published>2011-07-03T05:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a55d23ccf6cb90acb9667a46427670add9486aec'/>
<id>urn:sha1:a55d23ccf6cb90acb9667a46427670add9486aec</id>
<content type='text'>
Checkpatch.pl complains about the volatile qualifier in calls to
get_ram_size(). Remove this qualifier in the prototype and in the
calls where it is useless, and leave it only in the function body
where it is needed.

Signed-off-by: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
</content>
</entry>
</feed>
