File: ChangeLog

package info (click to toggle)
openwince-include 0.3.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 756 kB
  • sloc: ansic: 4,294; sh: 517; makefile: 61
file content (265 lines) | stat: -rw-r--r-- 7,833 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
2003-10-11  Marcel Telka  <marcel@telka.sk>

	Version 0.3.2 released.

2003-10-11  Marcel Telka  <marcel@telka.sk>

	* configure.ac (AC_INIT): Changed version number to 0.3.2.

2003-09-05  Marcel Telka  <marcel@telka.sk>

	* brux/bus.h (bus_t, bus_driver_t): Separated bus_driver_t from bus_t.

2003-08-28  Marcel Telka  <marcel@telka.sk>

	* brux/bus.h (bus_area_t): New structure.
	(bus_t): Removed width member, added area member.

2003-08-27  Marcel Telka  <marcel@telka.sk>

	* brux/flash.h: Added FLASH_ERROR_* macros.

2003-08-20  Marcel Telka  <marcel@telka.sk>

	Version 0.3.1 released.

2003-08-20  Marcel Telka  <marcel@telka.sk>

	* configure.ac (AC_INIT): Changed version number to 0.3.1.
	* Makefile.am (nobase_openwinceinc_HEADERS): Removed win32/stdint.h.
	(noinst_HEADERS): Added win32/stdint.h.
	* acinclude.m4 (AX_CREATE_STDINT_H): Forced not to include other stdint.h.

2003-08-19  Marcel Telka  <marcel@telka.sk>

	Version 0.3 released.

2003-08-12  Marcel Telka  <marcel@telka.sk>

	* win32/stdint.h: New file.

2003-08-11  Marcel Telka  <marcel@telka.sk>

	* brux/bus.h (struct bus): Added new member 'printinfo'.

2003-07-30  Marcel Telka  <marcel@telka.sk>

	* configure.ac (AC_INIT): Changed version number to 0.3.
	(AX_CREATE_STDINT_H): Added macro invocation.
	(AC_CHECK_HEADERS): Added stdint.h.
	(AM_CONDITIONAL): Added GENERATE_STDINT_H.
	* Makefile.am (nobase_openwinceinc_HEADERS): Removed stdint.h.
	(nodist_openwinceinc_HEADERS): Added owce-stdint.h and conditionally added stdint.h.
	(stdint.h): Added explicit target to generate stdint.h.
	(CLEANFILES): Adde stdint.h.
	* acinclude.m4: New file.
	* stdint.h: File removed.

2003-06-12  Marcel Telka  <marcel@telka.sk>

	* brux/flash.h (flash_driver_t): Renamed 'flash_readarray' member to 'readarray'.

2003-06-10  Marcel Telka  <marcel@telka.sk>

	* brux/flash.h (flash_driver_t): Added new type.

2003-06-10  Marcel Telka  <marcel@telka.sk>

	* brux/bus.h (bus_t): Changed return type from int to unsigned int for width().

2003-06-03  Marcel Telka  <marcel@telka.sk>

	* brux/cmd.h (cmds): Added external variable declaration.
	* brux/bus.h (bus): Ditto.

2003-06-03  Marcel Telka  <marcel@telka.sk>

	* brux/cmd.h: New file extracted from jtag module, file src/cmd/cmd.h.
	* Makefile.am (nobase_openwinceinc_HEADERS): Added brux/flash.h and brux/cmd.h.

2003-06-03  Marcel Telka  <marcel@telka.sk>

	* brux/flash.h: New file extracted from jtag module, file include/jtag.h.

2003-05-30  Marcel Telka  <marcel@telka.sk>

	* Makefile.am (nobase_openwinceinc_HEADERS): Added brux/cfi.h.
	* brux/cfi.h: New file extracted from include/cfi.h from jtag module.

2003-05-30  Marcel Telka  <marcel@telka.sk>

	* Makefile.am (nobase_openwinceinc_HEADERS): Added brux/bus.h.
	* brux/bus.h: New file extracted from include/bus.h from jtag module.

2003-04-26  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/ac97.h: Changed comments for PXA255. Replaced PXA2X0_NOPXA26X with
		PXA2X0_NOPXA255 and PXA2X0_NOPXA260.
	* arm/pxa2x0/cm.h: Ditto.
	* arm/pxa2x0/dma.h: Ditto.
	* arm/pxa2x0/gpio.h: Ditto.
	* arm/pxa2x0/i2c.h: Ditto.
	* arm/pxa2x0/i2s.h: Ditto.
	* arm/pxa2x0/ic.h: Ditto.
	* arm/pxa2x0/icp.h: Ditto.
	* arm/pxa2x0/lcd.h: Ditto.
	* arm/pxa2x0/mc.h: Ditto.
	* arm/pxa2x0/mmc.h: Ditto.
	* arm/pxa2x0/ost.h: Ditto.
	* arm/pxa2x0/pmrc.h: Ditto.
	* arm/pxa2x0/pwm.h: Ditto.
	* arm/pxa2x0/rtc.h: Ditto.
	* arm/pxa2x0/ssp.h: Ditto.
	* arm/pxa2x0/uart.h: Ditto.
	* arm/pxa2x0/udc.h: Ditto.
	* arm/pxa2x0/cm.h (CCCR_M_4): New macro for PXA255 and above.
	* arm/pxa2x0/udc.h (UDCCFR): New register for PXA255 and above.

2003-04-14  Marcel Telka  <marcel@telka.sk>

	* arm/arm.h: Added System Control Coprocessor Control Register bits.
	(PSR_MODE): Fixed bug in macro declaration.
	(PSR_MODE_MASK): Rewritten using bits() macro.

2003-04-04  Marcel Telka  <marcel@telka.sk>

	Version 0.2.3 released.

2003-04-02  Marcel Telka  <marcel@telka.sk>

	* configure.ac (AC_INIT): Changed version number to 0.2.3.

2003-04-02  Marcel Telka  <marcel@telka.sk>

	* stdint.h: Ported to NetBSD (thanks to Jachym Holecek).

2003-03-19  Marcel Telka  <marcel@telka.sk>

	Version 0.2.2 released.

2003-03-19  Marcel Telka  <marcel@telka.sk>

	* configure.ac (AC_INIT): Changed version number to 0.2.2.

2003-03-17  Marcel Telka  <marcel@telka.sk>

	* stdint.h: Ported to cygwin-1.3.21. uint8_t, uint16_t, uint32_t, uint64_t,
		and uintptr_t are now declared in cygwin/types.h.

2003-02-12  Marcel Telka  <marcel@telka.sk>

	Version 0.2.1 released.

2003-02-04  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/ac97.h: Added get_* macros for register bits.
	* arm/pxa2x0/cm.h: Ditto.
	* arm/pxa2x0/i2c.h: Ditto.
	* arm/pxa2x0/i2s.h: Ditto.
	* arm/pxa2x0/icp.h: Ditto.
	* arm/pxa2x0/mc.h: Ditto.
	* arm/pxa2x0/mmc.h: Ditto.
	* arm/pxa2x0/pwm.h: Ditto.
	* arm/pxa2x0/rtc.h: Ditto.
	* arm/pxa2x0/ssp.h: Ditto.
	* arm/pxa2x0/udc.h: Ditto.
	* configure.ac (AC_INIT): Changed version number to 0.2.1.
	(AM_INIT_AUTOMAKE): Added check-news and dist-bzip2 parameters.

2003-02-04  Marcel Telka  <marcel@telka.sk>

	* arm/platform.h: Removed unused file.
	* arm/platform/wep.h: Ditto.
	* arm/platform/wid.h: Ditto.

2003-01-31  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/dma.h (DCSR_BUSERRINTR): Fixed typo in macro name (patch 678112).
		Thanks to Daniel Samek.

2003-01-27  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/dma.h (get_DRCMR_CHLNUM): Fixed a typo.

2003-01-27  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/dma.h: Added DRCMR symbolic names and offsets (suggested by Daniel Samek,
		patch 675417). Added get_* macros for register bits.

2003-01-17  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/cm.h: Fixed CKEN_CKEN4 declaration.

2003-01-17  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/lcd.h: Added get_* macros for register bits. Fixed TCR_TVBS macro.

2003-01-17  Marcel Telka  <marcel@telka.sk>

	* ac97.h: Moved this
	* device/codec/ac97.h: here.
	* ucb1400.h: Moved this
	* device/codec/ucb1400.h: here.

2003-01-10  Marcel Telka  <marcel@telka.sk>

	* stdint.h: Ported to glibc (removed compilation warning).

2002-12-05  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/ost.h: Added OSMRx (x = 0 through 3) macros.

2002-11-28  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/mc.h: Added register bits for MECR, SXCNFG, SXMRS,	MCMEMx, MCATTx,
		MCIOx, BOOT_DEF.

2002-11-22  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/mmc.h: Added MMC commands (from Juraj Fabo).

2002-11-20  Marcel Telka  <marcel@telka.sk>

	* ucb1400.h: Added UCB1400_ADCC_AI_* declarations (suggested by Juraj Fabo).

2002-11-09  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/dma.h: Added DINT register bits.

2002-11-09  Marcel Telka  <marcel@telka.sk>

	* COPYING: Added BSD license file.

2002-11-08  Marcel Telka  <marcel@telka.sk>

	Version 0.2 released.

2002-11-07  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/gpio.h: Removed GPIOs not available for PXA210.

2002-11-06  Marcel Telka  <marcel@telka.sk>

	* common.h: Added bits_get() macro.
	* arm/pxa2x0/uart.h: Added get_* macros for register bits.
	* arm/pxa2x0/ic.h: Added symbolic names for IRQs.

2002-11-04  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/*: Added support for Intel PXA2x0 family processors.
	* arm/pxa2x0/uart.h: Fixed SPR_SP declaration, removed access to STMRS register.
	* arm/pxa2x0/mc.h: Fixed BOOT_DEF_OFFSET declaration.
	* arm/pxa2x0/gpio.h: Added ALT_FN_0_IN and ALT_FN_0_OUT declarations.
	* arm/pxa2x0/pmrc.h: Added missing PWER_WEx (where x = 0 through 15) declarations.
	* arm/pxa2x0/rtc.h: Fixed RTTR bit declarations.

2002-11-02  Marcel Telka  <marcel@telka.sk>

	* arm/pxa2x0/*: Added _t suffix for register type names.
	* arm/sa11x0/*: Ditto.
	* device/flash/cfi.h: Removed _t suffix from structure names.

2002-11-01  Marcel Telka  <marcel@telka.sk>

	Version 0.1 released.