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