xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Bamvor Jian Zhang <bjzhang@suse.com>
To: xen-devel@lists.xen.org
Cc: bjzhang@suse.com, andre.przywara@calxeda.com,
	julien.grall@linaro.org, ian.campbell@citrix.com,
	Stefano.Stabellini@eu.citrix.com
Subject: [PATCH 3/4] xen/arm: enable early printk for sun6i
Date: Fri, 31 May 2013 20:53:33 +0800	[thread overview]
Message-ID: <1370004814-30686-4-git-send-email-bjzhang@suse.com> (raw)
In-Reply-To: <1370004814-30686-1-git-send-email-bjzhang@suse.com>

enable early printk for sun6i base on the macro introduce by previous
patch.

Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.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 422ed04..59d29c4 100644
--- a/xen/arch/arm/Rules.mk
+++ b/xen/arch/arm/Rules.mk
@@ -64,6 +64,11 @@ EARLY_PRINTK_INC := pl011
 EARLY_PRINTK_BAUD := 115200
 EARLY_UART_BASE_ADDRESS := 0xfff36000
 endif
+ifeq ($(CONFIG_EARLY_PRINTK), sun6i)
+EARLY_PRINTK_INC := sun6i
+EARLY_PRINTK_BAUD := 115200
+EARLY_UART_BASE_ADDRESS := 0x01c28000
+endif
 
 ifneq ($(EARLY_PRINTK_INC),)
 EARLY_PRINTK := y
-- 
1.8.1.4

  parent reply	other threads:[~2013-05-31 12:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-31 12:53 [PATCH 0/4] xen/arm: assemble support for Allwinner A31 Bamvor Jian Zhang
2013-05-31 12:53 ` [PATCH 1/4] xen/arm: introduce Cortex-A7 support Bamvor Jian Zhang
2013-06-12  9:57   ` Ian Campbell
2013-06-18  6:34     ` Bamvor Jian Zhang
2013-06-18  9:24       ` Ian Campbell
2013-05-31 12:53 ` [PATCH 2/4] xen/arm: introduce Allwinner sun6i SOC basic support Bamvor Jian Zhang
2013-06-12 10:17   ` Ian Campbell
2013-06-18  6:35     ` Bamvor Jian Zhang
2013-06-18  9:53       ` Ian Campbell
2013-06-18 10:23         ` Bamvor Jian Zhang
2013-05-31 12:53 ` Bamvor Jian Zhang [this message]
2013-06-12 10:17   ` [PATCH 3/4] xen/arm: enable early printk for sun6i Ian Campbell
2013-06-18  6:35     ` ReL " Bamvor Jian Zhang
2013-06-18  9:54       ` Ian Campbell
2013-06-18  6:49     ` Bamvor Jian Zhang
2013-05-31 12:53 ` [PATCH 4/4] xen/arm: enable switch to hyper mode " Bamvor Jian Zhang
2013-06-12 10:17   ` Ian Campbell
2013-06-18  6:38     ` Bamvor Jian Zhang
2013-06-18 10:00       ` Ian Campbell
2013-06-18 10:39         ` Bamvor Jian Zhang
2013-06-18 10:45           ` Ian Campbell
2013-05-31 15:14 ` [PATCH 0/4] xen/arm: assemble support for Allwinner A31 Ian Campbell
2013-05-31 15:49   ` Bamvor Jian Zhang

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=1370004814-30686-4-git-send-email-bjzhang@suse.com \
    --to=bjzhang@suse.com \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=andre.przywara@calxeda.com \
    --cc=ian.campbell@citrix.com \
    --cc=julien.grall@linaro.org \
    --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).