<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/nand_spl, branch v1.3.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/nand_spl?h=v1.3.4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/nand_spl?h=v1.3.4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-07-29T22:37:08Z</updated>
<entry>
<title>NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.</title>
<updated>2008-07-29T22:37:08Z</updated>
<author>
<name>Scott Wood</name>
<email>scottwood@freescale.com</email>
</author>
<published>2008-07-23T18:16:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2dacb734bac9dba1db9e704d3e0b200ef521c79a'/>
<id>urn:sha1:2dacb734bac9dba1db9e704d3e0b200ef521c79a</id>
<content type='text'>
This fixes building out-of-tree.

Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>Change initdram() return type to phys_size_t</title>
<updated>2008-06-12T06:50:18Z</updated>
<author>
<name>Becky Bruce</name>
<email>becky.bruce@freescale.com</email>
</author>
<published>2008-06-09T21:03:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9973e3c614721bbf169882ffc3be266a6611cd60'/>
<id>urn:sha1:9973e3c614721bbf169882ffc3be266a6611cd60</id>
<content type='text'>
This patch changes the return type of initdram() from long int to phys_size_t.
This is required for a couple of reasons: long int limits the amount of dram
to 2GB, and u-boot in general is moving over to phys_size_t to represent the
size of physical memory.  phys_size_t is defined as an unsigned long on almost
all current platforms.

This patch *only* changes the return type of the initdram function (in
include/common.h, as well as in each board's implementation of initdram).  It
does not actually modify the code inside the function on any of the platforms;
platforms which wish to support more than 2GB of DRAM will need to modify
their initdram() function code.

Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
MPC8641HPCN.

Signed-off-by: Becky Bruce &lt;becky.bruce@freescale.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port</title>
<updated>2008-06-04T19:34:12Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-06-04T17:19:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63a0afa0c32e5f4ea98a9439542870072437404d'/>
<id>urn:sha1:63a0afa0c32e5f4ea98a9439542870072437404d</id>
<content type='text'>
This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
introduced by the commit:

ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S

With this patch SDRAM will get initialized again and booting from NAND
is working again.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Eugene O'Brien &lt;eugene.obrien@advantechamt.com&gt;
</content>
</entry>
<entry>
<title>Remove shell variable UNDEF_SYM.</title>
<updated>2008-06-03T18:36:18Z</updated>
<author>
<name>Kenneth Johansson</name>
<email>kenneth@southpole.se</email>
</author>
<published>2008-05-29T14:32:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2918eb9d42bc705fcbd18c9fcc39d15ff2843c65'/>
<id>urn:sha1:2918eb9d42bc705fcbd18c9fcc39d15ff2843c65</id>
<content type='text'>
UNDEF_SYM is a shell variable in the main Makefile used to force the
linker to add all u-boot commands to the final image. It has no use here.

Signed-off-by: Kenneth Johansson &lt;kenneth@southpole.se&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Change Kilauea to use the common DDR2 init function</title>
<updated>2008-06-03T18:22:03Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-06-02T15:13:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ec724f883ee3f3925e6c55027e8ffa70ada83303'/>
<id>urn:sha1:ec724f883ee3f3925e6c55027e8ffa70ada83303</id>
<content type='text'>
This patch changes the kilauea and kilauea_nand (for NAND booting)
board port to not use a board specific DDR2 init routine anymore. Now
the common code from cpu/ppc4xx is used.

Thanks to Grant Erickson for all his basic work on this 405EX early
bootup.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S</title>
<updated>2008-06-03T18:21:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-06-02T12:35:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=64852d09e06dd6db2b2db2a3c59bc2db176a54d6'/>
<id>urn:sha1:64852d09e06dd6db2b2db2a3c59bc2db176a54d6</id>
<content type='text'>
This patch consolidates the 405 and 440 parts of the NAND booting code
selected via CONFIG_NAND_SPL. Now common code is used to initialize the
SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
Only *after* running from this location, nand_boot() is called.

Please note that the initsdram() call is now moved from nand_boot.c
to start.S. I experienced problems with some boards like Kilauea
(405EX), which don't have internal SRAM (OCM) and relocation needs to
be done to SDRAM before the NAND controller can get accessed. When
initdram() is called later on in nand_boot(), this can lead to problems
with variables in the bss sections like nand_ecc_pos[].

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Acked-by: Scott Wood &lt;scottwood@freescale.com&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build</title>
<updated>2008-05-14T10:26:16Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-05-14T08:32:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fdd1247a66d788a3446244f6fde9955a93c26322'/>
<id>urn:sha1:fdd1247a66d788a3446244f6fde9955a93c26322</id>
<content type='text'>
Canyonlands has a file ddr2_fixed.c which needs special treatment when
building in separate directory. It has to be linked to build directory
otherwise it is not seen.

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module</title>
<updated>2008-04-30T12:51:36Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-30T12:51:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f27098e5b0736989b13cd61d7bca94b3574cf5f'/>
<id>urn:sha1:4f27098e5b0736989b13cd61d7bca94b3574cf5f</id>
<content type='text'>
This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
used for NAND booting to match the values needed for the new 512MB
DIMM modules shipped with the productions boards:

Crucial: CT6464AC667.8FB

Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash</title>
<updated>2008-04-25T09:10:17Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-25T09:10:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=926662762e5d280f6a9caed8dd9f49be2ebcaf2f'/>
<id>urn:sha1:926662762e5d280f6a9caed8dd9f49be2ebcaf2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ppc4xx: Change Canyonlands to support booting from 2k page NAND devices</title>
<updated>2008-04-18T14:30:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2008-04-08T08:33:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=499e7831e1baaac6bfb959213f1950c216fbc5ba'/>
<id>urn:sha1:499e7831e1baaac6bfb959213f1950c216fbc5ba</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
</content>
</entry>
</feed>
