]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/at91/eb55/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / at91 / eb55 / v2_0 / ChangeLog
1 2004-09-16  Andrea Michelotti <amichelotti@atmel.com>
2
3         * include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined 
4           CYGNUM_HAL_ISR_MIN is equal to zero.
5         
6 2004-08-30  Thomas Koeller  <thomas.koeller@baslerweb.com>
7
8         * cdl/hal_arm_at91_eb55.cdl: Reversed change of 2004-02-12.
9         The options moved to the variant hal were not truly common
10         amoung all platforms.
11
12 2004-04-08  Andrew Lunn  <andrew.lunn@ascom.ch>
13
14         * misc/redboot_ROMRAM.ecm: Deleted since this is no longer
15         supported.
16
17 2004-04-08  Alan Bowman <abowman@synaptics-uk.com>
18
19         * include/pkgconf/mlt_arm_at91_eb55_romram.ldi: Alter rom_vectors
20         section to match the startup code for ROMRAM applications
21
22 2004-02-12  Jani Monoses <jani@iv.ro>
23
24         * cdl/hal_arm_at91_eb55.cdl: Move configuration options 
25         common to all AT91 EB boards up to AT91 variant .cdl.
26         
27 2003-12-16  Gary Thomas  <gary@mlbassoc.com>
28
29         * misc/redboot_ROMRAM.ecm: 
30         CYGNUM_FLASH_WORKSPACE_SIZE is no longer used.
31
32 2003-09-30 Jani Monoses <jani@iv.ro> 
33
34         * cdl/hal_arm_at91_eb55.cdl: Interfaces are already implemented by
35         AT91 variant .cdl, do not duplicate them here.
36         
37 2003-07-15  Jonathan Larmour  <jifl@eCosCentric.com>
38
39         * include/hal_platform_ints.h (HAL_PLATFORM_RESET): Actually use
40         hal_at91_reset_cpu().
41
42 2003-05-12  Nick Garnett  <nickg@balti.calivar.com>
43
44         * cdl/hal_arm_at91_eb55.cdl: 
45         * include/plf_io.h: 
46         * include/hal_platform_setup.h: 
47         * include/hal_platform_ints.h: 
48         * include/pkgconf/mlt_arm_at91_eb55_ram.ldi: 
49         * include/pkgconf/mlt_arm_at91_eb55_ram.h: 
50         * include/pkgconf/mlt_arm_at91_eb55_rom.ldi: 
51         * include/pkgconf/mlt_arm_at91_eb55_rom.h: 
52         * include/pkgconf/mlt_arm_at91_eb55_romram.ldi: 
53         * include/pkgconf/mlt_arm_at91_eb55_romram.h: 
54         * src/eb55_misc.c: 
55         New HAL added to support the Atmel EB55 board. Adapted from the
56         EB40 and EB40A HALs by Thomas Koeller and Tim Drury.
57
58
59 //===========================================================================
60 //####ECOSGPLCOPYRIGHTBEGIN####
61 // -------------------------------------------
62 // This file is part of eCos, the Embedded Configurable Operating System.
63 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
64 // Copyright (C) 2003 Nick Garnett <nickg@calivar.com>
65 //
66 // eCos is free software; you can redistribute it and/or modify it under
67 // the terms of the GNU General Public License as published by the Free
68 // Software Foundation; either version 2 or (at your option) any later version.
69 //
70 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
71 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
72 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
73 // for more details.
74 //
75 // You should have received a copy of the GNU General Public License along
76 // with eCos; if not, write to the Free Software Foundation, Inc.,
77 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
78 //
79 // As a special exception, if other files instantiate templates or use macros
80 // or inline functions from this file, or you compile this file and link it
81 // with other works to produce a work based on this file, this file does not
82 // by itself cause the resulting work to be covered by the GNU General Public
83 // License. However the source code for this file must still be made available
84 // in accordance with section (3) of the GNU General Public License.
85 //
86 // This exception does not invalidate any other reasons why a work based on
87 // this file might be covered by the GNU General Public License.
88 //
89 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
90 // at http://sources.redhat.com/ecos/ecos-license/
91 // -------------------------------------------
92 //####ECOSGPLCOPYRIGHTEND####
93 //===========================================================================