public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] ls2085ardb not booting
@ 2015-08-27 21:32 Scott Wood
  2015-08-28  2:37 ` York Sun
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2015-08-27 21:32 UTC (permalink / raw)
  To: u-boot

I'm unable to boot ls2085ardb on the current tree.  I get no console output.  
v2015.07 gives some output, but hangs at:

> U-Boot 2015.07 (Aug 27 2015 - 16:24:43 -0500) LS2085A-RDB

> 

> Clock Configuration:
>        CPU0(A57):1600 MHz  CPU1(A57):1600 MHz  CPU2(A57):1600 MHz  
>        CPU3(A57):1600 MHz  CPU4(A57):1600 MHz  CPU5(A57):1600 MHz  
>        CPU6(A57):1600 MHz  CPU7(A57):1600 MHz  
>        Bus:      600  MHz  DDR:      1333.333 MHz     DP-DDR:   1333.333 MHz
> Reset Configuration Word (RCW):
>        00: 40282830 40400040 00000000 00000000
>        10: 00000000 00200000 00200000 00000000
>        20: 00c12980 00002580 00000000 00000000
>        30: 00000e0b 00000000 00000000 00000000
>        40: 00000000 00000000 00000000 00000000
>        50: 00000000 00000000 00000000 00000000
>        60: 00000000 00000000 00027000 00000000
>        70: 412a0000 00000000 00000000 00000000
> Board:  LS2085A-RDB, Board Arch: V1, Board version: C, boot from vBank: 4
> FPGA: v1.18
> SERDES1 Reference : Clock1 = 156.25MHz Clock2 = 156.25MHz
> SERDES2 Reference : Clock1 = 100MHz Clock2 = 100MHz
> I2C:   ready
> DRAM:  Initializing DDR....using SPD
> Detected UDIMM 18ASF1G72AZ-2G1A1 
> Detected UDIMM 18ASF1G72AZ-2G1A1 
> There is no rank on CS0 for controller 1.
> Controler 1 timeout, debug_2 = 2100
> Controler 1 timeout, debug_2 = 2500
> Waiting for D_INIT timeout. Memory may not work.
> DP-DDR:  Detected UDIMM 18ASF1G72AZ-2G1A1 
> 19.5 GiB
> DDR    15.5 GiB (DDR4, 64-bit, CL=9, ECC on)
>        DDR Chip-Select Interleaving Mode: CS0+CS1
> DP-DDR 4 GiB (DDR4, 32-bit, CL=9, ECC on)
>        DDR Chip-Select Interleaving Mode: CS0+CS1
The internal bringup branch does boot on the same board, with the same RCW.

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] ls2085ardb not booting
  2015-08-27 21:32 [U-Boot] ls2085ardb not booting Scott Wood
@ 2015-08-28  2:37 ` York Sun
  2015-09-01  0:17   ` Scott Wood
  0 siblings, 1 reply; 4+ messages in thread
From: York Sun @ 2015-08-28  2:37 UTC (permalink / raw)
  To: u-boot

Scott,

Did you use u-boot.bin file? It is now u-boot-dtb.bin image.

York


-------- Original message --------
From: Wood Scott-B07421
Date:08/27/2015 4:32 PM (GMT-06:00)
To: Sun York-R58495
Cc: u-boot at lists.denx.de
Subject: ls2085ardb not booting

I'm unable to boot ls2085ardb on the current tree.  I get no console output.
v2015.07 gives some output, but hangs at:

> U-Boot 2015.07 (Aug 27 2015 - 16:24:43 -0500) LS2085A-RDB

>

> Clock Configuration:
>        CPU0(A57):1600 MHz  CPU1(A57):1600 MHz  CPU2(A57):1600 MHz
>        CPU3(A57):1600 MHz  CPU4(A57):1600 MHz  CPU5(A57):1600 MHz
>        CPU6(A57):1600 MHz  CPU7(A57):1600 MHz
>        Bus:      600  MHz  DDR:      1333.333 MHz     DP-DDR:   1333.333 MHz
> Reset Configuration Word (RCW):
>        00: 40282830 40400040 00000000 00000000
>        10: 00000000 00200000 00200000 00000000
>        20: 00c12980 00002580 00000000 00000000
>        30: 00000e0b 00000000 00000000 00000000
>        40: 00000000 00000000 00000000 00000000
>        50: 00000000 00000000 00000000 00000000
>        60: 00000000 00000000 00027000 00000000
>        70: 412a0000 00000000 00000000 00000000
> Board:  LS2085A-RDB, Board Arch: V1, Board version: C, boot from vBank: 4
> FPGA: v1.18
> SERDES1 Reference : Clock1 = 156.25MHz Clock2 = 156.25MHz
> SERDES2 Reference : Clock1 = 100MHz Clock2 = 100MHz
> I2C:   ready
> DRAM:  Initializing DDR....using SPD
> Detected UDIMM 18ASF1G72AZ-2G1A1
> Detected UDIMM 18ASF1G72AZ-2G1A1
> There is no rank on CS0 for controller 1.
> Controler 1 timeout, debug_2 = 2100
> Controler 1 timeout, debug_2 = 2500
> Waiting for D_INIT timeout. Memory may not work.
> DP-DDR:  Detected UDIMM 18ASF1G72AZ-2G1A1
> 19.5 GiB
> DDR    15.5 GiB (DDR4, 64-bit, CL=9, ECC on)
>        DDR Chip-Select Interleaving Mode: CS0+CS1
> DP-DDR 4 GiB (DDR4, 32-bit, CL=9, ECC on)
>        DDR Chip-Select Interleaving Mode: CS0+CS1
The internal bringup branch does boot on the same board, with the same RCW.

-Scott

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] ls2085ardb not booting
  2015-08-28  2:37 ` York Sun
@ 2015-09-01  0:17   ` Scott Wood
  2015-09-01  1:53     ` York Sun
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2015-09-01  0:17 UTC (permalink / raw)
  To: u-boot

On Thu, 2015-08-27 at 21:37 -0500, Sun York-R58495 wrote:
> Scott,
> 
> Did you use u-boot.bin file? It is now u-boot-dtb.bin image.
> 
> York

That must have been it (though I'm currently trying on QDS, not RDB, due to 
board availability).  It would be nice if the name of the file that gets 
burned into a particular boot source didn't change based on internal 
implementation details...

-Scott

> 
> 
> -------- Original message --------
> From: Wood Scott-B07421
> Date:08/27/2015 4:32 PM (GMT-06:00)
> To: Sun York-R58495
> Cc: u-boot at lists.denx.de
> Subject: ls2085ardb not booting
> 
> I'm unable to boot ls2085ardb on the current tree.  I get no console 
> output.  
> v2015.07 gives some output, but hangs at:
> 
> > U-Boot 2015.07 (Aug 27 2015 - 16:24:43 -0500) LS2085A-RDB
> 
> > 
> 
> > Clock Configuration:
> >        CPU0(A57):1600 MHz  CPU1(A57):1600 MHz  CPU2(A57):1600 MHz  
> >        CPU3(A57):1600 MHz  CPU4(A57):1600 MHz  CPU5(A57):1600 MHz  
> >        CPU6(A57):1600 MHz  CPU7(A57):1600 MHz  
> >        Bus:      600  MHz  DDR:      1333.333 MHz     DP-DDR:   1333.333 
> MHz
> > Reset Configuration Word (RCW):
> >        00: 40282830 40400040 00000000 00000000
> >        10: 00000000 00200000 00200000 00000000
> >        20: 00c12980 00002580 00000000 00000000
> >        30: 00000e0b 00000000 00000000 00000000
> >        40: 00000000 00000000 00000000 00000000
> >        50: 00000000 00000000 00000000 00000000
> >        60: 00000000 00000000 00027000 00000000
> >        70: 412a0000 00000000 00000000 00000000
> > Board:  LS2085A-RDB, Board Arch: V1, Board version: C, boot from vBank: 4
> > FPGA: v1.18
> > SERDES1 Reference : Clock1 = 156.25MHz Clock2 = 156.25MHz
> > SERDES2 Reference : Clock1 = 100MHz Clock2 = 100MHz
> > I2C:   ready
> > DRAM:  Initializing DDR....using SPD
> > Detected UDIMM 18ASF1G72AZ-2G1A1 
> > Detected UDIMM 18ASF1G72AZ-2G1A1 
> > There is no rank on CS0 for controller 1.
> > Controler 1 timeout, debug_2 = 2100
> > Controler 1 timeout, debug_2 = 2500
> > Waiting for D_INIT timeout. Memory may not work.
> > DP-DDR:  Detected UDIMM 18ASF1G72AZ-2G1A1 
> > 19.5 GiB
> > DDR    15.5 GiB (DDR4, 64-bit, CL=9, ECC on)
> >        DDR Chip-Select Interleaving Mode: CS0+CS1
> > DP-DDR 4 GiB (DDR4, 32-bit, CL=9, ECC on)
> >        DDR Chip-Select Interleaving Mode: CS0+CS1
> The internal bringup branch does boot on the same board, with the same RCW.
> 
> -Scott
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] ls2085ardb not booting
  2015-09-01  0:17   ` Scott Wood
@ 2015-09-01  1:53     ` York Sun
  0 siblings, 0 replies; 4+ messages in thread
From: York Sun @ 2015-09-01  1:53 UTC (permalink / raw)
  To: u-boot



On 08/31/2015 07:17 PM, Scott Wood wrote:
> On Thu, 2015-08-27 at 21:37 -0500, Sun York-R58495 wrote:
>> Scott,
>>
>> Did you use u-boot.bin file? It is now u-boot-dtb.bin image.
>>
>> York
> 
> That must have been it (though I'm currently trying on QDS, not RDB, due to 
> board availability).  It would be nice if the name of the file that gets 
> burned into a particular boot source didn't change based on internal 
> implementation details...

I agree that would be nice. The change wasn't made internally. Once we enable
the device tree (to use driver model), we have to use the new file name.

York

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-01  1:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 21:32 [U-Boot] ls2085ardb not booting Scott Wood
2015-08-28  2:37 ` York Sun
2015-09-01  0:17   ` Scott Wood
2015-09-01  1:53     ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox