input_blx_ch3 875 B

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