blob: d0106ba39056454f3cbd038130ac222d4eb845ac [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Feng Li20c700f2016-11-03 14:15:17 +08002/*
3 * Copyright 2016 NXP Semiconductor.
4 * Author: Feng Li <feng.li_2@nxp.com>
Feng Li20c700f2016-11-03 14:15:17 +08005 */
6
7#include <config.h>
8#include <linux/linkage.h>
9
10#include <asm/armv7.h>
11#include <asm/psci.h>
12
13 .pushsection ._secure.text, "ax"
14
15 .arch_extension sec
16
17 .align 5
18
19.globl psci_system_off
20psci_system_off:
211: wfi
22 b 1b
23
24.globl psci_text_end
25psci_text_end:
26 nop
27 .popsection