<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs/mx53ard.h, branch v2013.10-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs/mx53ard.h?h=v2013.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs/mx53ard.h?h=v2013.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-07-24T13:44:38Z</updated>
<entry>
<title>Add GPL-2.0+ SPDX-License-Identifier to source files</title>
<updated>2013-07-24T13:44:38Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2013-07-08T07:37:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1a4596601fd395f3afb8f82f3f840c5e00bdd57a'/>
<id>urn:sha1:1a4596601fd395f3afb8f82f3f840c5e00bdd57a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
</content>
</entry>
<entry>
<title>mx53ard: Change default environment to cope with OE changes</title>
<updated>2013-07-12T11:05:42Z</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2013-06-28T21:52:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a3f170cdbf7ae0bd24c94c2f46725699bbd69f05'/>
<id>urn:sha1:a3f170cdbf7ae0bd24c94c2f46725699bbd69f05</id>
<content type='text'>
OpenEmbedded has change partitioning layout of generated image so it
does not raise warnings during the boot regarding unkown partition
being used for U-Boot.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>ARM: imx: Fix incorrect usage of CONFIG_SYS_MMC_ENV_PART</title>
<updated>2013-06-06T13:45:42Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-06-04T15:05:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7fb72c7979dd3e73a8ac75730e5eda5538dce8f2'/>
<id>urn:sha1:7fb72c7979dd3e73a8ac75730e5eda5538dce8f2</id>
<content type='text'>
When running the "save" command several times on a mx6qsabresd we see:

U-Boot &gt; save
Saving Environment to MMC...
Writing to MMC(1)... done
U-Boot &gt; save
Saving Environment to MMC...
MMC partition switch failed
U-Boot &gt; save
Saving Environment to MMC...
Writing to MMC(1)... done
U-Boot &gt; save
Saving Environment to MMC...
MMC partition switch failed
U-Boot &gt; save
Saving Environment to MMC...
Writing to MMC(1)... done
U-Boot &gt; save
Saving Environment to MMC...
MMC partition switch failed

This issue is caused by the incorrect usage of CONFIG_SYS_MMC_ENV_PART.

CONFIG_SYS_MMC_ENV_PART should be used to specify the mmc partition that stores
the environment variables.

On some imx boards it is been incorrectly used to pass the partition of kernel
and dtb files for the 'mmcpart' script variable.

Remove the CONFIG_SYS_MMC_ENV_PART usage and configure the 'mmcpart' variable
directly.

Reported-by: 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>mx53ard: Rework default environment to support FDT, MMC and netboot</title>
<updated>2013-04-26T07:17:12Z</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2013-04-24T11:23:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=547e31d2f4b777ff5647691c4d5e8197cb55149b'/>
<id>urn:sha1:547e31d2f4b777ff5647691c4d5e8197cb55149b</id>
<content type='text'>
This reworks the environment settings to be aligned with the other
i.MX boards. The loadaddr has been changed to allow the Freescale
kernel and mainline kernel to work without environment changes.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Acked-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>mx5: Select CONFIG_REVISION_TAG</title>
<updated>2013-04-25T19:48:21Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2013-04-24T14:44:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd622f239f9145cff1121297d2ac2ebf17d5ec0a'/>
<id>urn:sha1:fd622f239f9145cff1121297d2ac2ebf17d5ec0a</id>
<content type='text'>
FSL 2.6.35 kernel expects that revision tag is passed by the bootloader.

Select CONFIG_REVISION_TAG so that mx53 boards can work properly with 2.6.35.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>imx: mx53ard: Add support for NAND Flash</title>
<updated>2013-04-12T05:55:04Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2013-04-11T09:35:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68fbc0e68604a3e58c6980e3d934e9741e561174'/>
<id>urn:sha1:68fbc0e68604a3e58c6980e3d934e9741e561174</id>
<content type='text'>
Add support for the Samsung K9LAG08U0M NAND Flash (2-GiB MLC NAND Flash, 2-kiB
pages, 256-kiB blocks, 30-ns R/W cycles, 1 CS) on mx53ard.

eNFC_CLK_ROOT is set up with a cycle time of 37.5 ns (400 MHz / 3 / 5) for this
board, which satisfies the 30-ns NF R/W cycle requirement.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Tested-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>configs: Fix usage of mmc rescan</title>
<updated>2012-10-23T15:33:17Z</updated>
<author>
<name>Andrew Bradford</name>
<email>andrew@bradfordembedded.com</email>
</author>
<published>2012-10-01T05:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=669681104daac2bfbdc733d7426b19e358eced8a'/>
<id>urn:sha1:669681104daac2bfbdc733d7426b19e358eced8a</id>
<content type='text'>
Fix usage of 'mmc rescan' by many configs.  Proper use is
'mmc dev ${mmcdev}; mmc rescan' to set the mmc device and then rescan
the device.  'mmc rescan' itself does not take any arguments.

Signed-off-by: Andrew Bradford &lt;andrew@bradfordembedded.com&gt;
</content>
</entry>
<entry>
<title>mx5/6: Define default SoC input clock frequencies</title>
<updated>2012-10-15T18:54:10Z</updated>
<author>
<name>Benoît Thébaudeau</name>
<email>benoit.thebaudeau@advansee.com</email>
</author>
<published>2012-09-27T10:19:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=833b6435de3e8cf5b06ba81cb1b2b50e044269ff'/>
<id>urn:sha1:833b6435de3e8cf5b06ba81cb1b2b50e044269ff</id>
<content type='text'>
Define default SoC input clock frequencies for i.MX5/6 in order to get rid of
duplicated definitions.

Signed-off-by: Benoît Thébaudeau &lt;benoit.thebaudeau@advansee.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Jason Liu &lt;r64343@freescale.com&gt;
Cc: Matt Sealey &lt;matt@genesi-usa.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>ARM: Remove unused stack and irq config defines</title>
<updated>2012-09-01T12:58:22Z</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-07-13T09:44:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d6ba91e793808d1612152e9f9b8c51b3ca6c926'/>
<id>urn:sha1:3d6ba91e793808d1612152e9f9b8c51b3ca6c926</id>
<content type='text'>
CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present
in most ARM board config files.

IRQs are only enabled for 1 config, so remove the unused config options
for IRQ and FIQ stack size as well.

Cc: Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;
Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
</content>
</entry>
<entry>
<title>configs: Remove unused symbol CONFIG_DISCOVER_PHY</title>
<updated>2012-08-09T20:32:05Z</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@freescale.com</email>
</author>
<published>2012-04-13T05:51:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f28e26951a903f495912b89d2563d1b2e41caf76'/>
<id>urn:sha1:f28e26951a903f495912b89d2563d1b2e41caf76</id>
<content type='text'>
CONFIG_DISCOVER_PHY is not used anywhere, so remove it from config files.

Signed-off-by: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
</feed>
