]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/arm/snds/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / snds / v2_0 / ChangeLog
1 2003-12-05  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * include/hal_diag.h: hal_delay_us() is a C function.
4
5 2003-11-05  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
6
7         * include/plf_io.h: Define HAL_IO_MACROS_NO_ADDRESS_MUNGING to
8         force the IO macros not to mung the addresses. This platform
9         don't need this.
10
11 2003-10-08  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
12
13         * include/plf_io.h: Correct (unused) defines for
14         KS32C_ROMCON_BASE_MASK, KS32C_ROMCON_NEXT_MASK, 
15         KS32C_DRAMCON_BASE_MASK and KS32C_DRAMCON_NEXT_MASK.
16
17 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
18
19         * misc/redboot_RAM.ecm: 
20         * misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
21         template - DNS now must be enabled manually.
22
23 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
24
25         * cdl/hal_arm_snds.cdl:
26         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
27         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
28         "default_value" from "calculated". This makes it easier
29         to change these values globally.
30         
31 2002-10-19  Jonathan Larmour  <jifl@eCosCentric.com>
32
33         * include/hal_platform_setup.h (PLATFORM_SETUP1): Only define if
34         ROM or ROMRAM, not if STUBS which can be RAM.
35
36 2003-02-05  Nick Garnett  <nickg@calivar.com>
37
38         * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Added this
39         definition to keep redboot_linux_exec.c happy.
40
41 2002-10-03  Jonathan Larmour  <jifl@eCosCentric.com>
42
43         * include/pkgconf/mlt_arm_snds_ram.ldi: Add definition of heap1.
44
45 2002-05-07  Gary Thomas  <gthomas@redhat.com>
46
47         * cdl/hal_arm_snds.cdl: 
48         Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
49
50 2001-12-06  Jesper Skov  <jskov@redhat.com>
51
52         * include/hal_platform_setup.h (PLATFORM_SETUP1): Don't trust the
53         syscfg SDRAM request bit as suggested by manual - always set it to
54         what works. Use relative loads to get a pointer to the tables with
55         system controller setup data.
56
57         * src/snds100_misc.c: Don't mess up the syscfg register.
58
59 2001-10-19  Jesper Skov  <jskov@redhat.com>
60
61         * include/plf_io.h (KS32C_REFEXTCON): Split in DRAM and SDRAM
62         settings.
63
64         * include/hal_platform_setup.h: Fix KS32C_REFEXTCON parameters,
65         and set some LEDs to help debugging.
66
67         * cdl/hal_arm_snds.cdl: On the SNDS100 board the CPU runs at
68         50MHZ.
69
70         * include/pkgconf/mlt_arm_snds_rom.ldi: Moved flash to
71         0x01800000.
72         * include/pkgconf/mlt_arm_snds_rom.mlt: Same.
73         * include/pkgconf/mlt_arm_snds_rom.h: Same.
74
75         * include/hal_platform_setup.h: Added LED macro. Use relative
76         branch in reset vector. Moved flash to 0x01800000.
77
78 2001-10-18  Jesper Skov  <jskov@redhat.com>
79
80         * src/hal_diag.c: Definition names updated.
81         * src/snds100_misc.c: Same.
82
83         * include/pkgconf/mlt_arm_snds_rom.ldi: Added.
84         * include/pkgconf/mlt_arm_snds_rom.mlt: Same.
85         * include/pkgconf/mlt_arm_snds_rom.h: Same.
86
87         * include/pkgconf/mlt_arm_snds_ram.ldi: Updated layout.
88         * include/pkgconf/mlt_arm_snds_ram.mlt: Same.
89         * include/pkgconf/mlt_arm_snds_ram.h: Same.
90
91         * include/hal_platform_setup.h: Fixed instruction typo.
92
93         * include/hal_platform_ints.h: Vector definitions renamed to match
94         those in E7T HAL.
95
96         * include/hal_cache.h: Replaced with E7T HAL version.
97
98         * cdl/hal_arm_snds.cdl: Added default baud rate option, ROM
99         startup mode, and removed PID tools make rules.
100
101 2001-10-12  Jesper Skov  <jskov@redhat.com>
102
103         * src/hal_diag.c: Copied here from E7T HAL.
104         * src/snds100_misc.c: Functions replaced with E7T HAL
105         versions.
106
107         * include/plf_io.h: Added.
108
109         * include/hal_platform_setup.h (PLATFORM_SETUP1): Code matching
110         board mon.
111
112 2001-10-05  Jonathan Larmour  <jlarmour@redhat.com>
113
114         * include/hal_cache.h: Don't define cache dimensions at all rather
115         than using 0.
116
117 2001-08-22  Gary Thomas  <gthomas@redhat.com>
118
119         * src/snds100_misc.c: 
120         * src/hal_diag.c: 
121         printf() is no longer a part of RedBoot.  Thus all programs
122         must use diag_printf() and related functions instead.
123
124 //===========================================================================
125 //####ECOSGPLCOPYRIGHTBEGIN####
126 // -------------------------------------------
127 // This file is part of eCos, the Embedded Configurable Operating System.
128 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
129 //
130 // eCos is free software; you can redistribute it and/or modify it under
131 // the terms of the GNU General Public License as published by the Free
132 // Software Foundation; either version 2 or (at your option) any later version.
133 //
134 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
135 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
136 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
137 // for more details.
138 //
139 // You should have received a copy of the GNU General Public License along
140 // with eCos; if not, write to the Free Software Foundation, Inc.,
141 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
142 //
143 // As a special exception, if other files instantiate templates or use macros
144 // or inline functions from this file, or you compile this file and link it
145 // with other works to produce a work based on this file, this file does not
146 // by itself cause the resulting work to be covered by the GNU General Public
147 // License. However the source code for this file must still be made available
148 // in accordance with section (3) of the GNU General Public License.
149 //
150 // This exception does not invalidate any other reasons why a work based on
151 // this file might be covered by the GNU General Public License.
152 //
153 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
154 // at http://sources.redhat.com/ecos/ecos-license/
155 // -------------------------------------------
156 //####ECOSGPLCOPYRIGHTEND####
157 //===========================================================================