Hi to all!
Please, help me!
How to reset p1010 core by software???
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
my ROM is not boot from spi after reset the core((
> 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.
i wanna reboot (restart) my proccessor by software.
Please, give me instructions step-by-step how i can do that
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.