From: Julien Grall <julien.grall@linaro.org>
To: HyonYoung Choi <commani@gmail.com>
Cc: Suriyan Ramasami <suriyan.r@gmail.com>,
Meng Xu <xumengpanda@gmail.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: Question about running Xen 4.4 on Arndale board
Date: Mon, 14 Apr 2014 17:31:55 +0100 [thread overview]
Message-ID: <534C0D7B.6030307@linaro.org> (raw)
In-Reply-To: <CAFpecnSYDhE1_xqF8SwPcVy9OFGMX5hE52ikDnKmaCdH13DLPw@mail.gmail.com>
On 04/14/2014 04:33 PM, HyonYoung Choi wrote:
> Hello Julien,
> I'm Hyonyoung Choi, working on Xen into Arndale-Octa board with Meng.
>
> I tried to recompiled xen with CONFIG_EARLY_PRINTK=exynos5250 as your
> advice.
>
> The command line is like this:
>
> make distclean
> export CONFIG_EARLY_PRINTK=exynos5250
> make dist-xen XEN_TARGET_ARCH=arm32
>
> The result is nothing happened at all.
> No additional message is printed.
Sorry I misread the documentation, the UART port is not the same on the
exynos5420. Can you try to apply the patch below and recompile xen (make
clean make) with CONFIG_EARLY_PRINTK=exynos5420.
Regards,
commit 9595eedd366145b5b3e91b2b7cfa076cc2fc4174
Author: Julien Grall <julien.grall@linaro.org>
Date: Mon Apr 14 17:24:54 2014 +0100
xen/arm: Add early printk for Arndale Octa (exynos5420)
Enable early printk for exynos5420.
Signed-off-by: Julien Grall <julien.grall@linaro.org>
diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
index c551afb..ddc2e28 100644
--- a/xen/arch/arm/Rules.mk
+++ b/xen/arch/arm/Rules.mk
@@ -57,6 +57,12 @@ EARLY_PRINTK_INIT_UART := y
EARLY_PRINTK_BAUD := 115200
EARLY_UART_BASE_ADDRESS := 0x12c20000
endif
+ifeq ($(CONFIG_EARLY_PRINTK), exynos5420)
+EARLY_PRINTK_INC := exynos4210
+EARLY_PRINTK_INIT_UART := y
+EARLY_PRINTK_BAUD := 11520
+EARLY_UART_BASE_ADDRESS := 0x12c30000
+endif
ifeq ($(CONFIG_EARLY_PRINTK), midway)
EARLY_PRINTK_INC := pl011
EARLY_PRINTK_BAUD := 115200
--
Julien Grall
next prev parent reply other threads:[~2014-04-14 16:31 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 19:55 Question about running Xen 4.4 on Arndale board Meng Xu
2014-04-11 12:55 ` Julien Grall
2014-04-11 13:17 ` Meng Xu
2014-04-11 13:27 ` Julien Grall
2014-04-14 15:33 ` HyonYoung Choi
2014-04-14 16:31 ` Julien Grall [this message]
2014-04-14 17:01 ` HyonYoung Choi
2014-04-14 17:07 ` Suriyan Ramasami
2014-04-14 17:37 ` Julien Grall
2014-04-14 17:52 ` HyonYoung Choi
2014-04-14 18:34 ` Julien Grall
2014-04-14 18:54 ` HyonYoung Choi
2014-04-15 1:49 ` Suriyan Ramasami
-- strict thread matches above, loose matches on Subject: below --
2014-04-14 15:47 tod carpenter
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=534C0D7B.6030307@linaro.org \
--to=julien.grall@linaro.org \
--cc=commani@gmail.com \
--cc=suriyan.r@gmail.com \
--cc=xen-devel@lists.xen.org \
--cc=xumengpanda@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.