<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd, 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/drivers/mtd?h=v2013.10-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd?h=v2013.10-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2013-08-22T22:25:03Z</updated>
<entry>
<title>nand_util: delete a useless variable</title>
<updated>2013-08-22T22:25:03Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.m@jp.panasonic.com</email>
</author>
<published>2013-07-12T01:53:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47b6dad319af3b0d059d1d16003f8ac73e98cdb0'/>
<id>urn:sha1:47b6dad319af3b0d059d1d16003f8ac73e98cdb0</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;
</content>
</entry>
<entry>
<title>SPDX-License-Identifier: clean up license header</title>
<updated>2013-08-20T17:15:37Z</updated>
<author>
<name>York Sun</name>
<email>yorksun@freescale.com</email>
</author>
<published>2013-08-20T17:15:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf9025662353afe3be5288ab508c8c3351691997'/>
<id>urn:sha1:bf9025662353afe3be5288ab508c8c3351691997</id>
<content type='text'>
This patch cleans up license header in these files:
	board/freescale/p1022ds/spl.c
	drivers/mmc/fsl_esdhc_spl.c
	drivers/mtd/spi/fsl_espi_spl.c

Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>powerpc: p1022ds: add TPL for p1022ds nand boot</title>
<updated>2013-08-20T16:57:51Z</updated>
<author>
<name>Ying Zhang</name>
<email>b40530@freescale.com</email>
</author>
<published>2013-08-16T07:16:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d97fe2a0421247f6b89591c666d7aa94d40beb0'/>
<id>urn:sha1:5d97fe2a0421247f6b89591c666d7aa94d40beb0</id>
<content type='text'>
TPL is introduced in the patch "NAND: TPL : introduce the TPL
based on the SPL", here enable TPL for p1022ds nand boot.

Signed-off-by: Ying Zhang &lt;b40530@freescale.com&gt;
Acked-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>powerpc : spi flash : Support to start from eSPI with SPL</title>
<updated>2013-08-20T16:47:47Z</updated>
<author>
<name>Ying Zhang</name>
<email>b40530@freescale.com</email>
</author>
<published>2013-08-16T07:16:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fdf8529afc39b9d096159b7d3287d7e29e51ec3a'/>
<id>urn:sha1:fdf8529afc39b9d096159b7d3287d7e29e51ec3a</id>
<content type='text'>
This patch introduces SPL to enable a loader stub that being loaded by
the code from the internal on-chip ROM. It loads the final uboot image
into DDR, then jump to it to begin execution.

The SPL's size is sizeable, the maximum size must not exceed the size of L2
SRAM. It initializes the DDR through SPD code, and copys final uboot image
to DDR. So there are two stage uboot images:
	* spl_boot, 96KB size. The env variables are copied to L2 SRAM, so that
	ddr spd code can get the interleaving mode setting in env. It loads
	final uboot image from offset 96KB.
	* final uboot image, size is variable depends on the functions enabled.

Signed-off-by: Ying Zhang &lt;b40530@freescale.com&gt;
Acked-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>sf: sst: Add support for SST25WF080</title>
<updated>2013-08-06T19:40:04Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-07-29T18:18:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=04e15648ce969e273deac264474794318e9178ae'/>
<id>urn:sha1:04e15648ce969e273deac264474794318e9178ae</id>
<content type='text'>
Add support for SST25WF080 SPI flash.

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>sf: Fix code cleanups</title>
<updated>2013-08-06T19:35:06Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-07-29T17:13:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5928b9a86514753b7b12ac528b3404114774aa9a'/>
<id>urn:sha1:5928b9a86514753b7b12ac528b3404114774aa9a</id>
<content type='text'>
- CHECK: Alignment should match open parenthesis
- trailing whitespace

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
<entry>
<title>sf: Fix code cleanup</title>
<updated>2013-08-06T18:28:43Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-07-29T16:46:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fd35ca5c205333414ffc5f011f7427c3375852d1'/>
<id>urn:sha1:fd35ca5c205333414ffc5f011f7427c3375852d1</id>
<content type='text'>
- line over 80 characters.
- CHECK: Alignment should match open parenthesis

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
<entry>
<title>sf: stmicro: Fix code cleanup</title>
<updated>2013-08-06T18:28:43Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-05-24T19:43:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d0be616fe8fc35965fd91be034b4ec39de640873'/>
<id>urn:sha1:d0be616fe8fc35965fd91be034b4ec39de640873</id>
<content type='text'>
- line over 80 characters
- foo * bar -&gt; foo *bar
- removed unnecessary for single statement blocks.

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
<entry>
<title>sf: sst: Fix code cleanup</title>
<updated>2013-08-06T18:28:43Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-05-27T19:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f4414832231a7041876768af375b084c56993cb'/>
<id>urn:sha1:4f4414832231a7041876768af375b084c56993cb</id>
<content type='text'>
- line over 80 characters
- add spaces
- add tabs

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
<entry>
<title>sf: eon|spansion|ramtron: Fix code cleanup</title>
<updated>2013-08-06T18:28:43Z</updated>
<author>
<name>Jagannadha Sutradharudu Teki</name>
<email>jaganna@xilinx.com</email>
</author>
<published>2013-05-25T16:33:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5a9109f65703b1272d2bbf94d057d832efbe24d8'/>
<id>urn:sha1:5a9109f65703b1272d2bbf94d057d832efbe24d8</id>
<content type='text'>
- line over 80 characters
- insert the expression in same line

Signed-off-by: Jagannadha Sutradharudu Teki &lt;jaganna@xilinx.com&gt;
</content>
</entry>
</feed>
