From: Ian Campbell <ian.campbell@citrix.com>
To: Julien Grall <julien.grall@linaro.org>
Cc: Vijay Kilari <vijay.kilari@gmail.com>,
stefano.stabellini@eu.citrix.com,
Prasun.Kapoor@caviumnetworks.com,
Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>,
tim@xen.org, xen-devel@lists.xen.org,
stefano.stabellini@citrix.com, manish.jaggi@caviumnetworks.com
Subject: Re: [PATCH v3 3/4] xen/arm: Add early printk support for ThunderX platform
Date: Thu, 5 Mar 2015 16:40:16 +0000 [thread overview]
Message-ID: <1425573616.25940.258.camel@citrix.com> (raw)
In-Reply-To: <CAPnVf8xv7eTb5kkY+Jouwtux38EiUPs9WeHc99cyxERuz3JgTQ@mail.gmail.com>
On Thu, 2015-03-05 at 09:15 +0000, Julien Grall wrote:
> Hello Vijay,
>
>
> On 4 Mar 2015 06:06, <vijay.kilari@gmail.com> wrote:
> >
> > From: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
> >
> > ThunderX platform uses pl011 uart.
>
> You need to update docs/misc/arm/early-printk.txt.
I'll insert
"- thunderx: printk with pl011 for Cavium ThunderX processor."
as I commit. If that doesn't suit then please followup with a
correction ;-)
>
> Regards,
>
>
> > Signed-off-by: Vijaya Kumar K <Vijaya.Kumar@caviumnetworks.com>
> > Acked-by: Ian Campbell <ian.campbell@citrix.com>
> > ---
> > xen/arch/arm/Rules.mk | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
> > index c7bd227..54efa91 100644
> > --- a/xen/arch/arm/Rules.mk
> > +++ b/xen/arch/arm/Rules.mk
> > @@ -113,6 +113,10 @@ ifeq ($(CONFIG_EARLY_PRINTK), lager)
> > EARLY_PRINTK_INC := scif
> > EARLY_UART_BASE_ADDRESS := 0xe6e60000
> > endif
> > +ifeq ($(CONFIG_EARLY_PRINTK), thunderx)
> > +EARLY_PRINTK_INC := pl011
> > +EARLY_UART_BASE_ADDRESS := 0x87e024000000
> > +endif
> >
> > ifneq ($(EARLY_PRINTK_INC),)
> > EARLY_PRINTK := y
> > --
> > 1.7.9.5
> >
>
>
next prev parent reply other threads:[~2015-03-05 16:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 6:06 [PATCH v3 0/4] Add ThunderX platform support vijay.kilari
2015-03-04 6:06 ` [PATCH v3 1/4] xen/arm: " vijay.kilari
2015-03-04 6:06 ` [PATCH v2 2/4] xen/arm: Add GSER region to ThunderX platform mapping vijay.kilari
2015-03-05 16:46 ` Ian Campbell
2015-03-05 17:10 ` Ian Campbell
2015-03-17 13:02 ` Vijay Kilari
2015-03-17 13:53 ` Ian Campbell
2015-03-04 6:06 ` [PATCH v3 3/4] xen/arm: Add early printk support for ThunderX platform vijay.kilari
2015-03-05 9:15 ` Julien Grall
2015-03-05 16:40 ` Ian Campbell [this message]
2015-03-04 6:06 ` [PATCH v3 4/4] xen/arm: Don't pass the PSCI-0.2 node to DOM0 vijay.kilari
2015-03-05 17:26 ` [PATCH v3 0/4] Add ThunderX platform support 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=1425573616.25940.258.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Prasun.Kapoor@caviumnetworks.com \
--cc=Vijaya.Kumar@caviumnetworks.com \
--cc=julien.grall@linaro.org \
--cc=manish.jaggi@caviumnetworks.com \
--cc=stefano.stabellini@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=tim@xen.org \
--cc=vijay.kilari@gmail.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 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.