From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752134AbcGARc7 (ORCPT ); Fri, 1 Jul 2016 13:32:59 -0400 Received: from mail-pa0-f67.google.com ([209.85.220.67]:34025 "EHLO mail-pa0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbcGARcz (ORCPT ); Fri, 1 Jul 2016 13:32:55 -0400 Subject: Re: [PATCH] ARM: brcmstb: Add earlyprintk support using run-time checks To: linux-arm-kernel@lists.infradead.org, arnd@arndb.de References: <1467333764-2900-1-git-send-email-f.fainelli@gmail.com> Cc: Russell King , Brian Norris , Gregory Fong , Ray Jui , Scott Branden , open list , "open list:BROADCOM BCM7XXX ARM ARCHITECTURE" From: Florian Fainelli Message-ID: <5776A91B.1000401@gmail.com> Date: Fri, 1 Jul 2016 10:32:11 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1467333764-2900-1-git-send-email-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/30/2016 05:42 PM, Florian Fainelli wrote: > SUN_TOP_CTRL_FAMILY_ID is at a fixed absolute address for all of our supported > chips, so utilize its value to determine what the UARTA base address should be. > > Since the code is called both during decompressor when the MMU is off, and > after the MMU has been turned on, and we want to do the lookup only > once, we use the same technique as tegra.S and have a shared storage > location between the decompressor and the kernel. > > Signed-off-by: Florian Fainelli Looks like I missed an update to DEBUG_UNCOMPRESS to make it disbaled if DEBUG_BRCMSTB_UART is enabled. Should patches to Kconfig.debug be submitted to RMK's patch system, or pulled via arm-soc changes? Thanks -- Florian