public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3] add nand spl boot for qi_lb60 board
Date: Tue, 06 Mar 2012 22:04:55 +0100	[thread overview]
Message-ID: <20120306210455.DB08E202D76@gemini.denx.de> (raw)
In-Reply-To: <1326207993-17791-1-git-send-email-xiangfu@openmobilefree.net>

Dear Xiangfu Liu,

In message <1326207993-17791-1-git-send-email-xiangfu@openmobilefree.net> you wrote:
> Signed-off-by: Xiangfu Liu <xiangfu@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

  reply	other threads:[~2012-03-06 21:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-06 10:17 [U-Boot] [PATCH v2] add nand spl boot for qi_lb60 board Xiangfu Liu
2012-01-06 22:36 ` Scott Wood
2012-01-10 15:13   ` Xiangfu Liu
2012-01-10 16:24     ` Daniel Schwierzeck
2012-01-10 18:07     ` Scott Wood
2012-01-10 15:06 ` [U-Boot] [PATCH v3] " Xiangfu Liu
2012-03-06 21:04   ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-09  8:28 xiangfu at openmobilefree.net
2012-10-09 16:37 ` Tom Rini
2012-10-09 21:27   ` Daniel Schwierzeck
2012-10-11  2:14     ` Xiangfu Liu
2012-10-11  3:19     ` Xiangfu Liu
2012-10-11 22:23       ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120306210455.DB08E202D76@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox