X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=packages%2Fhal%2Farm%2Fxscale%2Fpxa2x0%2Fv2_0%2FChangeLog;h=a5a4ae297e115bc386bf8a5e9c9d6dcb3a857b9f;hp=94105ea32f71bdc2b2d912444992ad5db23d8a08;hb=7a4ea0a4d67744fd3f6b5f207d857005fc707b46;hpb=f0c1bd5d9f8457be4a43912a28ca2df207a7f5a4 diff --git a/packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog b/packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog index 94105ea3..a5a4ae29 100644 --- a/packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog +++ b/packages/hal/arm/xscale/pxa2x0/v2_0/ChangeLog @@ -1,3 +1,29 @@ +2005-12-06 David Vrabel + + * 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 + + * cdl/hal_arm_xscale_pxa2x0.cdl: Fix the last patch, logical OR + not bitwise is needed. + +2005-09-15 David Vrabel + + * 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 * include/hal_pxa2x0.h: OSCC was incorrectly name CSCC.