You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.8 KiB
Plaintext

$Id$
* 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 get_* macros for LCD register bits
- fixed TCR_TVBS macro declaration
- fixed CKEN_CKEN4 declaration
- added get_* macros for DMA register bits
- 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.