From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] MX31: Add NAND SPL boot support to i.MX31 PDK board.
Date: Tue, 12 May 2009 23:02:09 +0200 [thread overview]
Message-ID: <20090512210209.GE479@game.jcrosoft.org> (raw)
In-Reply-To: <59b21cf20905121349q578c5673w325eae5b399d794c@mail.gmail.com>
On 22:49 Tue 12 May , Magnus Lilja wrote:
> >> >> diff --git a/board/freescale/mx31pdk/config.mk b/board/freescale/mx31pdk/config.mk
> >> >> index d34dc02..dcaa09f 100644
> >> >> --- a/board/freescale/mx31pdk/config.mk
> >> >> +++ b/board/freescale/mx31pdk/config.mk
> >> >> @@ -1 +1,5 @@
> >> >> +ifdef CONFIG_NAND_SPL
> >> >> +TEXT_BASE = 0x87ec0000
> >> >> +else
> >> >> ?TEXT_BASE = 0x87f00000
> >> >> +endif
> >> >> +
> >> >> +.macro DELAY loops
> >> >> + ? ? ldr ? ? r2, =\loops
> >> >> +1:
> >> >> + ? ? subs ? ?r2, r2, #1
> >> >> + ? ? nop
> >> >> + ? ? bcs ? ? 1b
> >> >> +.endm
> >> > NACK
> >> > as already reply to the kirwood patch we must have common macro
> >> > please use the attached file as based work
> >>
> >> I don't see any file attached to you e-mail, so which attached file?
> >> Can you point to the relevant kirkwood patch? Is the patch in some
> >> git-tree?
> > no not yet
> > so I've forget to re-attached it
>
> There's a minor problem in the timer macro, fixed by replacing "sub"
> with "subs".
>
> Are you OK with me posting the file as a separate patch with your
> From+signed-off as part of my patch series or will you add the file to
> arm-next yourself?
ok please do tks
Best Regards,
J.
next prev parent reply other threads:[~2009-05-12 21:02 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-03 19:56 [U-Boot] [PATCH v2 0/3] MX31: NAND boot for phyCORE and PDK boards Magnus Lilja
2009-05-03 19:56 ` [U-Boot] [PATCH v2 1/3] MX31: Add NAND SPL for i.MX31 Magnus Lilja
2009-05-03 19:56 ` [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board Magnus Lilja
2009-05-03 19:56 ` [U-Boot] [PATCH v2 3/3] MX31: Add NAND SPL boot support to " Magnus Lilja
2009-05-09 21:28 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-10 19:33 ` Magnus Lilja
2009-05-10 20:39 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-10 21:33 ` Wolfgang Denk
2009-05-10 22:18 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-11 6:52 ` Wolfgang Denk
2009-05-12 0:27 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-11 6:53 ` Magnus Lilja
2009-05-12 0:25 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-12 20:49 ` Magnus Lilja
2009-05-12 21:02 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-05-09 21:17 ` [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale " Jean-Christophe PLAGNIOL-VILLARD
2009-05-10 19:32 ` Magnus Lilja
2009-05-10 20:32 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-11 6:47 ` Magnus Lilja
2009-05-09 21:04 ` [U-Boot] [PATCH v2 1/3] MX31: Add NAND SPL for i.MX31 Jean-Christophe PLAGNIOL-VILLARD
2009-05-10 19:31 ` Magnus Lilja
2009-05-10 20:34 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-11 16:48 ` Magnus Lilja
2009-05-11 19:03 ` Magnus Lilja
2009-05-12 0:22 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-12 4:03 ` Magnus Lilja
2009-05-12 16:52 ` Scott Wood
2009-05-29 21:34 ` Scott Wood
2009-05-30 7:54 ` Magnus Lilja
2009-06-01 17:06 ` Scott Wood
2009-06-01 20:18 ` Magnus Lilja
2009-06-01 20:21 ` Magnus Lilja
2009-06-01 20:39 ` Scott Wood
2009-06-01 20:42 ` Magnus Lilja
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=20090512210209.GE479@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.