tools/power/x86/intel-speed-select: v1.19 release

This version addresses issues with:
- Support of SST BF/TF support per level
- Increase number of CPUs displayed
- Present all TRL levels for turbo-freq
- Fix display for unsupported levels
- Support multiple dies
- Increase die count
- Change CPU display for non compute domain

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Srinivas Pandruvada 2024-04-25 17:36:08 -07:00 committed by Hans de Goede
parent 8ebc39ace3
commit 5cfac5abb6

View file

@ -16,7 +16,7 @@ struct process_cmd_struct {
int arg;
};
static const char *version_str = "v1.18";
static const char *version_str = "v1.19";
static const int supported_api_ver = 3;
static struct isst_if_platform_info isst_platform_info;