Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: v1.9 release
Browse files Browse the repository at this point in the history
This release adds following changes:
- Support increased number of CPUs
- Return error when mailbox commmand fails to enable core-power
- Option to online all CPUs
- Removes build date and time print

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
  • Loading branch information
Srinivas Pandruvada authored and Hans de Goede committed Apr 7, 2021
1 parent 17de9a5 commit 61ce18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/power/x86/intel-speed-select/isst-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct process_cmd_struct {
int arg;
};

static const char *version_str = "v1.8";
static const char *version_str = "v1.9";
static const int supported_api_ver = 1;
static struct isst_if_platform_info isst_platform_info;
static char *progname;
Expand Down

0 comments on commit 61ce18f

Please sign in to comment.