From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 02/10] ARM: add lolevel debug support for asm9260
Date: Mon, 20 Oct 2014 15:35:43 +0100 [thread overview]
Message-ID: <20141020143543.GW27405@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1413814203-8785-3-git-send-email-linux@rempel-privat.de>
On Mon, Oct 20, 2014 at 04:09:55PM +0200, Oleksij Rempel wrote:
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
> ---
> arch/arm/Kconfig.debug | 33 ++++++++++++++++++++++++++++++---
> arch/arm/include/debug/asm9260.S | 31 +++++++++++++++++++++++++++++++
> 2 files changed, 61 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/include/debug/asm9260.S
>
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index b11ad54..6902a57 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -953,6 +953,27 @@ choice
> options; the platform specific options are deprecated
> and will be soon removed.
>
> + config DEBUG_ASM9260_UART
> + bool "Kernel low-level debugging via asm9260 UART"
> + depends on MACH_ASM9260
> + help
> + Say Y here if you want the debug print routines to direct
> + their output to an UART or USART port on asm9260 based
> + machines.
> +
> + DEBUG_UART_PHYS | DEBUG_UART_VIRT
> +
> + 0x80000000 | 0xf0000000 | UART0
> + 0x80004000 | 0xf0004000 | UART1
> + 0x80008000 | 0xf0008000 | UART2
> + 0x8000c000 | 0xf000c000 | UART3
> + 0x80010000 | 0xf0010000 | UART4
> + 0x80014000 | 0xf0014000 | UART5
> + 0x80018000 | 0xf0018000 | UART6
> + 0x8001c000 | 0xf001c000 | UART7
> + 0x80020000 | 0xf0020000 | UART8
> + 0x80024000 | 0xf0024000 | UART9
> +
Also badly placed.
--
FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
according to speedtest.net.
next prev parent reply other threads:[~2014-10-20 14:35 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 14:09 [PATCH v6 00/10] initial suport for Alphascale ASM9260 Oleksij Rempel
2014-10-20 14:09 ` [PATCH v6 01/10] ARM: add mach-asm9260 Oleksij Rempel
2014-10-20 14:34 ` Russell King - ARM Linux
2014-10-20 14:09 ` [PATCH v6 02/10] ARM: add lolevel debug support for asm9260 Oleksij Rempel
2014-10-20 14:35 ` Russell King - ARM Linux [this message]
2014-10-20 18:38 ` Oleksij Rempel
2014-10-20 14:09 ` [PATCH v6 03/10] ARM: clk: add clk-asm9260 driver Oleksij Rempel
2014-10-20 14:09 ` [PATCH v6 04/10] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel
2014-10-20 14:09 ` [PATCH v6 05/10] ARM: irqchip: mxs: add Alpascale ASM9260 support Oleksij Rempel
2014-10-20 14:09 ` [PATCH v6 06/10] ARM: clocksource: add asm9260_timer driver Oleksij Rempel
2014-10-20 14:10 ` [PATCH v6 07/10] ARM: tty: mxs-auart: add initial Alphascale ASM9260 support Oleksij Rempel
2014-10-20 14:10 ` [PATCH v6 08/10] ARM: dts: add DT for Alphascale ASM9260 SoC Oleksij Rempel
2014-10-20 14:10 ` [PATCH v6 09/10] ARM: add alphascale,acc.txt bindings documentation Oleksij Rempel
2014-10-20 14:10 ` [PATCH v6 10/10] add Alphascale to vendor-prefixes.txt Oleksij Rempel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141020143543.GW27405@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).