mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
8d45174e17
* Add CET module Reports CET settings if supported on the platform ``` [*] Running module: chipsec.modules.common.cet [x][ ======================================================================= [x][ Module: Checking CET Settings [x][ ======================================================================= CET Shadow Stack is supported CET Indirect Branch Tracking is unsupported IA32_U_CET Settings: SH_STK_EN: Enable shadow stacks at CPL3 is NOT ENABLED WR_SHSTK_EN: Enables the WRSSD/WRSSQ instructions is NOT ENABLED ENDBR_EN: Enable indirect branch tracking is NOT ENABLED LEG_IW_EN: Enable legacy compatibility treatment for indirect branch tracking is NOT ENABLED NO_TRACK_EN: Enables use of no track prefix for indirect branch tracking is NOT ENABLED SUPPRESS_DIS: Disables suppression of CET indirect branch tracking on legacy compatibility is NOT ENABLED SUPPRESS: Indirect branch tracking is suppressed is NOT ENABLED IA32_S_CET Settings: SH_STK_EN: Enable shadow stacks at CPL3 is NOT ENABLED WR_SHSTK_EN: Enables the WRSSD/WRSSQ instructions is NOT ENABLED ENDBR_EN: Enable indirect branch tracking is NOT ENABLED LEG_IW_EN: Enable legacy compatibility treatment for indirect branch tracking is NOT ENABLED NO_TRACK_EN: Enables use of no track prefix for indirect branch tracking is NOT ENABLED SUPPRESS_DIS: Disables suppression of CET indirect branch tracking on legacy compatibility is NOT ENABLED SUPPRESS: Indirect branch tracking is suppressed is NOT ENABLED``` Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>