Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2014 Marvell Technology Group Ltd.
 4 *
 5 * Antoine Ténart <antoine.tenart@free-electrons.com>
 6 */
 7
 8#include <linux/linkage.h>
 9#include <linux/init.h>
10#include <asm/assembler.h>
11
12/*
13 * If the following instruction is set in the reset exception vector, CPUs
14 * will fetch the value of the software reset address vector when being
15 * reset.
16 */
17.global boot_inst
18boot_inst:
19	ldr	pc, [pc, #140]
20
21	.align
v6.2
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Copyright (C) 2014 Marvell Technology Group Ltd.
 4 *
 5 * Antoine Ténart <antoine.tenart@free-electrons.com>
 6 */
 7
 8#include <linux/linkage.h>
 9#include <linux/init.h>
10#include <asm/assembler.h>
11
12/*
13 * If the following instruction is set in the reset exception vector, CPUs
14 * will fetch the value of the software reset address vector when being
15 * reset.
16 */
17.global boot_inst
18boot_inst:
19	ldr	pc, [pc, #140]
20
21	.align