Commit graph

17 commits

Author SHA1 Message Date
Joerg Wunsch
148819d89b Upgrade to binutils 2.20.1.
Completely reorganize the patches for this port.

Patches for new devices are now synchronized with the Atmel AVR tools.
The main difference is the naming scheme, as FreeBSD patches start
with "patch-", while the Atmel AVR Tools patches end up in ".patch".
2011-12-16 22:39:21 +00:00
Joerg Wunsch
0c3e719d75 Upgrade to GNU binutils 2.20, including patches from WinAVR 20100110.
Feature safe: yes
2010-03-04 13:38:30 +00:00
Joerg Wunsch
3bf397da57 Upgrade to GNU binutils 2.19 (finally). 2009-06-11 20:39:39 +00:00
Joerg Wunsch
e5ba1e5e89 Incorporate the ATxmega patch from WinAVR.
Silense an assembler warning that triggered too frequently on
legitimate code (binutils bug 5523).

Make $DATA_ORIGIN a configurable value within the linker script
templates.
2008-07-28 21:20:09 +00:00
Joerg Wunsch
ba6acc8112 Add support for ATtiny88, ATmega32HVB, ATmega1284P.
Fix support for AT90USB82/162, move them into "avr35" architecture.
Add basic support for fuse and lock bit sections in ELF file.
2007-12-20 06:41:48 +00:00
Joerg Wunsch
f43e9d0fe9 Update to binutils-2.18. 2007-10-27 21:21:50 +00:00
Joerg Wunsch
16aee5cd10 Add device support for ATmega8HVA/ATmega16HVA.
Change AT90USB82 from avr5 to avr5.
2007-06-23 21:30:40 +00:00
Joerg Wunsch
663cb32ca1 Add AT90PWM1, AT90USB82/162, and ATmega32[59]0?p devices. 2007-04-07 05:34:57 +00:00
Joerg Wunsch
643851232a Upgrade to binutils 2.17, and add the ATmega256x patch from Björn
Haase.
2006-09-26 05:02:38 +00:00
Joerg Wunsch
f7dfe1d53a Rename ATmega164/324 to ATmega164P/324P, add support for ATmega644P,
ATmega165P, and ATmega169P.
2006-04-19 10:48:48 +00:00
Joerg Wunsch
de92f3a3f8 Umpf, fix the fix. :-( We want to support the AT90USB646 (and 647),
not the AT90USB468.
2006-03-20 21:56:30 +00:00
Joerg Wunsch
b4901aa83b Forgot to commit the patch for AT90USB647. 2006-03-20 21:10:49 +00:00
Joerg Wunsch
e42af1347c Add support for the ATmega406 and AT90USB646/647/1286/1287 devices. 2006-03-19 22:35:34 +00:00
Joerg Wunsch
aed756d9c9 Add support for ATtiny261/461/861. 2006-01-04 23:17:26 +00:00
Joerg Wunsch
0a9bccd2c8 Add support for ATtiny24/44/84 devices. 2005-12-14 22:41:38 +00:00
Joerg Wunsch
7413634691 Upgrade to binutils 2.16.1.
Add support for AT90CAN32/64.
2005-11-04 20:13:07 +00:00
Joerg Wunsch
8794eea9cd Remove individual patches for adding new AVR devices to the toolchain,
and combine them into a single unified patch, as only two files need
to be patched anyway.

This will extend support of avr-binutils (over stock binutils-2.16) to
the following AVR devices:

ATtiny25/45/85
AT90PWM2/3
ATmega164/324/644
ATmega329/3290/649/6490
ATmega640/1280/1281
2005-07-30 20:08:03 +00:00