input_pbi_ch3 1.1 KB

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