From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 0/5] xen/arm: Merge early_printk function in console code Date: Tue, 01 Apr 2014 12:07:22 +0100 Message-ID: <533A9DEA.7030700@linaro.org> References: <1394723358-22845-1-git-send-email-julien.grall@linaro.org> <1396349658.8667.102.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WUwXM-0004ut-SZ for xen-devel@lists.xenproject.org; Tue, 01 Apr 2014 11:07:25 +0000 Received: by mail-wi0-f178.google.com with SMTP id bs8so4891420wib.17 for ; Tue, 01 Apr 2014 04:07:23 -0700 (PDT) In-Reply-To: <1396349658.8667.102.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xenproject.org, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On 04/01/2014 11:54 AM, Ian Campbell wrote: > On Thu, 2014-03-13 at 15:09 +0000, Julien Grall wrote: >> 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): > > Acked the last one and applied, but: Thanks! >> xen/arm: earlyprintk: move early_flush in early_puts > > Some rejects in head.S for both subarchs here. Trivial to resolve > though. >> 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 > > There were rejects in device_tree.c for this one, since the XSM patches > happened in the interim. I'm pretty sure I've fixed it up correctly > though. > > Please do check though. Both changes sounds good to me. Thanks for resolving the conflicts! -- Julien Grall