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