Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: v1.21 release
Browse files Browse the repository at this point in the history
This version has one fix:
- Fix restoring TRL after SST-TF disable

Signed-off-by: Srinivas Pandruvada <[email protected]>
  • Loading branch information
spandruvada committed Jan 3, 2025
1 parent a5869ee commit 21a9d3a
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.20";
static const char *version_str = "v1.21";

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

0 comments on commit 21a9d3a

Please sign in to comment.