[U-Boot] [PATCH V4] nand_spl_simple: store ecc data on the stack

Simon Schwarz simonschwarzcor at googlemail.com
Wed Dec 14 09:22:30 CET 2011


On 12/13/2011 08:33 PM, Stefano Babic wrote:
> Currently nand_spl_simple puts it's temp data at 0x10000 offset in SDRAM
> which is likely to contain already loaded data.
> The patch saves the oob data and the ecc on the stack replacing
> the fixed address in RAM.
>
> Signed-off-by: Stefano Babic<sbabic at denx.de>
> CC: Ilya Yanok<yanok at emcraft.com>
> CC: Scott Wood<scottwood at freescale.com>
> CC: Tom Rini<tom.rini at gmail.com>
> CC: Simon Schwarz<simonschwarzcor at googlemail.com>
> CC: Wolfgang Denk<wd at denx.de>
> ---
> V4:
>   - Drop SYS_ from local defines (Wolfgang Denk, Scott Wood)
>   - drop parenthesis around defines (Scott Wood)
>
> V3:
>   - use local defines for CONFIG_SYS_NAND_ECCSTEPS and
>     CONFIG_SYS_NAND_ECCTOTAL (Tom Rini)
>   - drop CONFIG_SYS_NAND_ECCSTEPS from board config files
>
> V2:
>   - CONFIG_SYS_NAND_ECCTOTAL can always be computed (Ilya Yanok)
>   - drop all CONFIG_SYS_NAND_ECCTOTAL in arm boards using nand_simple.c
>
[SNIP]

Hi Stefano,

on which repo is this patch based? I tried to test it on u-boot but the 
patch does not apply.

Regards
Simon


More information about the U-Boot mailing list