From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v3] xen/arm: Add support for Huawei hip04-d01 platform Date: Wed, 05 Nov 2014 13:38:06 +0000 Message-ID: <545A283E.20202@linaro.org> References: <1415180475-8339-1-git-send-email-frediano.ziglio@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1415180475-8339-1-git-send-email-frediano.ziglio@huawei.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: Frediano Ziglio , Ian Campbell , Stefano Stabellini , Tim Deegan Cc: zoltan.kiss@huawei.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Frediano, Thank you for adding support to this board. Could you provide the instruction to boot Xen on this board? It might be interesting to add a wiki page with them and link to: http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions Regards, On 11/05/2014 09:41 AM, Frediano Ziglio wrote: > This set of patches add Xen support for hip04-d01 platform (see https://wiki.linaro.org/Boards/D01 for details). > > Changes from v2: > - rewrote DTS fix patch (Ian Campbell); > - use is_hip04 macro instead of doing explicit test (Julien Grall); > - do not use quirks to distinguish this platform (Ian Cambell); > - move some GIC constants to C files instead of header (Julien Grall); > - minor changes (Julien Grall). > > Changes from v1: > - style (Julien Grall); > - make gicv2_send_SGI faster (Julien Grall); > - cleanup correctly if hip04_smp_init fails (Julien Grall); > - remove quirks using compatibility (Ian Campbell); > - other minor suggestions by Julien Grall. > > > -- Julien Grall