]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/hal/sh/se77x9/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / sh / se77x9 / v2_0 / ChangeLog
1 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
2
3         * misc/redboot_SE7709RP01_RAM.ecm: 
4         * misc/redboot_SE7709RP01_ROM.ecm: Adjust for changes in RedBoot
5         template - DNS now must be enabled manually.
6
7 2002-08-06  Gary Thomas  <gary@chez-thomas.org>
8 2002-08-06  Motoya Kurotsu <kurotsu@allied-telesis.co.jp>       
9
10         * src/ser16c550c.c: I/O channel data can't be constant - contains
11         timeout information which can be changed.
12
13 2002-05-08  Jesper Skov  <jskov@redhat.com>
14
15         * src/hal_diag.c: Serial register renaming.
16
17 2001-10-31  Jonathan Larmour  <jlarmour@redhat.com>
18
19         * cdl/hal_sh_sh77x9_se77x9.cdl: Indicate support of variable baud rates.
20
21 2001-10-18  Jesper Skov  <jskov@redhat.com>
22
23         * src/plf_misc.c (hal_platform_init): Fix option spelling.
24
25         * cdl/hal_sh_sh77x9_se77x9.cdl: Fix SuperIO CDL option mistake.
26
27 2001-10-16  Jesper Skov  <jskov@redhat.com>
28
29         * cdl/hal_sh_sh77x9_se77x9.cdl: Removed DP83902A hack.
30
31 2001-10-15  Jesper Skov  <jskov@redhat.com>
32
33         * cdl/hal_sh_sh77x9_se77x9.cdl: Additional requirements to work
34         around problem of inferred values.
35         Added DP83902A hack.
36
37         * src/ser16c550c.c: Get serial controller details from CDL.
38
39         * src/plf_misc.c (hal_platform_init): Only call SuperIO init
40         function if required.
41
42         * include/platform.inc (BSC_settings_table): Initialize for DRAM
43         or SDRAM - but crudely so. Proper configury will be needed
44         eventually, when it's clear how much the SE77X9 boards actually
45         differ.
46
47         * cdl/hal_sh_sh77x9_se77x9.cdl: Added SE7709RP01 platform
48         support. Added XTAL default option. Added options for serial
49         controller. Added crude option for DRAM/SDRAM. Added option for
50         SuperIO.
51
52 2001-09-25  Jesper Skov  <jskov@redhat.com>
53
54         * include/plf_intr.h: Removed dummy
55         CYGPRI_HAL_INTERRUPT_ACKNOWLEDGE_PLF and
56         CYGPRI_HAL_INTERRUPT_CONFIGURE_PLF definitions.
57
58 2001-09-13  Jesper Skov  <jskov@redhat.com>
59
60         * cdl/hal_sh_sh77x9_se77x9.cdl: Add CPU option.
61
62 2001-09-12  Jesper Skov  <jskov@redhat.com>
63
64         * include/plf_intr.h: Added interrupt controller support.
65
66 2001-07-27  Jesper Skov  <jskov@redhat.com>
67
68         * cdl/hal_sh_sh77x9_se77x9.cdl: Generate .eprom.srec of RedBoot
69         image.
70
71 2001-06-28  Jesper Skov  <jskov@redhat.com>
72
73         * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.ldi: Leave 128k for
74         RedBoot.
75         * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.mlt: Same.
76         * include/pkgconf/mlt_sh_sh77x9_se77x9_ram.h: Same.
77
78         * misc/redboot_RAM.ecm: Added compression.
79         * misc/redboot_ROM.ecm: Same.
80
81         * cdl/hal_sh_sh77x9_se77x9.cdl: Don't make relocated .srec file.
82
83 2001-06-26  Jesper Skov  <jskov@redhat.com>
84
85         * misc/redboot_RAM.ecm: Reduced stacksize to 6kB.
86         * misc/redboot_ROM.ecm: Same.
87
88 2001-06-25  Jesper Skov  <jskov@redhat.com>
89
90         * misc/redboot_RAM.ecm: Updated stack size.
91         * misc/redboot_ROM.ecm: Same.
92
93 2001-06-22  Jesper Skov  <jskov@redhat.com>
94
95         * include/platform.inc (SDMR): Fiddled.
96
97 2001-06-19  Jesper Skov  <jskov@redhat.com>
98
99         * cdl/hal_sh_sh77x9_se77x9.cdl: Our board has a 7709S CPU.
100
101         * misc/redboot_ROM.ecm: Don't include CPU variant details.
102         * misc/redboot_RAM.ecm: Same.
103
104 2001-06-17  Jesper Skov  <jskov@redhat.com>
105
106         * include/plf_intr.h: Renamed serial interrupts.
107
108         * src/smsc37c93x.c (cyg_hal_init_superIO): Power on COM1. Use
109         correct interrupt.
110
111         * src/ser16c550c.c: Got it enabled. Correct offset and clock.
112
113         * src/hal_diag.c (cyg_hal_plf_comms_init): SuperIO working.
114
115 2001-06-16  Jesper Skov  <jskov@redhat.com>
116
117         * include/plf_intr.h: Define external interrupts.
118
119         * misc/redboot_ROM.ecm: Added eth driver.
120         * misc/redboot_RAM.ecm: Same.
121
122         * cdl/hal_sh_sh77x9_se77x9.cdl: Force IRL interrupt mode. Separate
123         srec output rules for Hitachi Mon (which needs reloc) and for
124         normal RedBoot use.
125
126 2001-06-12  Jesper Skov  <jskov@redhat.com>
127
128         * src/smsc37c93x.c: Use 16bit writes.
129
130         * src/ser16c550c.c: Update to access by 16bit units. Can't get it
131         to work though.
132
133         * cdl/hal_sh_sh77x9_se77x9.cdl: Only two serial channels.
134         * src/hal_diag.c: Same.
135
136 2001-06-12  Jesper Skov  <jskov@cambridge.redhat.com>
137
138         * New platform HAL.
139
140 //===========================================================================
141 //####ECOSGPLCOPYRIGHTBEGIN####
142 // -------------------------------------------
143 // This file is part of eCos, the Embedded Configurable Operating System.
144 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
145 //
146 // eCos is free software; you can redistribute it and/or modify it under
147 // the terms of the GNU General Public License as published by the Free
148 // Software Foundation; either version 2 or (at your option) any later version.
149 //
150 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
151 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
152 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
153 // for more details.
154 //
155 // You should have received a copy of the GNU General Public License along
156 // with eCos; if not, write to the Free Software Foundation, Inc.,
157 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
158 //
159 // As a special exception, if other files instantiate templates or use macros
160 // or inline functions from this file, or you compile this file and link it
161 // with other works to produce a work based on this file, this file does not
162 // by itself cause the resulting work to be covered by the GNU General Public
163 // License. However the source code for this file must still be made available
164 // in accordance with section (3) of the GNU General Public License.
165 //
166 // This exception does not invalidate any other reasons why a work based on
167 // this file might be covered by the GNU General Public License.
168 //
169 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
170 // at http://sources.redhat.com/ecos/ecos-license/
171 // -------------------------------------------
172 //####ECOSGPLCOPYRIGHTEND####
173 //===========================================================================