From f67681360f12bd1f3c6db7b516f4f2a351a79704 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 22 Jul 2012 10:30:22 -0300 Subject: [PATCH] avrdude/: upgrade from avrdude-5.10 to avrdude-5.11.1 Only one trivial context mismatch. Plus a refresh of all the patches. --- avrdude/README | 10 +++---- avrdude/patches/atmega32u2.patch | 8 +++--- avrdude/patches/low-addr.patch | 22 ++++++++-------- avrdude/patches/nanonote-atusb.patch | 8 +++--- avrdude/patches/nanonote-icsp.patch | 8 +++--- avrdude/patches/nanonote-nxuart.patch | 8 +++--- avrdude/patches/nanonote.patch | 38 +++++++++++++-------------- avrdude/patches/skip-low-addr.patch | 16 +++++------ 8 files changed, 59 insertions(+), 59 deletions(-) diff --git a/avrdude/README b/avrdude/README index 7b7c390..5d0f9d2 100644 --- a/avrdude/README +++ b/avrdude/README @@ -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 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); diff --git a/avrdude/patches/nanonote-atusb.patch b/avrdude/patches/nanonote-atusb.patch index 8e1158a..70a88f6 100644 --- a/avrdude/patches/nanonote-atusb.patch +++ b/avrdude/patches/nanonote-atusb.patch @@ -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; ; diff --git a/avrdude/patches/nanonote-icsp.patch b/avrdude/patches/nanonote-icsp.patch index 7110723..84c4d79 100644 --- a/avrdude/patches/nanonote-icsp.patch +++ b/avrdude/patches/nanonote-icsp.patch @@ -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; ; diff --git a/avrdude/patches/nanonote-nxuart.patch b/avrdude/patches/nanonote-nxuart.patch index 4fe0ba3..80998fe 100644 --- a/avrdude/patches/nanonote-nxuart.patch +++ b/avrdude/patches/nanonote-nxuart.patch @@ -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; ; diff --git a/avrdude/patches/nanonote.patch b/avrdude/patches/nanonote.patch index e265f61..1a1944f 100644 --- a/avrdude/patches/nanonote.patch +++ b/avrdude/patches/nanonote.patch @@ -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 diff --git a/avrdude/patches/skip-low-addr.patch b/avrdude/patches/skip-low-addr.patch index 5d86996..dc4edf6 100644 --- a/avrdude/patches/skip-low-addr.patch +++ b/avrdude/patches/skip-low-addr.patch @@ -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); }