Linux Power Management development
 help / color / mirror / Atom feed
From: Paul Menzel <pmenzel@molgen.mpg.de>
To: Gautham Ranjal Shenoy <gautham.shenoy@amd.com>,
	Mario Limonciello <Mario.Limonciello@amd.com>,
	Ray Huang <Ray.Huang@amd.com>
Cc: linux-pm@vger.kernel.org
Subject: Re: Warning `amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled` (Dell PowerEdge R7625, AMD EPYC 9174F)
Date: Tue, 28 Jan 2025 11:49:28 +0100	[thread overview]
Message-ID: <d09f52d8-e084-4875-9608-5b3db2554f3d@molgen.mpg.de> (raw)
In-Reply-To: <DS7PR12MB82528A694056F1FBA20CE01E96EF2@DS7PR12MB8252.namprd12.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

Dear Gautham, dear Mario,


Thank you for your quick replies. Gautham, messages with HTML are 
rejected by Linux kernel lists.


Am 28.01.25 um 04:51 schrieb Shenoy, Gautham Ranjal:

> As Mario mentioned, you need to enable the CPPC option. Looking for some of the Dell PowerEdge documation, there is an option called "Collaborative CPU Performance Control" (https://www.dell.com/support/manuals/en-in/poweredge-r730/r730_ompublication/system-profile-settings-details?guid=guid-2e9b46a1-71e3-4072-9d86-db648757f0e6&lang=en-us).
> 
> [cid:fe57df8f-3d99-4ea0-8f6e-b0daae49bb0e]
> Can you please try enabling it ?

You quoted the Dell PowerEdge R730. I couldn’t find it in the *Dell 
PowerEdge R7625 Installation and Service Manual* [1], and also it’s not 
listed in the iDRAC9 Web site (attached with added `.txt` extension to 
trick the Linux list).


Kind regards,

Paul


PS:

> --
> 
> Thanks and Regards
> 
> Gautham.

Only if you care: Your signature delimiter misses a space at the end [2].


[1]: 
https://www.dell.com/support/manuals/de-de/poweredge-r7625/per7625_ism_pub/system-profile-settings?guid=guid-9f6b6652-4079-45e7-90f5-1c8feee08ec0&lang=en-us
[2]: https://en.wikipedia.org/wiki/Signature_block#Standard_delimiter

[-- Attachment #2: 20250128--dell-poweredge-r7625--idrac9--bios--system-profile-settings.html.txt --]
[-- Type: text/plain, Size: 71769 bytes --]


    	<table-bios-inputs privileges="privileges" menu="menu" registry="AttributeRegistry" current-data="currentBIOSdata" backup-data="currentBIOSdata_bkp" pending-data="pendingBIOSdata" class="ng-isolate-scope"><div ng-hide="menu.Hidden" style="margin-left: 20px">
    <div class="header-label">
        <span class="header-expndr" ng-click="onExpanderToggle()">
            <i class="ci ci-icon ci-expndr-chev-dwn-med-core" ng-class="{'ci-expndr-chev-dwn-med-core' : !menu._collapsed, 'ci-link-core' : menu._collapsed}"></i>
        </span>
        <span ng-click="onExpanderToggle()">
            <label id="SysProfileSettingsRef" tabindex="0" ng-bind="menu.DisplayName" style="cursor:pointer;" ng-keydown="($event.which ===13)? onExpanderToggle(): ''" class="ng-binding">System Profile Settings</label>
        </span>
        <span style="float:right;" ng-show="!menu._collapsed" class="">
            <a ng-click="onHelpAction()"><i class="ci ci-color-blue ci-nav-help-core"></i></a>
        </span>
    </div>
    <form name="SysProfileSettingsRef" novalidate="" class="ng-pristine ng-valid">
        <!-- ngIf: !menu._collapsed --><div ng-if="!menu._collapsed" style="background-color: #F4F4F4; padding-bottom:20px;padding-left:20px" ng-init="onInit()" class="ng-scope">
            <table class="table" style="margin-bottom: 0;">
                <!-- ngIf: hideHeader --><thead ng-if="hideHeader" class="ng-scope"><tr><th style="width: 30%"></th><th translate="current_value" class="ng-scope">Current Value</th><th style="width: 30%" translate="pending_value" class="ng-scope">Pending Value</th></tr></thead><!-- end ngIf: hideHeader -->
                <tbody>
                    <!-- ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding"></label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer --><td ng-switch-when="Integer" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.BoostFMaxManual" ng-if="attribute.ReadOnly" ng-bind="currentData[attribute.AttributeName]" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' --><label ng-if="attribute.Type!='Enumeration'" ng-bind="pendingData[attribute.AttributeName]" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">System Profile</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly --><select id="SysProfileSettingsRef.SysProfile" ng-model="currentData[attribute.AttributeName]" ng-change="onBlur(attribute)" ng-if="!attribute.ReadOnly" ng-disabled="!privileges[menu._privilege] || menu._disabled" ng-options="option.ValueName as option.ValueDisplayName for option in attribute.Value" class="ng-pristine ng-valid ng-scope ng-not-empty ng-touched"><option label="Performance Per Watt (OS)" value="string:PerfPerWattOptimizedOs" selected="selected">Performance Per Watt (OS)</option><option label="Performance" value="string:PerfOptimized">Performance</option><option label="Custom" value="string:Custom">Custom</option></select><!-- end ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">CPU Power Management</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.ProcPwrPerf" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">OS DBPM</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Memory Frequency</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.MemFrequency" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Maximum Performance</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Turbo Boost</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.ProcTurboMode" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">C-States</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.ProcCStates" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Memory Patrol Scrub</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.MemPatrolScrub" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Standard</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Memory Refresh Rate</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.MemRefreshRate" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">1x</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Workload Profile</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly --><select id="SysProfileSettingsRef.WorkloadProfile" ng-model="currentData[attribute.AttributeName]" ng-change="onBlur(attribute)" ng-if="!attribute.ReadOnly" ng-disabled="!privileges[menu._privilege] || menu._disabled" ng-options="option.ValueName as option.ValueDisplayName for option in attribute.Value" class="ng-pristine ng-valid ng-scope ng-not-empty ng-touched"><option label="Not Configured" value="string:NotConfigured" selected="selected">Not Configured</option><option label="HPC Profile" value="string:HpcProfile">HPC Profile</option></select><!-- end ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Workload Profile Helper</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly --><select id="SysProfileSettingsRef.WorkloadProfileHelper" ng-model="currentData[attribute.AttributeName]" ng-change="onBlur(attribute)" ng-if="!attribute.ReadOnly" ng-disabled="!privileges[menu._privilege] || menu._disabled" ng-options="option.ValueName as option.ValueDisplayName for option in attribute.Value" class="ng-pristine ng-untouched ng-valid ng-scope ng-empty"><option value="?" selected="selected"></option><option label="Not Configured" value="string:NotConfigured">Not Configured</option><option label="HPC Profile" value="string:HpcProfile">HPC Profile</option><option label="Low Latency Optimized Profile" value="string:LowLatencyOptimizedProfile">Low Latency Optimized Profile</option><option label="Virtualization Optimized Performance Profile" value="string:VtOptimizedProfile">Virtualization Optimized Performance Profile</option><option label="Virtualization Optimized Performance Per Watt Profile" value="string:VtPerWattOptimizedProfile">Virtualization Optimized Performance Per Watt Profile</option><option label="DataBase Optimized Performance Profile" value="string:DbOptimizedProfile">DataBase Optimized Performance Profile</option><option label="Database Optimized Performance Per Watt Profile" value="string:DbPerWattOptimizedProfile">Database Optimized Performance Per Watt Profile</option><option label="SDS Optimized Performance Profile" value="string:SdsOptimizedProfile">SDS Optimized Performance Profile</option><option label="SDS Optimized Performance Per Watt Profile" value="string:SdsPerWattOptimizedProfile">SDS Optimized Performance Per Watt Profile</option><option label="Telco Optimized Profile" value="string:TelcoOptimizedProfile">Telco Optimized Profile</option><option label="NFVI FP Optimized Turbo Profile" value="string:NfviFpOptimizedTurboProfile">NFVI FP Optimized Turbo Profile</option><option label="NFVI FP Energy-Balance Turbo Profile" value="string:NfviFpEngBalTurboProfile">NFVI FP Energy-Balance Turbo Profile</option></select><!-- end ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">PCI ASPM L1 Link Power Management</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.PcieAspmL1" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">OS ACPI Cx</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.OsAcpiCx" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">OS Cx C2</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Pch Pcie Global Aspm</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.PchPcieAspm" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Periodic Directory Rinse (PDR) Tuning</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.PeriodicDirectoryRinseTuning" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Auto</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">CPPC</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly --><select id="SysProfileSettingsRef.Cppc" ng-model="currentData[attribute.AttributeName]" ng-change="onBlur(attribute)" ng-if="!attribute.ReadOnly" ng-disabled="!privileges[menu._privilege] || menu._disabled" ng-options="option.ValueName as option.ValueDisplayName for option in attribute.Value" class="ng-pristine ng-untouched ng-valid ng-scope ng-not-empty"><option label="Disabled" value="string:Disabled" selected="selected">Disabled</option><option label="Enabled" value="string:Enabled">Enabled</option></select><!-- end ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Determinism Control</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DeterminismControl" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Manual Determinism Control</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Determinism Slider</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DeterminismSlider" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Performance Determinism</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Power Profile Select</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.PowerProfileSelect" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">High Performance Mode</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">PCIE Speed PMM Control</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.PcieSpeedPmmControl" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Auto</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">EQ Bypass To Highest Rate</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.EqBypassToHighestRate" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Disabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">DF PState Frequency Optimizer</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DfPstateFreqOptimizer" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">DF PState Latency Optimizer</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DfPstateLatencyOptimizer" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">DF CState</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DfCState" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Host System Management Port (HSMP) Support</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.Hsmp" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Enabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Boost FMax</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.BoostFMax" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">0 - Auto</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Algorithm Performance Boost Disable (ApbDis)</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.ApbDis" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Disabled</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">ApbDis Fixed Socket P-State</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.FixedSocPstate" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">P0</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">Dynamic Link Width Management (DLWM)</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DynamicLinkWidthManagement" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">Unforced</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes --><tr ng-repeat="attribute in menu.Attributes" ng-hide="attribute.Hidden" ng-switch="" on="attribute.Type" class="ng-scope ng-hide">
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'Password'" class="ng-scope">
                            <label ng-bind="attribute.DisplayName" class="ng-binding">DLWM Forced Width</label>
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'Password' -->
                        <!-- ngIf: attribute.Type === 'Password' -->
                        <!-- ngSwitchWhen: String -->
                        <!-- ngSwitchWhen: Integer -->
                        <!-- ngSwitchWhen: Password -->
                        <!-- ngSwitchWhen: Enumeration --><td ng-switch-when="Enumeration" class="ng-scope">
                            <!-- ngIf: attribute.ReadOnly --><label id="SysProfileSettingsRef.DlwmForcedWidth" ng-if="attribute.ReadOnly" ng-bind="getCurrentValueDisplayName(attribute)" class="ng-binding ng-scope">x16</label><!-- end ngIf: attribute.ReadOnly -->
                            <!-- ngIf: !attribute.ReadOnly -->
                        </td><!-- end ngSwitchWhen: -->
                        <!-- ngSwitchWhen: OrderedList -->
                        <!-- ngSwitchWhen: SubMenu -->
                        <!-- ngSwitchDefault: -->
                        <!-- ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' --><td style="width: 30%" ng-if="attribute.Type !== 'SubMenu' &amp;&amp; attribute.Type !== 'OrderedList'" class="ng-scope">
                            <!-- ngIf: attribute.Type=='Enumeration' --><label ng-if="attribute.Type=='Enumeration'" ng-bind="getPendingValueDisplayName(attribute)" class="ng-binding ng-scope"></label><!-- end ngIf: attribute.Type=='Enumeration' -->
                            <!-- ngIf: attribute.Type!='Enumeration' -->
                        </td><!-- end ngIf: attribute.Type !== 'SubMenu' && attribute.Type !== 'OrderedList' -->
                        <!-- ngIf: attribute.Type === 'OrderedList' -->
                    </tr><!-- end ngRepeat: attribute in menu.Attributes -->
                </tbody>
                <!-- ngIf: menu._editable --><tfoot ng-if="menu._editable" class="ng-scope">
                    <tr>
                        <td style="width: 30%"></td>
                        <td>
                            <span class="btn-group">
                                <button ng-click="onApplyAction()" ng-disabled="!privileges[menu._privilege] || SysProfileSettingsRef.$invalid || SysProfileSettingsRef.$pristine || menu._disabled" class="btn btn-primary ng-scope" style="margin-right: 10px" translate="apply" disabled="disabled">Apply</button>
                                <button ng-click="onDiscardAction()" ng-disabled="!privileges[menu._privilege] || SysProfileSettingsRef.$pristine || menu._disabled" class="btn btn-default ng-scope" translate="discard" disabled="disabled">Discard</button>
                            </span>
                        </td>
                    </tr>
                </tfoot><!-- end ngIf: menu._editable -->
            </table>
        </div><!-- end ngIf: !menu._collapsed -->
    </form>
</div>
</table-bios-inputs>

  parent reply	other threads:[~2025-01-28 10:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-27 12:41 Warning `amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled` (Dell PowerEdge R7625, AMD EPYC 9174F) Paul Menzel
2025-01-27 15:43 ` Mario Limonciello
     [not found]   ` <DS7PR12MB82528A694056F1FBA20CE01E96EF2@DS7PR12MB8252.namprd12.prod.outlook.com>
2025-01-28 10:49     ` Paul Menzel [this message]
2025-01-28 15:08       ` Warnings `Could not retrieve perf counters (-19)` and " Paul Menzel
2025-02-11 16:12         ` Paul Menzel
2025-02-11 16:18           ` Mario Limonciello
2025-03-10 15:17             ` Paul Menzel
2025-03-18  1:29               ` Mario Limonciello

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d09f52d8-e084-4875-9608-5b3db2554f3d@molgen.mpg.de \
    --to=pmenzel@molgen.mpg.de \
    --cc=Mario.Limonciello@amd.com \
    --cc=Ray.Huang@amd.com \
    --cc=gautham.shenoy@amd.com \
    --cc=linux-pm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox