All of lore.kernel.org
 help / color / mirror / Atom feed
From: afaerber@suse.de (Andreas Färber)
To: linus-amlogic@lists.infradead.org
Subject: [U-Boot] [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support
Date: Mon, 11 Jul 2016 22:15:54 +0200	[thread overview]
Message-ID: <5783FE7A.9070400@suse.de> (raw)
In-Reply-To: <20160711194858.GA12930@gmail.com>

Am 11.07.2016 um 21:48 schrieb Beniamino Galvani:
> On Mon, Jul 11, 2016 at 05:23:15AM +0100, Peter Robinson wrote:
>> On Mon, Jul 11, 2016 at 4:57 AM, Andreas F?rber <afaerber@suse.de> wrote:
>>> Last output:
>>>
>>> NOTICE:  BL3-1: v1.0(debug):4d2e34d
>>> NOTICE:  BL3-1: Built : 17:08:35, Oct 29 2015
>>> INFO:    BL3-1: Initializing runtime services
>>> INFO:    BL3-1: Preparing for EL3 exit to normal world
>>> INFO:    BL3-1: Next image address = 0x1000000
>>> INFO:    BL3-1: Next image spsr = 0x3c9
>>>
>>> I.e., no U-Boot SPL output on serial.
>>
>> I see similar on Pine64 with 2016.07rc3
> 
> Here the first non-booting commit is:
> 
> commit d73718f3236c520a92efa401084c658e6cc067f3
> Author: Mingkai Hu <mingkai.hu@nxp.com>
> Date:   Thu Jul 7 12:22:12 2016 +0800
> 
>     armv8: Enable CPUECTLR.SMPEN for coherency

Thanks! With that reverted I get:

[...]
NOTICE:  BL3-1: v1.0(debug):4d2e34d
NOTICE:  BL3-1: Built : 17:08:35, Oct 29 2015
INFO:    BL3-1: Initializing runtime services
INFO:    BL3-1: Preparing for EL3 exit to normal world
INFO:    BL3-1: Next image address = 0x1000000
INFO:    BL3-1: Next image spsr = 0x3c9
No match for driver 'eth_designware'
Some drivers were not found


U-Boot 2016.07-00001-g10a9e48 (Jul 11 2016 - 21:58:13 +0200) odroid-c2

DRAM:  2 GiB
No maUsing default environment

In:    serial at 4c0
Out:   serial at 4c0
Err:   serial at 4c0
Net:   No ethernet found.
=>

The eth_designware line (twice, if counting "No ma") is due to what Tom
mentioned wrt DM GPIO, I guess.

Shouldn't we get a version line from SPL, too? A serial driver issue?

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N?rnberg)

WARNING: multiple messages have this Message-ID (diff)
From: "Andreas Färber" <afaerber@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support
Date: Mon, 11 Jul 2016 22:15:54 +0200	[thread overview]
Message-ID: <5783FE7A.9070400@suse.de> (raw)
In-Reply-To: <20160711194858.GA12930@gmail.com>

Am 11.07.2016 um 21:48 schrieb Beniamino Galvani:
> On Mon, Jul 11, 2016 at 05:23:15AM +0100, Peter Robinson wrote:
>> On Mon, Jul 11, 2016 at 4:57 AM, Andreas F?rber <afaerber@suse.de> wrote:
>>> Last output:
>>>
>>> NOTICE:  BL3-1: v1.0(debug):4d2e34d
>>> NOTICE:  BL3-1: Built : 17:08:35, Oct 29 2015
>>> INFO:    BL3-1: Initializing runtime services
>>> INFO:    BL3-1: Preparing for EL3 exit to normal world
>>> INFO:    BL3-1: Next image address = 0x1000000
>>> INFO:    BL3-1: Next image spsr = 0x3c9
>>>
>>> I.e., no U-Boot SPL output on serial.
>>
>> I see similar on Pine64 with 2016.07rc3
> 
> Here the first non-booting commit is:
> 
> commit d73718f3236c520a92efa401084c658e6cc067f3
> Author: Mingkai Hu <mingkai.hu@nxp.com>
> Date:   Thu Jul 7 12:22:12 2016 +0800
> 
>     armv8: Enable CPUECTLR.SMPEN for coherency

Thanks! With that reverted I get:

[...]
NOTICE:  BL3-1: v1.0(debug):4d2e34d
NOTICE:  BL3-1: Built : 17:08:35, Oct 29 2015
INFO:    BL3-1: Initializing runtime services
INFO:    BL3-1: Preparing for EL3 exit to normal world
INFO:    BL3-1: Next image address = 0x1000000
INFO:    BL3-1: Next image spsr = 0x3c9
No match for driver 'eth_designware'
Some drivers were not found


U-Boot 2016.07-00001-g10a9e48 (Jul 11 2016 - 21:58:13 +0200) odroid-c2

DRAM:  2 GiB
No maUsing default environment

In:    serial at 4c0
Out:   serial at 4c0
Err:   serial at 4c0
Net:   No ethernet found.
=>

The eth_designware line (twice, if counting "No ma") is due to what Tom
mentioned wrt DM GPIO, I guess.

Shouldn't we get a version line from SPL, too? A serial driver issue?

Regards,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N?rnberg)

  reply	other threads:[~2016-07-11 20:15 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-08  6:30 [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support Beniamino Galvani
2016-05-08  6:30 ` [U-Boot] " Beniamino Galvani
2016-05-08  6:30 ` [PATCH v7 1/4] arm: implement generic PSCI reset call for armv8 Beniamino Galvani
2016-05-08  6:30   ` [U-Boot] " Beniamino Galvani
2016-05-19  3:59   ` Simon Glass
2016-05-19  3:59     ` [U-Boot] " Simon Glass
2016-05-30 17:57   ` [U-Boot,v7,1/4] " Tom Rini
2016-05-30 17:57     ` [U-Boot] [U-Boot, v7, 1/4] " Tom Rini
2016-05-30 17:57   ` [U-Boot,v7,1/4] " Tom Rini
2016-05-30 17:57     ` [U-Boot] [U-Boot, v7, 1/4] " Tom Rini
2016-05-08  6:30 ` [PATCH v7 2/4] net: designware: fix descriptor layout and warnings on 64-bit archs Beniamino Galvani
2016-05-08  6:30   ` [U-Boot] " Beniamino Galvani
2016-05-19  3:59   ` Simon Glass
2016-05-19  3:59     ` [U-Boot] " Simon Glass
2016-05-30 17:57   ` [U-Boot, v7, " Tom Rini
2016-05-30 17:57     ` [U-Boot] " Tom Rini
2016-05-08  6:30 ` [PATCH v7 3/4] arm: add initial support for Amlogic Meson and ODROID-C2 Beniamino Galvani
2016-05-08  6:30   ` [U-Boot] " Beniamino Galvani
2016-05-19  3:59   ` Simon Glass
2016-05-19  3:59     ` [U-Boot] " Simon Glass
2016-05-20 14:44   ` Carlo Caione
2016-05-20 14:44     ` [U-Boot] " Carlo Caione
2016-05-30 17:57   ` [U-Boot, v7, " Tom Rini
2016-05-30 17:57     ` [U-Boot] " Tom Rini
2016-05-08  6:30 ` [PATCH v7 4/4] arm: meson: implement calls to secure monitor Beniamino Galvani
2016-05-08  6:30   ` [U-Boot] " Beniamino Galvani
2016-05-30 17:57   ` [U-Boot,v7,4/4] " Tom Rini
2016-05-30 17:57     ` [U-Boot] [U-Boot, v7, 4/4] " Tom Rini
2016-05-29 16:38 ` [PATCH v7 0/4] Amlogic Meson GXBaby and ODROID-C2 support Carlo Caione
2016-05-29 16:38   ` [U-Boot] " Carlo Caione
2016-05-29 17:09   ` Tom Rini
2016-05-29 17:09     ` [U-Boot] " Tom Rini
2016-07-11  3:57 ` Andreas Färber
2016-07-11  3:57   ` Andreas Färber
2016-07-11  4:23   ` Peter Robinson
2016-07-11  4:23     ` Peter Robinson
2016-07-11  4:41     ` Andreas Färber
2016-07-11  4:41       ` Andreas Färber
2016-07-11 19:48     ` Beniamino Galvani
2016-07-11 19:48       ` Beniamino Galvani
2016-07-11 20:15       ` Andreas Färber [this message]
2016-07-11 20:15         ` Andreas Färber
2016-07-11 20:36         ` Carlo Caione
2016-07-11 20:36           ` Carlo Caione
2016-07-11 21:38           ` Andreas Färber
2016-07-11 21:38             ` Andreas Färber
2016-07-11 22:52             ` Carlo Caione
2016-07-11 22:52               ` Carlo Caione
2016-07-11 22:54               ` Andreas Färber
2016-07-11 22:54                 ` Andreas Färber
2016-07-11 23:04                 ` Carlo Caione
2016-07-11 23:04                   ` Carlo Caione

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=5783FE7A.9070400@suse.de \
    --to=afaerber@suse.de \
    --cc=linus-amlogic@lists.infradead.org \
    /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.