diff options
| author | Michal Simek <[email protected]> | 2014-05-02 13:43:39 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2014-05-20 15:23:46 +0200 |
| commit | 67193864bce78b38fda2c73b9918403d1c572fcc (patch) | |
| tree | 50300db4dc8ddb96b608262c134b4b6a23011a82 /include | |
| parent | 7a78bd2679ce3287cfc44f69fd7bc554d0261cf6 (diff) | |
fpga: Add support to load partial bitstreams
Added support to load partial bitstreams.
The partial bitstreams can be loaded using the below commands
Commands:
fpga loadp <dev> <addr> <size>
fpga loadbp <dev> <addr> <size>
The full bit streams can be loaded using the
old commands(fpga load and fpga loadb).
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fpga.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fpga.h b/include/fpga.h index a55e49f9589..49efd375f74 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -38,6 +38,7 @@ typedef struct { /* typedef fpga_desc */ typedef enum { BIT_FULL = 0, + BIT_PARTIAL, } bitstream_type; /* root function definitions */ |
