//**************************************************************************** // // Intel Corporation // Jones Farm, Hillsboro, Oregon // (503) 696-8080 // // Intel Corporation Proprietary Information // Copyright (c) 2008 Intel Corporation, All Rights Reserved //**************************************************************************** // // One Boot Flash Update Package for S5000PSL, S5000XSL, S5400RA, SC5400RA, S5000XVN // // Check Platform ID PROBE "SYSTEM" "S5000PSL" FOUND "SL" "" PROBE "SYSTEM" "S5000XSL" FOUND "SL" "" PROBE "SYSTEM" "S5400RA" FOUND "SL" "" PROBE "SYSTEM" "SC5400RA" FOUND "SL" "" PROBE "SYSTEM" "S5000XVN" FOUND "SL" "" IFSET "SL" // Check for BMC & BIOS dependencies PROBE BIOSVER "70+" FOUND "BIOSOK" "BIOSNOTOK" PROBE BMCVER "0.56+" FOUND "BMCOK" "BMCNOTOK" IFSET "BMCOK" "BIOSOK" FWNAME "SLBMC65.hex" CFGNAME "MASTER.CFG" BIOSNAME "R0098.Cap" ELSE IFSET BIOSNOTOK DISPLAY "ERROR: Current BIOS is not compatible to be updated to this package!" ENDIF IFSET BMCNOTOK DISPLAY "ERROR: Current BMC Firmware is not compatible to be updated to this package!" ENDIF ENDIF //BMC & BIOS CHECK ELSE DISPLAY "ERROR: Update package is not intended for this platform!" ERRORLEVEL 09 ENDIF //platform ID check // End of configuration file