From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5][v3] powerpc/mpc85xx: new SPL support for IFC NAND
Date: Thu, 11 Apr 2013 14:42:42 -0500 [thread overview]
Message-ID: <1365709362.3640.5@snotra> (raw)
In-Reply-To: <1365665109-27102-1-git-send-email-prabhakar@freescale.com> (from prabhakar@freescale.com on Thu Apr 11 02:25:09 2013)
On 04/11/2013 02:25:09 AM, Prabhakar Kushwaha wrote:
> Linker script is not able find start.o binary. So add its absolute
> path in
> u-boot-spl.lds. This change is similar to u-boot-nand.lds
>
> common/Makefile: Avoid compiling unnecssary files
>
> fsl_ifc_spl.c : It is is responsible for reading u-boot binary from
> NAND flash and copying into DDR. It also transfer cotrol from NAND SPL
> to u-boot image present in DDR.
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
> Based upon git://git.denx.de/u-boot.git branch master
>
> Changes for v2: Sending as it is
> Changes for v3: Fix tools/checkpatch errors
>
> arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 2 +-
> board/freescale/common/Makefile | 10 ++
> drivers/mtd/nand/Makefile | 1 +
> drivers/mtd/nand/fsl_ifc_spl.c | 258
> +++++++++++++++++++++++++++++++
> 4 files changed, 270 insertions(+), 1 deletion(-)
> create mode 100644 drivers/mtd/nand/fsl_ifc_spl.c
Did you use -C in git format-patch? I'd expect fsl_ifc_spl.c to be
recognized as a copy.
-Scott
next prev parent reply other threads:[~2013-04-11 19:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 7:25 [U-Boot] [PATCH 2/5][v3] powerpc/mpc85xx: new SPL support for IFC NAND Prabhakar Kushwaha
2013-04-11 19:42 ` Scott Wood [this message]
2013-04-12 3:32 ` Prabhakar Kushwaha
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=1365709362.3640.5@snotra \
--to=scottwood@freescale.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.