From: Julien Grall <julien.grall@linaro.org>
To: Andre Przywara <andre.przywara@calxeda.com>
Cc: xen-devel@lists.xen.org, Ian.Campbell@citrix.com,
stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
Date: Fri, 24 May 2013 13:40:54 +0100 [thread overview]
Message-ID: <519F5FD6.1030101@linaro.org> (raw)
In-Reply-To: <1369392152-1305-1-git-send-email-andre.przywara@calxeda.com>
On 05/24/2013 11:42 AM, Andre Przywara wrote:
> The current early-printk support for ARM is rather hard-coded, making
> it hard to add machines or tweak settings.
> This series slightly moves some code to gather UART settings in
> xen/arch/arm/Rules.mk instead of the actual .c files. Also it allows
> two different machines with different settings to share the same
> driver, which the last patch exploits to add support the Calxeda
> Midway hardware.
>
> This haven't been extensively tested, but I looked at the generated
> assembly and did some quick checks on Versatile Express.
Thanks for this patch series, the UART code is now more generic :).
I tried all these patches on the fast model and the arndale board. I
didn't see any specific issue.
Cheers,
Julien
>
> Signed-off-by: Andre Przywara <andre.przywara@calxeda.com>
>
> Andre Przywara (4):
> arm/early-printk: calculate baud rate divisor from user provided
> value
> arm/early-printk: allow skipping of UART init
> arm/early-printk: move UART base address to Rules.mk
> arm/early-printk: add Calxeda Midway UART support
>
> xen/arch/arm/Rules.mk | 13 +++++++++++++
> xen/arch/arm/arm32/debug-exynos4210.inc | 6 ++----
> xen/arch/arm/arm32/debug-pl011.inc | 6 ++----
> xen/arch/arm/arm32/head.S | 2 ++
> xen/arch/arm/arm64/debug-pl011.inc | 6 ++----
> xen/arch/arm/arm64/head.S | 2 ++
> 6 files changed, 23 insertions(+), 12 deletions(-)
>
prev parent reply other threads:[~2013-05-24 12:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-24 10:42 [PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support Andre Przywara
2013-05-24 10:42 ` [PATCH 1/4] arm/early-printk: calculate baud rate divisor from user provided value Andre Przywara
2013-05-24 12:15 ` Julien Grall
2013-05-24 10:42 ` [PATCH 2/4] arm/early-printk: allow skipping of UART init Andre Przywara
2013-05-24 12:30 ` Julien Grall
2013-05-24 10:42 ` [PATCH 3/4] arm/early-printk: move UART base address to Rules.mk Andre Przywara
2013-05-24 12:36 ` Julien Grall
2013-05-24 12:51 ` Julien Grall
2013-05-24 10:42 ` [PATCH 4/4] arm/early-printk: add Calxeda Midway UART support Andre Przywara
2013-05-24 12:38 ` Julien Grall
2013-05-24 12:40 ` Julien Grall [this message]
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=519F5FD6.1030101@linaro.org \
--to=julien.grall@linaro.org \
--cc=Ian.Campbell@citrix.com \
--cc=andre.przywara@calxeda.com \
--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 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.