From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH v13 2/5] uart: pl011: Introduce register accessor Date: Wed, 28 Oct 2015 09:51:35 -0500 Message-ID: <5630E0F7.9080705@codeaurora.org> References: <1438328959-16177-1-git-send-email-jun.nie@linaro.org> <1438328959-16177-3-git-send-email-jun.nie@linaro.org> <55FBECCD.2080906@arm.com> <5630DA2A.4050803@hurleysoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5630DA2A.4050803@hurleysoftware.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Peter Hurley , Andre Przywara , Jun Nie Cc: "linux@arm.linux.org.uk" , "jason.liu@linaro.org" , "gregkh@linuxfoundation.org" , Andrew Jackson , "linux-serial@vger.kernel.org" , "shawn.guo@linaro.org" , "wan.zhijun@zte.com.cn" , "linux-arm-kernel@lists.infradead.org" List-Id: linux-serial@vger.kernel.org On 10/28/2015 09:22 AM, Peter Hurley wrote: > EARLYCON_DECLARE(zte, zte_early_console_setup); > OF_EARLYCON_DECLARE(zte, ".......", zte_early_console_setup); > EARLYCON_DECLARE(sbsa32, sbsa32_early_console_setup); > OF_EARLYCON_DECLARE(sbsa32, "arm,sbsa-uart", sbsa32_early_console_setup); > > The above assumes that the sbsa32 maintains the equivalence of > earlycon and console; ie., that > > / { > chosen { > stdout-path = &uart0; > }; > > soc { > uart0: serial@xxxxxx { > compatible = "arm,sbsa-uart"; > }; > }; > }; > > > will start a sbsa32 earlycon and later replace that with > sbsa console. I never really understood the device tree support for SBSA. The "S" stands for Server, and ARM Server systems are supposed to use ACPI. It's easy to add special cases via device tree, because of its flexibility. ACPI is much more difficult, and that's why I used the command-line approach. Anyway, I found this alternate patch from Lief Lindholm that implements this idea better, although it needs work: https://patches.linaro.org/53265/ -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.