From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call
Date: Sat, 18 Aug 2012 20:03:42 +0200 [thread overview]
Message-ID: <201208182003.42926.marex@denx.de> (raw)
In-Reply-To: <1345310726-21567-1-git-send-email-otavio@ossystems.com.br>
Dear Otavio Salvador,
> The elftosb call needs to use a target param specific for i.MX28. This
> patch allow for later addition of i.MX233.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
> Changes in v2:
> - fix Makefile according
> - move u-boot.bd to u-boot-imx28.bd
>
> Makefile | 5 ++++-
> arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot-imx28.bd} | 0
> 2 files changed, 4 insertions(+), 1 deletion(-)
> rename arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot-imx28.bd} (100%)
>
> diff --git a/Makefile b/Makefile
> index f6471e2..1df4c1d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -452,8 +452,11 @@ $(obj)u-boot.ais: $(obj)spl/u-boot-spl.bin
> $(obj)u-boot.bin cat $(obj)spl/u-boot-spl-pad.ais $(obj)u-boot.bin > \
> $(obj)u-boot.ais
>
> +# Specify the target for use in elftosb call
> +ELFTOSB_TARGET-$(CONFIG_MX28) = imx28
> +
> $(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
> - elftosb -zdf imx28 -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot.bd \
> + elftosb -zdf $(ELFTOSB_TARGET-y) -c
> $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot-$(ELFTOSB_TARGET-y).bd \ -o
> $(obj)u-boot.sb
>
> # On x600 (SPEAr600) U-Boot is appended to U-Boot SPL.
> diff --git a/arch/arm/cpu/arm926ejs/mxs/u-boot.bd
> b/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd similarity index 100%
> rename from arch/arm/cpu/arm926ejs/mxs/u-boot.bd
> rename to arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd
I think we should try and see if the mx28 and mx23 .bd can't be converged
together too. Remind me in the evening (~4-5 hours from now) to try it.
Best regards,
Marek Vasut
next prev parent reply other threads:[~2012-08-18 18:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-18 17:25 [U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call Otavio Salvador
2012-08-18 17:25 ` [U-Boot] [PATCH v2 2/2] MX28: Move "regs-base.h" include after SoC type configuration Otavio Salvador
2012-08-18 18:04 ` Marek Vasut
2012-08-20 8:02 ` Stefano Babic
2012-08-18 18:03 ` Marek Vasut [this message]
2012-08-18 18:08 ` [U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call Otavio Salvador
2012-08-18 22:06 ` Marek Vasut
2012-08-18 22:28 ` Otavio Salvador
2012-08-18 22:54 ` stefano babic
2012-08-18 23:00 ` Marek Vasut
2012-08-20 8:01 ` Stefano Babic
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=201208182003.42926.marex@denx.de \
--to=marek.vasut@gmail.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.