U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Zynq bug and fix by generic board
Date: Thu, 05 Jun 2014 20:07:47 +0900	[thread overview]
Message-ID: <20140605200747.958B.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <53904295.9060706@monstr.eu>

Hi Michal and Albert,


On Thu, 05 Jun 2014 12:12:37 +0200
Michal Simek <monstr@monstr.eu> wrote:

> Hi,
> 
> On 06/05/2014 10:59 AM, Masahiro Yamada wrote:
> > Hi Albert and Michal,
> > 
> > 
> > On Wed, 4 Jun 2014 12:54:23 +0200
> > Michal Simek <michal.simek@xilinx.com> wrote:
> > 
> >> Hi Albert and Masahiro,
> >>
> >> surprisingly I have tested zynq in Tom's repo and
> >> I am getting stuck in full u-boot.
> >> I have also tried SPL with MMC and it is hanging in the same location
> >>
> >> U-Boot SPL 2014.07-rc2-00063-g3fe1a8545b55 (Jun 04 2014 - 11:57:12)
> >> mmc boot
> >> reading system.dtb
> >> spl_load_image_fat_os: error reading image system.dtb, err - -1
> >> reading u-boot-dtb.img
> >> reading u-boot-dtb.img
> >>
> >>
> >> U-Boot 2014.07-rc2-00063-g3fe1a8545b55 (Jun 04 2014 - 11:57:12)
> >>
> >> I2C:   ready
> >> Memory: ECC disabled
> >> DRAM:  1 GiB
> >>
> >> Problem is with relocation and it is not related to OF_CONTROL.
> >>
> >> I have added 3 pending patches on the top of current master next
> >> and "ARM: zynq: Enable generic board for Xilinx Zynq" fix the problem.
> >> That's why I think that is easier for just apply it to mainline repo
> >> because we need to apply this patch anyway.
> >>
> >> Masahiro: Can you please check if the latest u-boot is working for you?
> >> Albert: If Masahiro confirms the same issue, can I send you one more pull
> >> request with these 3 fixes? (I have also run buildman on them too)
> >> (Enabling generic board, Fix message which is caused by enabling generic board,
> >> + one fix from Masahiro regarding compilation out of tree files for SPL).
> > 
> > 
> > I found how to fix the problem. 
> > 
> > Add one line to arch/arm/cpu/armv7/zynq/u-boot.lds as follows:
> > 
> > 
> >   --- a/arch/arm/cpu/armv7/zynq/u-boot.lds
> >  +++ b/arch/arm/cpu/armv7/zynq/u-boot.lds
> >  @@ -18,6 +18,7 @@ SECTIONS
> >          .text :
> >          {
> >                  *(.__image_copy_start)
> >  +               *(.vectors)
> >                  CPUDIR/start.o (.text*)
> >                  *(.text*)
> >          }
> > 
> > 
> > It  worked on my ZC706 board.
> > 
> 
> Interesting that it is not needed for GENERIC_BOARD but anyway
> this fix is also works for me.

I think it is working with GENERIC_BOARD by coincidence.

"_start" symbol should be 0x04000000 (=CONFIG_SYS_TEXT_BASE)
But it is set to 0  without fixing the linker script.



> Masahiro: Can you please send proper patch which Albert or Tom
> can directly take? Link to origin commit sha will be also useful
> to point where the problem happened.
> 
> Please add this to the patch.
> Tested-by: Michal Simek <monstr@monstr.eu>

Done.
http://patchwork.ozlabs.org/patch/356300/


Albert,
This is a fatal bug. Please pick it up asap.

And please apply the followings as well:
http://patchwork.ozlabs.org/patch/352484/
http://patchwork.ozlabs.org/patch/352672/
They also fix the bugs you added by commit 41623c91.


Best Regards
Masahiro Yamada

      reply	other threads:[~2014-06-05 11:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 10:54 [U-Boot] Zynq bug and fix by generic board Michal Simek
2014-06-05  8:49 ` Masahiro Yamada
2014-06-05  8:59 ` Masahiro Yamada
2014-06-05 10:12   ` Michal Simek
2014-06-05 11:07     ` Masahiro Yamada [this message]

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=20140605200747.958B.AA925319@jp.panasonic.com \
    --to=yamada.m@jp.panasonic.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