Commit graph

847 commits

Author SHA1 Message Date
naga sureshkumar relli
6f4acd6658 xilisf: Updated the doc.
This patch updates the xilisf doc.

Signed-off-by: naga sureshkumar relli <nagasure@xilinx.com>
2015-06-24 14:57:54 +05:30
Kedareswara rao Appana
af82c03bb5 lwip: doc: update pdf doc
This patch updates the pdf doc

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-24 14:57:53 +05:30
Subbaraya Sundeep Bhatta
7791798a55 xadcps: fix incorrect device config base address
Modified to use correct device config base address

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-06-24 14:57:53 +05:30
Kedareswara rao Appana
16f7e78a11 lwip: RGMII Ethernet not working on Artix devices
Avoid inlining of the AxiEthernetPhyDelay routine by the toolchain. Inlining of
this function can cause issues for certain use cases.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-24 14:57:53 +05:30
P L Sai Krishna
3306d5853c devcfg: Updated the version in mdd file.
This patch modifies the version number in mdd file.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-24 14:57:53 +05:30
Nava kishore Manne
1e4263a2f1 Thirdparty:sw_services:standalone drivers license 2015-06-24 14:57:52 +05:30
Nava kishore Manne
da67cf28fd lib:sw_apps:standalone drivers license changes 2015-06-24 14:57:52 +05:30
Nava kishore Manne
8809dd5f8e lib:bsp:standalone drivers license changes 2015-06-24 14:57:51 +05:30
Kedareswara rao Appana
13746b3d62 llfifo: Update Register offsets in AXI4 data path as per latest IP version
This patch updates the register offsets in the AXI4 data path
as per latest IP version(v4.1).
The addresses are changed to accommodate increased data width.
With old address map and increased data width user had to generate AXI4 unaligned transactions.
Therefore, the address map was changed for ease of use in the IP.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-24 14:57:50 +05:30
Nava kishore Manne
2a99b01651 lib:sw_services:standalone drivers license changes 2015-06-24 14:57:49 +05:30
Nava kishore Manne
3f3559318d Drivers:standalone drivers license changes. 2015-06-24 14:56:48 +05:30
Naga Sureshkumar Relli
afbfa90ae1 xilisf: Add support 4Byte addressing for Micron flash.
This patch adds support to access greather than 16MB Micron
flash using 4Byte addressing.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
2015-06-24 14:51:11 +05:30
Kinjal Pravinbhai Patel
fd5e7146a1 bsp: a9: change in asm_vectors and xil_exception
This patch modifies asm_vectors.s and xil_exception.c to print the
address for instruction causing data abort and prefetch abort in
default handler

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-24 14:51:11 +05:30
Kinjal Pravinbhai Patel
6565a67b0e bsp: a9: change in xil_cache APIs
This patch modifies Xil_DCacheInvalidateRange and Xil_DCacheFlushRange
to remove unnecessary dsb in the APIs. It also adds necessary
Xil_L2CacheSync in Xil_L2CacheInvalidateRange API.

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-24 14:51:11 +05:30
Kinjal Pravinbhai Patel
ed26a3d6f0 bsp: a9: initialization order change in boot code
This patch changes the initialization order in boot.S to follow
the correct order as specified in CortexA9 TRM

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
2015-06-24 14:51:10 +05:30
Subbaraya Sundeep Bhatta
f112f71d81 sysmon: Modify temperature transfer function for Ultrascale
Modified temperature transfer function for Ultrascale.

Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
2015-06-24 14:51:10 +05:30
P L Sai Krishna
c2135c9296 devcfg: Corrected XDcfg_ReadMultiBootConfig macro.
This patch modifies XDcfg_ReadMultiBootConfig macro, passed
2 arguments for XDcfg_ReadReg.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-24 14:51:09 +05:30
VNSL Durga
9c37986bcc vtc: Modified vtc source files.
Added interlaced and progressive mode switching functionality.
Removed XVtc_RegUpdate as there were 2 APIS with same functionality
provided backward compatibility.

Signed-off-by: VNSL Durga <vnsldurg@xilinx.com>
2015-06-24 14:51:09 +05:30
Sarat Chand Savitala
4078f75cce sw_apps:zynq_fsbl: Corrected logic to clear DMA done count for PCAP
Corresponding fields in the devcfg.STATUS register are written to,
for clearing DMA done count.

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
2015-06-24 14:51:09 +05:30
P L Sai Krishna
350fef233e xilskey: Initialised RSAKeyReadback value with zero
This patch initialises RSAKeyReadback value with zero's since
if RSA key is read with XSK_EFUSEPS_ENABLE_RSA_KEY_HASH as FALSE
then it will return zero.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-06-24 14:51:09 +05:30
Venkata Naga Sai Krishna Kolapalli
c72a5039c1 xilskey : Modified xilskey files to fix warnings.
This patch modifies files to fix warnings that got
generated when -Wextra flag was used.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-06-24 14:51:08 +05:30
Kedareswara rao Appana
2a4b53f9bf mcap: linux: Dump all registers option (-d) Returns "Failed Reading Registers"
when -d option is used to dump all the registers,
It should ignore the Data register if it's empty or
Not set and should not return a failure in reading those registers.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-05-05 11:00:24 +05:30
Kedareswara rao Appana
f28bbfbbb6 mcap: linux: Add the "Type" Information for -c Option to the Help Menu
This patch adds the "Type" option of (b or h or w)
for the -c option when the help menu is printed.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-05-05 11:00:24 +05:30
Vishnu Motghare
792d1c177e spips: Removed Modification history from .mdd file
This patch removes modification history from .mdd file.

Signed-off-by: Vishnu Motghare <vishnum@xilinx.com>
2015-05-04 11:44:27 +05:30
Sarat Chand Savitala
17e073acd8 sw_apps:zynq_fsbl: Updated ps7 init files in misc folder with 2015.1
Updated ps7 init files in misc folder for zc702,
zc706, zed, microzed boards - with 2015.1

Signed-off-by: Sarat Chand Savitala <saratcha@xilinx.com>
Acked-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com>
2015-04-27 12:57:22 +05:30
Kishore Kumar Korathaluri
2d7415c1da xilmfs : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:21 +05:30
Kishore Kumar Korathaluri
7e9fbd75e4 xilflash : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:20 +05:30
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
Kishore Kumar Korathaluri
29cf4a7012 uartns550 : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:13 +05:30
Nava kishore Manne
7b9bf9b27d tmrctr : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:12 +05:30
Kishore Kumar Korathaluri
af2f2ecd4d tft : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:11 +05:30
P L Sai Krishna
2b64f34e3c sdps: Removed IAR compilation errors in the driver.
This patch removes alignment for Buffers since cacheInvalidate will
take care of it and used cacheInvalidate API instaed of cacheFlush
in changeBusSpeed API.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:10 +05:30
Nava kishore Manne
8f437800b7 emc : hsm to hsi changes.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-27 12:57:10 +05:30
Kishore Kumar Korathaluri
b02a80d055 axicdma : added namespace for all HSI tcl commands.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-27 12:57:09 +05:30
Andrei-Liviu Simion
db75f68f1f dp: rx: Capture interrupt status from INTERRUPT_CAUSE bits 8 to 31.
Previously, INTERRUPT_CAUSE bits 8 to 31 were being lost due to the variables
assigned having type u8.

This fix now uses masking on the interrupts as the condition to run an interrupt
handler rather than assigning the mask result to a new variable and using the
variable as a boolean condition.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:57:08 +05:30
Kedareswara rao Appana
c704becf99 lwip: Fix compilation errors
This patch fixes the compilation errors
during generation of lwip echo server app
when axi ethernet is configured with AXI4-Stream
Data FIFO.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-27 12:57:07 +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
Nava kishore Manne
aca39e9dd5 Change Log for 2015.1
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-27 12:57:04 +05:30
P L Sai Krishna
6aa77c44eb scuwdt: Updated the modification history and copyright.
This patch update the modification history and copyright year to 2015.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:03 +05:30
P L Sai Krishna
857653a245 scutimer: Updated the modification history and copyright.
This patch updates the modification history and copyright year to 2015.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:02 +05:30
P L Sai Krishna
3df68104cb usbps: Removed IAR compilation errors.
This patch modifies the IAR compilation errors in usbps examples.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:01 +05:30
P L Sai Krishna
b997228821 scuwdt: Removed IAR, ARMCC compilation errors.
This patch removes IAR and ARMCC compilation errors.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:57:00 +05:30