- Modify to define ontime conditions for each coregroup, not for each step
- Rename threshold to boundary
- Remove min-residency-us condition
- Add coverage-ratio condition
Change-Id: I44e31dd1c68f017c288739699c74973c6d6d2107
Signed-off-by: lakkyung.jung <lakkyung.jung@samsung.com>
ems {
/* Ontime Migration */
ontime {
- /* between little and middle */
- step0 {
- up-threshold = <215>;
- down-threshold = <170>;
- min-residency-us = <8192>;
+ /* little cores */
+ coregroup0 {
+ lower-boundary = <0>;
+ upper-boundary = <68>;
+ coverage-ratio = <100>;
+ };
+ /* big cores */
+ coregroup1 {
+ lower-boundary = <17>;
+ upper-boundary = <100>;
+ coverage-ratio = <75>;
};
};