u-boot-brain/arch/arm/cpu/arm1176/bcm2835
Stephen Warren 004c10598b ARM: bcm2835: fix mailbox timeout
My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.

Reported-by: Andre Heider <a.heider@gmail.com>
Reviewed-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
2014-01-20 17:11:39 -05: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
Makefile ARM: convert makefiles to Kbuild style 2013-10-31 12:53:39 -04:00
mbox.c ARM: bcm2835: fix mailbox timeout 2014-01-20 17:11:39 -05: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