diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
| @@ -0,0 +1,31 @@ | |||
| 1 | Enea Linux support for tickless operation | ||
| 2 | ========================================= | ||
| 3 | |||
| 4 | This layer provides support for tickless operation in Enea Linux. | ||
| 5 | Kernel patches and configurations are applied to be able to turn off the 1 Hz | ||
| 6 | periodic tick that remains in CONFIG_NO_HZ_FULL mode. | ||
| 7 | |||
| 8 | Supported Platforms | ||
| 9 | ------------------- | ||
| 10 | x86, ARM (Keystone) | ||
| 11 | |||
| 12 | Dependencies | ||
| 13 | ------------ | ||
| 14 | meta-enea: | ||
| 15 | URI: git://git.enea.com/linux/meta-enea | ||
| 16 | branch: daisy | ||
| 17 | |||
| 18 | Maintenance | ||
| 19 | ----------- | ||
| 20 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> | ||
| 21 | |||
| 22 | Contributing | ||
| 23 | ------------ | ||
| 24 | Contributions and patches can be sent to the Enea Linux following mailing list: | ||
| 25 | enealinux@lists.enea.com | ||
| 26 | |||
| 27 | License | ||
| 28 | ------- | ||
| 29 | All metadata is MIT licensed unless otherwise stated. Source code | ||
| 30 | included in tree for individual recipes is under the LICENSE stated | ||
| 31 | in each recipe (.bb file) unless otherwise stated. | ||
