Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: Update version
Browse files Browse the repository at this point in the history
Update tool and supported API version. This is the first version which
supports newer Xeon platforms with TPMI support.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
[srinivas.pandruvada@linux.intel.com: subject and changelog edits]
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
  • Loading branch information
Zhang Rui authored and Srinivas Pandruvada committed Mar 22, 2023
1 parent 2c00056 commit 19799d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/power/x86/intel-speed-select/isst-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ struct process_cmd_struct {
int arg;
};

static const char *version_str = "v1.14";
static const char *version_str = "v1.15";

static const int supported_api_ver = 1;
static const int supported_api_ver = 2;
static struct isst_if_platform_info isst_platform_info;
static char *progname;
static int debug_flag;
Expand Down

0 comments on commit 19799d3

Please sign in to comment.