xref: /kernel/linux/linux-5.10/arch/arm/mach-s5pv210/sleep.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-s5pv210/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd.
48c2ecf20Sopenharmony_ci *		http://www.samsung.com
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * S5PV210 Sleep Code
78c2ecf20Sopenharmony_ci * Based on S3C64XX sleep code by:
88c2ecf20Sopenharmony_ci *	Ben Dooks, (c) 2008 Simtec Electronics
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <linux/linkage.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	.text
148c2ecf20Sopenharmony_ci	.align
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci	/*
178c2ecf20Sopenharmony_ci	 * sleep magic, to allow the bootloader to check for an valid
188c2ecf20Sopenharmony_ci	 * image to resume to. Must be the first word before the
198c2ecf20Sopenharmony_ci	 * s3c_cpu_resume entry.
208c2ecf20Sopenharmony_ci	 */
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	.word	0x2bedf00d
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci	/*
258c2ecf20Sopenharmony_ci	 * s3c_cpu_resume
268c2ecf20Sopenharmony_ci	 *
278c2ecf20Sopenharmony_ci	 * resume code entry for bootloader to call
288c2ecf20Sopenharmony_ci	 */
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciENTRY(s5pv210_cpu_resume)
318c2ecf20Sopenharmony_ci	b	cpu_resume
328c2ecf20Sopenharmony_ciENDPROC(s5pv210_cpu_resume)
33

Indexes created Thu Nov 07 10:32:03 CST 2024