xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] xen/arm: Merge early_printk function in console code
@ 2014-03-12 14:34 Julien Grall
  2014-03-12 14:34 ` [PATCH v3 1/5] xen/arm: earlyprintk: move early_flush in early_puts Julien Grall
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Julien Grall @ 2014-03-12 14:34 UTC (permalink / raw)
  To: xen-devel; +Cc: stefano.stabellini, Julien Grall, tim, ian.campbell

Hello all,

This patch series aims to merge early printk in the console code. This will
avoid the developper to care whether 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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-03-14 15:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-12 14:34 [PATCH v3 0/5] xen/arm: Merge early_printk function in console code Julien Grall
2014-03-12 14:34 ` [PATCH v3 1/5] xen/arm: earlyprintk: move early_flush in early_puts Julien Grall
2014-03-12 14:34 ` [PATCH v3 2/5] xen/arm: earlyprintk: export early_puts Julien Grall
2014-03-12 14:34 ` [PATCH v3 3/5] xen/arm: Rename EARLY_PRINTK compile option to CONFIG_EARLY_PRINTK Julien Grall
2014-03-12 14:34 ` [PATCH v3 4/5] xen/console: Add support for early printk Julien Grall
2014-03-12 15:20   ` Jan Beulich
2014-03-12 15:32     ` Julien Grall
2014-03-12 14:34 ` [PATCH v3 5/5] xen/arm: Replace early_{printk, panic} call to {printk, panic} call Julien Grall
2014-03-12 15:15 ` [PATCH v3 0/5] xen/arm: Merge early_printk function in console code Jan Beulich
2014-03-12 15:31   ` Julien Grall
2014-03-12 16:44     ` Jan Beulich
2014-03-12 16:52       ` Ian Campbell
2014-03-14 14:42 ` Ian Campbell
2014-03-14 15:42   ` Julien Grall

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).