This change is done to match the change in the hardware registers
used to enable the RSA authentication during boot.
Also a small logical error is corrected.
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>
This patch fixes the issue TCP re-transmission and data abort were noticed
in the echo server app when send/receive at high rates.
To fix this issue call the tcp fast and slow timers in the application
context instead of timer interrupt context
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
This patch fixes issue while compiling echo server app for a Zynq design where
the axi_ethernet is present in the PL fabric.
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@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 of rsa_auth_app.
Signed-off-by: Harini Katakam <harinik@xilinx.com>
Acked-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This patch updates the copy right information for
the following apps.
dhrystone
hello_world
memory_test
srec_bootloader
xilkernel_thread_demo
zynq_dram_test
Signed-off-by: Kedareswara rao Appana <appanad@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>
This adds DHCP support to LWIP Echo Server Application.
Change Request for this patch #720236.
Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>