summaryrefslogtreecommitdiff
path: root/src/arch/arm/linux/system.hh
AgeCommit message (Collapse)Author
2011-03-17ARM: Detect and skip udelay() functions in linux kernel.Ali Saidi
This change speeds up booting, especially in MP cases, by not executing udelay() on the core but instead skipping ahead tha amount of time that is being delayed.
2010-11-08ARM: Add checkpointing supportAli Saidi
2010-08-23ARM: Add system for ARM/Linux and bootstrappingAli Saidi