| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Secondary CPU startup routine source file. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Interface functions needed for the SMP. This file is based on arm |
|---|
| 10 | 11 | * realview smp platform. |
|---|
| 11 | 12 | * Copyright (c) 2003 ARM Limited. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software,you can redistribute it and/or modify |
|---|
| 14 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 15 | | - * published by the Free Software Foundation. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | |
|---|
| 18 | 15 | #include <linux/linkage.h> |
|---|
| .. | .. |
|---|
| 58 | 55 | * omap5_secondary_startup if the primary CPU was put into HYP mode by |
|---|
| 59 | 56 | * the boot loader. |
|---|
| 60 | 57 | */ |
|---|
| 58 | + .arch armv7-a |
|---|
| 59 | + .arch_extension sec |
|---|
| 61 | 60 | ENTRY(omap5_secondary_hyp_startup) |
|---|
| 62 | 61 | wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0 |
|---|
| 63 | 62 | ldr r0, [r2] |
|---|