blob: b416faf2cdf21ee1a678e2481667b33685b46534 [file] [log] [blame]
Zelaleme9e81482020-07-10 15:18:46 -05001#!/bin/bash
2#
3# Copyright (c) 2019, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8post_fetch_tf_resource() {
9 # Version 1 of the non-volatile counter may be incremented in a
10 # monotonic fashion (unlike version 0, which is fixed).
11 model="base-aemv8a" nvcounter_version="r1" nvcounter_diag="4" gen_model_params
12}