From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751504AbbIFCk1 (ORCPT ); Sat, 5 Sep 2015 22:40:27 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:40865 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750844AbbIFCkV (ORCPT ); Sat, 5 Sep 2015 22:40:21 -0400 Message-ID: <55EBA782.7080403@huawei.com> Date: Sun, 6 Sep 2015 10:40:02 +0800 From: Ding Tianhong User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Marc Zyngier CC: , , , , , , , , , , , , , , , , Subject: Re: [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board References: <1441421939-6236-1-git-send-email-dingtianhong@huawei.com> <20150905101854.4f5011bb@arm.com> In-Reply-To: <20150905101854.4f5011bb@arm.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.22.246] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.55EBA793.0055,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 9d57d356aed2b301bdfa1c30dcaf9e39 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/9/5 17:18, Marc Zyngier wrote: > On Sat, 5 Sep 2015 10:58:57 +0800 > Ding Tianhong wrote: > >> Hip05-D02 Development Board is based on Cortex-A57, this patchset >> contains initial support for Hip05-D02 Soc and Board. Initial support >> is minimal and includes just the arch configuration, device tree >> configuration. >> >> PSCI is enabled in device tree and there is no problem to boot all the >> 16 cores, and the CPU hotplug is also working now, you can download and >> compile the latest firmware based on the following link to run this >> patch set. >> >> https://github.com/hisilicon/estuary/blob/master/README >> >> v1->v2: >> - 1. Change the compatible name for per CPU. >> 2. Remove the GIC_CPU_MASK_SIMPLE(xx) which is not used for gicv3 >> from hip05.dtsi. > > Please always indicate the version number in the email subject ("PATCH > v2" is the usual scheme). It makes it otherwise difficult to keep track > of what version I am looking at. > > Thanks, > Miss it, fix it in next version, thanks. Ding > M. >