Jeff Epler
ac70cc2c29
Introduce, use new commandline flag --fix-boot-block
...
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
2016-07-02 08:13:10 -05:00
Michael Geszkiewicz
c044b78dd6
libanyio: factor out ethernet and serial transport level details from lbp16
...
you must use lbp16_init with proper board type to setup SEND and RECV function pointers in lbp16.c
then you must call lbp16_send_packet and lbp16_recv_packet which will point to current transport layer functions
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-09-12 23:43:12 +02:00
Michael Geszkiewicz
c431de4ff9
libanyio: introduce types.h to hold global types definitions
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-09-07 23:00:03 +02:00
Michael Geszkiewicz
db0bda349f
eeprom: factor out common code for accessing eeprom on local and remote boards
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-07-13 20:27:44 +02:00
Michael Geszkiewicz
c7c0e4f928
eeprom: if there is no bootblock don't indicate it's presents
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-05-07 18:47:41 +02:00
Michael Geszkiewicz
062d3c41fc
eeprom: print note about power cycle after writing firmware
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-04-21 03:04:45 +02:00
Michael Geszkiewicz
5ce4cbd706
refactor: eeprom: partial unification of both eeprom accesses modules at source syntax and API level
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-04-21 02:47:17 +02:00
Michael Geszkiewicz
6dac0e0747
Add GPL licence in all source files
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-02-24 04:37:08 +01:00
Michael Geszkiewicz
1b3cb97514
Remove warnings about implicit function declaration
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-02-19 15:08:49 +01:00
Michael Geszkiewicz
d5e621e6f5
check boot block in flash memory only when it's present
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-02-05 21:07:40 +01:00
Michael Geszkiewicz
ead494d7e1
refactor spi access code
...
Signed-off-by: Michael Geszkiewicz <micges@wp.pl>
2014-02-05 21:00:19 +01:00