################################################################################ # # # IPMC firmware/binary listing # # # # Rev: November 26th, 2019 # # # ################################################################################ Naming Convention: For IPMC MCU firmwares/binaries: IPMC_fw__.bin For IOIF MCU firmwares/binaries: IOIF_fw__.bin -------------------------------------------------------------------------------- 20191203_safe_power_entry_temp.bin This is a "safe" configuration. The only changes made from the default configuration are the addition of the temperature, -48V current, and -48VB Voltage sensors from the IQ65033 Power Entry Module, as well as the changing of the static IP Address (used by the IPMC when no dhcp server is found) from 192.168.1.89 to 10.0.0.53. The thresholds for the temperature sensor are: Upper: Non-Recoverable : 49.96 C Critical : 40.16 C Non-Critical : 34.28 C Lower: Non-Recoverable : -50.00 C Critical : -46.08 C Non-Critical : -42.16 C And the assertion and deassertion event masks are both 0x0FF0, so all the upper threshold events are assertable/deassertable, and the lower threshold events only non-recoverable is assertable/deassertable. The assertion and deassertion event masks for the current and voltage sensors are both 0x0000, so they cannot assert/deassert any events. --------------------------------------------------------------------------------