From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 27 Oct 2014 01:06:58 +0100 Subject: [U-Boot] [PATCH v3 0/6] Introduce low-level debug for ARM architecture In-Reply-To: <1409537195-2726-1-git-send-email-yamada.m@jp.panasonic.com> References: <1409537195-2726-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <20141027010658.10d8c8d5@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Masahiro, On Mon, 1 Sep 2014 11:06:29 +0900, Masahiro Yamada wrote: > I have been in trouble for a while to debug some nasty problem > where neighter a debugger nor printf() function is available. > > I found the lowlevel debug feature in ARM Linux can be used as is > in U-Boot too. > > I tested this series on our SoCs (32bit ARM, specificly Coretex-A9). > Because I was not sure about aarch64, I have this feature > depend on "! ARM64". > > 1/6 and 2/6 refactor a bit and move CONFIG_ARM64 to Kconfig. > > 3/6 imports some source files from Linux 3.16 and > 5/6 adds the Kconfig menu. > > > > Masahiro Yamada (6): > vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI > kconfig: armv8: move CONFIG_ARM64 to Kconfig > arm: debug: import debug files from Linux 3.16 > arm: debug: replace license blocks with SPDX > arm: debug: add Kconfig entries for lowlevel debug > arm: debug: adjust for U-Boot Patches 3 through 6 also applied, to u-boot-arm/master. Thanks! Amicalement, -- Albert.