Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753570AbaGQRUG (ORCPT ); Thu, 17 Jul 2014 13:20:06 -0400 Received: from gw01.mail.saunalahti.fi ([195.197.172.115]:42923 "EHLO gw01.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751422AbaGQRUE (ORCPT ); Thu, 17 Jul 2014 13:20:04 -0400 X-Greylist: delayed 457 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Jul 2014 13:20:03 EDT Date: Thu, 17 Jul 2014 20:12:50 +0300 From: Aaro Koskinen To: Daniel Thompson Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org, Russell King , Tony Lindgren , Arnd Bergmann Subject: Re: [PATCH CFT] arm: omap1: Migrate debug_ll macros to use 8250.S Message-ID: <20140717171250.GC16324@ambient.musicnaut.iki.fi> References: <1405594444-27633-1-git-send-email-daniel.thompson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1405594444-27633-1-git-send-email-daniel.thompson@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Jul 17, 2014 at 11:54:04AM +0100, Daniel Thompson wrote: > The omap1's debug-macro.S is similar to the generic 8250 code. Compared to > the 8520 code the omap1 macro automatically determines what UART to use > based on breadcrumbs left by the bootloader and automatically copes with > the eccentric register layout on OMAP7XX. [...] > + config DEBUG_OMAP1UART1 > + bool "Kernel low-level debugging via OMAP1 UART1" > + depends on ARCH_OMAP1 && !ARCH_OMAP730 Did you try this with omap1_defconfig and then running menuconfig to see how it looks like? The patch allows to select only OMAP730 ports, but the kernel should be bootable on all core types... A. -- 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/