]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/arm/aim711/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / aim711 / v2_0 / ChangeLog
1 2004-06-07  Roland Cassebohm <roland.cassebohm@visionsystems.de>
2
3         * src/aim711_misc.c: 
4         The I2C transfer routine waits now while the bus is busy
5         instead of just return an error.
6
7 2004-04-28  Roland Cassebohm <roland.cassebohm@visionsystems.de>
8
9         * include/plf_aux.h:
10         * include/plf_io.h:
11         Removed plf_aux.h, instead put the prototypes of the functions
12         in plf_io.h.
13
14 2004-04-28  Roland Cassebohm <roland.cassebohm@visionsystems.de>
15
16         * src/aim711_misc.c: 
17         * include/hal_platform_ints.h:
18         Removed unused RedBoot startup code.
19
20 2004-04-28  Roland Cassebohm <roland.cassebohm@visionsystems.de>
21
22         * cdl/hal_arm_aim711.cdl: 
23         * include/hal_platform_ints.h:
24         Added cdl option to get delays between POST codes.
25
26 2004-04-27  Roland Cassebohm <roland.cassebohm@visionsystems.de>
27
28         * cdl/hal_arm_aim711.cdl: Fixed typos.
29
30 2003-10-02  Roland Cassebohm <roland.cassebohm@visionsystems.de>
31
32         * cdl/hal_arm_aim711.cdl:
33         Implement CYGINT_HAL_ARM_BIGENDIAN.
34         Use "-mno-short-load-words" in compiler flags to avoid unaligned
35         access, which would cause exceptions.
36
37         * include/hal_cache.h:
38         * include/hal_diag.h: 
39
40         * include/hal_platform_ints.h: Set HAL_PLATFORM_RESET() to
41         hal_reset().
42
43         * include/hal_platform_setup.h: Changed for direct initial 
44         SDRAM setup. External IO is maped to 0x3fd0000. Changed LED macros
45         to use only the first three bits of PIO.
46
47         * include/plf_io.h:
48
49         * include/plf_stub.h: Remove HAL_STUB_PLATFORM_RESET defines,
50         because they are not used anymore.
51
52         * include/pkgconf/mlt_arm_aim711_ram.h: Moved FLASH to 0x2000000 
53         and changed the size to 0x200000. Changed size of RAM to 0x800000.
54         RedBoot is used as main bootloader. To be sure there is enough
55         space in future, the RAM version resevers RAM up to 0x30000.
56         * include/pkgconf/mlt_arm_aim711_ram.ldi: Same.
57         * include/pkgconf/mlt_arm_aim711_rom.h: Same.
58         * include/pkgconf/mlt_arm_aim711_rom.ldi: Same.
59         * include/pkgconf/mlt_arm_aim711_romram.h: Same.
60         * include/pkgconf/mlt_arm_aim711_romram.ldi: Same.
61
62         * misc/redboot_RAM.ecm:
63         * misc/redboot_ROM.ecm:
64         * misc/redboot_ROMRAM.ecm:
65
66         * src/hal_diag.c: Implement hal_diag_led() for the diagnostic board
67         of the AIM.
68
69         * src/aim711_misc.c:
70         Implemented reset functionality of the AIM 711 board.
71
72         New package for the ARM Industrial Module AIM 711 cloned from
73         SNDS package.
74
75 //===========================================================================
76 //####ECOSGPLCOPYRIGHTBEGIN####
77 // -------------------------------------------
78 // This file is part of eCos, the Embedded Configurable Operating System.
79 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
80 //
81 // eCos is free software; you can redistribute it and/or modify it under
82 // the terms of the GNU General Public License as published by the Free
83 // Software Foundation; either version 2 or (at your option) any later version.
84 //
85 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
86 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
87 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
88 // for more details.
89 //
90 // You should have received a copy of the GNU General Public License along
91 // with eCos; if not, write to the Free Software Foundation, Inc.,
92 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
93 //
94 // As a special exception, if other files instantiate templates or use macros
95 // or inline functions from this file, or you compile this file and link it
96 // with other works to produce a work based on this file, this file does not
97 // by itself cause the resulting work to be covered by the GNU General Public
98 // License. However the source code for this file must still be made available
99 // in accordance with section (3) of the GNU General Public License.
100 //
101 // This exception does not invalidate any other reasons why a work based on
102 // this file might be covered by the GNU General Public License.
103 //
104 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
105 // at http://sources.redhat.com/ecos/ecos-license/
106 // -------------------------------------------
107 //####ECOSGPLCOPYRIGHTEND####
108 //===========================================================================