1/* SPDX-License-Identifier: BSD-2-Clause */ 2/* 3 * Copyright (c) 2021, Microchip 4 */ 5 6#include <arm.h> 7#include <arm32_macros.S> 8#include <asm.S> 9 10FUNC at91_pm_cpu_resume, : 11UNWIND( .cantunwind) 12 cps #CPSR_MODE_MON 13 14 blx plat_cpu_reset_early 15 16 b sm_pm_cpu_resume 17END_FUNC at91_pm_cpu_resume 18