[U-Boot] [PATCH 2/3] iMX31: Add support to copy NAND Flash code to RAM
Scott Wood
scottwood at freescale.com
Tue Oct 28 17:03:21 CET 2008
Wolfgang Denk wrote:
> Dear "Alan Carvalho de Assis",
>
> In message <37367b3a0810230551m2aacfeb8l3b932f8f2a0b3058 at mail.gmail.com> you wrote:
>> This code is executed from internal 2KB NAND Flash Controller RAM buffer
>> and will copy the remaining U-Boot code from NAND Flash verifying its
>> bad blocks (case it exists).
>>
>> Signed-off-by: Alan Carvalho de Assis <alan.assis at freescale.com>
>> ---
>> cpu/arm1136/mx31/Makefile | 2 +
>> cpu/arm1136/mx31/nand_copy.S | 263 +++++++++++++++++++++++++++++++++
>> include/asm-arm/arch-mx31/mx31-regs.h | 69 +++++++++
>> 3 files changed, 334 insertions(+), 0 deletions(-)
>> create mode 100644 cpu/arm1136/mx31/nand_copy.S
>
> NAK.
>
> All this should be in nand_spl/, I think.
>
> Scott, am I right?
Yes.
-Scott
More information about the U-Boot
mailing list