Commit graph

19 commits

Author SHA1 Message Date
Sarat Chand Savitala
f3ea3cac09 sw_apps:zynq_fsbl: Changes to remove unnecessary ps init files from FSBL
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>
2015-04-27 12:56:22 +05:30
Sarat Chand Savitala
6f3d0bbb88 sw_apps:zynq_fsbl: Change to copy ps init files from FSBL
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
2015-04-27 12:56:21 +05:30
Kishore Kumar Korathaluri
60330dc27f zynq_fsbl : added common namespace to all common tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:13 +05:30
Kishore Kumar Korathaluri
1b74d44d6d zynq_fsbl : added namespace for all HSI TCL commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:30:15 +05:30
Sarat Chand Savitala
205b80bc40 sw_apps:zynq_fsbl: Fix for the library information in the FSBL template
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>
2015-04-26 10:29:23 +05:30
Sarat Chand Savitala
1121ebabaf sw_apps:zynq_fsbl: Fix to address change in arguments to f_mount()
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>
2015-04-26 10:29:19 +05:30
Keerthana Voruganti
9cf8155cf6 sw_apps:zynq_fsbl: LinearBootDeviceFlag is initialized
LinearBootDeviceFlag is initialized since the variable undefined when operated in IO mode.

Signed-off-by: Keerthana Voruganti <keertha@xilinx.com>
2014-11-25 21:38:14 +05:30
Krishna Chaitanya Patakamuri
e3b8e045d0 sw_apps:zynq_fsbl:Updated ps7 init files in misc folder
Updated ps7 init files in misc folder for zc702,
zc706,zed,microzed boards

Signed-off-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
2014-11-25 21:38:05 +05:30
Krishna Chaitanya Patakamuri
3e34f20971 sw_apps:zynq_fsbl: Changes for IAR compiler
Modified code for IAR compilation

Signed-off-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
2014-09-02 11:21:52 +05:30
Krishna Chaitanya
95542ba5ad sw_apps: zynq_fsbl: Updated the release year to 2014.3
Updated the Release year to 2014.3

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com"
2014-09-02 11:21:16 +05:30
Krishna Chaitanya Patakamuri
7663f4f745 sw_apps:zynq_fsbl: Removed smc.h
Removed unused smc.h from nand.h and nor.h header files.

Signed-off-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
2014-09-02 11:21:13 +05:30
Krishna Chaitanya
35b5051f33 sw_apps:zynq_fsbl: Removed the PEEP code
Removed the unwanted PEEP code from FSBL

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
4bc693d0c9 sw_apps:zynq_fsbl: Remove integer.h
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>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
33bd465b67 sw_apps:zynq_fsbl: Removed the redundant code present in FsblMeasurePerfTime
Removed the redundant code present in FsblMeasurePerfTime

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
d4cf4a3fc2 sw_apps:zynq_fsbl: Fallback support for AES encryption with Efuse
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>
2014-09-02 11:21:10 +05:30
Krishna Chaitanya
e98b8c62c3 sw_apps:zynq_fsbl: MD5 related changes in FSBL
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>
2014-09-02 11:21:09 +05:30
Krishna Chaitanya
281a792f2b sw_apps:zynq_fsbl: Updated the PCAP defines with driver defines
Updated the PCAP FSBL defines with driver definitions

Signed-off-by: Krishna Chaitanya <kpataka@xilinx.com>
Acked-by: Nirmala Pelluri <nirmala@xilinx.com>
2014-09-02 11:21:09 +05:30
Krishna Chaitanya
cf6c0895e2 sw_apps:zynq_fsbl: Updated the permissions for FSBL files
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>
2014-09-02 11:21:03 +05:30
Jagannadha Sutradharudu Teki
2c8f92039d embeddesw: Add initial code support
Added initial support Xilinx Embedded Software.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-06-24 16:45:01 +05:30