No description
Find a file
Jeff Epler b4137e08c5 spi: print accurate address where we looked for cookie
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2016-07-03 07:59:43 -05:00
debian bump version after release 2015-09-27 19:28:47 +02:00
examples fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
libpci Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
winio32 Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
.gitignore sserial: add support for 7i77 analog sserial remote, add also example program for it 2014-09-19 12:47:11 +02:00
anyio.c fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
anyio.h mesaflash: add xml output from 'readhmid' command to use with pncconf 2015-01-04 18:38:04 +01:00
bitfile.c libanyio: print bit file details only in verbose mode 2014-09-11 23:01:15 +02:00
bitfile.h libanyio: print bit file details only in verbose mode 2014-09-11 23:01:15 +02:00
boards.h fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
common.c anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
common.h anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
eeprom.c Merge branch 'v3.1' 2015-09-27 18:23:22 +02:00
eeprom.h fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
eeprom_local.c fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
eeprom_local.h eeprom: factor out common code for accessing eeprom on local and remote boards 2014-07-13 20:27:44 +02:00
eeprom_remote.c libanyio: factor out ethernet and serial transport level details from lbp16 2014-09-12 23:43:12 +02:00
eeprom_remote.h Add GPL licence in all source files 2014-02-24 04:37:08 +01:00
encoder_module.c libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
encoder_module.h libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
epp_boards.c anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
epp_boards.h fix c99 inline issues 2015-10-06 17:51:40 -07:00
eth_boards.c eth: fix another typo in 7i92 FPGA name 2015-03-11 23:57:29 +01:00
eth_boards.h fix c99 inline issues 2015-10-06 17:51:40 -07:00
hostmot2.c libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
hostmot2.h fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
hostmot2_def.h libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
lbp.c libanyio: introduce types.h to hold global types definitions 2014-09-07 23:00:03 +02:00
lbp.h sserial: read and report NV variables values 2015-01-06 17:45:11 +01:00
lbp16.c anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
lbp16.h lbp16: move FPGA reset and reload to common place as now both ethernet and serial hm2 boards use them 2014-09-14 11:00:53 +02:00
libpci.dll Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
Makefile fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
mesaflash.c Fixed spelling in error messages 2015-12-20 19:14:14 +01:00
pci_boards.c pci: Cannot use memcpy() for PCI accesses 2016-06-30 19:28:55 -05:00
pci_boards.h libanyio: add support for 6i24 PCIE board 2015-01-16 19:10:43 +01:00
README Update README 2014-04-20 01:03:23 +02:00
serial_boards.c fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
serial_boards.h libanyio: factor out ethernet and serial transport level details from lbp16 2014-09-12 23:43:12 +02:00
spi_boards.c spi: print accurate address where we looked for cookie 2016-07-03 07:59:43 -05:00
spi_boards.h libanyio: remove spilbp as only spi_boards use it and it's too simple to be standalone 2014-09-13 00:25:11 +02:00
sserial_module.c libanyio: use base address from module descriptor, not from regmap 2015-03-11 10:38:05 +01:00
sserial_module.h fixup implicit function declaration warnings 2015-10-06 18:25:40 -07:00
types.h add lost types.h to repo 2014-09-11 21:22:45 +02:00
usb_boards.c anyio: refactor: unification of functions arguments in hostmot2 access interface 2015-03-09 01:01:03 +01:00
usb_boards.h refactor: extract board definitions to boards.h to remove including main library header file in all submodules 2014-05-09 13:35:23 +02:00
WinIo32.dll Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00
WinIo32.sys Częściowy port aplikacji na windows (kompiluje się) 2013-10-12 05:38:20 +02:00

mesaflash
=========

Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB/SPI boards

Quickstart:
===========

From the top level directory, switch to the source directory:

  cd mesaflash

In the source directory, install dependency and build:

  sudo apt-get install libpci-dev
  make

to get command line syntax:
  
  ./mesaflash --help