4 # Copyright (C) 2002 ETC s.r.o.
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License
8 # as published by the Free Software Foundation; either version 2
9 # of the License, or (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21 # Written by Marcel Telka <marcel@telka.sk>, 2002.
22 # Modified by Stefan Pledl <stefan.pledl@mesutronic.de>, 2007.
25 # [1] Atmel Corporation, "ATmega128(L) - 8-bit AVR Microcontroller with
26 # 128K Bytes In-System Programmable Flash", 2002, Rev. 2467E-AVR-05/02
28 # [2] Atmel Corporation, 1504BSDL.ZIP - BSDL files for ATF1504AS/ASL and
31 # [3] Atmel Corporation, "AT32AP7000 - High Performance, Low Power
32 # AVR(R)32 32-Bit Microcontroller", Rev. 32003K-AVR32-10/07
35 # bits 27-12 of the Device Identification Register
36 1001011100000010 atmega128 ATmega128 # see Table 100 in [1]
37 0101101100000110 at91sam7s64 AT91SAM7S64
38 0101101100000111 at91sam7s32 AT91SAM7S32
39 0101101100001001 at91sam7s256 AT91SAM7S256
40 0101101100001010 at91sam7s128 AT91SAM7S128
41 0101101100001100 at91sam7s321 AT91SAM7S321
42 0001010100010100 atf15xx ATF1504ASV # see 1504ASV_J44.bsd
44 0001111010000010 at32ap7000 AT32AP7000 # see Table 38-11 in [3]