Filename: SMT_X11_150.bin version: 1.50 Date: 10-05-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2018_08_28.xlsx 1. Category: Fixes Description: [94266] [IPMI ECO 1.49]UID Control function can't work Impact motherboard: X11SAT-F Affected functions: Validation : 1. UID tag will not show in UI. 2. Category: Fix Description: Correct SNMP behavior and make it identical with X11DP. Impact motherboard: All MBs Affected functions: Validation : 1. Use SNMP walk to go through the MIB tree. 2. Compare with X11 and the OID should be identical. ----------------------------------------------------------------------------------------------- Filename: SMT_X11_149.bin version: 1.49 Date: 08-21-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2018_08_28.xlsx 1. Category: Fixes Description: [91759] SYS-5039MS-H12TRF VMWare certification CIM PS disconnect/revert back test fails with operation status error. Impact motherboard: X11SSE-F Affected functions: Validation : 1. Remove one power core from the PSU. 2. Run the VMWare CIM utility. 3. Issue enum_instances omc_powersupply, and check the result. 2. Category: Fixes Description: [92539] The MB has only one fan zone but the default fan mode is optimal Impact motherboard: A2SD1 Affected functions: Validation : 1. Check fan mode in web page. 3. Category: Fixes Description: [92042] [Nagios] test fail Impact motherboard: All Affected functions: Validation : 1. Check fan status via redfish. 4. Category: New Features Description: Add parameter (SkipCheckingME) for BIOS EnterUpdateMode in Redfish to skip ME checking. Impact motherboard: All MBs. Affected functions: Validation : 1. Enter BIOS update mode by issuing the following request with POST method and expect to receive a response with "Successfully Completed Request" URL: https://{BMC_IP}/redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.EnterUpdateMode Request body: { "SkipCheckingME": true } 2. Upload BIOS image by issuing the following request with POST method and expect to receive a response with "Successfully Completed Request" The content type must be "multipart/form-data" URL: https://{BMC_IP}/redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.Upload Request header: Content-Type = multipart/form-data Request body: Since header indicate "form-data", please add a form parameter as "File" Parameter name: don't care Paremeter file: browse BIOS firmware file to attach 3. Start to update BIOS by issung the following request with POST method and expect to receive a response with "Successfully Completed Request" 3 parameters - PreserveME PreserveNVRAM PreserveSMBIOS are required in the request body. URL: https://{BMC_IP}/redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.Update Example request body in JSON: { "PreserveME" : true, "PreserveNVRAM" : true, "PreserveSMBIOS" : true } 4. Check the BIOS update status by issuing the following request with GET method and expect to receive a response with BIOS information. URL: https://{BMC_IP}/redfish/v1/UpdateService/SmcFirmwareInventory/BIOS 5. Category: New Features Description: TaskService feature is supported during BIOS, BMC and Broadcom storage controller update in Redfish. Impact motherboard: All MBs. Affected functions: Validation : 1. Issue the following request with GET method and expect to receive a response with TaskService information. URL: https://{BMC IP}/redfish/v1/TaskService 2. Issue the following request with GET method and expect to receive a response with Tasks information and members. URL: https://{BMC IP}/redfish/v1/TaskService/Tasks 3. Issue the following request with GET method and expect to receive a response with Task information and messages. URL: https://{BMC IP}/redfish/v1/TaskService/Tasks/[task_id] 4. Configure "ServiceEnabled" parameter of TaskService by issuing the following request with PATCH method and expect to receive a response with "Successfully Completed Request". 1 parameter: "ServiceEnabled" can be configured to true or false is required in the request body. URL: https://{BMC IP}/redfish/v1/TaskService Example request body in JSON: { "ServiceEnabled": true } 6. Category: New Features Description: Node Manager feature is supported in Redfish. Impact motherboard: All MBs which have ME. Affected functions: Validation : 1. Issue the following request with GET method and expect to receive a response with Node Manager information. URL: https://{BMC IP}/redfish/v1/Systems/1/SmcNodeManager 2. Configure "PowerLimit" of Node Manager by issuing the following request with PATCH method and expect to receive a response with "Successfully Completed Request". 3 parameters: "DomainID" must be configured to "Entire platform" "PolicyID" must be configured to 1 "PowerLimit" can be configured from 0 to 32767 are required in the request body. URL: https://{BMC IP}/redfish/v1/Systems/1/SmcNodeManager Example request body in JSON: { "Policy": { "DomainID": "Entire platform", "PolicyID": 1, "PowerLimit": 1100 } } 3. Clear all policies by issuing the following request with POST method and expect to receive a response with "Successfully Completed Request". URL: https://{BMC IP}/redfish/v1/Systems/1/SmcNodeManager/Actions/SmcNodeManager.ClearAllPolicies Request body: N/A 7. Category: New Features Description: New redfish feature for GUID/BoardID in Redfish. Impact motherboard: All MBs. Affected functions: Validation : 1. Issue the following request with GET method. URL: https://{BMC IP}/redfish/v1/Chassis/1 2. Check if there are "GUID" and "BoardID" in "Oem" category. 8. Category: New Features Description: New redfish feature for event data extension in Redfish. Impact motherboard: All MBs. Affected functions: Validation : 1. Issue the following request with GET method. URL: https:///redfish/v1/Managers/1/LogServices/Log1/Entries/[Entry_id] 2. Check if there is "RawEventData" in "Oem" category. 9. Category: Enhancement Description: The MAC address format goes back to "xx:xx:xx:xx:xx:xx" to prevent backward compatibility. Impact motherboard: All MBs. Affected functions: Validation : 1. Check the MAC format in IPMI WebGUI. 2. It should be "xx:xx:xx:xx:xx:xx". 10. Category: Enhancement Description: Change FirmwaveInventory to SmcFirmwaveInventory to prevent user confused with redfish standard define. Impact motherboard: All MBs. Affected functions: Validation : 1. Check info in /redfish/v1/UpdateService/SmcFirmwareInventory /redfish/v1/UpdateService/SmcFirmwareInventory/BMC/Actions/SmcFirmwareInventory.EnterUpdateMode /redfish/v1/UpdateService/SmcFirmwareInventory/BMC/Actions/SmcFirmwareInventory.Upload /redfish/v1/UpdateService/SmcFirmwareInventory/BMC/Actions/SmcFirmwareInventory.Update /redfish/v1/UpdateService/SmcFirmwareInventory/BMC/Actions/SmcFirmwareInventory.Cancel /redfish/v1/UpdateService/SmcFirmwareInventory/BIOS /redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.EnterUpdateMode /redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.Upload /redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.Update /redfish/v1/UpdateService/SmcFirmwareInventory/BIOS/Actions/SmcFirmwareInventory.Cancel /redfish/v1/UpdateService/SmcFirmwareInventory/HARAIDController.[controller_num] /redfish/v1/UpdateService/SmcFirmwareInventory/HARAIDController.[controller_num]/Actions/SmcFirmwareInventory.EnterUpdateMode /redfish/v1/UpdateService/SmcFirmwareInventory/HARAIDController.[controller_num]/Actions/SmcFirmwareInventory.Upload /redfish/v1/UpdateService/SmcFirmwareInventory/HARAIDController.[controller_num]/Actions/SmcFirmwareInventory.Update /redfish/v1/UpdateService/SmcFirmwareInventory/HARAIDController.[controller_num]/Actions/SmcFirmwareInventory.Cancel ----------------------------------------------------------------------------------------------- Filename: SMT_X11_148.bin version: 1.48 Date: 06-15-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2018_08_28.xlsx 1. Category: Fixes Description: [87850] [IPMI V1.43 FW ECO] The help page of iKVM/HTML5 console didn't support multi-language and only support English. Impact motherboard: All MBs Affected functions: Validation : 1. Log in web page. 2. To launch an iKVM over HTML5. 3. Check the help page of iKVM/HTML5 console changes to different language accordingly. 2. Description: Fix [91187] Redfish - Invalid Default Active Directory timeout. [91292] IPMI 3.73 Redfish Test has 1 failed item. Impact motherboard: All MBs. Validation : 1. GET /redfish/v1/Managers/1/ActiveDirectory/ 2. Check the vaule of "Timeout". 3. Description: Fix [90803] [IPMI ECO] Redfish Automation Test Failed Impact motherboard: All MBs. Validation : 1. Run Redfish Automation Test. 4. Category: Fixes Description: [90945] Alert LED does not get triggered to solid red when CPU is overheating (workaround for BIOS) Impact motherboard: A2SD1 Affected functions: Validation : 1. Heat up CPU and check led is blinking when overheat.. ------------------------------------------------------------------------------- Filename: SMT_X11_147.bin version: 1.47 Date: 05-17-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2018_03_16.xlsx 1. Category: Fixes Description: [90273] DIMM temperature display is incorrect in IPMI Web GUI sensor reading page Impact motherboard: A2SD1 Affected functions: Validation : 1. Check DIMM temperature in sensor page. 2. Category: Fixes Description: [88905] SUM: Fail Test cases : 12 Impact motherboard: A2SD1 Affected functions: Validation : 1. Run SUM TC219. 3. Category: Fixes Description: [90384] Redfish Automation: 12 critical test failed [90803] [IPMI ECO] Redfish Automation Test Failed [90804] [IPMI ECO] Redfish Automation Test Fails Impact motherboard: A2SD1, K1SPE, K1SPI Affected functions: Validation : 1. Run Redfish Automation. 4. Category: Fixes Description: [90428] No SEL log entry and buzzer during overheat test Impact motherboard: K1SPE Affected functions: Validation : 1. Heat up CPU and check event log. 5. Category: Fixes Description: [90427] No SEL log entry during overheat test Impact motherboard: K1SPI Affected functions: Validation : 1. Heat up CPU and check event log. ------------------------------------------------------------------------------- Filename: SMT_X11_146.bin version: 1.46 Date: 04-17-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2018_02_22.xlsx 1. Category: Fixes Description: [88889] [ECO] PSU FAN RPM get difference value between SMCIPMITool and Web GUI. Impact motherboard: X11SSW-4TF. Affected functions: Validation : 1. Compare the power supply fan values from both power source web gui and SMCIPMITOOL. it is the same. 2. Category: New feature Description: Add redfish memory information feature. Infected motherboard: All MBs Affected functions: Validation : 1. check mothboard memory information from redfish(postman). 3. Category: Fixes Description: Add workaround for [88648] [BIOS ECO] SUM Test Failed Impact motherboard: K1SPI Affected functions: Validation : 1. Run SUM. 4. Category: Fixes Description: [89176] No Cpu thottled ipmi event when the cpu is overheated Impact motherboard: A2SD1 Affected functions: Validation : 1. Heat CPU and check throttled event. 5. Category: Fixes Description: [89506] The user with "No Accres" privilege Impact motherboard: A2SD1 Affected functions: Validation : 1. Add an user with No Access privilege and check display in user page. 6. Category: Fixes Description: [89505] Email alert info is incorrect Impact motherboard: A2SD1 Affected functions: Validation : 1. Set alert mail and check description in mail. 7. Category: Fixes Description: [89500] IPMI undefined help information Impact motherboard: A2SD1 Affected functions: Validation : 1. Check help page in multinode page. 8. Category: Fixes Description: [89460] The VCPU drops to lower critical very often Impact motherboard: A2SD1 Affected functions: Validation : 1. Check VCPU in sensor page. ------------------------------------------------------------------------------- Filename: SMT_X11_145.bin version: 1.45 Date: 02-06-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Fixes Description: [87561] [IPMI ECO] The Thermal Trip event log didn't follow TDG 4.06 Impact motherboard: X11SSD-F Affected functions: Validation : 1. Heat up CPU and check event log. 2. Category: Fixes Description: [87615] [1.43 IPMI ECO] Redfish automation tool check test fail [87616] [1.43 IPMI ECO] Redfish automation tool check test fail [88389] [IPMI ECO] Redfish automation test fail. Impact motherboard: All Affected functions: Validation : 1. Run SATC redfish automation check tool. 3. Category: Fixes Description: [87831] IPMI X11 1.44 cannot trigger high fan speed during heavy IO mode Impact motherboard: A2SD1 Affected functions: Validation : 1. Heat up RT2 and check fan speed. 4. Category: Fixes Description: [87395][BIOS ECO 2.2] System will appear IPMI execution exception occurred while executing SUM test [88052] SUM – Receiving wrong completion code C0 after issued SUM GetBmcCfg/ChangeBmcCfg command [88407] [BIOS ECO]SUM bioseco mode test fail. Impact motherboard: All Affected functions: Validation : 1. Run SUM. 5. Category: Fixes Description: [87984] IPMI unable to get IP with dedicate LAN plugged in Impact motherboard: A2SD1 Affected functions: Validation : 1. Check link status at dedicate mode. 6. Category: Fixes Description: [86447] A2SD1 IPMI sensor reading for PVCC_REF is incorrect [87644] [A2SD1-3750F] PVCC_REF is marked red at IPMI senor via WEB GUI Impact motherboard: A2SD1 Affected functions: Validation : 1. Check PVCC_REF in sensor page. 7. Category: Fixes Description: [87850] [IPMI V1.43 FW ECO] The help page of iKVM/HTML5 console didn't support multi-language and only support English Impact motherboard: All Affected functions: Validation : 1. Check ikvm HTML page. ------------------------------------------------------------------------------- Filename: SMT_X11_144.bin version: 1.44 Date: 01-05-2018 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Fixes Description: [86676] [ECO] BMC doesn't get "Thermal Trip" event log when CPU over temp until system shutdown. Impact motherboard: X11SSV Affected functions: Validation : 1. Heat up CPU to thermal trip and check event log. 2. Category: Enhancement Description: Add PUE2 mode into X11SSE-F Impact motherboard: X11SSE-F Affected functions: Validation : 1. Check fan mode at Fan page. 3. Category: New Motherboard Description: New MB support A2SD1 Impact motherboard: A2SD1 Affected functions: Validation : 1. New MB support A2SD1. 4. Category: Fixes Description: [87394] [BIOS ECO 2.2] System will appear IPMI sensor error "Non Recoverable" sensors while executing cburn stress test Impact motherboard: X11SAT-F Affected functions: Validation : 1. Run SUM testing and check VCPUGT sensor. ------------------------------------------------------------------------------- Filename: SMT_X11_143.bin version: 1.43 Date: 12-06-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Fixes Description: Fix web page logging problem Impact motherboard: All Affected functions: Validation : 1. log in on web page ------------------------------------------------------------------------------- Filename: SMT_X11_142.bin version: 1.42 Date: 12-01-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Workaround for SUM Description: [83589] [BIOS ECO 2.0c] SUM test is fail. Impact motherboard: X11SAT Affected functions: Validation : 1. Run BIOS ECO testing. 2. Category: Workaround for PCH Description: [84363] PCH Temp Going Low Impact motherboard: K1SPI Affected functions: Validation : 1. Run onoff test and check SEL page. 3. Category: Enhancement Description: Improvement of multi-language content on the iKVM/HTML5 option menu and submenu. Impact motherboard: All MBs Affected functions: Validation : 1. Log in web page. 2. To launch an iKVM over HTML5. 3. Check the option menu and submenu do not have missing contents. 4. Category: Workaournd Description: VCPU voltage high alert during AC on/off test Impact motherboard: X11SSW Affected functions: Validation : 1. Run AC on/off and check SEL. ------------------------------------------------------------------------------- Filename: SMT_X11_141.bin version: 1.41 Date: 08-21-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Enhancement Description: Sensor readings do not update. Impact motherboard: X11SSZ Affected functions: Validation : 1. Check sensor reading in sensor page and the value should be updated. -------------------------------------------------------------------------------- Filename: SMT_X11_140.bin version: 1.40 Date: 08-18-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Fixes Description: VcpuVRM has no sensor reading Impact motherboard: X11SSL-F Affected functions: Validation : 1. Check VcpuVRM Temp in web page, it should have sensor reading. --------------------------------------------------------------------------------- Filename: SMT_X11_139.bin version: 1.39 Date: 07-25-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_07_11.xlsx 1. Category: Feature Description: [Redfish] Patch an empty json payload "{}" to those APIs support PATCH, a 204 http status code will be responded, while to those not support PATCH, a 405 http status code will be responded. Impact motherboard: All MBs Affected functions: Redfish PATCH for different APIs Validation : 1. Please refer the file "Redfish_API_full_list_2017_06_07.xlsx" and patch an empty json payload, "{}", to each API to check http status code. 2. Category: Feature Description: [Redfish] Nest ICANN domain in "Oem" part if there is data to show Impact motherboard: All MBs Affected functions: Redfish "Oem" parts Validation : 1. Check Redfish APIs response with "Oem" key, when there is data inside, a ICANN domain name (e.g. Supermicro) is nested as a middle json payload container 3. Category: Enhancement Description: Redfish API rename: /redfish/v1/UpdateService/SSL -> /redfish/v1/UpdateService/SSLCert /redfish/v1/UpdateService/SSL/Actions/SSL.Upload -> /redfish/v1/UpdateService/SSLCert/Actions/SSLCert.Upload Impact motherboard: All Affected functions: Validation : Check Redfish APIs' URI of SSL related 4. Category: Fixes Description: [78746] [BIOS 2.0a ECO] System IPMI-SEL will happen VCPU Upper Non-recoverable going high log. (workaround for NCT6792) Impact motherboard: X11SAT Affected functions: Validation : 1. Run in-band BIOS update. 2. Check the PCH SEL. 5. Category: Enhancement Description: Change the license requirement of web GUI syslog from DCMS to OOB Impact motherboard: All Affected functions: Validation : 1. web --> Configuration --> Syslog, should not be available for use 2. enable OOB license 3. web --> Configuration --> Syslog, should be available for use 6. Category: Fixes Description: [80046] [2.0b BIOS ECO] Failing DIMM location didn't match with MB silkscreen. [82319] [BIOS ECO 2.0b] Fail DIMM location didn't match with MB silkscreen issue. [82354] [BIOS ECO 2.0b] Fail DIMM location didn't match with MB silkscreen. Impact motherboard: X11SAT, X11SSH-F, X11SSH-CTF Affected functions: Validation : 1. Trigger event and check the string. 7. Category: Fixes Description: [81013] [IPMI ECO 1.23]DCMS mods can't enabled syslog function [81105] [IPMI ECO 1.23]DCMS mods can't enabled syslog function [81131] No OOB key is required to read syslog Impact motherboard: All Affected functions: Validation : 1. Deactivate all licenses 2. Activate DCMS license 3. Check the web syslog page, it should be available to use 4. Verify OOB license with the above steps as well --------------------------------------------------------------------------------- Filename: SMT_X11_138.bin version: 1.38 Date: 06-01-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_04_26.xlsx 1. Category: Fixes Description: System installed with 3108 AOC then run cburn ON/OFF test: 1. Cause system hang at POST stage (and IERR happens) 2. Some affiliated HDDs within 3108 will be lost(disk drop) Impact motherboard: All motherboard which support LSI 3108 card. MCTP protocol are needed to be supported by the bios. Affected functions: Validation : 1. Insert LSI 3108 card 2. Run cburn ON/OFF test, it will automatically check: 2-1. System hang at POST stage (and IERR happens) 2-2. The drives lost or not (If you don't know how to run this verification, please contact Joe Chung(in US)) 2. Category: Enhancement Description: Fix security vulnerability (NTP mode 6 scanner) Impact motherboard: All Affected functions: Validation : 1. Please do factory default. 2. Enable NTP in Date and Time page. 3. Run Nessus. NTP mode 6 scanner issue should not be in test report. 3. Category: Fixes Description: [79700] dcmi power reading shows Instantaneous power reading 0 Watts (workaround for intel ME) Impact motherboard: X11SSH-F Affected functions: Validation : 1. System on/off 2. Read dcmi power reading 4. Category: Fixes Description: [78281] No Temperature Sensor Reading for AOM-C25G-M1SM Impact motherboard: X11SSE-F Affected functions: Validation : 1. Check sensor reading in sensor page --------------------------------------------------------------------------------- Filename: SMT_X11_137.bin version: 1.37 Date: 05-08-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r35 Redfish version : 1.0.1 Redfish API : Redfish_API_full_list_2017_04_26.xlsx 01. Category: Fix Description: [75253] [IPMI V1.28 ECO] No Thermal Trip event in IPMI SEL Infected motherboard: X11SSL-CF Affected functions: Validation : 1. heat up the CPU and trigger thermal trip 02. Category: Features Description: Redfish support new APIs Impact motherboard: all Affected functions: Validation : Check out the following storage APIs: /redfish/v1/Managers/1/VM1/CfgCD (license: OOB, SUM, DCMS, Configure ISO image settings: host, path, username and password) /redfish/v1/Managers/1/VM1/CfgCD/Actions/IsoConfig.Mount (license: OOB, SUM, DCMSDo mount ISO image) /redfish/v1/Managers/1/VM1/CfgCD/Actions/IsoConfig.UnMount (license: OOB, SUM, DCMSDo unmount ISO image) /redfish/v1/Managers/1/IKVM (license: DCMS, get a URL link to launch an iKVM over HTML5) /redfish/v1/UpdateService/SSL (license: OOB, SUM, DCMS, view current SSL certification information) /redfish/v1/UpdateService/SSL/Actions/SSL.Upload (license: OOB, SUM, DCMS, used to upload new SSL certification file) /redfish/v1/Systems/1/Storage (license: DCMS) /redfish/v1/Systems/1/Storage/HA-RAID (license: DCMS, For Broadcom 3108) /redfish/v1/Systems/1/Storage/HA-RAID/HA-RAID.[contoller_num].Volumes (license: DCMS, For Broadcom 3108) /redfish/v1/Systems/1/Storage/HA-RAID/HA-RAID.[contoller_num].Volumes/[volume_num] (license: DCMS, For Broadcom 3108) /redfish/v1/Systems/1/Storage/HA-RAID/HA-RAID.[contoller_num].Volumes/[volume_num]/Actions/Oem/Volume.Indicate (license: DCMS, For 3108, Light on respective logical drive LED) /redfish/v1/Systems/1/Storage/HA-RAID/HA-RAID.[contoller_num].Volumes/[volume_num]/Actions/Oem/Volume.Delete (license: DCMS, For 3108, Delete specific logical drive) /redfish/v1/Systems/1/Storage/HA-RAID/Actions/Oem/Storage.CreateVolume (license: DCMS, For 3108, Create logical drive against specific RAID controller) /redfish/v1/Systems/1/Storage/HA-RAID/Actions/Oem/Storage.ClearVolumes (license: DCMS, For 3108, Clear all logical dirves against specific RAID controller) /redfish/v1/Systems/1/Storage/HA-RAID/Actions/Oem/HARAIDController.Save (license: DCMS, For 3108, Save specific RAID controller's BIOS boot mode) /redfish/v1/Systems/1/Storage/RAIDIntegrated (license: DCMS, For RSTe, Must have TAS running) /redfish/v1/Systems/1/Storage/RAIDIntegrated/Volumes (license: DCMS, For RSTe, Must have TAS running) /redfish/v1/Systems/1/Storage/RAIDIntegrated/Volumes/[volume_num] (license: DCMS, For RSTe, Must have TAS running) /redfish/v1/Systems/1/Storage/SATAEmbedded (license: DCMS, For PCH SATA, Must have TAS running) /redfish/v1/Systems/1/Storage/SATAEmbedded/Volumes (license: DCMS, For PCH SATA, Must have TAS running) /redfish/v1/Systems/1/Storage/SATAEmbedded/Volumes/[volume_num] (license: DCMS, For PCH SATA, Must have TAS running) /redfish/v1/Chassis/HA-RAID.[contoller_num].StorageEnclosure.[enclosure_num] (license: DCMS, For Broadcom 3108) /redfish/v1/Chassis/HA-RAID.[contoller_num].StorageEnclosure.[enclosure_num]/Drives/Disk.Bay.[disk_num] (license: DCMS, For Broadcom 3108) /redfish/v1/Chassis/HA-RAID.[contoller_num].StorageEnclosure.[enclosure_num]/Drives/Disk.Bay.[disk_num]/Actions/Oem/Drive.Indicate (license: DCMS, For 3108, Light on respective physical drive LED) /redfish/v1/Chassis/StorageBackplane (license: DCMS, For PCH SATA or RSTe, Must have TAS running) /redfish/v1/Chassis/StorageBackplane/Drives/Disk.Bay.[disk_num] (license: DCMS, For PCH SATA or RSTe, Must have TAS running) /redfish/v1/Chassis/NVMeSSD.[pcie_controller_num].Group.[group_num].StorageBackplane.[pcie_controller_num] (license: DCMS, For NVMe) /redfish/v1/Chassis/NVMeSSD.[pcie_controller_num].Group.[group_num].StorageBackplane.[pcie_controller_num]/Drives/Disk.Bay.[disk_num] (license: DCMS, For NVMe) 03. Category: Fix Description: [78746] [BIOS 2.0a ECO] System IPMI-SELWill happen VCPU Upper Non-recoverable going high log (workaround for NCT6792) Infected motherboard: X11SAT-F Affected functions: Validation : 1. check VCPU in sensor page 04. Category: Fix Description: [78843] IPMI Web Update BIOS Failed. Infected motherboard: K1SPE Affected functions: Validation : 1. Update BIOS from WebGUI. 05. Category: Fix Description: [79284] K1SPi7.414 cannot update through SUM and Web GUI. [78566] [SUM] SUMv1.6.2 fail Infected motherboard: K1SPI Affected functions: Validation : 1. Update BIOS from WebGUI. 2. Use SUM to update BIOS. 06. Category: Fixes Description: When you select French keyboard layout, there some digits keys don't work. Impact motherboard: all Affected functions: Validation : 1. launch java remote console. 2. select French keyboard layout in option menu 3. test all keys --------------------------------------------------------------------------------- Filename: SMT_X11_136.bin version: 1.36 Date: 03-20-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Fix Description: [78037] FAN mode doesn't accuracy. Infected motherboard: X11SSW-TF Affected functions: Validation : 1. Check FAN mode pages. --------------------------------------------------------------------------------- Filename: SMT_X11_135.bin version: 1.35 Date: 03-16-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Fix Description: [78037] FAN mode doesn't accuracy. Infected motherboard: X11SSW-TF Affected functions: Validation : 1. Check FAN mode pages. 02. Category: Fix Description: 78188 No "Power Source" page in IPMI WebGUI Infected motherboard: K1SPI Affected functions: Validation : 1. Check Power Source pages. 03. Category: Enhancement Description: [78261] [IPMI ECO v1.34] VCCSA sensor reading show Lower Critical [77295] VCCSA messages in IPMI SEL during Windows rebooter test Infected motherboard: X11SSH-GF, X11SSH-GTF Affected functions: Validation : 1. check VCCSA in sensor page. 04. Category: Enhancement Description: [78291] [IPMI ECO] IPMI WebGUI no GPU card sensor reading Infected motherboard: X11SSL-F Affected functions: Validation : 1. check GPU temperature in sensor page. 05. Category: Enhancement Description: [78292] [IPMI ECO] IPMI WebGUI "VcpuVRM Temp" status is N/A Infected motherboard: X11SSL-F Affected functions: Validation : 1. check VRM temperature in sensor page. --------------------------------------------------------------------------------- Filename: SMT_X11_134.bin version: 1.34 Date: 03-01-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Fix Description: [77378] CPU FSC doesn't go along with thermal guideline Infected motherboard: K1SPE Affected functions: Validation : 1. Stress CPU and check CPU temperature. 02. Category: Fix Description: [77380] Fan duties fluctuates when PCI-e AOC temperatures decline from 90C Infected motherboard: K1SPE Affected functions: Validation : 1. Stress AOC and check AOC temperature. 03. Category: Fix Description: [76240] cannot read NVMe HDD temperature in IPMI. Infected motherboard: X11SSH-GTF Affected functions: Validation : 1. Power on the system. 2. Wait the system booting to OS. 3. Check NVMe sensor. 04. Category: Enhancement Description: [77916] The temperature of memory didn't show in IPMI. Infected motherboard: X11SSW-TF Affected functions: Validation : 1. Power on the system. 2. Wait the system booting to OS. 3. Check Memory sensor temperature. --------------------------------------------------------------------------------- Filename: SMT_X11_133.bin version: 1.33 Date: 01-05-2017 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Fix Description: [74978] [ SUM 1.7.0 ] SUM test fail. Infected motherboard: X11SSH-F Affected functions: Validation : 1. Download IPMI capability and check version. 02. Category: Fix Description: [75537] Dynamic DNS enable function is not workable. Infected motherboard: X11SSH-G(T)F Affected functions: Validation : 1. Set the Time and Date NTP server first. 2. Set DDNS config. 3. Check the function is workable. 03. Category: Fix Description: [75217] [IPMI V1.28 ECO] No GPU card sensor reading Infected motherboard: X11SSH-F Affected functions: Validation : 1. Check sensor reading in sensor page. --------------------------------------------------------------------------------- Filename: SMT_X11_132.bin version: 1.32 Date: 12-16-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Fix Description: [75389] No memory sensor for IPMI monitor. Infected motherboard: X11SSH-G(T)F Affected functions: Validation : 1. Confirm all memory temperature sensors. 02. Category: New feature Description: Add SEL circular buffer support Infected motherboard: All Affected functions: Validation : 1. enable/disable SEL circular buffer (default enable) When SEL logs is full (max=512), to add a new sel event log to BMC Enable -- new log will replace the oldest log. Disable -- new log wont’ be added to BMC. web and command support NetFn Cmd description Request Data Response Data 0x30 0x73 SEL circular buffer ctrl Cmd Data 1: 0 [Get] Get : Completion Code Data [ 0: disable ; 1:enable] Data 1: 1 [Set] Data 2: [ 0: disable ; 1:enable] Set : Completion Code 03. Category: Fix Description: [75537] Dynamic DNS enable function is not workable. Infected motherboard: X11SSH-G(T)F Affected functions: Validation : 1. Set the Time and Date NTP server first. 2. Set DDNS config. 3. Check the setting is saved. 04. Category: Fix Description: After HW reworking PECI path, the CPU Temperature cannot be read. Infected motherboard: X11SSH-G(T)F Affected functions: Validation : 1. Check the CPU Temperature --------------------------------------------------------------------------------- Filename: SMT_X11_131.bin version: 1.31 Date: 12-07-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r33 Redfish version : 1.0.1 01. Category: Hareware workaournd Description: Adjust every thresholds of Vcpu-core between 0.5v and 1.4v Infected motherboard: K1SPI & K1SPI Affected functions: Validation : 1. Confirm all threholds of Vcpu-core sensor --------------------------------------------------------------------------------- Filename: SMT_X11_130.bin version: 1.30 Date: 11-29-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r31 Redfish version : 1.0.1 01. Category: Fix Description: [75268] IPMI Voltage sensor fail. Infected motherboard: X11SSH-GTF Affected functions: Validation : 1. Compare the IPMI reading value with DMM Reading value. (<5%) 02. Category: Enhancement Description: Adjust Vcpu-core Voltage and VCCU Voltage and thresholds Infected motherboard: K1SPI, K1SPE Affected functions: Validation : 1. Check the thresholds of Vcpu-core sensor and VCCU sensor are different then the previous one 2. Run cburn on/off test and check if no related event log occured 03. Category: Fix Description: [74000] Can not create raid on IPMI web. Infected motherboard: All X11UP MBs with our own brand LSI3108 Affected functions: Validation : 1. Loing web page and switch to the subpage - "Server Health - Storage Monitoring - Create Virtual Drive" to check the RAID selection and device selection fields. 04. Category: Fix Description: [75400] fan behavior weird. Infected motherboard: X11SSH-GF Affected functions: Validation : 1. Make a power fail event. 2. Check the fans don't up and down. 05. Category: Fix Description: [74943] NVME SSD doesn't show temperature in IPMI. Infected motherboard: X11SSW-TF Affected functions: Validation : 1. Check sensor reading page 06. Category: Fix Description: [75018] vccsa vlotage isn't accuracy in IPMI. Infected motherboard: X11SSW-TF Affected functions: Validation : 1. Check sensor reading page --------------------------------------------------------------------------------- Filename: SMT_X11_129.bin version: 1.29 Date: 11-11-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r31 Redfish version : 1.0.1 01. Category: Fix Description: [75052] When temperature increase, the fan speed of 10G unstable at standard mode [75053] Fan PWM measurement of 10G is fail at Heavy I/O mode Infected motherboard: X11SSW-TF Affected functions: Validation : 1.switch fan mode to verify the PWM duty cycle 02. Category: Fix Description: [74616] NM function can't work. Infected motherboard: X11SSW-TF Affected functions: Validation : 1.issue the NM command to see the ME information 03. Category: Fix Description: [75079] LAN1 MAC address lost after BIOS updated through BMC on X11SSV-M4F [73967] Wrong Onboard LAN-1 MAC address was displayed on IPMI Web GUI Infected motherboard: X11SSV-M4F Affected functions: Validation : 1.Lan-1 MAN will reserve after update BIOS. 04. Category: Fix Description: [73968] "VCPUGT" sensor shows "N/A" on IPMI Web GUI after firmware upgraded to v1.26 Infected motherboard: X11SSV-M4F Affected functions: Validation : 1. Remove VCPUGT in sensor page. -------------------------------------------------------------------------------------- Filename: SMT_X11_128.bin version: 1.28 Date: 10-19-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r31 Redfish version : 1.0.1 01. Category: workaround Description: Apply MP2955 patch Infected motherboard: X11SSH_F, X11SAE_F, X11SSE_F, X11SSL_CF, X11SSM_F, X11SSA_F, X11SSL_F, X11SSZ, X11SSD_F, X11SSH_CTF Affected functions: Validation : 1. Apply this patch for s-line only 02. Category: workaround Description: Workaround for X11SSE 8211F lost IP when boot up. Infected motherboard: X11SSE_F Affected functions: Validation : 1. X11SSE would not lost IP when boot up. 03. Category: Fix Description: [73341] X11SSV-M4F_Rev1.01 Hardware Monitor Fail Infected motherboard: X11SSV-M4F Affected functions: Validation : 1.check VCPU and 3.3VSB on sensor page. -------------------------------------------------------------------------------------- Filename: SMT_X11_127.bin version: 1.27 Date: 10-11-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r31 Redfish version : 1.0.1 01. Category: workaround Description: Apply MP2955 patch Infected motherboard: X11SSH_F, X11SAE_F, X11SSE_F, X11SSL_CF, X11SSM_F, X11SSA_F, X11SSL_F, X11SSZ, X11SSD_F, X11SSH_CTF Affected functions: Validation : 1. After updating FW, shoule have seen similar log to the following one: ... It is MPS2955 Check page0 value Match expected value Check page1 value Mis-Match, program new value: 0x 9 0x64 Switch back to page0 ... 02. Category: New Motherboard Description: Support X11SSW-TF Infected motherboard: X11SSW-TF Affected functions: Validation : 03. Category: Fix Description: 74183 "UID Control" displayed since the platform did not support UID feature Infected motherboard: X11SSV-M4F Affected functions: Validation : 1.check web gui. -------------------------------------------------------------------------------------- Filename: SMT_X11_126.bin version: 1.26 Date: 09-19-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r31 Redfish version : 1.0.1 01. Category: Fix Description: 73322 [ SUM 1.6.1 ] Get BMC config fail. 73753 [KBL BIOS ECO] SUM can't test Infected motherboard: All Affected functions: Validation : 1. Run sum GetBmcCfg 02. Category: Fix Description: 73337 The 5VSB sensor reading is incorrect Infected motherboard: X11SSV-M4F Affected functions: Validation : 1. Open sensor page and check 5VSB reading. 03. Category: Fix Description: 72709 Run SMSTC is FAIL Infected motherboard: All Affected functions: Validation : 1. Run sum GetBmcInfo 04. Category: New Motherboard Description: Support X11SSH-GF/GTF. Infected motherboard: X11SSH-GF/GTF Affected functions: Validation : -------------------------------------------------------------------------------------- Filename: SMT_X11_125.bin version: 1.25 Date: 08-11-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: FW release Description: Add X11SSV-M4f board support Infected motherboard: X11SSV-M4F Affected functions: Validation : 1. Add sensor list. 02. Category: New feature Description: Add NVME support [71116] [SMCIPMITOOL] Some NVME informations showed "unknown" on "Locate" amd "slot". Infected motherboard: X11SSL-nF Affected functions: Validation : 1. connect on board nvme. 2. check sensor page 03. Category: Fix Description: Activated OOB License is missed when updating FW from ~1.22 to 1.23-1.24 Impact motherboard: All Affected functions: Validation : 1. Use programmer to burn FW prior to 1.22. For example, 1.20. 2. Activate OOB license by cburn "OOBB" and wait the action is finished. 3. Update 1.25 FW. Then enter bios updating page, it should be activated. 4. Downgrade to older FW between 1.23 and 1.24. 5. Enter bios updating page, it should be activated. 6. Use programmer to burn FW between 1.23 and 1.24. 7. Activate OOB license by cburn "OOBB" and wait the action is finished. 8. Update 1.25 FW. Then enter bios updating page, it should be activated. 9. Downgrade to older FW prior to 1.22. For example, 1.20. 10. Enter bios updating page, it should be activated. -------------------------------------------------------------------------------------- Filename: SMT_X11_124.bin version: 1.24 Date: 06-24-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Enhancement Description: change board ID, K1SPE: 0x09 0x42, K1SPE_IN001: 0x09 0x0E Impact motherboard: K1SPE Affected functions: Validation : 1. Login webui. 2. Check sensor reading in sensor page. 02. Category: Fix Description: [71364][IPMI] IPMI power consumption doesn't match up with Power meter reading. Impact motherboard: All multi-node platforms Affected functions: Validation : 1. Refresh and login webui. 2. See multi node web page. -------------------------------------------------------------------------------------- Filename: SMT_X11_123.bin version: 1.23 Date: 06-07-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Fix Description: 71329 [IPMI] IPMI Web Session Timeout During IPMI and BIOS Flash Impact motherboard: X11SSE Affected functions: Validation : 1. Login webui. 02. Category: Enhancement Description: Change copyright 2015 to 2016 Impact motherboard: All Affected functions: Validation : 1. Login webui. 03. Category: Fix Description: [70064] No AOC Temperature Sensors Impact motherboard: K1SPE Affected functions: Validation : 1. Login webui. 04. Category: Enhancement Description: Add NVDIA K20 GPU support. [71181] NVDIA K20 GPU sensor reading issue Impact motherboard: X11SSZ Affected functions: Validation : 1. check sensor page. 05. Category: Fix Description: [71580] [SUM 1.6.1] Get dmiinfo fail after 1000+ cycles. Impact motherboard: All Affected functions: Validation : 1. Run the test case 502. 2. It should pass 2000 times. 06. Category: Enhancement Description: [71561] FAN A keeps going "lower critical" with rev 1.01 mb Impact motherboard: K1SPE Affected functions: Validation : 1. reset to default 2. check SEL page. 07. Category: Enhancement Description: [71327] [IPMI] Unexpected IPMI Events during RHEL 7.x installation. Impact motherboard: All Affected functions: Validation : 1. check SEL page. -------------------------------------------------------------------------------------- Filename: SMT_X11_122.bin version: 1.22 Date: 05-20-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Fix Description: [70916] Set FRU1 Baseboard Version to R1.01 and FANB Sensor Missing. Impact motherboard: K1SPE K1SPE-IN001 Affected functions: Validation : 1. Use the same firmware to upgrade K1SPE and K1SPE-IN001 boards. 2. Check the sensor web page. 02. Category: Fix Description: [69117] Multi Node Feature Shows Incorrect Values Impact motherboard: X11SSE Affected functions: Validation : 1. View multi node webpage. 03. Category: Fix Description: [71042] [Red_Fish] Can't Support Red Fish Automation Test Impact motherboard: K1SPI Affected functions: Validation : 1. Run redfish autotool. -------------------------------------------------------------------------------------- Filename: SMT_X11_121.bin version: 1.21 Date: 05-09-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: New feature Description: Add redfish support in K1SPE Impact motherboard: K1SPE Affected functions: Validation : 1. Need to reset to default after upgrade. 2. Need oob licence to support redfish deature. -------------------------------------------------------------------------------------- Filename: SMT_X11_120.bin version: 1.20 Date: 05-05-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Fix Description: [70888] Multi Node shows incorrect power and current consumption. Impact motherboard: K1SPI Affected functions: Validation : 1. View multi node webpage 02. Category: Fix Description: [70944] [IPMI] LCMC Firmware Information String Not Aligned Impact motherboard: K1SPI Affected functions: Validation : 1. View multi node webpage. 03. Category: Fix Description: [70950] [IPMI] Multi Node: Remove CPU2 Temp Impact motherboard: K1SPI Affected functions: Validation : 1. View multi node webpage. -------------------------------------------------------------------------------------- Filename: SMT_X11_119.bin version: 1.19 Date: 04-XX-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Fix Description: [70888] Multi Node shows incorrect power and current consumption. Impact motherboard: K1SPI Affected functions: Validation : 1. View multi node webpage 02. Category: Enhancement Description: [70884] [IPMI] Memory Temperature Sensor String Does Not Match Motherboard Silkscreen Impact motherboard: K1SPI Affected functions: Validation : 1. Open Sensor page and check string of DIMM temperature. -------------------------------------------------------------------------------------- Filename: SMT_X11_118.bin version: 1.18 Date: 04-29-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: Fix Description: [70256] [IPMI] Multi node function doesn't work. Impact motherboard: K1SPI Affected functions: Validation : 1. View multi node webpage 02. Category: Fix Description: [70742] There is no PWS readings under sensor page and no PWS failure LED as well, no SEL for failed Power Supply module as well. Impact motherboard: K1SPI Affected functions: Validation : 1. PSU sensor will show in sensor page. 03. Category: New feature Description: Differentiate intel OEM and STD K1SPE from FRU1. Impact motherboard: K1SPE Affected functions: Validation : 1. Use different fan curve by different board produce name in FRU1 04. Category: Fix Description: [70841] false SEL messages about AOC 3108 as "Drive Fault @ slot255" under IPMI webgui Impact motherboard: K1SPE Affected functions: Validation : 1. Plug in a AOC3108 on MB then boot and login to web to check eventlog subpage. 05. Category: Enhancement Description: Change the sensor threshold of P1V0_VCCPIO for K1SPE to support FTU. Impact motherboard: K1SPE Affected functions: Validation : 1. Run FTU tool 2. See the FTU log file -------------------------------------------------------------------------------------- Filename: SMT_X11_117.bin version: 1.17 Date: 04-19-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r27 Redfish version : 1.0.1 01. Category: New feature Description: 10G/40G Naming rule change Impact motherboard: All X11 MB Affected functions: Validation : 1. Change 10G/40G name to AOC_NIC_Temp 02. Category: Fix Description: [69484] [BIOS 1.0c ECO] SUM test fail [70158] [ SUM 1.6.1(2016/03/18) ] Test fail. Impact motherboard: All Affected functions: Validation : 1. Do factory default action 2. Run SUM test 03. Category: Enhancement Description: Support GPU threshold in GPU thermal guide 1.09. Impact motherboard: All Affected functions: Validation : 1. Reset to factory default by using the following command: ipmitool -I lanplus -H ${BMC_IPADDR} -U ADMIN -P ADMIN raw 0x30 0x40 2. power on the system with GPU card. 3. Check the GPU sensor threshold, refer to GPU thermal guide 1.09 (table 5-2) for detail threshold value. 04. Category: Fix Description: [70101] [IPMICFG] Change gate way fail. Impact motherboard: All Affected functions: Validation : 1. ipmicfg -dhcp off. 2. ipmicfg -m {IP}. 3. ipmicfg -k 255.255.255.0 4. ipmicfg -g {GateWay IP} 05. Category: Enhancement Description: [70122] [IPMI] IPMI shows PCH low criticial temperature events. Impact motherboard: K1SPI Affected functions: Validation : It will not show alert when PCH temperature unavailable in short time. 06. Category: Fix Description: [70058] [BIOS/IPMI] No temperature reading on AOC-S40G-i2Q. Impact motherboard: K1SPI Affected functions: Validation : 1. View the sensor reading web page. 07. Category: Fix Description: [70520] Incorrect Fan Speed Control Mode in FW Rev1.16 Impact motherboard: K1SPI Affected functions: Validation : Check K1SPI fan zone. 08. Category: Enhancement Description: [70142] [HW/IPMI] VBAT voltage is going criticial low for some reason. Impact motherboard: K1SPI Affected functions: Validation : Check sensor page and SEL. 09. Category: Fix Description: [70389] there is no Fan speed control Impact motherboard: K1SPI Affected functions: Validation : 1. Change the fan mode 2. See the fan speed in sensor reading web page 10. Category: Fix Description: [70315] There is no CPU OH LED in front panel when CPU goes to critical temperature Impact motherboard: K1SPI Affected functions: Validation : 1. Trigger overheat event 2. See the overheat LED 11. Category: Fix Description: [70345] IPMI SEL gets "P0V75_VCCCLR" upper critical high during PTU stress test Impact motherboard: K1SPI Affected functions: Validation : 1. Run PTU stress 2. See the SEL event -------------------------------------------------------------------------------------- Filename: SMT_X11_116.bin version: 1.16 Date: 03-24-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 Redfish version : 1.0.1 01. Category: Fix Description: [67570] Do we support power supply info "PS1 & PS2"uner IPMI sensor readings? Impact motherboard: K1SPI Affected functions: Validation : 1. Power supply sensor woild show in sensor page. 02. Category: Fix Description: [67996] No Power fail LED in front panel when removed AC code from power supply & there is no SEL message about power failure either Impact motherboard: K1SPI Affected functions: Validation : 1. Power fail LED will blinking when remove AC cord. 03. Category: Fix Description: [68921] WebGUI Help Menu Missing Impact motherboard: X11SSE-F Affected functions: Validation : 1. Open LCMC update page and click help. 04. Category: Fix Description: [69138] [IPMI] 10G Temperature Sensor Shown on K1SPE SKU Impact motherboard: K1SPE Affected functions: Validation : 1. Open sensor page to check. 05. Category: Fix Description: [68484] Fail HWM VBat, IPMI FW:0.59 Impact motherboard: K1SPE Affected functions: Validation : 1. Open sensor page to check. 06. Category: New feature Description: support html5 Impact motherboard: All X11 MB Affected functions: Validation : 1. Need to reset to default after upgrade. 07. Category: New feature Description: Web GUI improvements Impact motherboard: All X11 MB Affected functions: Validation : 1. power control by upper-right corner new power button. 08. Category: Fix Description: [68568] No Temperature Sensor in IPMI for AOC-CTGS-i2T Impact motherboard: X11SSE-F Affected functions: Validation : 1. 10G sensor will show in sensor page as static sensor. 09. Category: Fix Description: [69117] Multi Node Feature Shows Incorrect Values Impact motherboard: X11SSE-F Affected functions: Validation : 1. Currect output current in multinode page. -------------------------------------------------------------------------------------- Filename: SMT_X11_115.bin version: 1.15 Date: 02-19-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 Redfish version : 1.0.1 01. Category: Fix Description: Cannot access GUI by IPv6 address when both "web port" and "web ssl port" are enabled. Impact motherboard: All Affected functions: Validation : 1. Enable "web port" and "web ssl port" in port setting. 2. Connect to the web ssl port by using IPv4 and IPv6 separately with browser. 3. GUI should be accessable by both IPv4 and IPv6 address. 02. Category: Fix Description: [68467] Wrong CPU sensor id [68464] Wrong sensor id Chassis Impact motherboard: All Affected functions: Validation : 1. Set the SMTP and alert correctly. 2. Generate CPU/Chassis related SEL. 3. Check the email wording. 03. Category: Fix Description: [68879] No sensor reading of intel 3120A Impact motherboard: X11SAT Affected functions: Validation : 1. Check this sensor in web page 04. Category: Fix Description: [68993] Sensor name of alert mail is not match Web Event log for CPU Overheat, Chassis Intru, Power Fail [68958] Sensor name of alert mail is not match Web Event log for CPU Overheat, Chassis Intru [68952] Sensor name of alert mail is not match Web Event log for CPU Overheat, Chassis Intru Impact motherboard: All Affected functions: Validation : 1. Set the SMTP and alert correctly. 2. Generate CPU/Chassis related SEL. 3. Check the email wording. 05. Category: Fix Description: [69135] Inconsistent GUI Content Descriptions, Help Message, and Titles Impact motherboard: All Affected functions: Validation : 1. Please check IPMI Web GUI. -------------------------------------------------------------------------------------- Filename: SMT_X11_114.bin version: 1.14 Date: 01-20-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 Redfish version : 1.0.1 01. category: new feature description: Support redfish impact motherboard: All affected functions: validation : 1. Need to reset to default after upgrade. 2. Need oob licence to support redfish deature. 02. category: fix description: [67682] No CPU Overheat beep sound impact motherboard: X11SAT affected functions: validation : 1. Trigger CPU oveheat and check this function. 03. category: Enhancement description: add IPMI FW recovery mechanism. impact motherboard: All affected functions: validation : 1. do AC off while IPMI fw is updating 2. FW will enter the recovery mode and update fw again by using inband update tool, like adupdate -f fw filename. 04. category: fix description: [67900] USB drop and CPU sensor gone when system idle impact motherboard: X11SSH-TF affected functions: validation : 1. VCPU will not disappear when system idle 05. category: fix description: [68114] X11SSL-CF 0x34 (Vcpu) voltage error impact motherboard: X11SSL-CF affected functions: validation : 1. CPU temperature and ADC sensor will show normally. 06. category: fix description: [67484] IPMI Web didn't show add-on card sensor reading impact motherboard: All affected functions: validation : 1. AOC sensor reading will show normally. 07. category: Enhancement description: Change SNMP WEB UI layout. impact motherboard: All affected functions: validation : 1. SNMP V2 and V3 can enable at same time. -------------------------------------------------------------------------------------- Filename: SMT_X11_113.bin version: 1.13 Date: 01-15-2016 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [67407] [SUM] SUM test was fail. impact motherboard: X11SAT affected functions: validation : 1. Reset to default will be share mode in X11SAT 02. category: fix description: [67748] Sometimes cannot open iKVM console after update IPMI V110 FW impact motherboard: All affected functions: validation : 1. Clear java cache by java control panel 2. Lunch iKVM console by web GUI 03. category: fix description: [68216] [BIOS 1.0a ECO] SUM can not be verified in only one LAN board impact motherboard: X11SAE affected functions: validation : 1. Reset to default will be share mode in X11SAE 04. category: fix description: [67743] X11SAT-F IPMI support share LAN only, so Network Status Link should be remove Dedicated LAN status impact motherboard: X11SAT-F affected functions: validation : 1. check IPMI web network setting page -------------------------------------------------------------------------------------- Filename: SMT_X11_112.bin version: 1.12 Date: 12-31-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: workaround description: [68084] VCPU sensor upper critical-going high idle in OS impact motherboard: All affected functions: validation : 1. VCPU value greater than 1.7 will be filtered out. 02. category: fix description: [67922] No BIOS Version in IPMI Summary page impact motherboard: All X11 motherboards affected functions: validation : 1. login to web to check BIOS version. 03. category: fix description: [67419] 40G and 10G has no temperature reading in IPMI impact motherboard: All X11 motherboards affected functions: validation : 1. check web sensor reading page 04. category: fix description: [68216] [BIOS 1.0a ECO] SUM can not be verified in only one LAN board impact motherboard: All X11 one LAN motherboard. affected functions: validation : 1. Run sum test. 05. category: workaround description: [68089] System Hang after Flashed BIOS in IPMI Web impact motherboard: X11SSA affected functions: validation : 1. Add workaround for ME which command will time out after "force recovery mode" and "ME reset." -------------------------------------------------------------------------------------- Filename: SMT_X11_111.bin version: 1.11 Date: 12-15-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [67689] Cannot control Watchdog by ipmitool cmd infected motherboard: X11SAT-F affected functions: validation : 1. Set wdt by ipmitool and will reset system in setting time. 02. category: fix description: [67587] Hardware sensor "VCPU" alarm threshold setting not correct infected motherboard: X11SAT-F affected functions: validation : 1. VCPU voltage will not show low critical if voltage > 0V. 03. category: work around description: [67400] Normal Open lost CPU sensor during running ONOFF test infected motherboard: X11SSH-F affected functions: validation : 1. View sensor reading web page and check the value. -------------------------------------------------------------------------------------- Filename: SMT_X11_110.bin version: 1.10 Date: 12-04-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [66505] MCU Info cannot Got infected motherboard: X11SSE-F affected functions: validation : 1.Write down board number and serial number by Ipmiview or Ipmicfg in advice 2.Check these information on node1 02. category: fix description: [67317] Redirect IPMI web to the login page fail after factory default. infected motherboard: X11SBA affected functions: validation : 1. Do factpry default and Web page will redirect after in 90s. 03. category: fix description: [67254] No power supply information in DMI table. [67178] SUM Test Fail [66945] Power fail status not follow design rule (add workaround) infected motherboard: X11SSE-F affected functions: validation : 1. dmiinfo could show right ps number 04. category: fix description: [67501] IPMI BIOS Update page show "Undefined" when language set to "Simplified Chinese". infected motherboard: All X11 motherboards affected functions: validation : 1. check BIOS Update page at website. 05. category: fix description: [67400] lost CPU sensor during running ONOFF test [66753] IPMI got some sensor reading lost after on/off test infected motherboard: X11SSH-F, X11SSE-F affected functions: validation : 1. Do ac on/off, CPU temperature will not lost. 06. category: fix description: [67217] [IPMI] HDD status always is Drive Fault [67245] IPMI web sensor reading not consistent with IPMItool sensor reading. [67242] IPMI got CPU throttled and Vcpu lower critical. infected motherboard: X11SSE-F affected functions: validation : 1. check HDD status in sensor page. 2. check PS status and vcpu in sensor page. 3. Remove power cords will not trigger PROCHOT. (for HW workaround) 07. category: fix description: [67244] Multi Node Monitoring is not working in IPMI web GUI. infected motherboard: X11SSE-F affected functions: validation : 1. check multinode status in multinode page. -------------------------------------------------------------------------------------- Filename: SMT_X11_055.bin version: 0.55 Date: 11-18-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [67045] no PCH & DIMM temp in IPMI infected motherboard: X11SAT-F affected functions: validation : 1. View sensor reading web page and check the corresponding value. 02. category: fix description: [67007] 12Vcc & Vcpu IPMI reading fail infected motherboard: X11SAT-F affected functions: validation : 1. View sensor reading web page and check the corresponding value. 03. category: fix description: [66918] Power fail LED frequency can not meet spec. infected motherboard: X11SAT-F affected functions: validation : 1. Trigger power fail event and view the operation of LED. 04. category: fix description: [66456] Overheat LED can't work. infected motherboard: X11SAT-F affected functions: validation : 1. Trigger CPU overheat event and view the operation of LED. 05. category: fix description: [67086] The IPMI hardware monitor test fail. infected motherboard: X11SSD-F affected functions: validation : 1. View sensor reading web page and check the corresponding value. 06. category: fix description: [66826] No Thermal Trip event. infected motherboard: X11SSD-F affected functions: validation : 1. Trigger CPU thermal trip. 07. category: fix description: [66825] CPU Overheat function still is not working. infected motherboard: X11SSD-F affected functions: validation : 1. Trigger CPU overheat event and view the operation of LED. 08. category: fix description: [66794] Cannot set P/T state manually by smcipmitool. infected motherboard: X11SSD-F affected functions: validation : 1. Setting P/T state value through nm command by smcipmitool. -------------------------------------------------------------------------------------- Filename: SMT_X11_054.bin version: 0.54 Date: 11-04-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: Correct accuracy of sensor reading for 3.3VSB, VCCSA, and Vcpu. infected motherboard: All X11 motherboards. affected functions: validation : 1.Open sensor reading page and check value. 02. category: FW release description: Add X11SSD-F infected motherboard: X11SSD-F affected functions: validation : 1. Add sensor list. 03. category: fix description: [66406] IPMI Sensor Reading function can't data. infected motherboard: X11SAT affected functions: validation : 1.View sensor reading page and check value. 04. category: fix description: [66407] IPMI FAN control function can't work infected motherboard: X11SAT affected functions: validation : 1. Change the fan mode. 2. Check the fan behavior meet Thermal Guideline. -------------------------------------------------------------------------------------- Filename: SMT_X11_053.bin version: 0.53 Date: 10-16-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [66184] [SUM] Run SMSTC is FAIL [66134] [SUM] Run SMSTC is FAIL [66104] [BIOS ECO v1.00] SUM test fail [65960] [SUM] Run SMSTC test is FAIL [65941] [SUM] SUM Test case 215,305,306,307,313 failed. [65688] [SUM1.6.0] SUM test failed. [65614] [ SUM 1.6.0 ] SUM test fail. [64892] [SSM] Case311-002 "Change BMC Cfg" is fail. [64828] SUM test fail. [62270] SUM Test Failed infected motherboard: All X11 motherboards. affected functions: validation : 1. Run SUM test case 211, 212, 215, 305, 306, 410, 412. 02. category: workaround description: [66054] No Thermal Trip event. infected motherboard: X11SAE-F affected functions: validation : 1. Over heat CPU to trigger thermal trip event. -------------------------------------------------------------------------------------- Filename: SMT_X11_052.bin version: 0.52 Date: 10-02-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: workaround description: [65807] VCPU sensor upper critical-going high during ONOFF test. infected motherboard: X11SSH X11SSM X11SSL affected functions: validation : 1. VCPU would ignore value over 1.6V for HW glitch. 02. category: fix description: Redirect IPMI WEB to the login page after executing factory default. infected motherboard: All X11 motherboards. affected functions: validation : 1. Try factory default and then wait for FW reboot. -------------------------------------------------------------------------------------- Filename: SMT_X11_051.bin version: 0.51 Date: 09-26-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [65628] Check NM firmware version failed infected motherboard: X11 MB with SPS FW supported. affected functions: validation : 1. It would not show "support node manager" when command nm detect. 02. category: fix description: [65270] E-burn stress test will generate Power Supply Event in ipmi-sel log. [65807] VCPU sensor upper critical-going high during ONOFF test. infected motherboard: X11SSL-F, X11SSM-F. affected functions: validation : 1. Run the on-off test. 2. Check the SEL. -------------------------------------------------------------------------------------- Filename: SMT_X11_050.bin version: 0.50 Date: 09-XX-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [64713] Virtual Media cannot be saved infected motherboard: All X11 MB. affected functions: validation : 1. The mount path include "\" could be save. 02. category: fix description: [64643] VCPU sensor upper critical-going high during ONOFF test infected motherboard: X11SSH-F affected functions: validation : 1. Vcpu reading over 1.77 will be filter 3 timesby this change. -------------------------------------------------------------------------------------- Filename: SMT_X11_049.bin version: 0.49 Date: 08-26-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [64370] There's 10G temperature reading item on IPMI Web [64444] [X11SSZ-QF] X11SSZ-QF not support 10G LAN, but still has "MB_10G Temp" item in IPMI Sensor Reading page infected motherboard: X11SSZ-QF affected functions: validation : 1. 10G sensor would not show in X11SSZ-QF 02. category: fix description: [64371] Sometimes VCPUGT reading will show as 0 [62657] IPMI Hardware Monitor Check fail infected motherboard: X11SSZ-QF X11SSZ-TLN4F affected functions: validation : 1. Remove sensor VCPUGT 03. category: fix description: [64685] Somtimes cannot detect CPU Temp in IPMI Sensor Reading page infected motherboard: X11SSH-CTF, X11SSH-TF affected functions: validation : 1. CPU Temp should detected on sensor page. 04. category: fix description: Enable thermal trip function. infected motherboard: X11SSH-CTF affected functions: validation : 1. New thermal trip event log after thermail trip. 05. category: fix description: Enable thermal trip function. infected motherboard: X11SSE, X11SSA affected functions: validation : 1. New thermal trip event log after thermail trip. 06. category: fix description: [64845] Function fail : X11SBA H/W monitor data can’t be read if IPMI can’t get IP. infected motherboard: x11sba-f/-ln4f affected functions: validation : 1. Keep LAN unpluged. 2. Boot to BIOS and use ipmicfg to get sensor reading ("ipmicfg -sdr"). -------------------------------------------------------------------------------------- Filename: SMT_X11_048.bin version: 0.48 Date: 08-10-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. category: fix description: [64159] word of activate license page will show "undefined" when language set to "simplified chinese" infected motherboard: x11sba-f/-ln4f affected functions: validation : 1. open web page in simplified chinese language setting then switch to "activate license" sub item. 02. category: fix description: [63613] Power LED didn't blink when system enter S3 state [62805] LED frequency fail infected motherboard: x11sba-f/-ln4f affected functions: validation : 1. Power on then wait for OS enter working state 2. Set "Action performed when power button is pressed" to "Sleep" or "Hibernate" then save. 3. Press power button to check power LED's blinking frequency. 03. Category: Fix Description: [64184 ] Functional fail : X11SBA-F/-LN4F R1.01 JL1 no function [64158 ] Jumper JL1 function could not be validated Infected motherboard: X11SSE-F Affected functions: Validation : 1. Short JL1 jumper, then check IPMI web sensor reading page to see if chassis intrution is occurred. 2. Press "Intrusion Reset" to clear. -------------------------------------------------------------------------------------- Filename: SMT_X11_047.bin version: 0.47 Date: 07-31-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. Category: Fix Description: [64010] [EVT] Many IPMI Sensors Missing [64086] [EVT] NM No Working Infected motherboard: X11SSE-F Affected functions: Validation : 1. Check IPMI sensor reading page. 2. Check Node manager function by SMCIPMITOOL 02. Category: Fix Description: [63937] FAN5 no sensor reading Infected motherboard: X11SAE-F Affected functions: Validation : 1. Check IPMI sensor reading page for FAN5 reading. 03. Category: Fix Description: [63861] IPMI didn't show add-on card sensor reading Infected motherboard: X11SSZ Affected functions: Validation : 1. Check IPMI sensor reading page for AOC temperature. 04. Category: Fix Description: [63804] Hardware monitor of VPCH is fail. Infected motherboard: X11SAE-F Affected functions: Validation : 1. Check IPMI sensor reading page for VPCH. 05. Category: Fix Description: [63919] LAN MAC Address Shows 00:00:00:00:00:00 in IPMI Web Infected motherboard: X11SSE-F Affected functions: Validation : 1. Use latest bios FW 2. heck IPMI web page 06. Category: Fix Description: [64184 ] Functional fail : X11SBA-F/-LN4F R1.01 JL1 no function [64158 ] Jumper JL1 function could not be validated Infected motherboard: X11SSE-F Affected functions: Validation : 1. Short JL1 jumper, then check IPMI web sensor reading page to see if chassis intrution is occurred. -------------------------------------------------------------------------------------- Filename: SMT_X11_046.bin version: 0.46 Date: 07-24-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. Category: Fix Description: [63882] IPMI Sensor Reading function is fail. Infected motherboard: X11SSL/M-F Affected functions: Validation : 1. Check IPMI sensor reading page. 02. Category: Fix Description: [63804] Hardware monitor of VPCH is fail [63276] PCH temperature didn't show in IMPI sensor reading Infected motherboard: X11SAE-F Affected functions: Validation : 1. Check IPMI sensor reading page. 03. Category: Fix Description: [63744] SDHM test failed Infected motherboard: X11SBA-F Affected functions: Validation : 1. Check IPMI sensor reading page or use ipmicfg to show sdr. 04. Category: Fix Description: [63881] Cannot use ipmicfg.exe. [63896] Cannot use ipmicfg.exe. [63883] BMC status is incorrect in BIOS IPMI page. [63897] BMC status is incorrect in BIOS IPMI page. Infected motherboard: All Affected functions: Validation : 1. Power on the system. 2. Check the KCS interface status with ipmicfg or BIOS IPMI page. 05. Category: Enhancement Description: Need to reset to default. Infected motherboard: All Affected functions: Validation : 06. Category: Fix Description: [63944] No PCH temp reading in IPMI sensor monitor page [62658] Fan Pulse-Width-Modulation Measurement fail [62657] IPMI Hardware Monitor Check fail [62347] Functional fail : X11SSZ seires hardware monitor some item test fail [62049] IPMI Sensor readings function can't work Infected motherboard: X11SSZ Affected functions: Validation : 1. PCH Temp and PS1 can show on sensor page. 07. Category: Fix Description: [63903] System will logout automatically when into "Toggle SUM Licensed Checking" page Infected motherboard: X11SSZ Affected functions: Validation : 1. Enter that "Toggle SUM Licensed Checking" page. -------------------------------------------------------------------------------------- Filename: SMT_X11_045.bin version: 0.45 Date: 07-XX-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 01. Category: Fix Description: [62804] IPMI hardware monitor fail. Infected motherboard: X11SBA-LN4F Affected functions: Validation : 1. Check Vcpu/RT1 reading and compare it with measure result. 02. Category: Fix Description: [63181] No "Chassis Intrusion" item in IPMI sensor reading page [63030] The project has 6 FAN, but IPMI sensor reading only has 5 FAN item Infected motherboard: X11SSH-CTF Affected functions: Validation : 1. Check Chassis intrusion and the total numeber of Fan sesnor ar correct 03. Category: Fix Description: [63028] NM is not working Infected motherboard: X11SSH-CTF Affected functions: Validation : 1. Use nm20 nmSDR command by smcipmitool to check if works 04. Category: Fix Description: [63327] The duty cycle of fan while power up is 100%, it should be 50% [63275] Hardware monitor of VBAT is fail [63274] Hardware monitor of VCPU is fail [63012] Fan Pulse-Width-Modulation measurement is fail [62948] Hardware monitor is fail [62744] The overheat LED didn't blink when FAN fail and power fail Infected motherboard: X11SAE-F Affected functions: Validation : 1. Check fan mode function 2. Check thermal trip function 3. Check fan fail function 05. Category: Fix Description: [63081] IPMI "System Event Log" setting cannot be reloaded Infected motherboard: All Affected functions: Validation : 1. "System Event Log" enabled. 2. Save IPMI Configuration. 3. Load Factory Default. 4. Reload IPMI Configuration. 5. Wait more than 60 seconds. 6. Check the "System Event Log" status. 06. Category: New Feature Description: LSI 3108 management Infected motherboard: All motherboards which support LSI 3108 monitoring Affected functions: 1. Activate OOB license (have a independent page: "Miscellaneous>Activate License") Validation : 1. MUST enable OOB license 2. Click "Storage Monitoring" page and start to manage RAID * RAID 0, 1, 5, 6, 10, 50 and 60 supported * Add/Delete VD * Start/Stop to locate LED * Get 3108 controller information * Import/Delete foreign configuration * Display progress/remaining time or elapsed time when RAID is rebuilding 3. Suggest to upgrade LSI firmware to MR6.7_GCA_051215 07. Category: Fix Description: [63543] CLTM test failed. [62270] CLTM test failed Infected motherboard: X11SSM-F, X11SSL-F, X11SSL-CF Affected functions: Validation : 1. Run the CLTM test. 08. Category: Fix Description: [63158] [NM] Cannot Change P/T-State Limits Infected motherboard: X11SSA Affected functions: Validation : 1. IPMI firmware update to get CPU temperature from ME. ------------------------------------------------------------------------------ Filename: SMT_X11_044.bin version: 0.44 Date: 06-23-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 03. Category: Enhancement Description: Removing special character set restriction Infected motherboard: All Affected functions: All Validation : Could use special character in add user and modify user. 02. Category: Fix Description: C: [62502] Allow Factory Default to set iKVM language to default as well. Infected motherboard: All X11 Affected functions: Validation : 1. Change iKVM language to one that is not English. 2. Do restore to Factory Default. 3. Check iKVM language is back to English. 01. Category: Fix Description: [62473] Vcpu reading voltage is out of to tolerance in IPMI monitor. Infected motherboard: X11SSM-F Affected functions: Validation : 1. Check the Vcpu reading and compare it with measure result. ------------------------------------------------------------------------------ Filename: SMT_X11_043.bin version: 0.43 Date: 06-05-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 05. Category: Fix Description: [62473] Vcpu reading voltage is out of to tolerance in IPMI monitor. Infected motherboard: X11SSM-F Affected functions: Validation : 1. Check the Vcpu reading and compare it with measure result. 04. Category: Fix Description: [62252] Change code to allow ADC sensor to work without ME. Infected motherboard: X11SBA Affected functions: Validation : 1. Able to see ADC sensor readings on Web. 03. Category: Fix Description: [61855][61918] Change Vcpu range based on CPU spec for X11SSL-CF and X11SSL-NF. Infected motherboard: X11SSL-CF/NF Affected functions: Validation : 1. No lower CT/NR triggered for Vcpu. 02. Category: Fix Description: [61856] Add offset to RT1 temp. Infected motherboard: X11SSL-CF/NF Affected functions: Validation : 1. Compare Web RT1 reading with infrared thermometer reading. 01. Category: Fix Description: Fixed the lock for Fru #1 not correctly locked at first time power on and after factory restore. Infected motherboard: All X11 Affected functions: Validation : 1. Do factory restore. 2. Write to Fru #1 and check if the write fails. ------------------------------------------------------------------------------ Filename: SMT_X11_042.bin version: 0.42 Date: 05-22-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 09. Category: Fix Description: [61855] Incorrect VCPU voltage. [61858] Incorrect sensor naming and voltage value. Infected motherboard: X11SSL-CF Affected functions: Validation : 1. Check VCPU and Vcpu1_VSA voltage. 08. Category: Fix Description: [61769] Short jumper JL1, the IPMI sensor reading "Chassis Intru" item's status not change. Infected motherboard: X11SSL-CF Affected functions: Validation : 1. Short jumper JL1, see if chassis intrusion is triggered on IPMI sensor. 07. Category: Fix Description: [61582] Virtual storage cannot be removed when iKVM reset Infected motherboard: X11SSH Affected functions: Validation : 1.IKVM reset shold remove all virtual storage. 06. Category: Fix Description: 1. Add NM/ME support. 2. Issue #61700, Fix the naming of sensor. 3. Calibrate Vcpu and Vdimm reading. Infected motherboard: X11SSA-F/X11SSi-LN4F Affected functions: Validation : 1.Add NM/ME support. 2.Issue #61700, Fix the naming of sensor. 3.Calibrate Vcpu and Vdimm reading. 05. Category: Fix Description: [61585] IPMI cannot record Chassis Intrusion event when JL1 trigger Infected motherboard: X11SSH Affected functions: Validation : 1. Trigger chassis intrusion through JL1. 04. Category: Fix Description: [60963] IPMI hardware monitor fail Infected motherboard: X11SSH Affected functions: Validation : 1. VCPU should be around 1.29v in dos. 03. Category: Fix Description: [61625] CLTM test failed. Infected motherboard: X11SSH Affected functions: Validation : 1. Add throttling callback. 02. Category: Fix Description: [61579] Cannot upgrade BIOS by IPMI Infected motherboard: X11SSH Affected functions: Validation : 1. Update BIOS should not alwats show "Upgrade progress" 2. Should not show Board ID mismatch event the ID was same. 01. Category: Fix Description: [61581] Cannot enable IPMI "System Event Log" function Infected motherboard: X11SSH Affected functions: Validation : 1. System event log will clean and uncheck after factory default. ------------------------------------------------------------------------------ Filename: SMT_X11_041.bin version: 0.41 Date: 05-11-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 11. Category: Fix Description: [60963] IPMI hardware monitor fail Infected motherboard: X11SSH Affected functions: Validation : 1. PCH1.05 should be PCH1.00 10. Category: Fix Description: [61581] Cannot enable IPMI "System Event Log" function Infected motherboard: X11SSH Affected functions: Validation : 1. The enable checkbox will not disappear after clean system event log 9. Category: FW release Description: Add X11SSM board support Infected motherboard: X11SSM Affected functions: Validation : 1. Add sensor list. 8. Category: Fix Description: [61630] Fan Pulse-Width-Modulation fail Infected motherboard: All X11 Affected functions: Heavy IO mode. Validation : 1. Change the fan mode to Heaby IO. 2. Check the fan behavior meet Thermal Guideline. 7. Category: Fix Description: [61587] System will show "The IPMI Configuration file is damage" message when enter IPMI Configuration page. Infected motherboard: All X11 Affected functions: IPMI Configuration save and reload. Validation : 1. Close browser and open a new browser session. 2. Go to IPMI Configuration web page, save the configuration to local. 3. Reload using the configuration that was just saved in #1. 4. After BMC reset completes, go to IPMI Configuration web page again, and there should not be any error message. 6. Category: Fix Description: [61579] Cannot upgrade BIOS by IPMI Infected motherboard: X11SSH Affected functions: Validation : 1. Page BIOS upload should not show "Upgrade in Progress" every time. 5. Category: Fix Description: [X11SSA-F/X11SSi-LN4] Fix the memory reading Infected motherboard: X11SSA, X11SSI Affected functions: Validation : 1. Memory temp could be read. 4. Category: Fix Description: [61562] Sometimes Vcpu status is N/A or Lower Critical in IPMI Sensor reading page Infected motherboard: X11SSH Affected functions: Validation : 1. Change vcpu range to 0~1.52 3. Category: Fix Description: [61555] IPMI Timestamp start from 1970/01/01 00:00:00 Infected motherboard: X11SSH Affected functions: Validation : 1. Add ME support 2. Category: Fix Description: [61553] "Refresh Preview Image" function is not working Infected motherboard: X11SSH Affected functions: Validation : 1. Refresh button should update new image. 1. Category: Fix Description: [61495] NM/ME no Support Infected motherboard: X11SSH Affected functions: Validation : 1. nm20 nmSDR command should have response. ------------------------------------------------------------------------------ Filename: SMT_X11_040.bin version: 0.40 Date: 04-30-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 4. Category: FW release Description: Add X11SSL board support Infected motherboard: X11SSL Affected functions: Validation : 1. Add sensor list. 3. Category: Fix Description: [60632] IPMI sensor readings test fail Infected motherboard: X11SSH Affected functions: Validation : 1. VCPU will show correctly. 2. Remove VCPUGT 2. Category: Fix Description: [60963] IPMI hardware monitor fail Infected motherboard: X11SSH Affected functions: Validation : 1. VCPU will show correctly. 2. 3.3VSB will show correctly. 3. Remove VPCH1.5V 1. Category: Fix Description: [61141] Fan Pulse-Width-Modulation can't test Infected motherboard: X11SSH Affected functions: Validation : 1. Optimal mode should show on UI. ------------------------------------------------------------------------------ Filename: SMT_X11_030.bin version: 0.30 Date: 04-17-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 5. Category: Fix Description: [60476] Fan fail function didn't work Infected motherboard: X11SSZ Affected functions: Validation : 1. Led should ligh on and fan spped up when fan fail. 4. Category: Fix Description: [60963] IPMI hardware monitor fail Infected motherboard: X11SSH Affected functions: Validation : 1. RT2 will show correctly. 2. VBAT will show correctly. 3. Category: Fix Description: [61141] Fan Pulse-Width-Modulation can't test Infected motherboard: X11SSH Affected functions: Validation : 1. RT2 will show correctly. 2. Category: Fix Description: [60438] Front Panel OH LED solid light when system AC on Infected motherboard: X11SSZ Affected functions: Validation : 1. Led OH should not light solid when AC on. 1. Category: Fix Description: [60632] IPMI sensor readings test fail Infected motherboard: X11SSH Affected functions: Validation : 1. Sensor list does not disappear by randomly ME command 3E. ------------------------------------------------------------------------------ Filename: SMT_X11_020.bin version: 0.20 Date: 03-27-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 1. Category: FW release Description: Add X11SSA, K1SPI Infected motherboard: X11SSA, K1SPI Affected functions: Validation : 1. Add sensor list. ------------------------------------------------------------------------------ Filename: SMT_X11_010.bin version: 0.10 Date: 03-19-2015 U-Boot build time : 2009.01 (03 12 2015) Java SOL Viewer version : v0.5.9 Java iKVM Viwer version : v1.69 r24 1. Category: FW release Description: First release. Infected motherboard: X11SSZ, X11SSH-F Affected functions: Validation : 1. Add sensor list. ------------------------------------------------------------------------------