1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_at91_jtst.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2009-01-24 Bart Veer
|
6 |
|
|
|
7 |
|
|
* cdl/hal_arm_at91_jtst.cdl: switch from arm-elf-gcc to
|
8 |
|
|
arm-eabi-gcc. Remove -mno-short-load-words.
|
9 |
|
|
|
10 |
|
|
2004-10-8 Andrew Lunn
|
11 |
|
|
|
12 |
|
|
* support/jtstflash.{c|cpp}: Host tools for programming the
|
13 |
|
|
flash on the jtst boards. See the redboot documentation.
|
14 |
|
|
|
15 |
|
|
2004-10-6 Andrea Michelotti
|
16 |
|
|
|
17 |
|
|
* include/plf_io.h: removed SPI definitions. They are defined in
|
18 |
|
|
the variant HAL.
|
19 |
|
|
|
20 |
|
|
2004-10-4 Andrea Michelotti
|
21 |
|
|
|
22 |
|
|
* include/hal_platform_setup.h: added generation of three
|
23 |
|
|
different clocks for watchdog.
|
24 |
|
|
|
25 |
|
|
2004-06-6 Andrea Michelotti
|
26 |
|
|
|
27 |
|
|
* cdl/hal_arm_at91_jtst.cdl:
|
28 |
|
|
* include/plf_io.h:
|
29 |
|
|
* include/hal_platform_setup.h:
|
30 |
|
|
* include/hal_platform_ints.h:
|
31 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_ram.ldi:
|
32 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_ram.h:
|
33 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_rom.ldi:
|
34 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_rom.h:
|
35 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_romram.ldi:
|
36 |
|
|
* include/pkgconf/mlt_arm_at91_jtst_romram.h:
|
37 |
|
|
* src/jtst_misc.c:
|
38 |
|
|
New HAL added to support Atmel JTST board (based on Diopsis chip).
|
39 |
|
|
Adapted from the EB40 and EB40A HALs by Thomas Koeller and Tim Drury.
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
//===========================================================================
|
43 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
44 |
|
|
// -------------------------------------------
|
45 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
46 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
47 |
|
|
//
|
48 |
|
|
// This program is free software; you can redistribute it and/or modify
|
49 |
|
|
// it under the terms of the GNU General Public License as published by
|
50 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
51 |
|
|
// later version.
|
52 |
|
|
//
|
53 |
|
|
// This program is distributed in the hope that it will be useful, but
|
54 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
55 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
56 |
|
|
// General Public License for more details.
|
57 |
|
|
//
|
58 |
|
|
// You should have received a copy of the GNU General Public License
|
59 |
|
|
// along with this program; if not, write to the
|
60 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
61 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
62 |
|
|
// -------------------------------------------
|
63 |
|
|
// ####GPLCOPYRIGHTEND####
|
64 |
|
|
//===========================================================================
|