]> git.sur5r.net Git - u-boot/commit
arm: psci: add a weak function psci_arch_cpu_entry
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 16 Apr 2018 08:13:23 +0000 (10:13 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 7 May 2018 15:45:15 +0000 (11:45 -0400)
commit486daaa618e114333d13a90b6d7fb52d75baf0c5
treedc38c92e7a10543054999ec05d2f56c7f14413bf
parent1a047c23f9e5e7f498cc3ca759725ae7b6c6a6b9
arm: psci: add a weak function psci_arch_cpu_entry

The added function psci_arch_cpu_entry() is called
during psci_cpu_entry() and can be used by arch to handle
PSCI state transition from ON_PENDING to ON.

The default weak function is empty: not behavior change.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/cpu/armv7/psci.S