P1010 reset by software

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

P1010 reset by software

2,512 Views
tsybezoff
Contributor II

Hi to all!

Please, help me!
How to reset p1010 core by software???

Labels (1)
0 Kudos
Reply
5 Replies

2,232 Views
ufedor
NXP Employee
NXP Employee

Refer to the do_reset function in the arch/powerpc/cpu/mpc85xx/cpu.c:

u-boot/cpu.c at 00cde476c84275124a51cb55a53a253cd75fba6c · qoriq-open-source/u-boot · GitHub 

0 Kudos
Reply

2,232 Views
tsybezoff
Contributor II

my ROM is not boot from spi after reset the core((

0 Kudos
Reply

2,232 Views
ufedor
NXP Employee
NXP Employee

> my ROM is not boot from spi after reset the core((

What exactly does this mean?

Please provide detailed technical description of the issue.

Consider that for normal processor rebooting it is required to perform the SOC reset (by applying HRESET_B) - not only the core reset.

0 Kudos
Reply

2,232 Views
tsybezoff
Contributor II

i wanna reboot (restart) my proccessor by software.
Please, give me instructions step-by-step how i can do that

0 Kudos
Reply

2,232 Views
ufedor
NXP Employee
NXP Employee

It is possible to assert by software HRESET_REQ_B external signal, which has to be used in the design to generate HRESET_B pulse - refer to the P1010 QorIQ Integrated Processor Reference Manual, 4.5.1.2 Hard reset.

0 Kudos
Reply