Commit graph

7 commits

Author SHA1 Message Date
Kedareswara rao Appana
7abd459d40 mcap: linux: Modify Programfiles handling
This patch fixes the issues with the program files(.rbt,.bit)
handling.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-25 19:47:29 +05:30
Kedareswara rao Appana
934db5b290 mcap: linux: Add support for multiple bitstreams
This patch adds support for configuring
a partial clear file followed by a partial bit file.
(Ex: ./mcap -x 0x8038 -C partialclear.bit -p partial.bit)

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-25 19:47:29 +05:30
Kedareswara rao Appana
e70115a96d mcap: linux: Add support for partial reconfiguration clear file
This patch adds support for programming the partial
Reconfiguration clear file.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-25 19:47:29 +05:30
Kedareswara rao Appana
a4bb632b88 mcap: linux: Add check for bitstream completion
This patch fixes the issue
Done pin doesn't go high after programming
the 2nd stage bit stream.

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2015-06-25 19:47:29 +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
Kedareswara rao Appana
e29e5689e0 mcap: Add MCAP Linux Library
The MCAP interface enables an embedded microprocessor, such as MicroBlaze,
    to read and write the FPGA configuration memory.
    This library allows user to access the MCAP i/f.

Signed-off-by: Srikanth Thokala <sthokal@xilinx.com>
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
2014-11-25 21:38:06 +05:30