u-boot/arch/arm/cpu/arm1176/bcm2835
Stephen Warren 5eaa215607 ARM: bcm2835: fix get_timer() to return ms
Apparently, CONFIG_SYS_HZ must be 1000. Change this, and fix the timer
driver to conform to this.

Have the timer implementation export a custom API get_timer_us() for use
by the BCM2835 MMC API, which needs us resolution for a HW workaround.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
2013-04-04 08:14:54 +02:00
..
Makefile ARM: bcm2835: add mailbox driver 2013-03-20 15:29:20 +01:00
config.mk ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
init.c ARM: arm1176: Define arch_cpu_init() at the SoC level 2012-09-25 13:27:58 -07:00
lowlevel_init.S ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
mbox.c ARM: bcm2835: add mailbox driver 2013-03-20 15:29:20 +01:00
reset.c ARM: add basic support for the Broadcom BCM2835 SoC 2012-09-01 14:58:21 +02:00
timer.c ARM: bcm2835: fix get_timer() to return ms 2013-04-04 08:14:54 +02:00