All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-boot] uboot.lst file question
Date: Mon, 15 Jul 2013 15:13:56 +0200	[thread overview]
Message-ID: <20130715151356.3df0c785@lilith> (raw)
In-Reply-To: <FE7ADED5C2218B4786C09CD97DC4C49F99D2C3@exchbj02.viatech.com.bj>

Hi TigerLiu at viatech.com.cn,

On Mon, 15 Jul 2013 19:26:31 +0800, <TigerLiu@viatech.com.cn> wrote:

> Hi, experts:
> I found no *.lst file produced in root directory after compiling uboot
> source code.
> 
> In the Makefile in older version uboot souce code:
> ......
> uboot.bin:	uboot
> 		$(OBJCOPY) ${OBJCFLAGS} -O binary $< $@
> 		$(OBJDUMP) -d -EL -h -M reg-names-raw --syms
> --full-contents -marm $< > uboot.lst
> ......
> 
> I think uboot.lst is very useful .

Then you should submit a patch for this, I guess. Note however that the
above implementation makes u-boot.lst a by-product of u-boot.bin; a
cleaner approach would be to make u-boot.lst a Make target of it own
-- which would admittedly depend on the 'u-boot' ELF file, like
u-boot.bin does.

> Best wishes,

Amicalement,
-- 
Albert.

  reply	other threads:[~2013-07-15 13:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15 11:26 [U-Boot] [U-boot] uboot.lst file question TigerLiu at viatech.com.cn
2013-07-15 13:13 ` Albert ARIBAUD [this message]
2013-07-15 13:33 ` Gerhard Sittig
2013-07-15 13:43   ` Gerhard Sittig
2013-07-16  1:27     ` TigerLiu at viatech.com.cn

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=20130715151356.3df0c785@lilith \
    --to=albert.u.boot@aribaud.net \
    --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.