diff options
author | Frode Isaksen <fisaksen@baylibre.com> | 2017-12-05 17:21:44 +0000 |
---|---|---|
committer | Frode Isaksen <fisaksen@baylibre.com> | 2017-12-14 17:50:07 +0000 |
commit | ed8c0a7cf8ad14ca6a6c1dcab4d9f936fcd59bdf (patch) | |
tree | fee4df9bc266fbe9721f26276c9ad56a9487fa4b /meta-blsched/COPYING.MIT | |
parent | abe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (diff) |
blsched: user space big.LITTLE schedulerguppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.90.05.99.65.99.55.99.45.99.35.99.25.99.1sandbox/jsmoeller/profiles
Optimizes task placement on big.LITTLE platforms.
Currently enabled for renesas r-car gen3 boards
with the machine feature 'biglittle' defined.
Change-Id: Idee5e759f13b3942496a831c444799b880caac89
Signed-off-by: Frode Isaksen <fisaksen@baylibre.com>
Diffstat (limited to 'meta-blsched/COPYING.MIT')
-rw-r--r-- | meta-blsched/COPYING.MIT | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-blsched/COPYING.MIT b/meta-blsched/COPYING.MIT new file mode 100644 index 0000000..89de354 --- /dev/null +++ b/meta-blsched/COPYING.MIT @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. |