[U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board

Wolfgang Denk wd at denx.de
Tue Mar 6 22:04:55 CET 2012


Dear Xiangfu Liu,

In message <1326207993-17791-1-git-send-email-xiangfu at openmobilefree.net> you wrote:
> Signed-off-by: Xiangfu Liu <xiangfu at openmobilefree.net>
> ---
> 
> Changes for v2:
>  -Add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST
>  -Cleanup jz4740_nand.c a little
> 
> Changes for v3:
>  -Remove CONFIG_NAND_SPL_TEXT_BASE, fix the wrong TEXT base under SPL u-boot.lds
>  -Remove overcomplicated 'dd', pad to 32KB SPL instead of 256. comments added in Makefile
>  -Cleanup the qi_lb60.h 
> 
>  arch/mips/cpu/xburst/cpu.c           |    4 +
>  arch/mips/cpu/xburst/start_spl.S     |   65 +++++++++++++
>  drivers/mtd/nand/jz4740_nand.c       |   40 ++++++++-
>  include/configs/qi_lb60.h            |  166 ++++++++++++++++------------------
>  nand_spl/board/qi/qi_lb60/Makefile   |  124 +++++++++++++++++++++++++
>  nand_spl/board/qi/qi_lb60/nand_spl.c |   37 ++++++++
>  nand_spl/board/qi/qi_lb60/u-boot.lds |   62 +++++++++++++
>  7 files changed, 407 insertions(+), 91 deletions(-)
>  create mode 100644 arch/mips/cpu/xburst/start_spl.S
>  create mode 100644 nand_spl/board/qi/qi_lb60/Makefile
>  create mode 100644 nand_spl/board/qi/qi_lb60/nand_spl.c
>  create mode 100644 nand_spl/board/qi/qi_lb60/u-boot.lds

I don't want to see more boards added to the old /nand_spl/
infrastructure.  You said you were converting to /spl/ instead?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Die Scheu vor Verantwortung ist die Krankheit unserer Zeit.
                                                 -- Otto von Bismarck


More information about the U-Boot mailing list