File: NEWS

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 (80 lines) | stat: -rw-r--r-- 3,011 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
$Id: NEWS,v 1.38 2003/10/11 01:36:09 telka Exp $

include-0.3.2 (2003-10-11):

	* Changes in brux common headers:
		- Added FLASH_ERROR_* macros
		- Modified bus_t structure
		- Added bus_area_t and bus_driver_t structures

include-0.3.1 (2003-08-20):

	* Removed win32/stdint.h installation in POSIX environments.
	* Fixed recursive stdint.h include in owce-stdint.h.

include-0.3 (2003-08-19):

	* Changes in PXA2x0 support:
		- added support for Intel PXA255 processor
		- replaced PXA2X0_NOPXA26X conditional directive with PXA2X0_NOPXA255
			and PXA2X0_NOPXA260 directives to remove support for PXA255
			and above (PXA2X0_NOPXA255) or PXA260 and above (PXA2X0_NOPXA260)
			processor features
		- added CCCR_M_4 multiplier for PXA255 and above
		- added new register UDCCFR for PXA255 and above
	* Added ARM System Control Coprocessor Register 1 (Control Register) bits.
	* Added brux common headers.
	* Replaced static stdint.h with autogenerated one for POSIX environments.

include-0.2.3 (2003-04-04):

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

include-0.2.2 (2003-03-19):

	* stdint.h ported to cygwin-1.3.21 and later.

include-0.2.1 (2003-02-12):

	* Changes in PXA2x0 support:
		- added DINT register bits
		- added MMC commands (Juraj Fabo)
		- added register bits for MECR, SXCNFG, SXMRS, MCMEMx, MCATTx, MCIOx, BOOT_DEF
		- added OSMRx (x = 0 through 3) macros
		- added (completed) get_* macros for all register bits
		- fixed TCR_TVBS macro declaration
		- fixed CKEN_CKEN4 declaration
		- added symbolic names and offsets for DRCMR registers (suggested by Daniel
			Samek, patch 675417)
		- fixed typo in DCSR_BUSERRINTR macro name (patch 678112, Daniel Samek)
	* Added UCB1400_ADCC_AI_* declarations for UCB1400 (suggested by Juraj Fabo)
	* Moved ac97.h and ucb1400.h files to device/codec directory
	* Removed arm/platform.h and arm/platform/* files.
	* Minor fixes.

include-0.2 (2002-11-08):

	* Changes in PXA2x0 support:
		- added support for Intel PXA26x family processors
		- added PXA2X0_NOPXA250 and PXA2X0_NOPXA26X conditional directives
		  to remove support for PXA250 and above (PXA2X0_NOPXA250)
		  or PXA26x and above (PXA2X0_NOPXA26X) processor features
		- removed access to STMRS register
		- fixed SPR_SP declaration
		- fixed BOOT_DEF_OFFSET declaration
		- added _t suffix for register type names
		- added ALT_FN_0_IN and ALT_FN_0_OUT declarations
		- added missing PWER_WEx (where x = 0 through 15) declarations
		- fixed RTTR bit declarations
		- added new get_* macros for UART register bits
		- added symbolic names for IRQ masks (IC_IRQ_*)
	* Changes in SA11x0 support:
		- added _t suffix for register type names
	* Removed _t suffix from structure names in CFI declarations.

include-0.1 (2002-11-01):

	* Initial public release with initial support for Intel SA-11x0/PXA2x0
	  processors, Common Flash Interface (CFI), Intel extensions to CFI,
	  JEDEC Manufacturer's Identification Codes, base AC'97 declarations
	  and Philips UCB1400 support.