Skip to content

Commit 19799d3

Browse files
zhang-ruispandruvada
authored andcommitted
tools/power/x86/intel-speed-select: Update version
Update tool and supported API version. This is the first version which supports newer Xeon platforms with TPMI support. Signed-off-by: Zhang Rui <[email protected]> [[email protected]: subject and changelog edits] Signed-off-by: Srinivas Pandruvada <[email protected]>
1 parent 2c00056 commit 19799d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ struct process_cmd_struct {
1515
int arg;
1616
};
1717

18-
static const char *version_str = "v1.14";
18+
static const char *version_str = "v1.15";
1919

20-
static const int supported_api_ver = 1;
20+
static const int supported_api_ver = 2;
2121
static struct isst_if_platform_info isst_platform_info;
2222
static char *progname;
2323
static int debug_flag;

0 commit comments

Comments
 (0)