All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/3] arm64: dts: r8a7795: Add Cortex-A57 CPU cores
Date: Wed, 16 Mar 2016 03:45:10 +0000	[thread overview]
Message-ID: <56E8D6C6.2000306@rvc.renesas.com> (raw)
In-Reply-To: <20160316011901.GB23687@verge.net.au>

Hi Simon, Dirk, Magnus,

On 3/16/2016 8:19 AM, Simon Horman wrote:
> Hi Dirk,
>
> On Tue, Dec 15, 2015 at 09:48:46AM +0100, Dirk Behme wrote:
>> On 15.12.2015 09:38, Magnus Damm wrote:
>>> Hi Simon,
>>>
>>> On Sat, Dec 12, 2015 at 8:07 AM, Simon Horman <horms@verge.net.au> wrote:
>>>> On Fri, Dec 04, 2015 at 02:38:52PM +0100, Dirk Behme wrote:
>>>>> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>>
>>>>> Add Cortex-A57 CPU cores to r8a7795 SoC for a total of 4 x Cortex-A57.
>>>>>
>>>>> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
>>>>> Sigend-off-by: Dirk Behme <dirk.behme@gmail.com>
>>>>
>>>> Thanks, I have queued this up for v4.5.
>>>
>>> Thanks. May I ask if CPU hotplug is known to work?
>>
>>
>> I didn't test that.
>
> As a follow-up I am wondering if you subsequently observed CPU hotplug
> working. My recent testing on v4.5 indicates that it isn't working in my
> environment. It would be quite valuable to know if it has ever been known
> to work.
>
>>> Also, which version
>>> of the boot loader stack is required?

Yes. CPUHotplug will be supported in boot loader stack released by Dec 
2015 and later.

>>
>> I've the U-Boot / boot loader stack from BSP v3.0.2 on the board. I haven't
>> tested v3.0.3, yet.
>
> For reference my environment is as follows:
>
>
>      NOTICE:  BL2: R-Car H3 Loader Rev.1.0.1
>      NOTICE:  BL2: DDR1600(rev.0.10)
>      NOTICE:  BL2: DRAM Split is 4ch
>      NOTICE:  BL2: QoS is Gfx Oriented(rev.0.24A)
>      NOTICE:  BL2: v1.1(release):41099f4
>      NOTICE:  BL2: Built : 11:47:26, Nov 19 2015
>      NOTICE:  BL2: Normal boot
>      NOTICE:  BL2: memdrv_block_read dst=0xe630e0b0 src=0x8180000 len6(0x24)
>      NOTICE:  BL2: memdrv_block_read dst=0x43f00000 src=0x8180400 len072(0xc00)
>      NOTICE:  BL2: memdrv_block_read dst=0x44000000 src=0x81c0000 lene536(0x10000)
>      NOTICE:  BL2: memdrv_block_read dst=0x44100000 src=0x8200000 lenR4288(0x80000)
>      NOTICE:  BL2: memdrv_block_read dst=0x49000000 src=0x8640000 len\x1048576(0x100000)
>
>      U-Boot 2015.04 (Nov 19 2015 - 11:47:49)
>
>      CPU: Renesas Electronics CPU rev 1.0
>      Board: Salvator-X
>      DRAM:  896 MiB
>      MMC:   sh-sdhi: 0, sh-sdhi: 1, sh-sdhi: 2
>      In:    serial
>      Out:   serial
>      Err:   serial
>      Net:   ravb
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Best regards,
KHIEM Nguyen

WARNING: multiple messages have this Message-ID (diff)
From: khiem.nguyen.xt@rvc.renesas.com (Khiem Nguyen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] arm64: dts: r8a7795: Add Cortex-A57 CPU cores
Date: Wed, 16 Mar 2016 10:45:10 +0700	[thread overview]
Message-ID: <56E8D6C6.2000306@rvc.renesas.com> (raw)
In-Reply-To: <20160316011901.GB23687@verge.net.au>

Hi Simon, Dirk, Magnus,

On 3/16/2016 8:19 AM, Simon Horman wrote:
> Hi Dirk,
>
> On Tue, Dec 15, 2015 at 09:48:46AM +0100, Dirk Behme wrote:
>> On 15.12.2015 09:38, Magnus Damm wrote:
>>> Hi Simon,
>>>
>>> On Sat, Dec 12, 2015 at 8:07 AM, Simon Horman <horms@verge.net.au> wrote:
>>>> On Fri, Dec 04, 2015 at 02:38:52PM +0100, Dirk Behme wrote:
>>>>> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>>
>>>>> Add Cortex-A57 CPU cores to r8a7795 SoC for a total of 4 x Cortex-A57.
>>>>>
>>>>> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
>>>>> Sigend-off-by: Dirk Behme <dirk.behme@gmail.com>
>>>>
>>>> Thanks, I have queued this up for v4.5.
>>>
>>> Thanks. May I ask if CPU hotplug is known to work?
>>
>>
>> I didn't test that.
>
> As a follow-up I am wondering if you subsequently observed CPU hotplug
> working. My recent testing on v4.5 indicates that it isn't working in my
> environment. It would be quite valuable to know if it has ever been known
> to work.
>
>>> Also, which version
>>> of the boot loader stack is required?

Yes. CPUHotplug will be supported in boot loader stack released by Dec 
2015 and later.

>>
>> I've the U-Boot / boot loader stack from BSP v3.0.2 on the board. I haven't
>> tested v3.0.3, yet.
>
> For reference my environment is as follows:
>
>
>      NOTICE:  BL2: R-Car H3 Loader Rev.1.0.1
>      NOTICE:  BL2: DDR1600(rev.0.10)
>      NOTICE:  BL2: DRAM Split is 4ch
>      NOTICE:  BL2: QoS is Gfx Oriented(rev.0.24A)
>      NOTICE:  BL2: v1.1(release):41099f4
>      NOTICE:  BL2: Built : 11:47:26, Nov 19 2015
>      NOTICE:  BL2: Normal boot
>      NOTICE:  BL2: memdrv_block_read dst=0xe630e0b0 src=0x8180000 len=36(0x24)
>      NOTICE:  BL2: memdrv_block_read dst=0x43f00000 src=0x8180400 len=3072(0xc00)
>      NOTICE:  BL2: memdrv_block_read dst=0x44000000 src=0x81c0000 len=65536(0x10000)
>      NOTICE:  BL2: memdrv_block_read dst=0x44100000 src=0x8200000 len=524288(0x80000)
>      NOTICE:  BL2: memdrv_block_read dst=0x49000000 src=0x8640000 len=1048576(0x100000)
>
>      U-Boot 2015.04 (Nov 19 2015 - 11:47:49)
>
>      CPU: Renesas Electronics CPU rev 1.0
>      Board: Salvator-X
>      DRAM:  896 MiB
>      MMC:   sh-sdhi: 0, sh-sdhi: 1, sh-sdhi: 2
>      In:    serial
>      Out:   serial
>      Err:   serial
>      Net:   ravb
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Best regards,
KHIEM Nguyen

WARNING: multiple messages have this Message-ID (diff)
From: Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>
To: Simon Horman <horms@verge.net.au>,
	Dirk Behme <dirk.behme@gmail.com>,
	Magnus Damm <magnus.damm@gmail.com>
Cc: SH-Linux <linux-sh@vger.kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Gaku Inami <gaku.inami.xw@bp.renesas.com>,
	Takeshi Kihara <takeshi.kihara.df@renesas.com>,
	Khiem Nguyen <khiem.nguyen.xt@rvc.renesas.com>,
	Toru Oishi <toru.oishi.zj@rvc.renesas.com>
Subject: Re: [PATCH 2/3] arm64: dts: r8a7795: Add Cortex-A57 CPU cores
Date: Wed, 16 Mar 2016 10:45:10 +0700	[thread overview]
Message-ID: <56E8D6C6.2000306@rvc.renesas.com> (raw)
In-Reply-To: <20160316011901.GB23687@verge.net.au>

Hi Simon, Dirk, Magnus,

On 3/16/2016 8:19 AM, Simon Horman wrote:
> Hi Dirk,
>
> On Tue, Dec 15, 2015 at 09:48:46AM +0100, Dirk Behme wrote:
>> On 15.12.2015 09:38, Magnus Damm wrote:
>>> Hi Simon,
>>>
>>> On Sat, Dec 12, 2015 at 8:07 AM, Simon Horman <horms@verge.net.au> wrote:
>>>> On Fri, Dec 04, 2015 at 02:38:52PM +0100, Dirk Behme wrote:
>>>>> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>>
>>>>> Add Cortex-A57 CPU cores to r8a7795 SoC for a total of 4 x Cortex-A57.
>>>>>
>>>>> Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>>>>> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
>>>>> Sigend-off-by: Dirk Behme <dirk.behme@gmail.com>
>>>>
>>>> Thanks, I have queued this up for v4.5.
>>>
>>> Thanks. May I ask if CPU hotplug is known to work?
>>
>>
>> I didn't test that.
>
> As a follow-up I am wondering if you subsequently observed CPU hotplug
> working. My recent testing on v4.5 indicates that it isn't working in my
> environment. It would be quite valuable to know if it has ever been known
> to work.
>
>>> Also, which version
>>> of the boot loader stack is required?

Yes. CPUHotplug will be supported in boot loader stack released by Dec 
2015 and later.

>>
>> I've the U-Boot / boot loader stack from BSP v3.0.2 on the board. I haven't
>> tested v3.0.3, yet.
>
> For reference my environment is as follows:
>
>
>      NOTICE:  BL2: R-Car H3 Loader Rev.1.0.1
>      NOTICE:  BL2: DDR1600(rev.0.10)
>      NOTICE:  BL2: DRAM Split is 4ch
>      NOTICE:  BL2: QoS is Gfx Oriented(rev.0.24A)
>      NOTICE:  BL2: v1.1(release):41099f4
>      NOTICE:  BL2: Built : 11:47:26, Nov 19 2015
>      NOTICE:  BL2: Normal boot
>      NOTICE:  BL2: memdrv_block_read dst=0xe630e0b0 src=0x8180000 len=36(0x24)
>      NOTICE:  BL2: memdrv_block_read dst=0x43f00000 src=0x8180400 len=3072(0xc00)
>      NOTICE:  BL2: memdrv_block_read dst=0x44000000 src=0x81c0000 len=65536(0x10000)
>      NOTICE:  BL2: memdrv_block_read dst=0x44100000 src=0x8200000 len=524288(0x80000)
>      NOTICE:  BL2: memdrv_block_read dst=0x49000000 src=0x8640000 len=1048576(0x100000)
>
>      U-Boot 2015.04 (Nov 19 2015 - 11:47:49)
>
>      CPU: Renesas Electronics CPU rev 1.0
>      Board: Salvator-X
>      DRAM:  896 MiB
>      MMC:   sh-sdhi: 0, sh-sdhi: 1, sh-sdhi: 2
>      In:    serial
>      Out:   serial
>      Err:   serial
>      Net:   ravb
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
Best regards,
KHIEM Nguyen

  reply	other threads:[~2016-03-16  3:45 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-04 13:38 [PATCH 1/3] arm64: dts: r8a7795: Add PSCI node Dirk Behme
2015-12-04 13:38 ` Dirk Behme
2015-12-04 13:38 ` Dirk Behme
2015-12-04 13:38 ` [PATCH 2/3] arm64: dts: r8a7795: Add Cortex-A57 CPU cores Dirk Behme
2015-12-04 13:38   ` Dirk Behme
2015-12-04 13:38   ` Dirk Behme
2015-12-11 23:07   ` Simon Horman
2015-12-11 23:07     ` Simon Horman
2015-12-11 23:07     ` Simon Horman
2015-12-15  5:12     ` Simon Horman
2015-12-15  5:12       ` Simon Horman
2015-12-15  5:12       ` Simon Horman
2015-12-15  6:31       ` Dirk Behme
2015-12-15  6:31         ` Dirk Behme
2015-12-15  6:31         ` Dirk Behme
2015-12-15  8:23       ` Geert Uytterhoeven
2015-12-15  8:23         ` Geert Uytterhoeven
2015-12-15  8:23         ` Geert Uytterhoeven
2015-12-15  8:38     ` Magnus Damm
2015-12-15  8:38       ` Magnus Damm
2015-12-15  8:38       ` Magnus Damm
2015-12-15  8:48       ` Dirk Behme
2015-12-15  8:48         ` Dirk Behme
2015-12-15  8:48         ` Dirk Behme
2015-12-15  8:55         ` Magnus Damm
2015-12-15  8:55           ` Magnus Damm
2015-12-15  8:55           ` Magnus Damm
2016-03-16  1:19         ` Simon Horman
2016-03-16  1:19           ` Simon Horman
2016-03-16  1:19           ` Simon Horman
2016-03-16  3:45           ` Khiem Nguyen [this message]
2016-03-16  3:45             ` Khiem Nguyen
2016-03-16  3:45             ` Khiem Nguyen
2016-03-16  5:36             ` Simon Horman
2016-03-16  5:36               ` Simon Horman
2016-03-16  5:36               ` Simon Horman
2015-12-04 13:38 ` [PATCH 3/3] arm64: dts: r8a7795: Add pmu device nodes Dirk Behme
2015-12-04 13:38   ` Dirk Behme
2015-12-04 13:38   ` Dirk Behme
2015-12-11 23:07   ` Simon Horman
2015-12-11 23:07     ` Simon Horman
2015-12-11 23:07     ` Simon Horman
2015-12-14 14:36   ` Sudeep Holla
2015-12-14 14:36     ` Sudeep Holla
2015-12-14 14:36     ` Sudeep Holla
2015-12-15  8:33     ` Geert Uytterhoeven
2015-12-15  8:33       ` Geert Uytterhoeven
2015-12-15  8:33       ` Geert Uytterhoeven
2015-12-15  9:50       ` Sudeep Holla
2015-12-15  9:50         ` Sudeep Holla
2015-12-15  9:50         ` Sudeep Holla
2015-12-11 23:07 ` [PATCH 1/3] arm64: dts: r8a7795: Add PSCI node Simon Horman
2015-12-11 23:07   ` Simon Horman
2015-12-11 23:07   ` Simon Horman

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=56E8D6C6.2000306@rvc.renesas.com \
    --to=khiem.nguyen.xt@rvc.renesas.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.