This patch modifies the function signature of lseek
to compile on ICC ARM compiler.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@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
This patch modifies uartns550 peripheral name from
axi_uartns550 to axi_uart16550.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch changes the IP names in the range property for
uartlite and uartns550 to axi_uartlite and axi_uartns550.
Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
This patch modifies the xilffs library according to MISRAC 2012 compliant
and cache related changes were removed in previous upgrade and the changes
are done again to correct it.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
This patch reverts back the function signature in a53,a9 and
r5 xil_printf API.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch updates the standalone files copyright information with the
latest content.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch modifies xpm_counter file. Removed old notation uint32 and used u32.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
Modified boot code to enable scu after MMU is enabled and
removed incorrect initialization of TLB lockdown register in
gcc/boot.S & cpu_init.S, armcc/boot.S and iccarm/boot.s
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This patch modifies cortex-a9 L2CacheInvalidate API for calculating stack
region and flushing out to memory before cache invalidation. This safeguards link
register value in stack from being corrupted due to cache invalidation.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
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>
This patch includes the xil_types.h in missing header files like xil_assert.h,sleep.h, xil_testcache.h and xpseudo_asm_gcc.h.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@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 modified .mld that is required for the
unifing process of standalone code.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch unifies standalone for both Zynq and ZynqMP
platforms. Also follows misrac guidelines.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This patch fixes the xilkernel_thread_demo app compilation error
when microblaze is configured with mmu(C_USE_MMU) greater than one.
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>