- Apr 15, 2020
-
-
Michael authored
Update README
-
- Sep 15, 2019
-
-
dremeier authored
add: make install
-
- Feb 28, 2018
-
-
Michael authored
Minor fixes
-
- Apr 28, 2017
-
-
Sebastian Kuzminsky authored
-
Sebastian Kuzminsky authored
Some debian changelog parsing tools don't like it if there isn't a single changelog entry. This commit adds a placeholder changelog entry to placate those tools.
-
- Oct 23, 2016
-
-
Michael authored
fall back to 8-bit word if 32-bit per word set fails. Recognize fall…
-
Michael authored
New ethernet boards
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
- Oct 16, 2016
-
-
Joseph Heath authored
fall back to 8-bit word if 32-bit per word set fails. Recognize fallback and reorder buffer to compensate for int to byte change.
-
- Jul 05, 2016
- Jul 03, 2016
-
-
Jeff Epler authored
Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
Jeff Epler authored
-
Jeff Epler authored
At the next release, this will require * Creating a tag on github like "v3.2.0" * Using a Debian version number like "3.2.0+dsfg-1" but it will get us what we want for a Debian package (a source tarball that excludes the non-DFSG-free 'winio' packages) without breaking the mesaflash git repository's ability to build for/on Windows. Since there are no tags at the moment, I tested this by temporarily naming jepler/mesaflash in debian/watch, and creating a tag there. It seems to work. Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
- Jul 02, 2016
-
-
Jeff Epler authored
All these produced a diagnostic when -Wunused-variables was specified.
-
Jeff Epler authored
These functions always produced diagnostics with -Wreturn-type enabled. Add an explicit 'return 0;' to indicate success.
-
Jeff Epler authored
Before this fix, enabling -Wpointer-sign would produce a diagnostic. lbp_recv_packet doesn't care about the sign of its argument, but strcmp and strncpy do.
-
Jeff Epler authored
These functions are reported as unused when -Wunused-function is enabled.
-
Jeff Epler authored
The compiler warns 'field precision specifier ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]. Add an explicit cast to int.
-
Jeff Epler authored
-
Jeff Epler authored
-
Jeff Epler authored
This can be skipped with the new commandline flag --no-auto-verify.
-
Jeff Epler authored
Don't automatically try to rewrite the boot block. Instead, require the --fix-boot-block flag to be given in order to do so. Closes #13
-
Jeff Epler authored
-
- Jul 01, 2016
-
-
Michael authored
pci: Cannot use memcpy() for PCI accesses
-
Jeff Epler authored
On some platforms (such as Debian Jessie amd64), this leads to failures like this: $ sudo mesaflash --device 5i24 --write 5i24_16_svst4_8.bit Checking file... OK File type: BIT file Erasing sector 0 for boot block BootBlock installed Failed to write valid boot sector You must power cycle board or use --reload command to load updated firmware. I twigged to this fact upon seeing '__memcpy_sse2_unaligned' in the debugger, which put me in mind of the fix we applied 3 years ago in linuxcnc at commit 12ba77d3b. Closes #4.
-
- Mar 30, 2016
-
-
Jeff Epler authored
When building with a large "-j" value, the build could fail with a message like gcc -o mesaflash mesaflash.o libanyio.a -lpci -lm gcc: error: libanyio.a: No such file or directory Makefile:70: recipe for target 'mesaflash' failed make: *** [mesaflash] Error 1 make mesaflash explicitly depend on libanyio.a to avoid this. Signed-off-by:Jeff Epler <jepler@unpythonic.net>
-
- Dec 21, 2015
- Oct 08, 2015
-
-
Michael authored
issues compiling under gcc 5.1.1 on fedora 22 x86_64
-
- Oct 07, 2015
- Sep 28, 2015
-
-
Michael Geszkiewicz authored
Signed-off-by:Michael Geszkiewicz <micges@wp.pl>
-