xilskey: Added efuse PS and bbram PS support
Added dependencies.props file is addded to pick required .h file for selected example file. Signed-off-by: VNSL Durga <vnsldurg@xilinx.com> Reviewed-by: Harini Katakam <harinik@xilinx.com>
This commit is contained in:
parent
05efa29697
commit
f8ed126215
2 changed files with 6 additions and 0 deletions
4
lib/sw_services/xilskey/data/dependencies.props
Executable file
4
lib/sw_services/xilskey/data/dependencies.props
Executable file
|
@ -0,0 +1,4 @@
|
|||
xilskey_bbram_example.c=xilskey_input.h
|
||||
xilskey_efuse_example.c=xilskey_input.h
|
||||
xilskey_efuseps_zynqmp_example.c = xilskey_efuseps_zynqmp_input.h
|
||||
xilskey_bbramps_zynqmp_example.c = NULL
|
|
@ -39,6 +39,8 @@
|
|||
# supported processors are a9 and microblaze too.
|
||||
# so supported peripherals option has been removed.
|
||||
# 4.00 vns 09/10/15 Added DFT control bit programming for efusePS Zynq.
|
||||
# Bbram and eFuse programming fecility is provided
|
||||
# for Zynq MP Platform.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue