From: Julien Grall <julien.grall@arm.com>
To: Andrii Anisov <andrii_anisov@epam.com>,
Andrii Anisov <andrii.anisov@gmail.com>,
xen-devel@lists.xen.org
Cc: Iurii Konovalenko <iurii.konovalenko@globallogic.com>,
Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
Subject: Re: [PATCH 2/2] xen:arm: earlyprintk configuration for R-Car Gen3 boards
Date: Wed, 26 Jul 2017 16:34:58 +0100 [thread overview]
Message-ID: <a9f53ea9-f90a-c251-e21e-81cb58e587c8@arm.com> (raw)
In-Reply-To: <4d4ed4a1-99f6-aa1b-0789-e8101e75465a@epam.com>
Hi,
On 26/07/17 16:25, Andrii Anisov wrote:
> + Stefano as a maintainer.
>
> Dear all,
>
> Any objections on this patch?
Same as patch #1 here.
>
> On 05.07.17 19:29, Andrii Anisov wrote:
>> From: Andrii Anisov <andrii_anisov@epam.com>
>>
>> Introduce an earlyprintk configuration for R-Car Gen3 SoC based
>> development
>> boards, like:
>> - Salvator-X [http://elinux.org/R-Car/Boards/Salvator-X]
>> - M3ULCB [http://elinux.org/R-Car/Boards/M3SK]
>> - H3ULCB [http://elinux.org/R-Car/Boards/H3SK]
>>
>> Signed-off-by: Iurii Konovalenko <iurii.konovalenko@globallogic.com>
>> Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com>
>> Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
>> ---
>> docs/misc/arm/early-printk.txt | 1 +
>> xen/arch/arm/Rules.mk | 1 +
>> 2 files changed, 2 insertions(+)
>>
>> diff --git a/docs/misc/arm/early-printk.txt
>> b/docs/misc/arm/early-printk.txt
>> index 41b528b..a7a3d94 100644
>> --- a/docs/misc/arm/early-printk.txt
>> +++ b/docs/misc/arm/early-printk.txt
>> @@ -39,6 +39,7 @@ the name of the machine:
>> - fastmodel: printk on ARM Fastmodel software emulators
>> - juno: printk with pl011 on Juno platform
>> - lager: printk with SCIF0 on Renesas R-Car H2 processors
>> + - rcar3: printk with SCIF2 on Renesas R-Car H3 processors
Please follow alphabetical order
>> - midway: printk with the pl011 on Calxeda Midway processors
>> - omap5432: printk with UART3 on TI OMAP5432 processors
>> - seattle: printk with pl011 for AMD Seattle processor
>> diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk
>> index 569a0ba..9c1cb74 100644
>> --- a/xen/arch/arm/Rules.mk
>> +++ b/xen/arch/arm/Rules.mk
>> @@ -34,6 +34,7 @@ EARLY_PRINTK_fastmodel := pl011,0x1c090000,115200
>> EARLY_PRINTK_exynos5250 := exynos4210,0x12c20000
>> EARLY_PRINTK_juno := pl011,0x7ff80000
>> EARLY_PRINTK_lager := scif,0xe6e60000
>> +EARLY_PRINTK_rcar3 := scif,0xe6e88000
Ditto
>> EARLY_PRINTK_midway := pl011,0xfff36000
>> EARLY_PRINTK_omap5432 := 8250,0x48020000,2
>> EARLY_PRINTK_seattle := pl011,0xe1010000
>
Cheers,
--
Julien Grall
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-07-26 15:34 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-05 16:29 Renesas R-Car Gen3 SoCs earlyprintk support Andrii Anisov
2017-07-05 16:29 ` [PATCH 1/2] xen:arm64: Add SCIF UART support for earlyprintk Andrii Anisov
2017-07-26 15:25 ` Andrii Anisov
2017-07-26 15:33 ` Julien Grall
2017-07-26 15:39 ` Andrii Anisov
2017-07-05 16:29 ` [PATCH 2/2] xen:arm: earlyprintk configuration for R-Car Gen3 boards Andrii Anisov
2017-07-26 15:25 ` Andrii Anisov
2017-07-26 15:34 ` Julien Grall [this message]
2017-07-05 16:34 ` Renesas R-Car Gen3 SoCs earlyprintk support Julien Grall
2017-07-05 16:41 ` Andrii Anisov
2017-07-05 16:50 ` Julien Grall
2017-07-05 17:00 ` Andrii Anisov
2017-07-05 17:18 ` Julien Grall
2017-07-06 11:31 ` Andrii Anisov
2017-07-06 11:43 ` Julien Grall
2017-07-06 12:24 ` Andrii Anisov
2017-07-06 12:35 ` Julien Grall
2017-07-07 10:47 ` Andrii Anisov
2017-07-07 10:55 ` Julien Grall
2017-07-07 12:11 ` Andrii Anisov
2017-07-14 17:00 ` Andrii Anisov
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=a9f53ea9-f90a-c251-e21e-81cb58e587c8@arm.com \
--to=julien.grall@arm.com \
--cc=andrii.anisov@gmail.com \
--cc=andrii_anisov@epam.com \
--cc=iurii.konovalenko@globallogic.com \
--cc=iurii.mykhalskyi@globallogic.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).