public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Major A <andras.g.major@gmail.com>
To: u-boot@lists.denx.de
Subject: ZynqMP boot: no messages from SPL other than "Debug uart enabled"
Date: Tue, 28 Apr 2020 16:21:25 +0200	[thread overview]
Message-ID: <2fd8cf69-9ca4-6126-2bd2-ba1d7987a54e@gmail.com> (raw)
In-Reply-To: <33d0c9cf-6d9f-a251-2313-0747ff9d6644@xilinx.com>

Hi Michal,

> I am missing here loading pmufw elf file.

See below the entire log.

Cheers,

   Andr?s





****** Xilinx System Debugger (XSDB) v2019.2
   **** Build date : Nov  6 2019-22:12:26
     ** Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.


xsdb% source script
attempting to launch hw_server

****** Xilinx hw_server v2019.2
   **** Build date : Nov  6 2019 at 22:12:23
     ** Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.

INFO: hw_server application started
INFO: Use Ctrl-C to exit hw_server application



****** Xilinx hw_server v2019.2

   **** Build date : Nov  6 2019 at 22:12:23

     ** Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.



INFO: hw_server application started

INFO: Use Ctrl-C to exit hw_server application




INFO: To connect to this hw_server instance use url: TCP:127.0.0.1:3121



Downloading Program -- C:/home/u-boot/pmufw.elf
         section, .vectors.reset: 0xffdc0000 - 0xffdc0007
         section, .vectors.sw_exception: 0xffdc0008 - 0xffdc000f
         section, .vectors.interrupt: 0xffdc0010 - 0xffdc0017
         section, .vectors.hw_exception: 0xffdc0020 - 0xffdc0027
         section, .text: 0xffdc0050 - 0xffdd108b
         section, .rodata: 0xffdd108c - 0xffdd31a3
         section, .data: 0xffdd31a4 - 0xffdd749b
         section, .sdata2: 0xffdd749c - 0xffdd749f
         section, .sdata: 0xffdd74a0 - 0xffdd749f
         section, .sbss: 0xffdd74a0 - 0xffdd749f
         section, .bss: 0xffdd74a0 - 0xffddb4cb
         section, .srdata: 0xffddb4cc - 0xffddbdef
         section, .stack: 0xffddbdf0 - 0xffddcdef
         section, .xpbr_serv_ext_tbl: 0xffddf6e0 - 0xffddfadf
100%    0MB   0.2MB/s  00:00
Setting PC to Program Start Address 0xffdd02a0
Successfully downloaded C:/home/u-boot/pmufw.elf
Info: MicroBlaze PMU (target 13) Running
Info: Cortex-A53 #0 (target 9) Stopped at 0xffff0000 (External Debug 
Request)
100%    0MB   0.2MB/s  00:00
Successfully downloaded C:/home/u-boot/spl/u-boot-spl-dtb.bin
Info: Cortex-A53 #0 (target 9) Running
Info: Breakpoint 0 status:
    target 9: {Address: 0xfffcc484 Type: Hardware}
xsdb% Info: Cortex-A53 #0 (target 9) Stopped at 0xfffcc484 (Breakpoint)
udelay() at lib/time.c: 178
178: couldn't open "<u-boot build-dir>/lib/time.c": no such file or 
directory
xsdb% bpremove 0
xsdb% dow -data u-boot.itb 0x10000000
100%    1MB   0.2MB/s  00:08
Successfully downloaded C:/home/u-boot/u-boot.itb
xsdb% con
Info: Cortex-A53 #0 (target 9) Running
xsdb% stop
Cannot halt processor core, timeout
xsdb% stop
Cannot halt processor core, timeout
xsdb% ta
   1  PS TAP
      2  PMU
        13  MicroBlaze PMU (Sleeping. No clock)
      3  PL
   4  PSU
      5  RPU (Reset)
         6  Cortex-R5 #0 (RPU Reset)
         7  Cortex-R5 #1 (RPU Reset)
      8  APU
         9* Cortex-A53 #0 (Running)
        10  Cortex-A53 #1 (Power On Reset)
        11  Cortex-A53 #2 (Power On Reset)
        12  Cortex-A53 #3 (Power On Reset)
xsdb% con
Already running
xsdb% stop
Cannot halt processor core, timeout
xsdb% ta
   1  PS TAP
      2  PMU
        13  MicroBlaze PMU (Sleeping. No clock)
      3  PL
   4  PSU
      5  RPU (Reset)
         6  Cortex-R5 #0 (RPU Reset)
         7  Cortex-R5 #1 (RPU Reset)
      8  APU
         9* Cortex-A53 #0 (Running)
        10  Cortex-A53 #1 (Power On Reset)
        11  Cortex-A53 #2 (Power On Reset)
        12  Cortex-A53 #3 (Power On Reset)
xsdb% rrd
       r0:              N/A        r1:              N/A
       r2:              N/A        r3:              N/A
       r4:              N/A        r5:              N/A
       r6:              N/A        r7:              N/A
       r8:              N/A        r9:              N/A
      r10:              N/A       r11:              N/A
      r12:              N/A       r13:              N/A
      r14:              N/A       r15:              N/A
      r16:              N/A       r17:              N/A
      r18:              N/A       r19:              N/A
      r20:              N/A       r21:              N/A
      r22:              N/A       r23:              N/A
      r24:              N/A       r25:              N/A
      r26:              N/A       r27:              N/A
      r28:              N/A       r29:              N/A
      r30:              N/A        sp:              N/A
       pc: 00000000fffc78e4      cpsr:              N/A
      vfp                         sys
      dbg                    acpu_gic
xsdb% bt
xsdb%

  reply	other threads:[~2020-04-28 14:21 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-11 11:28 ZynqMP boot: no messages from SPL other than "Debug uart enabled" Major A
2020-03-12  8:15 ` Michal Simek
2020-03-12  9:12   ` Major A
2020-03-12 10:32     ` Michal Simek
2020-03-12 11:38       ` Major A
2020-03-12 11:44         ` Michal Simek
2020-03-12 12:01           ` Major A
2020-03-12 12:06             ` Michal Simek
2020-03-12 13:24               ` Major A
2020-03-12 13:31                 ` Michal Simek
2020-03-12 14:19                   ` Major A
2020-03-12 15:22                     ` Michal Simek
2020-04-23  9:02                       ` Major A
2020-04-24 12:14                         ` Michal Simek
2020-04-27 22:00                           ` Major A
2020-04-28  6:42                             ` Michal Simek
2020-04-28  9:29                               ` Major A
2020-04-28  9:33                                 ` Michal Simek
2020-04-28 10:53                                   ` Major A
2020-04-28 11:16                                     ` Michal Simek
2020-04-28 11:25                                       ` Major A
2020-04-28 11:29                                         ` Michal Simek
2020-04-28 13:34                                           ` Major A
2020-04-28 13:55                                             ` Michal Simek
2020-04-28 14:21                                               ` Major A [this message]
     [not found]                                                 ` <3ab17480-431a-e0e3-c2af-e1639a2d07a6@xilinx.com>
     [not found]                                                   ` <6b4c296f-fb91-fd84-f5c8-7b4f542034e4@gmail.com>
2020-04-30 10:20                                                     ` Fwd: " Major A
     [not found]                                                     ` <4f8b4b6a-c97d-38b8-5a74-98bbc916cb3a@xilinx.com>
2020-04-30 11:01                                                       ` Major A
2020-04-30 11:03                                                         ` Michal Simek
2020-04-30 11:10                                                           ` Major A

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=2fd8cf69-9ca4-6126-2bd2-ba1d7987a54e@gmail.com \
    --to=andras.g.major@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox