Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | at91: Add arch_preboot_os which disables PIT in a faster way | Alexander Stein | |
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> | |||
2010-10-05 | AT91: convert cpu.c to struct SoC access | Reinhard Meyer | |
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de> | |||
2010-04-13 | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |