| * Copyright (c) 2021, Arm Limited. All rights reserved. |
| * SPDX-License-Identifier: BSD-3-Clause |
| #include <platform_def.h> |
| #include <common/bl_common.h> |
| #include <el3_common_macros.S> |
| /* Save arguments x0-x3 from previous Boot loader */ |
| _exception_vectors=bl2_el3_exceptions \ |
| /* --------------------------------------------- |
| * Restore parameters of boot rom |
| * --------------------------------------------- |
| /* --------------------------------------------- |
| * --------------------------------------------- |
| /* --------------------------------------------- |
| * Program APIAKey_EL1 and enable pointer authentication. |
| * --------------------------------------------- |
| #endif /* ENABLE_PAUTH */ |
| /* --------------------------------------------- |
| * --------------------------------------------- |
| /* --------------------------------------------- |
| * Should never reach this point. |
| * --------------------------------------------- |
| no_ret plat_panic_handler |