1 |
786 |
skrzyp |
2009-01-31 Bart Veer
|
2 |
|
|
|
3 |
|
|
* cdl/hal_arm_aim711.cdl: update compiler flags for gcc 4.x
|
4 |
|
|
|
5 |
|
|
2009-01-24 Bart Veer
|
6 |
|
|
|
7 |
|
|
* cdl/hal_arm_aim711.cdl: switch from arm-elf-gcc to
|
8 |
|
|
arm-eabi-gcc. Remove -mno-short-load-words.
|
9 |
|
|
|
10 |
|
|
2008-11-20 Bart Veer
|
11 |
|
|
|
12 |
|
|
* misc/redboot_ROMRAM_visionsystems.ecm:
|
13 |
|
|
CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE has been expunged from the
|
14 |
|
|
common HAL.
|
15 |
|
|
|
16 |
|
|
2004-06-07 Roland Cassebohm
|
17 |
|
|
|
18 |
|
|
* src/aim711_misc.c:
|
19 |
|
|
The I2C transfer routine waits now while the bus is busy
|
20 |
|
|
instead of just return an error.
|
21 |
|
|
|
22 |
|
|
2004-04-28 Roland Cassebohm
|
23 |
|
|
|
24 |
|
|
* include/plf_aux.h:
|
25 |
|
|
* include/plf_io.h:
|
26 |
|
|
Removed plf_aux.h, instead put the prototypes of the functions
|
27 |
|
|
in plf_io.h.
|
28 |
|
|
|
29 |
|
|
2004-04-28 Roland Cassebohm
|
30 |
|
|
|
31 |
|
|
* src/aim711_misc.c:
|
32 |
|
|
* include/hal_platform_ints.h:
|
33 |
|
|
Removed unused RedBoot startup code.
|
34 |
|
|
|
35 |
|
|
2004-04-28 Roland Cassebohm
|
36 |
|
|
|
37 |
|
|
* cdl/hal_arm_aim711.cdl:
|
38 |
|
|
* include/hal_platform_ints.h:
|
39 |
|
|
Added cdl option to get delays between POST codes.
|
40 |
|
|
|
41 |
|
|
2004-04-27 Roland Cassebohm
|
42 |
|
|
|
43 |
|
|
* cdl/hal_arm_aim711.cdl: Fixed typos.
|
44 |
|
|
|
45 |
|
|
2003-10-02 Roland Cassebohm
|
46 |
|
|
|
47 |
|
|
* cdl/hal_arm_aim711.cdl:
|
48 |
|
|
Implement CYGINT_HAL_ARM_BIGENDIAN.
|
49 |
|
|
Use "-mno-short-load-words" in compiler flags to avoid unaligned
|
50 |
|
|
access, which would cause exceptions.
|
51 |
|
|
|
52 |
|
|
* include/hal_cache.h:
|
53 |
|
|
* include/hal_diag.h:
|
54 |
|
|
|
55 |
|
|
* include/hal_platform_ints.h: Set HAL_PLATFORM_RESET() to
|
56 |
|
|
hal_reset().
|
57 |
|
|
|
58 |
|
|
* include/hal_platform_setup.h: Changed for direct initial
|
59 |
|
|
SDRAM setup. External IO is maped to 0x3fd0000. Changed LED macros
|
60 |
|
|
to use only the first three bits of PIO.
|
61 |
|
|
|
62 |
|
|
* include/plf_io.h:
|
63 |
|
|
|
64 |
|
|
* include/plf_stub.h: Remove HAL_STUB_PLATFORM_RESET defines,
|
65 |
|
|
because they are not used anymore.
|
66 |
|
|
|
67 |
|
|
* include/pkgconf/mlt_arm_aim711_ram.h: Moved FLASH to 0x2000000
|
68 |
|
|
and changed the size to 0x200000. Changed size of RAM to 0x800000.
|
69 |
|
|
RedBoot is used as main bootloader. To be sure there is enough
|
70 |
|
|
space in future, the RAM version resevers RAM up to 0x30000.
|
71 |
|
|
* include/pkgconf/mlt_arm_aim711_ram.ldi: Same.
|
72 |
|
|
* include/pkgconf/mlt_arm_aim711_rom.h: Same.
|
73 |
|
|
* include/pkgconf/mlt_arm_aim711_rom.ldi: Same.
|
74 |
|
|
* include/pkgconf/mlt_arm_aim711_romram.h: Same.
|
75 |
|
|
* include/pkgconf/mlt_arm_aim711_romram.ldi: Same.
|
76 |
|
|
|
77 |
|
|
* misc/redboot_RAM.ecm:
|
78 |
|
|
* misc/redboot_ROM.ecm:
|
79 |
|
|
* misc/redboot_ROMRAM.ecm:
|
80 |
|
|
|
81 |
|
|
* src/hal_diag.c: Implement hal_diag_led() for the diagnostic board
|
82 |
|
|
of the AIM.
|
83 |
|
|
|
84 |
|
|
* src/aim711_misc.c:
|
85 |
|
|
Implemented reset functionality of the AIM 711 board.
|
86 |
|
|
|
87 |
|
|
New package for the ARM Industrial Module AIM 711 cloned from
|
88 |
|
|
SNDS package.
|
89 |
|
|
|
90 |
|
|
//===========================================================================
|
91 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
92 |
|
|
// -------------------------------------------
|
93 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
94 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
95 |
|
|
//
|
96 |
|
|
// This program is free software; you can redistribute it and/or modify
|
97 |
|
|
// it under the terms of the GNU General Public License as published by
|
98 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
99 |
|
|
// later version.
|
100 |
|
|
//
|
101 |
|
|
// This program is distributed in the hope that it will be useful, but
|
102 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
103 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
104 |
|
|
// General Public License for more details.
|
105 |
|
|
//
|
106 |
|
|
// You should have received a copy of the GNU General Public License
|
107 |
|
|
// along with this program; if not, write to the
|
108 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
109 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
110 |
|
|
// -------------------------------------------
|
111 |
|
|
// ####GPLCOPYRIGHTEND####
|
112 |
|
|
//===========================================================================
|