Re: pxa270 resume from sleep (mainstone II)



In \WINCE500\PLATFORM\COMMON\src\ARM\INTEL\PXA27x\startup\startup.s

after PreInit, it will check r10, r10 contains PSSR+RCSR
RCSR in the lower half and PSSR in the upper half
you may check this register.
You try GPIO reset before?

Suzanne

<fmelandri@xxxxxxxxxxxxxxxx> wrote in message
news:1121072150.485623.116620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hello,
>
> I think the processor does not wakeup or it does not re-execute the
> startup function ....
> how can I see the RCSR register?
>
> thank you
>
> Fabio Melandri
> ElettronicaGF
>


.



Relevant Pages

  • Re: [PATCH 0/9] x86-64 put current in r10
    ... > Your patch breaks all out-of-tree amd64 assembler code used in kernel. ... > register is one of those registers that does not need to be preserved across ... > assembler code using r10 in kernel must be rewritten. ...
    (Linux-Kernel)
  • Re: [PATCH 0/9] x86-64 put current in r10
    ... Your patch breaks all out-of-tree amd64 assembler code used in kernel. ... register is one of those registers that does not need to be preserved across ... assembler code using r10 in kernel must be rewritten. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • Re: Warning on migrating to ATMega8515 - eeprom problem
    ... Unless you specifically instruct the compiler to not use r10, ... An r10 is a must-preserve register, ... you effectively have to forbid usage of r10-r15. ...
    (comp.arch.embedded)
  • [PATCH 1/9] x86-64 dont use r10 in AES
    ... In preparation for using r10 as current on x86-64, ... must be changed to use a different register for its temporary. ... Use r12 ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)