Shakti Bhatnagar
6aff7e370b
xilisf: Added Micron to serial flash family option.
...
Added Micron flash option to the serial flash family options.
Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2015-04-27 12:57:19 +05:30
Shakti Bhatnagar
3299c2321f
xilisf: Added check for flash interface
...
Added check for flash interface for Winbond,
Spansion and Micron flash family for PSQSPI.
Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2015-04-27 12:57:18 +05:30
Kishore Kumar Korathaluri
6321767da7
xilisf : Modified namespace from HSM to HSI.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:17 +05:30
P L Sai Krishna
6d7277910d
xilffs: Added checks for R5 and A53 in Make file.
...
This patch adds checks for A53 and R5 in Make file.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:16 +05:30
P L Sai Krishna
7c5c0de796
xilffs: Removed IAR compilation errors in library.
...
This patch removes alignment for buffers since cacheInvalidate will
take care of it and made few MISRAC changes.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:15 +05:30
Kishore Kumar Korathaluri
3fd3cccc72
xilffs : Modified namespace from HSM to HSI.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:14 +05:30
Venkata Naga Sai Krishna Kolapalli
49043bd30d
standalone : Removed old/unused defines in xdebug.h file.
...
This patch removes old/unused defines in xdebug.h file.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:57:14 +05:30
Venkata Naga Sai Krishna Kolapalli
e11c340f01
standalone : Removed profiling support for A53/R5.
...
This patch modifies standalone.tcl, A53 gcc makefile and
R5 gcc makefile such that profiling support for these
A53/R5 bsps was removed.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:57:06 +05:30
Venkata Naga Sai Krishna Kolapalli
cdc6fc65cd
standalone : Modified .tcl for psu_microblaze support.
...
This patch modifies standalone.tcl for supporting psu_microblaze
and also pss_* notation was replaced to psu_*.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:57:05 +05:30
Kedareswara rao Appana
6338e23782
bsp: xilkernel: Update xilkernel pdf doc
...
This patch updates the xilkernel pdf doc
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-27 12:57:05 +05:30
Kinjal Pravinbhai Patel
110990e920
bsp: cortexa9: change floating point flag
...
This patch modifies floating point flag to vfpv3 in BSP makefile
for armcc compiler
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-27 12:56:56 +05:30
Kinjal Pravinbhai Patel
ae8df4249a
bsp: cortexa9: change floating point flag
...
This patch changes floating point flag in BSP make file for iar compiler
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-27 12:56:55 +05:30
Nava kishore Manne
4871302707
bsp: update documentation pdf
...
This patch updates the documentation pdf for stanalone bsp
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-27 12:56:54 +05:30
Venkata Naga Sai Krishna Kolapalli
cf44439081
standalone : Modified the lseek function signature.
...
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>
2015-04-27 12:56:50 +05:30
Shakti Bhatnagar
c53c215cc5
xilisf: Uploaded latest release document for xilisf lib.
...
Uploaded latest release document for xilisf lib.
Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2015-04-27 12:56:49 +05:30
P L Sai Krishna
65ee3d9ff4
xilffs: Documentation pdf is updated.
...
This patch updates the documentation pdf for xilffs.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:49 +05:30
P L Sai Krishna
7a4e3091ae
xilffs: Updated the modification history.
...
This patch updates the modification history in diskio.c file
and modified the copyright to 2015.
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:33 +05:30
Venkata Naga Sai Krishna Kolapalli
2f0a954631
standalone : Modification history updated.
...
This patch updates the modification history in
the changelog.txt
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:29 +05:30
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
Venkata Naga Sai Krishna Kolapalli
be537c52ca
standalone : Updated range list.
...
This patch modifies uartns550 peripheral name from
axi_uartns550 to axi_uart16550.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:11 +05:30
Kinjal Pravinbhai Patel
0200c8a4c7
bsp: a9: change in translation table
...
this patch modifies translation table to select ddr size from hdf file
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:36:01 +05:30
Venkata Naga Sai Krishna Kolapalli
f828b274f9
standalone : Modified the signedness of a variable.
...
This patch modifies a variable num to be u32 instead
of s32.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:35:59 +05:30
Anirudha Sarangi
a018a667bb
standalone BSP: Changed the IP names in the mld file
...
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>
2015-04-26 10:35:53 +05:30
Anirudha Sarangi
b91fe7dc6b
standalone BSP: Update the standalone mld file for proper STDIN/STDOUT range
...
This patch updates the mld file with range properties for
STDIN and STDOUT.
Signed-off-by: Anirudha Sarangi <anirudh@xilinx.com>
2015-04-26 10:35:06 +05:30
Kinjal Pravinbhai Patel
8333590e2d
BSP: A9: modified xparameters_ps.h in cortexa9
...
This patch adds definitions for ttc interrupt IDs for TESTAPP GEN
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:31:19 +05:30
Kishore Kumar Korathaluri
365439178c
xilrsa : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:17 +05:30
Kishore Kumar Korathaluri
b253e45654
xilmfs : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:16 +05:30
Kishore Kumar Korathaluri
5cf91792c7
xilisf : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:15 +05:30
Kishore Kumar Korathaluri
d98af22ec8
xilflash : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:14 +05:30
Kishore Kumar Korathaluri
0e657ff5ef
xilffs : 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
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
6d2f321321
xilkernel : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:11 +05:30
Kishore Kumar Korathaluri
ef6ffd7cef
standalone : added common namespace to all common tcl commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:31:10 +05:30
Kinjal Pravinbhai Patel
ba8cacf8f0
BSP: R5: clean up xparamters_ps.h
...
This patch removes the non-required definitions of XPS_*_BASEADDR in xparameters_ps.h
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:30:31 +05:30
Kinjal Pravinbhai Patel
4ff34113d2
BSP: A53: clean up xparamters_ps.h
...
This patch removes the non-required definitions of XPS_*_BASEADDR in xparameters_ps.h
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:30:30 +05:30
Kinjal Pravinbhai Patel
35c11ded6a
BSP: A53: clean up xil-crt0.s
...
This patch removes unused variable definitions from xil-crt0.s
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:30:30 +05:30
Kinjal Pravinbhai Patel
bff62dfbe7
BSP: A53: clean up for sleep routine
...
This patch cleans up the sleep and usleep routines for A53
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:30:27 +05:30
Kishore Kumar Korathaluri
b00f16f481
xilrsa : added namespace for all HSI TCL commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:30:18 +05:30
Kishore Kumar Korathaluri
95c6313f7a
xilisf : added namespace for all HSI TCL commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:30:17 +05:30
Kishore Kumar Korathaluri
135c380056
xilffs : added namespace for all HSI TCL commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:30:16 +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
Nava kishore Manne
febf5d437d
xilkernel : added namespace for all HSI TCL commands.
...
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:30:15 +05:30
Kishore Kumar Korathaluri
2ddc06574e
standalone : added namespace for all HSI TCL commands.
...
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:30:13 +05:30
P L Sai Krishna
b263d0ea45
xilffs: Modified the xilffs according to MISRAC 2012 compliant.
...
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>
2015-04-26 10:29:35 +05:30
Venkata Naga Sai Krishna Kolapalli
0044befaca
standalone : Reverted back the signature of xil_printf.
...
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>
2015-04-26 10:29:34 +05:30
Venkata Naga Sai Krishna Kolapalli
2dee01e56d
standalone : Updated copyright contents.
...
This patch updates the standalone files copyright information with the
latest content.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:33 +05:30
Venkata Naga Sai Krishna Kolapalli
b1562d0c85
standalone : xpm_counter.c file was modified to compile for armcc.
...
This patch modifies xpm_counter file. Removed old notation uint32 and used u32.
Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-26 10:29:30 +05:30
Kinjal Pravinbhai Patel
e6d6e901cb
BSP: cortexa9: change in boot code
...
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>
2015-04-26 10:29:26 +05:30
Kinjal Pravinbhai Patel
6d8be37a23
BSP: common: added new APIs for differentiating Zynq and Zynq MP
...
This patch includes APIs for differentiating between Zynq and Zynq
Ultrascale MP
Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-04-26 10:29:25 +05:30