All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28
Date: Wed, 8 Mar 2017 23:36:06 -0500	[thread overview]
Message-ID: <20170309043606.GA305@linux-uys3> (raw)
In-Reply-To: <20170308231713.GG19897@bill-the-cat>

On Wed 2017-03-08 @ 06:17:13 PM, Tom Rini wrote:
> On Wed, Mar 08, 2017 at 05:32:45PM -0500, Trevor Woerner wrote:
> > On Wed 2017-03-08 @ 04:33:21 PM, Tom Rini wrote:
> > > Now, you've boot tested this, right? :)
> > 
> > Yes.
> > 
> > > Also, what board(s) show this problem exactly?
> > 
> > I'm working with the firefly-rk3288 board.
> 
> OK.  Can you please turn off CONFIG_ROCKCHIP_SPL_BACK_TO_BROM and see if
> we can link again without -N?  No, this won't boot, but that's not what
> I'm after just yet, thanks!

Building with binutils-2.28 and CONFIG_ROCKCHIP_SPL_BACK_TO_BROM disabled
succeeds.

In case this is where you were heading... ;-)

Building twice (once with binutils-2.27 and once with binutils-2.28) both
times without the -N and both times with CONFIG_ROCKCHIP_SPL_BACK_TO_BROM
disabled produces a diff in the map files of:

	--- 2.27-without-N-without-SPL/u-boot.map       2017-03-08 23:27:38.555324770 -0500
	+++ 2.28-without-N-without-SPL/u-boot.map       2017-03-08 23:24:59.383082189 -0500
	@@ -7080,6 +7080,7 @@
	 
	 .data           0x0000000000143688     0x2970
	  *(.data*)
	+ .data.rel.ro   0x0000000000143688        0x0 arch/arm/cpu/armv7/start.o
	  .data.rk3288_otg_data
			 0x0000000000143688       0x2c arch/arm/mach-rockchip/built-in.o
	  .data.rk3288_dmc_ops
	@@ -7944,6 +7945,9 @@
	  *(.rel*)
	  .rel.got       0x0000000000147cd0        0x0 arch/arm/cpu/armv7/start.o
	  .rel.plt       0x0000000000147cd0        0x0 arch/arm/cpu/armv7/start.o
	+ .rel.bss       0x0000000000147cd0        0x0 arch/arm/cpu/armv7/start.o
	+ .rel.data.rel.ro
	+                0x0000000000147cd0        0x0 arch/arm/cpu/armv7/start.o
	  .rel.iplt      0x0000000000147cd0        0x0 arch/arm/cpu/armv7/start.o
	  .rel.text      0x0000000000147cd0       0x20 arch/arm/cpu/armv7/start.o
	  .rel.vectors   0x0000000000147cf0       0x38 arch/arm/cpu/armv7/start.o

  reply	other threads:[~2017-03-09  4:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08  7:39 [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28 Trevor Woerner
2017-03-08  8:22 ` Trevor Woerner
2017-03-08  8:43   ` Peter Robinson
2017-03-08 15:18     ` Simon Glass
2017-03-08 15:35       ` Tom Rini
2017-03-08 16:57         ` Trevor Woerner
2017-03-08 17:20           ` Tom Rini
2017-03-08 18:19             ` Trevor Woerner
2017-03-08 18:41               ` Tom Rini
2017-03-08 19:53                 ` Trevor Woerner
2017-03-08 21:33                   ` Tom Rini
2017-03-08 22:32                     ` Trevor Woerner
2017-03-08 22:33                       ` Trevor Woerner
2017-03-08 23:17                       ` Tom Rini
2017-03-09  4:36                         ` Trevor Woerner [this message]
2017-03-09 12:19                           ` Tom Rini
2017-03-08 16:43     ` Trevor Woerner
2017-03-08 16:51       ` Peter Robinson

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=20170309043606.GA305@linux-uys3 \
    --to=twoerner@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.