Commit graph

826 commits

Author SHA1 Message Date
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
P L Sai Krishna
8f19bd8980 emacps: Removed IAR compilation errors in examples.
This patch removes IAR compilation errors in emacps examples.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:59 +05:30
P L Sai Krishna
466b7f177f gpiops: Removed IAR compilation errors.
This patch removes the IAR compilation error in intr example.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:58 +05:30
P L Sai Krishna
4b9197d617 devcfg; Removed IAR compilation errors in example.
This patch removes IAR compilation error in example by removing
the u32 typecast since it is expecting (void *)

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:57 +05:30
P L Sai Krishna
fc1765fd83 nandps: Removed IAR compilation errors.
This patch removes the IAR compilation errors.
Modified the OnfiNand_Geometry structure declaration according to IAR compiler

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:57 +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
Nava kishore Manne
e7b680ecf1 lwip: update documentation pdf
This patch updates the documentation pdf for lwip

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-04-27 12:56:53 +05:30
Andrei-Liviu Simion
f1c4b783ad dptx: Handle new PHY_CONFIG bit for 8b10b encoding.
Bit 21 of DPTX register PHY_CONFIG (0x200) enables 8b10b encoding.

In v6.0 of the DPTX core, the default value is '1'.
Current driver should keep this value untouched when writing to the PHY_CONFIG
register.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:56:52 +05:30
Andrei-Liviu Simion
7619fa4f90 dp: Handle new PHY_CONFIG bit for 8b10b encoding.
Bit 21 of DPTX register PHY_CONFIG (0x200) enables 8b10b encoding.

In v6.0 of the DPTX core, the default value is '1'.
Current driver should keep this value untouched when writing to the PHY_CONFIG
register.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:56:51 +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
Venkata Naga Sai Krishna Kolapalli
e7d06e1074 coresightps_dcc : Modification history was added.
This patch adds modification history for the new driver coresightps.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:48 +05:30
Andrei-Liviu Simion
df76cfa849 video_common: Removed backslashes from within print statements.
Removed backslashes that will cause incorrect output behavior on UART output.
Removed unneeded backslashes from printf argument list.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:56:47 +05:30
Andrei-Liviu Simion
c741680e7a video_common: Reordered reduced blanking timings after regular blanking.
The XVidC_GetVideoModeId search would return reduced blanking. This causes
problems if the monitor doesn't support reduced blanking or if the user desired
regular blanking.
Prioritize regular blanking first - it is up to the user to specify if reduced
blanking is desired.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:56:46 +05:30
P L Sai Krishna
37bea67da9 qspips: SLCR_LOCKSTA register checked.
This patch checked the SLCR_LOCKSTA register instead of
SLC register.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:45 +05:30
P L Sai Krishna
178057f0fd iicps: Changed to psu from pss and deleted ps8.
This patch delete ps8 entry and changed pss to psu in mdd file.

Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
2015-04-27 12:56:44 +05:30
Punnaiah Choudary Kalluri
1b6975a7a4 emacps: Use only psu_ prefix for ZynqMP peripheral name
Modifed the .mdd file to use psu_ prefix for zynqMP and removed
pss_ and ps8_ variants.

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
2015-04-27 12:56:43 +05:30
Venkata Naga Sai Krishna Kolapalli
7951ee07b2 spips : Modified .mdd file for pss to psu change.
This patch modified peripheral name notation from
pss_spi to psu_spi. Also removes ps8_spi notation.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:42 +05:30
Venkata Naga Sai Krishna Kolapalli
c2e7133e58 ttcps : Modified .mdd for pss to psu change.
This patch modified peripheral name notation from
pss_ttc to psu_ttc. Also removes ps8_ttc notation.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
2015-04-27 12:56:41 +05:30