tcl procedures are added to facilitate validating the supported processor(s) and
os platform by FSBL.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
Changed the format specifiers from %x to %lx and %d to %lu
while printing unsigned long variables.
Without these changes many warnings are shown in FSBL when xil_printf
type in BSP is changed to be compatible with printf.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
Acked-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
Corresponding fields in the devcfg.STATUS register are written to,
for clearing DMA done count.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This change in FSBL is done to remove unnecessary ps init files in FSBl application project.
Only ps7_init.c and ps7_init.h are required files in FSBL project.
Presence of ps7_init_gpl files lead to linker errors.
Hence removed those and all other unnecessary files.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
This change in FSBL is done to support PS parameters configuration in SDK.
Now FSBL handles the PS init files generation/copying.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
----
This is to address CR# 808143
In SDK GUI, the information of requirement of libraries for creating
Zynq FSBL was showing incorrect messages in Application project window.
When both xilffs and xilrsa libraries were absent, the error message
in SDK mentions only about xilffs. This is corrected and the
error message now reflects the exact essential libraries that are missing.
This is fix for CR#837141.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
From 2015.1_1210_1, signature for function f_mount() is changed.
Now it expects three arguments (earlier had two arguments).
In SD initialization routine of FSBL code, now f_mount()
is called with new set of arguments.
Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
Remove the integer.h file FSBL src as it is present as a part of xilffs library.
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
Fallback support for AES encryption with Efuse - Enhancement
Disabling the cache for fallback cases after authentication failure
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
Checksum Offset value for calculation for MD5 checksum
is modified to take the relative address from the
image start address instead of exact offset specified
in partition header.
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
Updated the permissions of sources files[c/h] in src and misc
folder to 644.
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
Upadted the GPL licence for FSBL ps7_init gpl files.
Added support for FSBL building for microzed and zed boards
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
Added ps7_init files with GPL licence in misc folder
Updated the ps7_init files with new licence
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This patch updates the copyright for Zynq FSBL
Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>