comparison packages/hal/arm/e7t/current/ChangeLog @ 208:e0c0827131d1 ecos

Merge from eCos master repository on 2002-05-20-20:11:54-BST
author jlarmour
date Mon, 20 May 2002 22:19:26 +0000
parents 022f1e506033
children d2c90368aeef
comparison
equal deleted inserted replaced
207:74c807ddde34 208:e0c0827131d1
1 2002-04-15 Jesper Skov <jskov@redhat.com>
2
3 * include/hal_platform_setup.h (PLATFORM_SETUP1): Changed ldm/stm
4 to ldmia/stmia.
5
6 2002-03-06 Jesper Skov <jskov@redhat.com>
7
8 * misc/redboot_ROM.ecm: Added zlib package.
9
1 2001-10-02 Jonathan Larmour <jlarmour@redhat.com> 10 2001-10-02 Jonathan Larmour <jlarmour@redhat.com>
2 11
3 * cdl/hal_arm_e7t.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on 12 * cdl/hal_arm_e7t.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on
4 Cygwin can't deal with absolute paths correctly, so copy 13 Cygwin can't deal with absolute paths correctly, so copy
5 flash_cksum.tcl into build directory. 14 flash_cksum.tcl into build directory.
113 * src/hal_diag.c: Use correct interrupt definitions. 122 * src/hal_diag.c: Use correct interrupt definitions.
114 123
115 * Cloned from AEB HAL. 124 * Cloned from AEB HAL.
116 125
117 //=========================================================================== 126 //===========================================================================
118 //####COPYRIGHTBEGIN#### 127 //####ECOSGPLCOPYRIGHTBEGIN####
119 // 128 // -------------------------------------------
120 // ------------------------------------------- 129 // This file is part of eCos, the Embedded Configurable Operating System.
121 // The contents of this file are subject to the Red Hat eCos Public License 130 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
122 // Version 1.1 (the "License"); you may not use this file except in 131 //
123 // compliance with the License. You may obtain a copy of the License at 132 // eCos is free software; you can redistribute it and/or modify it under
124 // http://www.redhat.com/ 133 // the terms of the GNU General Public License as published by the Free
125 // 134 // Software Foundation; either version 2 or (at your option) any later version.
126 // Software distributed under the License is distributed on an "AS IS" 135 //
127 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 136 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
128 // License for the specific language governing rights and limitations under 137 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
129 // the License. 138 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
130 // 139 // for more details.
131 // The Original Code is eCos - Embedded Configurable Operating System, 140 //
132 // released September 30, 1998. 141 // You should have received a copy of the GNU General Public License along
133 // 142 // with eCos; if not, write to the Free Software Foundation, Inc.,
134 // The Initial Developer of the Original Code is Red Hat. 143 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
135 // Portions created by Red Hat are 144 //
136 // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. 145 // As a special exception, if other files instantiate templates or use macros
137 // All Rights Reserved. 146 // or inline functions from this file, or you compile this file and link it
138 // ------------------------------------------- 147 // with other works to produce a work based on this file, this file does not
139 // 148 // by itself cause the resulting work to be covered by the GNU General Public
140 //####COPYRIGHTEND#### 149 // License. However the source code for this file must still be made available
150 // in accordance with section (3) of the GNU General Public License.
151 //
152 // This exception does not invalidate any other reasons why a work based on
153 // this file might be covered by the GNU General Public License.
154 //
155 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
156 // at http://sources.redhat.com/ecos/ecos-license
157 // -------------------------------------------
158 //####ECOSGPLCOPYRIGHTEND####
141 //=========================================================================== 159 //===========================================================================