From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/7] common: spl: Add interactive DDR debugger support for SPL
Date: Tue, 14 Oct 2014 13:29:16 -0700 [thread overview]
Message-ID: <543D879C.8000806@freescale.com> (raw)
In-Reply-To: <1411727622-26557-5-git-send-email-b18965@freescale.com>
On 09/26/2014 03:33 AM, Alison Wang wrote:
> For LS102xA, interactive DDR debugger is still needed in SPL part.
> So build the needed files in SPL image too.
>
> Signed-off-by: Alison Wang <alison.wang@freescale.com>
> ---
> Change log:
> v2: No change.
>
> common/Makefile | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/common/Makefile b/common/Makefile
> index b19d379..a166e4c 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -8,22 +8,12 @@
> # core
> ifndef CONFIG_SPL_BUILD
> obj-y += main.o
> -obj-y += command.o
> obj-y += exports.o
> obj-y += hash.o
> ifdef CONFIG_SYS_HUSH_PARSER
> obj-y += cli_hush.o
> endif
>
> -# We always have this since drivers/ddr/fs/interactive.c needs it
> -obj-y += cli_simple.o
> -
> -obj-y += cli.o
> -obj-y += cli_readline.o
> -obj-y += s_record.o
> -obj-y += xyzModem.o
> -obj-y += cmd_disk.o
> -
> # This option is not just y/n - it can have a numeric value
> ifdef CONFIG_BOOTDELAY
> obj-y += autoboot.o
> @@ -265,4 +255,14 @@ obj-y += aboot.o
> obj-y += fb_mmc.o
> endif
>
> +# We always have this since drivers/ddr/fs/interactive.c needs it
> +obj-y += cli_simple.o
> +
> +obj-y += cli.o
> +obj-y += cli_readline.o
> +obj-y += command.o
> +obj-y += s_record.o
> +obj-y += xyzModem.o
> +obj-y += cmd_disk.o
> +
> CFLAGS_env_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null)
>
Can you explain more in commit message why moving them around adds interactive
DDR debugging?
York
next prev parent reply other threads:[~2014-10-14 20:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 10:33 [U-Boot] [PATCH v2 0/7] Add SD boot support for LS1021AQDS/TWR board Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 1/7] ls102xa: pblimage: Add pblimage tool support for LS102xA Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 2/7] spl: Use u-boot.img instead of u-boot.bin Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 3/7] arm: spl: Add I2C linker list in generic .lds Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 4/7] common: spl: Add interactive DDR debugger support for SPL Alison Wang
2014-10-14 20:29 ` York Sun [this message]
2014-10-15 9:40 ` Huan Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 5/7] ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro Alison Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board Alison Wang
2014-10-14 20:45 ` York Sun
2014-10-15 7:15 ` Huan Wang
2014-09-26 10:33 ` [U-Boot] [PATCH v2 7/7] arm: ls102xa: Add SD boot support for LS1021ATWR board Alison Wang
2014-10-14 20:46 ` York Sun
2014-10-15 7:14 ` Huan Wang
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=543D879C.8000806@freescale.com \
--to=yorksun@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox