summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not attempt to bind OCC drivers until IPL is completeRaptor Engineering Development Team2018-05-121-0/+8
|
* Block chassis poweron and host start on completion of shutdown scriptsRaptor Engineering Development Team2018-05-122-0/+2
|
* Load final manufacturer ID and device ID data into IPMI data fieldsRaptor Engineering Development Team2018-05-111-1/+1
|
* Add support for secondary PCIe region ambient temperature sensor on Talos II ↵Raptor Engineering Development Team2018-05-093-0/+26
| | | | systems
* Add initial IPMI sensor mappings for Talos IIRaptor Engineering Development Team2018-05-096-0/+1865
|
* Redirect serverwiz to Raptor Computing Systems repositoriesRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-net-ipmidRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup ipmi-fru-parserRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-host-ipmidRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-inventory-managerRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-dbus-interfacesRaptor Engineering Development Team2018-05-091-1/+1
|
* Revup phosphor-mrw-toolsRaptor Engineering Development Team2018-05-091-1/+1
|
* FRU: Add Entity ID in the host FRU inventory yamlRatan Gupta2018-05-081-0/+6
| | | | | | | | | | | | | | | This commit also adds the entityID and entityInstance property for BMC FRUS config yaml. These attributes are required to pass it through Get SDR command. Currently we support two types of record format through Get SDR 1) FULL Record. 2) FRU Record. Resolves openbmc/openbmc#2823 Change-Id: Ie7424fbc493dde5070a2c65c74ba83565154b9d4 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Add missing mutability attributes to IPMI inventory YAMLRaptor Engineering Development Team2018-05-081-0/+71
|
* Update IPMI YAML from Romulus sourceRaptor Engineering Development Team2018-05-081-437/+499
|
* phosphor-ipmi-host: Add channel config defaultPatrick Venture2018-05-084-0/+36
| | | | | | | | To provide a custom channel configuration, provide a virtual phosphor-ipmi-channel-config. Change-Id: I00d8e8aed11a18d193a9066a098611784600da56 Signed-off-by: Patrick Venture <venture@google.com>
* sensor: Modify config for sensor to add additional fieldsTom Joseph2018-05-084-0/+223
| | | | | | | | | | Added entity ID, entity instance and sensor naming pattern to the generated sensor yaml. Resolves openbmc/openbmc#2612 Change-Id: Ie4dc9548833cb30126e873a7597b2be9b1ea7f79 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Redirect IPMI parser to Raptor Computing Systems repositoriesRaptor Engineering Development Team2018-05-081-1/+1
|
* Bring boot VDN in line with values in datasheetRaptor Engineering Development Team2018-05-081-1/+1
| | | | | Vdn may be undervolted due to old values in the VRM setup scripts compared with the current datasheet. Use the correct boot voltage to avoid system instability during IPL.
* Fix power sequencing on Talos II.Brandon Bergren2018-05-082-0/+4
| | | | | | | | | | | | | | | We need to wait for PGOOD before attempting to run the AVSBus services. Additionally, we want to hold off on reaching the obmc-power-start target until the AVSBus is set up properly, to keep things like fan control from interfering. By declaring these dependencies explicitly, the power sequencing on the BMC side should no longer be sensitive to the time it takes for the FPGA to turn on the voltage regulators, and it should avoid attempting to program the CPU VRMs before they are ready to be programmed. Signed-off-by: Brandon Bergren <git@bdragon.rtk0.net>
* Tweak chassis fan PID tuningRaptor Engineering Development Team2018-05-071-2/+2
| | | | This resolves long period integrator-induced oscillations due to proportional gain being too low compared to integrator gain.
* Remove broken ASpeed PWM fan and tach driver tie-inRaptor Engineering Development Team2018-05-072-2/+0
| | | | | | The current 4.10 kernel returns a bus error when attempting to read from the ASpeed fan controller tach. This causes a massive amount of systemd spam as the interface continues to attempt to rebind. Disable pending a fix in a newer kernel version.
* Back off chassis fan proportional constantraptor-v1.0405-04-2018Raptor Engineering Development Team2018-05-041-1/+1
| | | | | | | Ambient temperature swings should be slow enough, with a slow enough thermal response from the PCB, to make primary control via integrator viable. This slows down the fan responses and prevents audible "hunting" as the ambient sensor changes value more rapidly than the chassis fans actually need to react.
* Lower chassis fan floor maps slightly to reduce unneccessary fan noise under ↵Raptor Engineering Development Team2018-05-041-7/+7
| | | | the new PID control algorithms
* Revup phosphor-fanRaptor Engineering Development Team2018-05-041-2/+2
|
* Revup skeletonRaptor Engineering Development Team2018-05-041-2/+2
|
* Revup linuxraptor-v1.0304-30-2018Raptor Engineering Development Team2018-04-301-1/+1
|
* Switch to PID control of main fansRaptor Engineering Development Team2018-04-291-62/+65
|
* Revup fan control and switch to branchRaptor Engineering Development Team2018-04-291-2/+2
|
* Wait 5 seconds for fans to reach full speed after fan controller initRaptor Engineering Development Team2018-04-281-1/+1
|
* Update fan monitor YAML to new syntaxRaptor Engineering Development Team2018-04-281-1/+7
|
* Update fan event YAML to new syntaxRaptor Engineering Development Team2018-04-281-193/+225
|
* Revup fan controlRaptor Engineering Development Team2018-04-281-2/+2
|
* Make decrease symmetric with increaseRaptor Engineering Development Team2018-04-282-12/+12
| | | | Note that this verson oscillates badly, a more sophisticated control is needed
* Don't set zone 2 to high speed when fewer than 4 chassis fans are installed, ↵Raptor Engineering Development Team2018-04-281-76/+0
| | | | or when fewer than 4 chassis fans are functional
* Tighten up fan response againRaptor Engineering Development Team2018-04-282-15/+15
|
* Switch openpower-dbus-interfaces to Raptor Computing Systems GIT repositoryRaptor Engineering Development Team2018-04-281-1/+1
|
* ipmi: Add missing build dependencyraptor-v1.0204-19-2018Brad Bishop2018-04-201-0/+1
| | | | | | | | | Add a missing pyyaml dependency to the phosphor-ipmi-sensor-inventory-mrw-native recipe. Tested: Built a Witherspoon image Change-Id: Ia85eb4da107f855d8f2dd9483b4dd34b71674f24 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Raise CPU core temp setpointsRaptor Engineering Development Team2018-04-202-71/+71
| | | | | Implement less aggressive fan curve Multiply all base fan speeds by 10 due to recent phosphor-hwmon change
* Revup phosphor-hwmon and switch to release 1.02 branchRaptor Engineering Development Team2018-04-201-2/+2
|
* Switch u-boot to branchraptor-v1.0104-13-2018Raptor Engineering Development Team2018-04-141-1/+1
|
* Switch phosphor-hwmon to branchRaptor Engineering Development Team2018-04-141-1/+1
|
* Switch phsphor-fan to branchRaptor Engineering Development Team2018-04-141-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-04-141-2/+2
| | | | Switch skeleton to branch
* Enhance OCC communication failure error recoveryRaptor Engineering Development Team2018-04-141-0/+13
|
* Revup pdbgRaptor Engineering Development Team2018-04-141-1/+1
|
* Allow the on-board VGA device to be enabled or disabled based on FPGA jumper ↵Raptor Engineering Development Team2018-04-144-1/+60
| | | | | | setting readback This requires FPGA version 1.04 or higher to work
* Revup skeletonraptor-v1.0003-26-2018Raptor Engineering Development Team2018-03-261-1/+1
|
* Revup linux-obmcRaptor Engineering Development Team2018-03-071-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-03-031-1/+1
|
OpenPOWER on IntegriCloud