Commit graph

8 commits

Author SHA1 Message Date
Nava kishore Manne
7377b860ac devcfg : added common namespace to all common tcl commands.
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
2015-04-26 10:30:43 +05:30
Kishore Kumar Korathaluri
92f360b7c4 devcfg : Modified namespace from HSM to HSI.
Signed-off-by: Kishore Kumar Korathaluri <kkorath@xilinx.com>
2015-04-26 10:29:42 +05:30
Shakti Bhatnagar
2f74215400 devcfg_v3_2: Added xdevcfg_reg_readback_example.c
Added example for reading back the configuration
registers from PL region.

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-09-02 11:21:52 +05:30
Shakti Bhatnagar
1422ed5ed9 devcfg: Modified XDcfg_PcapReadBack() function
Modified the function by replacing
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) ==
XDCFG_IXR_D_P_DONE_MASK);
    with
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) !=
XDCFG_IXR_D_P_DONE_MASK);

Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
2014-09-02 11:21:52 +05:30
Kedareswara rao Appana
f20ccd3175 doxygen: Update doxygen for the drivers to include .h files in documentation.
This patch updates the doxygen for the drivers
axivdma, can, canps ,devcfg , bram  to include .h files
in the listof files provided in the index.html file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-09-02 11:21:31 +05:30
Punnaiah Choudary Kalluri
e2388c02d7 devcfg: Modified the examples for regression test suite
Added test PASS/FAIL information
Modified the bitstream file size to 0xF6EC0

Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
2014-09-02 11:21:13 +05:30
Kishore Kumar Korathaluri
08092b8d48 Renaming of common TCL procs of HSM
CR: 767582

Wall Data:
  Originally submitted from RDI_kkorath_new
  Build Type: full
  Test Types: pre-commits, gui pre-commits
[git-p4: depot-paths = "//Rodin/HEAD/data/embeddedsw/": change = 926519]
2014-09-02 11:20:54 +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