Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: v1.20 release
Browse files Browse the repository at this point in the history
This version addresses one issue:
- Fix updating TRL MSR after SST-TF is disabled in auto mode.

Signed-off-by: Srinivas Pandruvada <[email protected]>
  • Loading branch information
spandruvada committed Jul 7, 2024
1 parent fd77d7f commit d8d4f57
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 @@ -16,7 +16,7 @@ struct process_cmd_struct {
int arg;
};

static const char *version_str = "v1.19";
static const char *version_str = "v1.20";

static const int supported_api_ver = 3;
static struct isst_if_platform_info isst_platform_info;
Expand Down

0 comments on commit d8d4f57

Please sign in to comment.