- 21 Mar, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: In an attempt to solve a problem that doesn't exist, my Portable_Idle implementation was taking measures to avoid executing the WFI instruction if the module might have been running on pre-ARMv3 hardware. However I've since discovered that this was unnecessary, since WFI degrades to a NOP MSR on pre-ARMv6K, and MSR itself is a NOP on pre-ARMv3. Admin: Untested, but should be safe. Version 0.69. Tagged as 'PortableHAL-0_69'
-
- 30 Jan, 2010 1 commit
-
-
Jeffrey Lee authored
Detail: Currently only supporte the Portable_Idle and Portable_Features SWIs. Portable_Idle is implemented using the WFI instruction found in ARMv6K+, but the module should compile and run on any architecture. Admin: Tested on rev C2 beagleboard Version 0.68. Tagged as 'PortableHAL-0_68'
-