From: "Jon Fraser" <jfraser@broadcom.com>
To: xen-devel@lists.xen.org
Cc: julien.grall@linaro.org, Jon Fraser <jfraser@broadcom.com>,
stefano.stabellini@eu.citrix.com
Subject: [PATCH] xen/arm: Add EARLY_PRINT support for Broadcom brcm platform.
Date: Mon, 28 Oct 2013 21:50:31 -0400 [thread overview]
Message-ID: <1383011431-29539-1-git-send-email-jfraser@broadcom.com> (raw)
Enable early print support for the Broadcom A15 platform, brcm.
Signed-off-by: Jon Fraser <jfraser@broadcom.com>
---
xen/arch/arm/Rules.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
index bd79b26..c27c2eb 100644
--- a/xen/arch/arm/Rules.mk
+++ b/xen/arch/arm/Rules.mk
@@ -77,6 +77,11 @@ EARLY_PRINTK_INC := 8250
EARLY_UART_BASE_ADDRESS := 0x01c28000
EARLY_UART_REG_SHIFT := 2
endif
+ifeq ($(CONFIG_EARLY_PRINTK), brcm)
+EARLY_PRINTK_INC := 8250
+EARLY_UART_BASE_ADDRESS := 0xF0406B00
+EARLY_UART_REG_SHIFT := 2
+endif
ifneq ($(EARLY_PRINTK_INC),)
EARLY_PRINTK := y
--
1.7.11.3
next reply other threads:[~2013-10-29 1:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-29 1:50 Jon Fraser [this message]
2013-10-31 15:07 ` [PATCH] xen/arm: Add EARLY_PRINT support for Broadcom brcm platform Ian Campbell
2013-10-31 19:39 ` Jon Fraser
2013-11-01 13:25 ` Ian Campbell
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=1383011431-29539-1-git-send-email-jfraser@broadcom.com \
--to=jfraser@broadcom.com \
--cc=julien.grall@linaro.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xen.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).