]> git.dujemihanovic.xyz Git - u-boot.git/commit
ppc: Add a reset_cpu() function
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:07 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commit5ee545a9db7455abec8c33bae0cbda0b1c3b66d4
tree477272f58731538e655198a8045b9c3e9f8e36cb
parent79353aab15842d0ad8369cb0d1ada662899966b9
ppc: Add a reset_cpu() function

The current do_reset() is called from a command context. Add a function
which can be used from anywhere, as is done on ARM.

This is only needed if CONFIG_SYSRESET is disabled.

Since there are lots of reset functions, this one actually just calls
do_reset(). Future refactoring could correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/powerpc/lib/traps.c