You are currently reviewing an older revision of this page.
The article below is DEPRECATED as the Arm Platforms deliverables use EAS by default from release 16.09 onwards.
Before release 16.09, the `lsk-armlt' kernel (replaced with `ack-armlt') used big.LITTLE intelligent scheduling. Energy Aware Scheduling (EAS) is a replacement to big.LITTLE provided by Arm and Linaro. More info about EAS can be found here.
`lsk-armlt'
`ack-armlt'
To fetch `lsk-3.18-armlt' with EAS support:
`lsk-3.18-armlt'
$ cd linux $ git describe --tags $ git checkout lsk-3.18-armlt-YYYYMMDD-eas-test
Note: Replace `YYYYMMDD' with your desired year/month/day release as identified by the `git describe --tags' command.
`YYYYMMDD'
`git describe --tags'
To fetch `lsk-4.4-armlt' with EAS support:
`lsk-4.4-armlt'
$ git remote add eas https://git.linaro.org/arm/eas/kernel.git $ git fetch eas $ git checkout lsk-4.4-eas-v5.2