mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-23 18:04:05 +02:00
avrdude/: upgrade from avrdude-5.10 to avrdude-5.11.1
Only one trivial context mismatch. Plus a refresh of all the patches.
This commit is contained in:
parent
2f65672dfc
commit
f67681360f
@ -1,8 +1,8 @@
|
||||
# --- build instructions common for OpenWRT and Jlime -------------------------
|
||||
|
||||
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.10.tar.gz
|
||||
tar xfz avrdude-5.10.tar.gz
|
||||
cd avrdude-5.10
|
||||
wget http://download.savannah.gnu.org/releases/avrdude/avrdude-5.11.1.tar.gz
|
||||
tar xfz avrdude-5.11.1.tar.gz
|
||||
cd avrdude-5.11.1
|
||||
|
||||
ln -s ../patches
|
||||
quilt push -a
|
||||
@ -14,14 +14,14 @@ automake
|
||||
|
||||
./configure --prefix=/ --host=mipsel-openwrt-linux
|
||||
make
|
||||
# the joy of autocrap (we need this to generate avrdude.conf)
|
||||
./configure --prefix=/ --host=mipsel-openwrt-linux
|
||||
|
||||
scp avrdude.conf ben:/etc/
|
||||
scp avrdude ben:/usr/bin/
|
||||
|
||||
# --- build instructions for Jlime --------------------------------------------
|
||||
|
||||
(From 5.10. Section may need updating for 5.11.1.)
|
||||
|
||||
./configure --prefix=/ --host=mipsel-linux
|
||||
make </dev/null
|
||||
# the joy of autocrap (we need this to generate avrdude.conf)
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avrdude.conf.in
|
||||
Index: avrdude-5.11.1/avrdude.conf.in
|
||||
===================================================================
|
||||
--- avrdude.orig/avrdude.conf.in 2011-02-11 00:33:27.000000000 -0300
|
||||
+++ avrdude/avrdude.conf.in 2011-02-11 08:43:53.000000000 -0300
|
||||
@@ -13033,6 +13033,191 @@
|
||||
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:30:00.052334376 -0300
|
||||
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:04.620484463 -0300
|
||||
@@ -13904,6 +13904,191 @@
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avrpart.h
|
||||
Index: avrdude-5.11.1/avrpart.h
|
||||
===================================================================
|
||||
--- avrdude.orig/avrpart.h 2011-03-08 23:40:10.000000000 -0300
|
||||
+++ avrdude/avrpart.h 2011-03-08 23:40:13.000000000 -0300
|
||||
@@ -185,6 +185,8 @@
|
||||
--- avrdude-5.11.1.orig/avrpart.h 2012-07-22 10:29:39.275651769 -0300
|
||||
+++ avrdude-5.11.1/avrpart.h 2012-07-22 10:29:41.387721159 -0300
|
||||
@@ -186,6 +186,8 @@
|
||||
|
||||
unsigned char * buf; /* pointer to memory buffer */
|
||||
OPCODE * op[AVR_OP_MAX]; /* opcodes */
|
||||
@ -11,11 +11,11 @@ Index: avrdude/avrpart.h
|
||||
} AVRMEM;
|
||||
|
||||
#ifdef __cplusplus
|
||||
Index: avrdude/config_gram.y
|
||||
Index: avrdude-5.11.1/config_gram.y
|
||||
===================================================================
|
||||
--- avrdude.orig/config_gram.y 2011-03-08 23:40:10.000000000 -0300
|
||||
+++ avrdude/config_gram.y 2011-03-08 23:40:13.000000000 -0300
|
||||
@@ -1209,6 +1209,7 @@
|
||||
--- avrdude-5.11.1.orig/config_gram.y 2012-07-22 10:29:39.287652163 -0300
|
||||
+++ avrdude-5.11.1/config_gram.y 2012-07-22 10:29:41.391721290 -0300
|
||||
@@ -1297,6 +1297,7 @@
|
||||
}
|
||||
mem_specs
|
||||
{
|
||||
@ -23,10 +23,10 @@ Index: avrdude/config_gram.y
|
||||
ladd(current_part->mem, current_mem);
|
||||
current_mem = NULL;
|
||||
} |
|
||||
Index: avrdude/fileio.c
|
||||
Index: avrdude-5.11.1/fileio.c
|
||||
===================================================================
|
||||
--- avrdude.orig/fileio.c 2011-03-08 23:40:10.000000000 -0300
|
||||
+++ avrdude/fileio.c 2011-03-08 23:40:13.000000000 -0300
|
||||
--- avrdude-5.11.1.orig/fileio.c 2012-07-22 10:29:39.263651374 -0300
|
||||
+++ avrdude-5.11.1/fileio.c 2012-07-22 10:29:41.391721290 -0300
|
||||
@@ -52,7 +52,7 @@
|
||||
char * outfile, FILE * outf);
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avrdude.conf.in
|
||||
Index: avrdude-5.11.1/avrdude.conf.in
|
||||
===================================================================
|
||||
--- avrdude.orig/avrdude.conf.in 2011-02-04 14:21:42.000000000 -0300
|
||||
+++ avrdude/avrdude.conf.in 2011-02-04 14:21:48.000000000 -0300
|
||||
@@ -615,6 +615,17 @@
|
||||
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:29:56.504217803 -0300
|
||||
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:00.052334376 -0300
|
||||
@@ -736,6 +736,17 @@
|
||||
miso = 1;
|
||||
;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avrdude.conf.in
|
||||
Index: avrdude-5.11.1/avrdude.conf.in
|
||||
===================================================================
|
||||
--- avrdude.orig/avrdude.conf.in 2011-03-09 17:21:53.000000000 -0300
|
||||
+++ avrdude/avrdude.conf.in 2011-03-09 17:23:04.000000000 -0300
|
||||
@@ -626,6 +626,16 @@
|
||||
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:30:04.620484463 -0300
|
||||
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:30:09.332639283 -0300
|
||||
@@ -747,6 +747,16 @@
|
||||
pgmled = 2;
|
||||
;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avrdude.conf.in
|
||||
Index: avrdude-5.11.1/avrdude.conf.in
|
||||
===================================================================
|
||||
--- avrdude.orig/avrdude.conf.in 2011-03-09 17:13:57.000000000 -0300
|
||||
+++ avrdude/avrdude.conf.in 2011-03-09 17:19:28.000000000 -0300
|
||||
@@ -592,6 +592,29 @@
|
||||
--- avrdude-5.11.1.orig/avrdude.conf.in 2012-07-22 10:29:39.039644015 -0300
|
||||
+++ avrdude-5.11.1/avrdude.conf.in 2012-07-22 10:29:56.504217803 -0300
|
||||
@@ -713,6 +713,29 @@
|
||||
type = avr910;
|
||||
;
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude-5.10/Makefile.am
|
||||
Index: avrdude-5.11.1/Makefile.am
|
||||
===================================================================
|
||||
--- avrdude-5.10.orig/Makefile.am 2012-07-22 02:37:03.193005002 -0300
|
||||
+++ avrdude-5.10/Makefile.am 2012-07-22 09:49:49.796758405 -0300
|
||||
@@ -111,6 +111,8 @@
|
||||
--- avrdude-5.11.1.orig/Makefile.am 2012-07-22 09:49:20.000000000 -0300
|
||||
+++ avrdude-5.11.1/Makefile.am 2012-07-22 10:02:19.377565182 -0300
|
||||
@@ -118,6 +118,8 @@
|
||||
lists.c \
|
||||
lists.h \
|
||||
my_ddk_hidsdi.h \
|
||||
@ -11,19 +11,19 @@ Index: avrdude-5.10/Makefile.am
|
||||
par.c \
|
||||
par.h \
|
||||
pgm.c \
|
||||
Index: avrdude-5.10/config_gram.y
|
||||
Index: avrdude-5.11.1/config_gram.y
|
||||
===================================================================
|
||||
--- avrdude-5.10.orig/config_gram.y 2012-07-22 09:49:49.768757480 -0300
|
||||
+++ avrdude-5.10/config_gram.y 2012-07-22 09:49:49.796758405 -0300
|
||||
@@ -48,6 +48,7 @@
|
||||
#include "avr.h"
|
||||
--- avrdude-5.11.1.orig/config_gram.y 2012-07-22 10:02:14.000000000 -0300
|
||||
+++ avrdude-5.11.1/config_gram.y 2012-07-22 10:02:59.782902697 -0300
|
||||
@@ -50,6 +50,7 @@
|
||||
#include "jtagmkI.h"
|
||||
#include "jtagmkII.h"
|
||||
#include "avrftdi.h"
|
||||
+#include "nanonote.h"
|
||||
|
||||
#if defined(WIN32NATIVE)
|
||||
#define strtok_r( _s, _sep, _lasts ) \
|
||||
@@ -99,6 +100,7 @@
|
||||
@@ -103,6 +104,7 @@
|
||||
%token K_DRAGON_JTAG
|
||||
%token K_DRAGON_PDI
|
||||
%token K_DRAGON_PP
|
||||
@ -31,7 +31,7 @@ Index: avrdude-5.10/config_gram.y
|
||||
%token K_STK500_DEVCODE
|
||||
%token K_AVR910_DEVCODE
|
||||
%token K_EEPROM
|
||||
@@ -551,6 +553,12 @@
|
||||
@@ -587,6 +589,12 @@
|
||||
}
|
||||
} |
|
||||
|
||||
@ -44,11 +44,11 @@ Index: avrdude-5.10/config_gram.y
|
||||
K_DESC TKN_EQUAL TKN_STRING {
|
||||
strncpy(current_prog->desc, $3->value.string, PGM_DESCLEN);
|
||||
current_prog->desc[PGM_DESCLEN-1] = 0;
|
||||
Index: avrdude-5.10/lexer.l
|
||||
Index: avrdude-5.11.1/lexer.l
|
||||
===================================================================
|
||||
--- avrdude-5.10.orig/lexer.l 2012-07-22 02:37:03.181004582 -0300
|
||||
+++ avrdude-5.10/lexer.l 2012-07-22 09:49:49.796758405 -0300
|
||||
@@ -164,6 +164,7 @@
|
||||
--- avrdude-5.11.1.orig/lexer.l 2012-07-22 09:49:20.000000000 -0300
|
||||
+++ avrdude-5.11.1/lexer.l 2012-07-22 10:02:19.377565182 -0300
|
||||
@@ -168,6 +168,7 @@
|
||||
min_write_delay { yylval=NULL; return K_MIN_WRITE_DELAY; }
|
||||
miso { yylval=NULL; return K_MISO; }
|
||||
mosi { yylval=NULL; return K_MOSI; }
|
||||
@ -56,10 +56,10 @@ Index: avrdude-5.10/lexer.l
|
||||
num_banks { yylval=NULL; return K_NUM_PAGES; }
|
||||
num_pages { yylval=NULL; return K_NUM_PAGES; }
|
||||
nvm_base { yylval=NULL; return K_NVM_BASE; }
|
||||
Index: avrdude-5.10/nanonote.c
|
||||
Index: avrdude-5.11.1/nanonote.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ avrdude-5.10/nanonote.c 2012-07-22 09:50:12.621513588 -0300
|
||||
+++ avrdude-5.11.1/nanonote.c 2012-07-22 10:02:19.377565182 -0300
|
||||
@@ -0,0 +1,374 @@
|
||||
+/*
|
||||
+ * avrdude - A Downloader/Uploader for AVR device programmers
|
||||
@ -435,10 +435,10 @@ Index: avrdude-5.10/nanonote.c
|
||||
+ }
|
||||
+ PDATA(pgm)->clk = 0;
|
||||
+}
|
||||
Index: avrdude-5.10/nanonote.h
|
||||
Index: avrdude-5.11.1/nanonote.h
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ avrdude-5.10/nanonote.h 2012-07-22 09:49:49.796758405 -0300
|
||||
+++ avrdude-5.11.1/nanonote.h 2012-07-22 10:02:19.377565182 -0300
|
||||
@@ -0,0 +1,6 @@
|
||||
+#ifndef nanonote_h
|
||||
+#define nanonote_h
|
||||
|
@ -1,8 +1,8 @@
|
||||
Index: avrdude/avr.c
|
||||
Index: avrdude-5.11.1/avr.c
|
||||
===================================================================
|
||||
--- avrdude.orig/avr.c 2011-03-08 23:46:53.000000000 -0300
|
||||
+++ avrdude/avr.c 2011-03-08 23:50:06.000000000 -0300
|
||||
@@ -192,7 +192,8 @@
|
||||
--- avrdude-5.11.1.orig/avr.c 2012-07-22 10:29:39.175648484 -0300
|
||||
+++ avrdude-5.11.1/avr.c 2012-07-22 10:29:47.883934588 -0300
|
||||
@@ -282,7 +282,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
@ -12,7 +12,7 @@ Index: avrdude/avr.c
|
||||
rc = pgm->read_byte(pgm, p, mem, i, &rbyte);
|
||||
if (rc != 0) {
|
||||
fprintf(stderr, "avr_read(): error reading address 0x%04lx\n", i);
|
||||
@@ -580,7 +581,8 @@
|
||||
@@ -752,7 +753,8 @@
|
||||
pgm->write_setup(pgm, p, m);
|
||||
}
|
||||
|
||||
@ -22,10 +22,10 @@ Index: avrdude/avr.c
|
||||
data = m->buf[i];
|
||||
report_progress(i, wsize, NULL);
|
||||
|
||||
Index: avrdude/update.c
|
||||
Index: avrdude-5.11.1/update.c
|
||||
===================================================================
|
||||
--- avrdude.orig/update.c 2011-03-08 23:46:53.000000000 -0300
|
||||
+++ avrdude/update.c 2011-03-08 23:47:45.000000000 -0300
|
||||
--- avrdude-5.11.1.orig/update.c 2012-07-22 10:29:39.163648089 -0300
|
||||
+++ avrdude-5.11.1/update.c 2012-07-22 10:29:47.883934588 -0300
|
||||
@@ -224,6 +224,7 @@
|
||||
progname, mem->desc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user