blob: 763ea1a13ef00ef0b7dda72a2174161d2f55e715 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001/*
2 * Copyright (c) 2018, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arch_helpers.h>
8#include <debug.h>
9#include <tftf.h>
10
11
12void tftf_arch_setup(void)
13{
14 if (!IS_IN_HYP())
15 panic();
16
17 write_hcr(HCR_TGE_BIT);
18}