Skip to content

Commit

Permalink
Add dependency check for ISST,TPMI,UFS,PT features
Browse files Browse the repository at this point in the history
Signed-off-by: qwang59 <[email protected]>
  • Loading branch information
qwang59 authored and ysun committed May 27, 2024
1 parent fd1bf59 commit 4e109a7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BM/isst/tests
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# here assume the platform supports SST perf profile level 0,3,4
# user can adjust the case lists based on the actual SUT SST
# perf profile level support status
# @hw_dep:
# @other_dep:
# @other_warn:


intel_sst.sh -t isst_pp_config_enable_status
Expand Down
3 changes: 3 additions & 0 deletions BM/pt/tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#This file collects the basic test cases for Intel® Processor Trace feature
# @hw_dep:
# @other_dep:
# @other_warn:

# Verify to filter MTC (Mini Time Counter) and TSC (Time-Stamp Counter) package
perf_tests.sh -t fp
Expand Down
3 changes: 3 additions & 0 deletions BM/tpmi/tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# This file collects the test cases which can run against intel_tpmi driver
# on Intel® Architecture-based server platforms.
# @hw_dep: general_test.sh -t fms -p "tpmi_fms_list" @ CPU Model doesn't support tpmi
# @other_dep: general_test.sh -t kconfig -k "CONFIG_INTEL_TPMI=m"
# @other_warn:
# Encoding of TPMI_ID(hex):
# 0x0: RAPL - Socket RAPL, DRAM RAPL, Platform RAPL, etc.
# 0x1: PEM - Power and Performance Excursion Monitors
Expand Down
3 changes: 3 additions & 0 deletions BM/tpmi/tpmi_fms_list
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Family 06 CPUs from arch/x86/include/asm/intel-family.h
# GNR_X GNR_D SRF
06:ad ae af
3 changes: 3 additions & 0 deletions BM/ufs/tests
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This file collects basic cases which can run against
# TPMI UFS (Uncore Frequency Scaling) driver
# on Intel® GRANITERAPIDS and further server platforms.
# @hw_dep: general_test.sh -t fms -p "ufs_fms_list" @ CPU Model doesn't support tpmi_ufs
# @other_dep: general_test.sh -t kconfig -k "CONFIG_INTEL_TPMI=m"
# @other_warn:

tpmi_ufs.sh -t check_ufs_unbind_bind
tpmi_ufs.sh -t check_ufs_device
Expand Down
3 changes: 3 additions & 0 deletions BM/ufs/ufs_fms_list
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Family 06 CPUs from arch/x86/include/asm/intel-family.h
# GNR_X GNR_D SRF
06:ad ae af

0 comments on commit 4e109a7

Please sign in to comment.