All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM bigendian cpuhotplug
@ 2014-09-10 12:59 Hemanth Kumar
  2014-09-10 13:45 ` Sudeep Holla
  0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Kumar @ 2014-09-10 12:59 UTC (permalink / raw)
  To: linux-arm-kernel

>Are you referring to ARM Vexpress platform with TC2/CA15_A7 card ?
>If yes, idle doesn't work with CONFIG_MTD_CFI irrespective of
>endianness, it's platform limitation.

>Regards,
>Sudeep


Thanks for the reply what is the hardware limitation for this card (VE
CA-15_A7) when we enable CONFIG_MTD_CFI

Reagards,
Hemanth

^ permalink raw reply	[flat|nested] 2+ messages in thread

* ARM bigendian cpuhotplug
  2014-09-10 12:59 ARM bigendian cpuhotplug Hemanth Kumar
@ 2014-09-10 13:45 ` Sudeep Holla
  0 siblings, 0 replies; 2+ messages in thread
From: Sudeep Holla @ 2014-09-10 13:45 UTC (permalink / raw)
  To: linux-arm-kernel



On 10/09/14 13:59, Hemanth Kumar wrote:
>> Are you referring to ARM Vexpress platform with TC2/CA15_A7 card ?
>> If yes, idle doesn't work with CONFIG_MTD_CFI irrespective of
>> endianness, it's platform limitation.
>
>> Regards,
>> Sudeep
>
>
> Thanks for the reply what is the hardware limitation for this card (VE
> CA-15_A7) when we enable CONFIG_MTD_CFI
>

The cpu resume path should ideal be on some sram or on-chip memory, but
on TC2 we use the NOR flash @0x0. When you enable NOR flash in Linux,
you can't expect it to be in read-mode always as other cpus might put
the NOR device is any mode based on its interaction. As a result when a
suspended cpu resumes it might not find the resume code if NOR was not
in read mode resulting in unpredicted behaviour. As I said before it's
purely a platform firmware limitation.

Regards,
Sudeep

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-10 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10 12:59 ARM bigendian cpuhotplug Hemanth Kumar
2014-09-10 13:45 ` Sudeep Holla

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.