From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xenproject.org
Cc: stefano.stabellini@citrix.com,
Julien Grall <julien.grall@linaro.org>,
tim@xen.org, ian.campbell@citrix.com
Subject: [PATCH v4 0/5] xen/arm: Merge early_printk function in console code
Date: Thu, 13 Mar 2014 15:09:13 +0000 [thread overview]
Message-ID: <1394723358-22845-1-git-send-email-julien.grall@linaro.org> (raw)
Hello all,
This patch series aims to merge early printk in the console code. This will
avoid the developper to care wheter the message is printed before or after
the console is initialized.
Sincerely yours,
Julien Grall (5):
xen/arm: earlyprintk: move early_flush in early_puts
xen/arm: earlyprintk: export early_puts
xen/arm: Rename EARLY_PRINTK compile option to CONFIG_EARLY_PRINTK
xen/console: Add support for early printk
xen/arm: Replace early_{printk,panic} call to {printk,panic} call
xen/arch/arm/Rules.mk | 2 +-
xen/arch/arm/arm32/head.S | 18 ++++-----
xen/arch/arm/arm64/head.S | 18 ++++-----
xen/arch/arm/early_printk.c | 36 +-----------------
xen/arch/arm/mm.c | 5 +--
xen/arch/arm/setup.c | 28 +++++++-------
xen/common/device_tree.c | 74 +++++++++++++++---------------------
xen/drivers/char/console.c | 6 ++-
xen/drivers/char/dt-uart.c | 9 ++---
xen/drivers/char/exynos4210-uart.c | 13 +++----
xen/drivers/char/omap-uart.c | 13 +++----
xen/drivers/char/pl011.c | 13 +++----
xen/drivers/video/arm_hdlcd.c | 29 +++++++-------
xen/include/asm-arm/early_printk.h | 27 +------------
xen/include/xen/early_printk.h | 21 ++++++++++
15 files changed, 130 insertions(+), 182 deletions(-)
create mode 100644 xen/include/xen/early_printk.h
--
1.7.10.4
next reply other threads:[~2014-03-13 15:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-13 15:09 Julien Grall [this message]
2014-03-13 15:09 ` [PATCH v4 1/5] xen/arm: earlyprintk: move early_flush in early_puts Julien Grall
2014-03-13 15:09 ` [PATCH v4 2/5] xen/arm: earlyprintk: export early_puts Julien Grall
2014-03-13 15:09 ` [PATCH v4 3/5] xen/arm: Rename EARLY_PRINTK compile option to CONFIG_EARLY_PRINTK Julien Grall
2014-03-13 15:09 ` [PATCH v4 4/5] xen/console: Add support for early printk Julien Grall
2014-03-28 15:29 ` Keir Fraser
2014-03-13 15:09 ` [PATCH v4 5/5] xen/arm: Replace early_{printk, panic} call to {printk, panic} call Julien Grall
2014-04-01 10:54 ` [PATCH v4 0/5] xen/arm: Merge early_printk function in console code Ian Campbell
2014-04-01 11:07 ` Julien Grall
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=1394723358-22845-1-git-send-email-julien.grall@linaro.org \
--to=julien.grall@linaro.org \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xenproject.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).