Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * SMP support: Entry point for secondary CPUs of Marvell EBU
0004  * Cortex-A9 based SOCs (Armada 375 and Armada 38x).
0005  *
0006  * Copyright (C) 2014 Marvell
0007  *
0008  * Gregory CLEMENT <gregory.clement@free-electrons.com>
0009  * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
0010  */
0011 
0012 #include <linux/linkage.h>
0013 
0014 #include <asm/assembler.h>
0015 
0016 ENTRY(mvebu_cortex_a9_secondary_startup)
0017 ARM_BE8(setend  be)
0018     bl  armada_38x_scu_power_up
0019     b   secondary_startup
0020 ENDPROC(mvebu_cortex_a9_secondary_startup)