/* * Copyright 2018 NXP */ --------------------------------------------------- # Specify the platform. [Mandatory] # Choose Platform - LS1/LS1043/LS1012/LS1046 PLATFORM=LS1046 --------------------------------------------------- # GPIO Pin to be set for raising POVDD [Optional] POVDD_GPIO= --------------------------------------------------- # One time programmable master key flags in binary form.[Mandatory] # 0000 -> Program default minimal OTPMK value # 0001 -> Program random OTPMK value # 0010 -> Program user supplied OTPMK value # 0101 -> Program random OTPMK value with pre-programmed minimal value # 0110 -> Program user supplied OTPMK value with pre-programmed minimal value # 1xxx -> Don't blow OTPMK OTPMK_FLAGS=0110 # One time programmable master key value. # [Optional dependent on flags, Mandatory in case OTPMK_FLAGS="0010" or "0110"] OTPMK_0=65cd3fba OTPMK_1=af31a8dc OTPMK_2=2ab99fb0 OTPMK_3=4fd42514 OTPMK_4=2d04101c OTPMK_5=7d3d0c98 OTPMK_6=ff0ea184 OTPMK_7=b8bb8145 --------------------------------------------------- # Super root key hash [Optional] SRKH_0=8435d694 SRKH_1=a072e71f SRKH_2=eb13443d SRKH_3=07712bce SRKH_4=bb3b2ea1 SRKH_5=a69c21f4 SRKH_6=4f609482 SRKH_7=21f403e8 --------------------------------------------------- # Specify OEM UIDs. [Optional] # e.g OEM_UID_0=11111111 OEM_UID_0= OEM_UID_1= OEM_UID_2= OEM_UID_3= OEM_UID_4= --------------------------------------------------- # Specify Debug challenge and response values. [Optional] # e.g DCV_0=11111111 DCV_0= DCV_1= DRV_0= DRV_1= --------------------------------------------------- # Specify Debug Level in binary form. [Optional] # 000 -> Wide open: Debug portals are enabled unconditionally. # 001 -> Conditionally open via challenge response, without notification. # 01x -> Conditionally open via challenge response, with notification. # 1xx -> Closed. All debug portals are disabled. DBG_LVL= --------------------------------------------------- # System Configuration register bits in binary form [Optional] # WP (OEM write protect) # ITS (Intent to Secure) # NSEC (Non secure) # ZD (ZUC Disable) # K0,K1,K2 (Key revocation bits) # FR0 (Field return 0) # FR1 (Field return 1) WP= ITS= NSEC= ZD= K0= K1= K2= FR0= FR1= --------------------------------------------------- # Specify the output fuse provisioning file name. (Default:fuse_scr.bin) [Optional] OUTPUT_FUSE_FILENAME=fuse_scr.bin ---------------------------------------------------