fvp_r_bl1_arch_setup.c 566 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include "../../../../bl1/bl1_private.h"
  7. #include <arch.h>
  8. #include <fvp_r_arch_helpers.h>
  9. /*******************************************************************************
  10. * Function that does the first bit of architectural setup that affects
  11. * execution in the non-secure address space.
  12. ******************************************************************************/
  13. void bl1_arch_setup(void)
  14. {
  15. /* v8-R64 does not include SCRs. */
  16. }