xref: /openbmc/linux/arch/arm/mach-mvebu/headsmp-a9.S (revision 0fdebc5e)
1*0fdebc5eSThomas Gleixner/* SPDX-License-Identifier: GPL-2.0-only */
21ee89e22SGregory CLEMENT/*
31ee89e22SGregory CLEMENT * SMP support: Entry point for secondary CPUs of Marvell EBU
41ee89e22SGregory CLEMENT * Cortex-A9 based SOCs (Armada 375 and Armada 38x).
51ee89e22SGregory CLEMENT *
61ee89e22SGregory CLEMENT * Copyright (C) 2014 Marvell
71ee89e22SGregory CLEMENT *
81ee89e22SGregory CLEMENT * Gregory CLEMENT <gregory.clement@free-electrons.com>
91ee89e22SGregory CLEMENT * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
101ee89e22SGregory CLEMENT */
111ee89e22SGregory CLEMENT
121ee89e22SGregory CLEMENT#include <linux/linkage.h>
131ee89e22SGregory CLEMENT
140e2be4c1SThomas Petazzoni#include <asm/assembler.h>
150e2be4c1SThomas Petazzoni
161ee89e22SGregory CLEMENTENTRY(mvebu_cortex_a9_secondary_startup)
170e2be4c1SThomas PetazzoniARM_BE8(setend	be)
18f5789cbbSGregory CLEMENT	bl	armada_38x_scu_power_up
191ee89e22SGregory CLEMENT	b	secondary_startup
201ee89e22SGregory CLEMENTENDPROC(mvebu_cortex_a9_secondary_startup)
21