]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / hal / arm / xscale / pxa2x0 / v2_0 / ChangeLog
index 94105ea32f71bdc2b2d912444992ad5db23d8a08..a5a4ae297e115bc386bf8a5e9c9d6dcb3a857b9f 100644 (file)
@@ -1,3 +1,29 @@
+2005-12-06  David Vrabel  <dvrabel@arcom.com>
+
+       * cdl/hal_arm_xscale_pxa2x0.cdl: New
+       CYGOPT_HAL_ARM_XSCALE_PXA2X0_VARIANT option to select support for
+       the PXA25x series or the PXA27x series.  The default is PXA25x so
+       existing packages work as-is.
+
+       * include/hal_pxa2x0.h: Add some extra PXA27x specific registers.
+
+       * src/pxa2x0_misc.c, include/hal_var_ints.h: Add support for the
+       extra interrupts (including the extra GPIO ones) on the PXA27x.
+
+       * src/pxa2x0_misc.c (hal_delay_us): Use correct timer clock
+       frequency for PXA27x.  Correctly handle the loop taking longer
+       than 1 timer tick.
+
+2005-09-19  David Vrabel  <dvrabel@arcom.com>
+
+       * cdl/hal_arm_xscale_pxa2x0.cdl: Fix the last patch, logical OR
+       not bitwise is needed.
+
+2005-09-15  David Vrabel  <dvrabel@arcom.com>
+
+       * cdl/hal_arm_xscale_pxa2x0.cdl: Only build hal_diag.c if one of
+       the three internal UARTs is used.
+
 2005-04-22  Ian Campbell  <icampbell@arcom.com>
 
        * include/hal_pxa2x0.h: OSCC was incorrectly name CSCC.