u-boot/cpu/arm926ejs/davinci
Dirk Behme 1704dc2091 - Remove *_masked() functions as noted by Wolfgang
- Adapt register naming to recent TI spec (sprue26, March 2007)
- Fix reset_timer() handling
- As reported by Pieter [1] the overflow fix introduced a
delay of factor 16 (e.g 2 seconds became 32). While the
overflow fix is basically okay, it missed to divide udelay by
16, too. Fix this.
[1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
- Remove software division of timer count value (DIV(x)
macro) and do it in hardware (TIM_CLK_DIV).
Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
the hints & testing!

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
2008-03-30 11:09:01 +01:00
..
dp83848.c [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
ether.c Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. 2007-08-12 14:27:39 +02:00
i2c.c [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
lowlevel_init.S Conding style cleanup 2007-08-10 20:34:58 +02:00
lxt972.c [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
Makefile [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
nand.c [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
reset.S [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
timer.c - Remove *_masked() functions as noted by Wolfgang 2008-03-30 11:09:01 +01:00