comparison packages/hal/powerpc/viper/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 0d2b193a635f
children d2c90368aeef
comparison
equal deleted inserted replaced
207:74c807ddde34 208:e0c0827131d1
1 2002-04-30 Nick Garnett <nickg@redhat.com>
2
3 * src/viper.S: Changed boot ROM wait states from 4 to 7.
4
5 2002-04-16 Gary Thomas <gthomas@redhat.com>
6
7 * misc/redboot_ROMRAM.ecm:
8 RedBoot now requires 0x30000 in this configuration.
9
10 2002-04-11 Gary Thomas <gthomas@redhat.com>
11
12 * include/plf_cache.h: Use common CDL for cache control.
13
14 2002-04-10 Gary Thomas <gthomas@redhat.com>
15
16 * src/hal_aux.c (hal_platform_init): Avoid resetting ethernet PHY chip.
17
18 * include/plf_cache.h: [Re]enable caches.
19
20 * cdl/hal_powerpc_viper.cdl: Fix RTC calculations.
21
22 2002-04-08 Gary Thomas <gthomas@redhat.com>
23
24 * src/viper.S: Lots of changes to get ROMRAM mode working from
25 initial FLASH boot.
26
27 2002-03-08 Gary Thomas <gthomas@redhat.com>
28
29 * src/viper.S:
30 * misc/redboot_ROMRAM.ecm:
31 * include/pkgconf/mlt_powerpc_viper_romram.mlt:
32 * include/pkgconf/mlt_powerpc_viper_romram.ldi:
33 * include/pkgconf/mlt_powerpc_viper_romram.h:
34 * include/pkgconf/mlt_powerpc_viper_ram.mlt:
35 * include/pkgconf/mlt_powerpc_viper_ram.ldi:
36 * include/pkgconf/mlt_powerpc_viper_ram.h:
37 * cdl/hal_powerpc_viper.cdl: Add support for ROMRAM mode.
38
39 2002-01-28 Gary Thomas <gthomas@redhat.com>
40
41 * src/hal_aux.c: Change mappings since IMMR has moved.
42
1 2001-06-21 Jonathan Larmour <jlarmour@redhat.com> 43 2001-06-21 Jonathan Larmour <jlarmour@redhat.com>
2 44
3 * images/*: Remove. Don't bloat repository with things already on 45 * images/*: Remove. Don't bloat repository with things already on
4 the web. 46 the web.
5 47
53 95
54 * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL 96 * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
55 with CYGSEM_HAL_DIAG_MANGLER_GDB/None 97 with CYGSEM_HAL_DIAG_MANGLER_GDB/None
56 98
57 //=========================================================================== 99 //===========================================================================
58 //####COPYRIGHTBEGIN#### 100 //####ECOSGPLCOPYRIGHTBEGIN####
59 // 101 // -------------------------------------------
60 // ------------------------------------------- 102 // This file is part of eCos, the Embedded Configurable Operating System.
61 // The contents of this file are subject to the Red Hat eCos Public License 103 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
62 // Version 1.1 (the "License"); you may not use this file except in 104 //
63 // compliance with the License. You may obtain a copy of the License at 105 // eCos is free software; you can redistribute it and/or modify it under
64 // http://www.redhat.com/ 106 // the terms of the GNU General Public License as published by the Free
65 // 107 // Software Foundation; either version 2 or (at your option) any later version.
66 // Software distributed under the License is distributed on an "AS IS" 108 //
67 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 109 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
68 // License for the specific language governing rights and limitations under 110 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
69 // the License. 111 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
70 // 112 // for more details.
71 // The Original Code is eCos - Embedded Configurable Operating System, 113 //
72 // released September 30, 1998. 114 // You should have received a copy of the GNU General Public License along
73 // 115 // with eCos; if not, write to the Free Software Foundation, Inc.,
74 // The Initial Developer of the Original Code is Red Hat. 116 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
75 // Portions created by Red Hat are 117 //
76 // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. 118 // As a special exception, if other files instantiate templates or use macros
77 // All Rights Reserved. 119 // or inline functions from this file, or you compile this file and link it
78 // ------------------------------------------- 120 // with other works to produce a work based on this file, this file does not
79 // 121 // by itself cause the resulting work to be covered by the GNU General Public
80 //####COPYRIGHTEND#### 122 // License. However the source code for this file must still be made available
123 // in accordance with section (3) of the GNU General Public License.
124 //
125 // This exception does not invalidate any other reasons why a work based on
126 // this file might be covered by the GNU General Public License.
127 //
128 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
129 // at http://sources.redhat.com/ecos/ecos-license
130 // -------------------------------------------
131 //####ECOSGPLCOPYRIGHTEND####
81 //=========================================================================== 132 //===========================================================================