Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754621AbbEEEvu (ORCPT ); Tue, 5 May 2015 00:51:50 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:36321 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbbEEEvm (ORCPT ); Tue, 5 May 2015 00:51:42 -0400 Date: Tue, 5 May 2015 06:51:39 +0200 From: Robert Schwebel To: Peter Hurley Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: earlycon: no match? Message-ID: <20150505045139.GY15254@pengutronix.de> References: <20150503211054.GR15254@pengutronix.de> <55477BC1.6000805@hurleysoftware.com> <20150504194229.GR15254@pengutronix.de> <5547D4DB.8060300@hurleysoftware.com> <20150504205241.GT15254@pengutronix.de> <5547E447.9020604@hurleysoftware.com> <20150504215832.GW15254@pengutronix.de> <5547F350.7030405@hurleysoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5547F350.7030405@hurleysoftware.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 06:39:41 up 49 days, 16:31, 60 users, load average: 0,41, 0,20, 0,16 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: rsc@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2559 Lines: 69 Peter, On Mon, May 04, 2015 at 06:31:44PM -0400, Peter Hurley wrote: > > You say it is a diagnostics message that indicates a misspelling. > > I fail to see what is misspelled, so what does it diagnose? > > Ok, so this is only about the diagnostic message, and not about some > other failure. > > I don't typically describe harmless diagnostics that didn't appear before > as "broken", so I was having trouble believing what I was reading. > > Now that I understand that this is _only_ about a diagnostic message that > didn't appear in previous kernels, I will direct to what I have written > previously multiple times. > > Further, I would ask how _you_ would programmatically distinguish > misspellings amongst the following console strings? > > console=pl012,... > console=_pl011,... > console=pl,... > console=ttyAMA0,... Only the last line gives me output, but with the warning. All others are misspellings but output nothing. The last one gives me a misspelling warning, but it is the one that makes the output work. Obviously this was not tested on an ARM device with a serial console, because it doesn't work there. There should be an intended variant where *nothing* is misspelled in my oftree+kernel commandline. In that case, the system should come up, console comes out of the serial line and earlycon is available. Then I should not get a diagnostic message, becasue I did everything right. Case A: consoleo=ttyAMA0 Result: - system boots with output on intended serial console - warning about having the earlycon misspelled - earlycon not operational, although driver supports it Case B: console=pl011 Result: - no output at all, because system doesn't output to its intented serial console. Case C: ...? Are there other things I'm supposed to do in order to do it right? So both cases A+B are not fully working as intented, right? I'd like to fix it, but in order to do so, I want to learn how it is actually *intended* to work. rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/