All of lore.kernel.org
 help / color / mirror / Atom feed
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board
Date: Sat, 5 Sep 2015 10:18:54 +0100	[thread overview]
Message-ID: <20150905101854.4f5011bb@arm.com> (raw)
In-Reply-To: <1441421939-6236-1-git-send-email-dingtianhong@huawei.com>

On Sat, 5 Sep 2015 10:58:57 +0800
Ding Tianhong <dingtianhong@huawei.com> 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,

	M.
-- 
Jazz is not dead. It just smells funny.

WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <marc.zyngier@arm.com>
To: Ding Tianhong <dingtianhong@huawei.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, catalin.marinas@arm.com,
	will.deacon@arm.com, devicetree@vger.kernel.org,
	robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	rob.herring@linaro.org, haojian.zhuang@linaro.org,
	zhangfei.gao@linaro.org, xuwei5@hisilicon.com,
	leo.yan@linaro.org, zhizhou.zh@gmail.com, linuxarm@huawei.com
Subject: Re: [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board
Date: Sat, 5 Sep 2015 10:18:54 +0100	[thread overview]
Message-ID: <20150905101854.4f5011bb@arm.com> (raw)
In-Reply-To: <1441421939-6236-1-git-send-email-dingtianhong@huawei.com>

On Sat, 5 Sep 2015 10:58:57 +0800
Ding Tianhong <dingtianhong@huawei.com> 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,

	M.
-- 
Jazz is not dead. It just smells funny.

WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <marc.zyngier@arm.com>
To: Ding Tianhong <dingtianhong@huawei.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <catalin.marinas@arm.com>,
	<will.deacon@arm.com>, <devicetree@vger.kernel.org>,
	<robh+dt@kernel.org>, <pawel.moll@arm.com>,
	<mark.rutland@arm.com>, <ijc+devicetree@hellion.org.uk>,
	<galak@codeaurora.org>, <rob.herring@linaro.org>,
	<haojian.zhuang@linaro.org>, <zhangfei.gao@linaro.org>,
	<xuwei5@hisilicon.com>, <leo.yan@linaro.org>,
	<zhizhou.zh@gmail.com>, <linuxarm@huawei.com>
Subject: Re: [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board
Date: Sat, 5 Sep 2015 10:18:54 +0100	[thread overview]
Message-ID: <20150905101854.4f5011bb@arm.com> (raw)
In-Reply-To: <1441421939-6236-1-git-send-email-dingtianhong@huawei.com>

On Sat, 5 Sep 2015 10:58:57 +0800
Ding Tianhong <dingtianhong@huawei.com> 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,

	M.
-- 
Jazz is not dead. It just smells funny.

  parent reply	other threads:[~2015-09-05  9:18 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-05  2:58 [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board Ding Tianhong
2015-09-05  2:58 ` Ding Tianhong
2015-09-05  2:58 ` Ding Tianhong
2015-09-05  2:58 ` [PATCH 1/2] arm64: hip05-d02: Document devicetree bindings for Hisilicon Hip05-D02 Board Ding Tianhong
2015-09-05  2:58   ` Ding Tianhong
2015-09-05  2:58   ` Ding Tianhong
2015-09-05  2:58 ` [PATCH 2/2] arm64: dts: add dts files for Hisilicon Hip05-D02 Development Board Ding Tianhong
2015-09-05  2:58   ` Ding Tianhong
2015-09-05  2:58   ` Ding Tianhong
2015-09-05  9:28   ` Marc Zyngier
2015-09-05  9:28     ` Marc Zyngier
2015-09-05  9:28     ` Marc Zyngier
2015-09-06  2:47     ` Ding Tianhong
2015-09-06  2:47       ` Ding Tianhong
2015-09-06  2:47       ` Ding Tianhong
2015-09-05  9:18 ` Marc Zyngier [this message]
2015-09-05  9:18   ` [PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board Marc Zyngier
2015-09-05  9:18   ` Marc Zyngier
2015-09-06  2:40   ` Ding Tianhong
2015-09-06  2:40     ` Ding Tianhong
2015-09-06  2:40     ` Ding Tianhong
  -- strict thread matches above, loose matches on Subject: below --
2015-08-29  8:52 Ding Tianhong
2015-08-29  8:52 ` Ding Tianhong
2015-08-29  8:52 ` Ding Tianhong
2015-08-29  8:50 Ding Tianhong
2015-08-29  8:50 ` Ding Tianhong
2015-08-29  8:50 ` Ding Tianhong

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=20150905101854.4f5011bb@arm.com \
    --to=marc.zyngier@arm.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.