blob: 9111a2a290ccf99c72a3b41e400181db822bc18b [file] [log] [blame]
Pankaj Gupta9247b402020-12-09 14:02:39 +05301/*
2 * Copyright 2016-2020 NXP
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8---------------------------------------------------
9# Specify the platform. [Mandatory]
10# Choose Platform -
11# TRUST 3.0: LS2085
12# TRUST 3.1: LS2088, LS1088
13PLATFORM=LS2088
14---------------------------------------------------
15# Specify the Key Information.
16# PUB_KEY [Mandatory] Comma Separated List
17# Usage: <srk1.pub> <srk2.pub> .....
18PUB_KEY=srk.pub
19# KEY_SELECT [Mandatory]
20# USAGE (for TRUST 3.x): (between 1 to 8)
21KEY_SELECT=1
22# PRI_KEY [Mandatory] Single Key Used for Signing
23# USAGE: <srk.pri>
24PRI_KEY=srk.pri
25---------------------------------------------------
26# Specify OEM AND FSL ID to be populated in header. [Optional]
27# e.g FSL_UID_0=11111111
28FSL_UID_0=
29FSL_UID_1=
30OEM_UID_0=
31OEM_UID_1=
32OEM_UID_2=
33OEM_UID_3=
34OEM_UID_4=
35---------------------------------------------------
36# Specify The Flags. (0 or 1) - [Optional]
37MP_FLAG=0
38ISS_FLAG=1
39LW_FLAG=0
40---------------------------------------------------
41# Specify VERBOSE as 1, if you want to Display Header Information [Optional]
42VERBOSE=1
43---------------------------------------------------