From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v11 6/8] arm64: renesas: add Salvator-X board support on DTS
Date: Tue, 17 Nov 2015 17:31:50 +0000 [thread overview]
Message-ID: <20151117173149.GG23979@verge.net.au> (raw)
In-Reply-To: <CAMuHMdV+7L9r-dHKj5x8JFFVYg0O-zAnE7R5QYZQPAOJwi5Sxw@mail.gmail.com>
On Mon, Nov 16, 2015 at 10:53:39AM +0100, Geert Uytterhoeven wrote:
> On Tue, Nov 3, 2015 at 3:24 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> > On Thu, Oct 29, 2015 at 8:52 AM, Geert Uytterhoeven
> > <geert@linux-m68k.org> wrote:
> >> On Fri, Oct 23, 2015 at 9:00 AM, Simon Horman <horms@verge.net.au> wrote:
> >>> On Thu, Oct 15, 2015 at 12:01:40PM +0100, Mark Rutland wrote:
> >>>> > + stdout-path = &scif2;
> >>>>
> >>>> No rate? It would be better to be explicit here; you should be able to
> >>>> have:
> >>>>
> >>>> stdout-path = "serial0:115200n8"
> >>>>
> >>>> Where "115200n8" is replaced with whatever configuration this board
> >>>> actually has.
> >>>
> >>> I think that we have had this discussion before in relation to
> >>> a different board for a different Renesas SoC but I could be mistaken.
> >>
> >> IIRC, at that time the code to parse the options wasn't upstream yet, so
> >> adding the options would have broken the serial console.
> >>
> >> I can confirm it works fine on Salvator-X with
> >>
> >> stdout-path = "serial0:115200n8";
> >
> > Unfortunately this breaks earlycon support:
> >
> > Malformed early option 'earlycon'
> >
> > The call to fdt_getprop() in early_init_dt_scan_chosen_serial() fails.
> > I guess that unlike the standard console handling code, the fdt code can't
> > handle aliases yet?
>
> Apparently this issue was fixed in v4.4-rc1. For the backport team:
>
> commit 6296ad9e3375c6c1ddbb371f589ba6a145bb31df
> Author: Stefan Agner <stefan@agner.ch>
> Date: Sat Oct 10 01:29:30 2015 -0700
>
> of/fdt: fix aliases with baudrate in earlycon
>
> > P.S. SCIF earlycon support is not yet upstream, as it still doesn't work on
> > arm32 (I discovered today it does on arm64 ;-): it pretends to work, but
> > nothing is output to the serial port (until the normal serial console kicks
> > in).
>
> And this issue is mostly resolved, too. So v4.5 will be perfect ;-)
Excellent!
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v11 6/8] arm64: renesas: add Salvator-X board support on DTS
Date: Tue, 17 Nov 2015 09:31:50 -0800 [thread overview]
Message-ID: <20151117173149.GG23979@verge.net.au> (raw)
In-Reply-To: <CAMuHMdV+7L9r-dHKj5x8JFFVYg0O-zAnE7R5QYZQPAOJwi5Sxw@mail.gmail.com>
On Mon, Nov 16, 2015 at 10:53:39AM +0100, Geert Uytterhoeven wrote:
> On Tue, Nov 3, 2015 at 3:24 PM, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> > On Thu, Oct 29, 2015 at 8:52 AM, Geert Uytterhoeven
> > <geert@linux-m68k.org> wrote:
> >> On Fri, Oct 23, 2015 at 9:00 AM, Simon Horman <horms@verge.net.au> wrote:
> >>> On Thu, Oct 15, 2015 at 12:01:40PM +0100, Mark Rutland wrote:
> >>>> > + stdout-path = &scif2;
> >>>>
> >>>> No rate? It would be better to be explicit here; you should be able to
> >>>> have:
> >>>>
> >>>> stdout-path = "serial0:115200n8"
> >>>>
> >>>> Where "115200n8" is replaced with whatever configuration this board
> >>>> actually has.
> >>>
> >>> I think that we have had this discussion before in relation to
> >>> a different board for a different Renesas SoC but I could be mistaken.
> >>
> >> IIRC, at that time the code to parse the options wasn't upstream yet, so
> >> adding the options would have broken the serial console.
> >>
> >> I can confirm it works fine on Salvator-X with
> >>
> >> stdout-path = "serial0:115200n8";
> >
> > Unfortunately this breaks earlycon support:
> >
> > Malformed early option 'earlycon'
> >
> > The call to fdt_getprop() in early_init_dt_scan_chosen_serial() fails.
> > I guess that unlike the standard console handling code, the fdt code can't
> > handle aliases yet?
>
> Apparently this issue was fixed in v4.4-rc1. For the backport team:
>
> commit 6296ad9e3375c6c1ddbb371f589ba6a145bb31df
> Author: Stefan Agner <stefan@agner.ch>
> Date: Sat Oct 10 01:29:30 2015 -0700
>
> of/fdt: fix aliases with baudrate in earlycon
>
> > P.S. SCIF earlycon support is not yet upstream, as it still doesn't work on
> > arm32 (I discovered today it does on arm64 ;-): it pretends to work, but
> > nothing is output to the serial port (until the normal serial console kicks
> > in).
>
> And this issue is mostly resolved, too. So v4.5 will be perfect ;-)
Excellent!
next prev parent reply other threads:[~2015-11-17 17:31 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 6:23 [PATCH v11 0/8] arm64: renesas: Add Renesas R8A7795 SoC support Simon Horman
2015-10-15 6:23 ` Simon Horman
2015-10-15 6:23 ` [PATCH v11 1/8] arm64: renesas: r8a7795: " Simon Horman
2015-10-15 6:23 ` Simon Horman
2015-10-15 10:58 ` Mark Rutland
2015-10-15 10:58 ` Mark Rutland
2015-10-21 13:34 ` Geert Uytterhoeven
2015-10-21 13:34 ` Geert Uytterhoeven
2015-11-03 14:28 ` Mark Rutland
2015-11-03 14:28 ` Mark Rutland
2015-11-03 14:43 ` Geert Uytterhoeven
2015-11-03 14:43 ` Geert Uytterhoeven
2015-12-09 8:23 ` Geert Uytterhoeven
2015-12-09 8:23 ` Geert Uytterhoeven
2015-10-15 6:23 ` [PATCH v11 2/8] arm64: renesas: r8a7795 dtsi: Add all common divider clocks Simon Horman
2015-10-15 6:23 ` Simon Horman
2015-10-15 6:23 ` [PATCH v11 3/8] arm64: renesas: r8a7795 dtsi: Add dummy dma-controller nodes Simon Horman
2015-10-15 6:23 ` Simon Horman
2015-10-15 6:23 ` [PATCH v11 4/8] arm64: renesas: r8a7795 dtsi: Add all SCIF nodes Simon Horman
2015-10-15 6:23 ` Simon Horman
2015-10-15 6:24 ` [PATCH v11 5/8] arm64: renesas: r8a7795: enable PFC Simon Horman
2015-10-15 6:24 ` Simon Horman
2015-10-15 6:24 ` [PATCH v11 6/8] arm64: renesas: add Salvator-X board support on DTS Simon Horman
2015-10-15 6:24 ` Simon Horman
2015-10-15 11:01 ` Mark Rutland
2015-10-15 11:01 ` Mark Rutland
2015-10-23 7:00 ` Simon Horman
2015-10-23 7:00 ` Simon Horman
2015-10-29 7:52 ` Geert Uytterhoeven
2015-10-29 7:52 ` Geert Uytterhoeven
2015-10-30 7:51 ` Simon Horman
2015-10-30 7:51 ` Simon Horman
2015-11-03 14:24 ` Geert Uytterhoeven
2015-11-03 14:24 ` Geert Uytterhoeven
2015-11-09 2:19 ` Simon Horman
2015-11-09 2:19 ` Simon Horman
2015-11-16 9:53 ` Geert Uytterhoeven
2015-11-16 9:53 ` Geert Uytterhoeven
2015-11-17 17:31 ` Simon Horman [this message]
2015-11-17 17:31 ` Simon Horman
2015-10-15 6:24 ` [PATCH v11 7/8] arm64: defconfig: renesas: Enable Renesas r8a7795 SoC Simon Horman
2015-10-15 6:24 ` Simon Horman
2015-10-15 6:24 ` [PATCH v11 8/8] MAINTAINERS: Add entry Renesas arm64 architecture Simon Horman
2015-10-15 6:24 ` Simon Horman
2015-10-15 6:45 ` Khiem Nguyen
2015-10-15 6:45 ` Khiem Nguyen
2015-10-15 8:04 ` Russell King - ARM Linux
2015-10-15 8:04 ` Russell King - ARM Linux
2015-10-15 8:10 ` Khiem Nguyen
2015-10-15 8:10 ` Khiem Nguyen
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=20151117173149.GG23979@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@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.