mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
c8f6d84d10
When disabled the PIT runs until it reaches the CPIV value. The Linux PIT driver stops the PIT and waits until it stopped. This can take over 100ms. Simply stopping in u-boot isn't sufficient as the PIT will still be running when Linux is waiting until it stopped. So, we stop it in u-boot by setting the compare value to a value slightly greater than the current running counter to make the PIT stopped in short time. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> |
||
---|---|---|
.. | ||
at91 | ||
davinci | ||
kirkwood | ||
mb86r0x | ||
mx25 | ||
mx27 | ||
nomadik | ||
omap | ||
orion5x | ||
spear | ||
versatile | ||
config.mk | ||
cpu.c | ||
Makefile | ||
start.S | ||
u-boot.lds |