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