summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-25rebase ipmitool to use upstream gitVernon Mauery3-388/+49
Upstream ipmitool has been under active development for a while now. This includes adding the D-Bus interface to ipmitool as an option as well as a mechanism to set the default interface. So now, building ipmitool for openbmc is possible directly from upstream. The new patch that is included in this commit has been pushed upstream and in under review. It is needed to build in environments that don't have internet access. Tested-by: build ipmitool, run it on the BMC and see that it works bitbake ipmitool; scp <>/ipmitool <....>:/tmp; /tmp/ipmitool mc info /tmp/ipmitool -h ... Interfaces: open Linux OpenIPMI Interface imb Intel IMB Interface lan IPMI v1.5 LAN Interface lanplus IPMI v2.0 RMCP+ LAN Interface serial-terminal Serial Interface, Terminal Mode serial-basic Serial Interface, Basic Mode dbus OpenBMC D-Bus interface [default] (From meta-phosphor rev: c89d95e58d44d0f8e955892b59da2ac0c2beaf91) Change-Id: I00c15fb8693fca13cdd174661f924e7af684d19d Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-swift: Initial commitAdriana Kobylak2-0/+27
Create a new machine for Swift, a POWER9 system. It is initially based on Witherspoon but with 128MB NOR flash chips. - To build this machine: export MACHINE="swift"; \ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE"; \ bitbake obmc-phosphor-image (From meta-ibm rev: 12b1187ecfcf7d6438cb026d09f2c1b7c6e06cbc) Change-Id: I304ae026e1b2e027776981865b3f483d0898000f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25witherspoon-128: Initial commitAdriana Kobylak3-0/+762
Create a machine/witherspoon-128.conf file to model a witherspoon system with 128MB flash chips. * New kernel device tree (witherspoon-128.dts). * Bigger read-write filesystem. Remove the default from the witherspoon layer (not needed as 6MB is the default) so that the size value can be overwritten by the witherspoon-128.conf. - To build this machine: export MACHINE="witherspoon-128"; \ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE"; \ bitbake obmc-phosphor-image Witherspoon-128 is a system based on Witherspoon but with 128MB flash chips. Create a device tree for this configuration. Since this system is just a bringup vehicle, the device tree will be carried as a patch instead of merging it in upstream linux. (From meta-ibm rev: 903fd3532aaa967ddc7124095304f50cd4c9557c) Change-Id: If02e8ad32fc2bff336d16c18513f2c238b28c28a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-phosphor: python: drop json encoding patchBrad Bishop2-129/+0
The only code that needed this patch was phosphor-rest-server, which no longer has a recipe in meta-phosphor. This reverts 39beab95c635374ca0e9aa50fdce2c02e85efdca. (From meta-phosphor rev: db6d01e2722e38b0b5e55d06950436312456bf27) Change-Id: I08b381e29d6c6d3cdd510305c628a4e3da68fb03 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25dbus-sensors: srcrev bump a5e587230a..c0ca7ee506Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): Check thresholds for sensor override (From meta-phosphor rev: 032fe77a1fba217116bf8b24070602ab12259f90) Change-Id: I69dae0458170f95fd6b7c83c0582319bf0de69b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25phosphor-certificate-manager: srcrev bump 8841dbd66e..13bf74e448Andrew Geissler1-1/+1
Marri Devender Rao (1): Implement Replace interface for Certificate objects (From meta-phosphor rev: c56f1a548214cbc3c38c3bb5c7104ee027774e30) Change-Id: I3d8c9e9315cc485f48d9a34d8f56ae5b2af5fe6d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25Add certificate manager instance for bmcwebMarri Devender Rao3-0/+44
Added bitbake recipe to instantiate phoshor-certificate-manager service for bmcweb certificates. Caters for installing/replacing of bmcweb certificates. Specifying instance arguments through env file Tested: 1) Verified phosphor-certificate-manger instance for bmcweb is running 2) Verified Installing, Replacing of certificates using Redfish (From meta-phosphor rev: b0e77acb579523dfa706a545c86b1c2469692adc) Change-Id: Ifb4c8ac7e34f57a652f72eff1a0ef568a6348124 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-inspur: inspur-apps: drop obmc-control-fanBrad Bishop1-3/+1
This application isn't used on Inspur systems. Drop the package from the rootfs. (From meta-inspur rev: 8503edbc5469171eb610e03521f2e5fd80262250) Change-Id: Icaac10976e6c0da3bcf03789746db8e5563e9e2e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-quanta: gsj: Update the gsj-ipmi-sensor-mapPKLee-Quanta1-17/+322
1) Locate LEDs of SSD can be controlled by using IPMI. Usage: Read the state of locate LED (e.g. the sensor number is 0x40): $ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x2D 0x40 Assert the specific locate LED (e.g. the sensor number is 0x40): $ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x30 0x40 0x00 0x00 0x02 Deassert the specific locate LED (e.g. the sensor number is 0x40): $ ipmitool -H <bmc_ip> -U root -P <password> -I lanplus raw 0x04 0x30 0x40 0x00 0x00 0x00 0x00 0x02 2) Add sensor information of ucd90160 in sensor map 3) Correct paths of nvme and BmcECC (From meta-quanta rev: ca52cc570fdfb9b7ca85159103393724cfcec3dd) Change-Id: I06d0ba957b4659da2eb59af04200b937ce89da79 Signed-off-by: P.K.Lee <p.k.lee@quantatw.com> Signed-off-by: Tony Lee <tony.lee@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-quanta: gsj: Modify action of LOCATE LED in led.yamltony lee1-8/+40
Modify action of group LOCATE LED: - Add fault LED when assert group LOCATE for LED group manager. - Change Period from 1000 to 250 (From meta-quanta rev: b167f05433580dba7a466fc6f1581bca0a939e79) Signed-off-by: tony lee <tony.lee@quantatw.com> Change-Id: I179b7f68fc50e79b1a39ff8a61c77ec54da86801 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-quanta: gsj: gsj-apps: Drop obmc-control-fanBrad Bishop1-3/+1
This application isn't used on gsj. Remove from the rootfs. (From meta-quanta rev: 73117dbc6ab80e6174f38b41919fb7297e37296a) Change-Id: Iccaed80d19b20dc0916d00282443f5b0b537f394 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25meta-openpower: op-apps: Remove obmc-control-fanBrad Bishop1-1/+0
This application is not required or desired on any OpenPOWER systems. (From meta-openpower rev: 648e48871c6363a6886d66c9b32d4eaceae5f408) Change-Id: I343b08ed171e4ee1dd6984992de1f3b96a1b8243 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25phosphor-objmgr: srcrev bump 096cf82108..8f876a5a98Andrew Geissler1-1/+1
Matt Spinler (1): Support the new association defs interface (From meta-phosphor rev: d72a662330e0e8e139aebde193c8f8770ae629e1) Change-Id: Ib6189165d9b0d563c7a661e714b77f61b05f97f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25entity-manager: srcrev bump 08c83d87f3..6d2e9eddedAndrew Geissler1-1/+1
Cheng C Yang (1): Change PSU json file to support FSC James Feist (1): Add More Clamps (From meta-phosphor rev: 8d086941c84d22076f3387a077fa158299e4cf9e) Change-Id: I2f5ad5046998479f1a05f6837493d0c9253866d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25dbus-sensors: srcrev bump 7d47bf566a..a5e587230aAndrew Geissler1-1/+1
James Feist (1): ExitAirSensor: Get power readings from PSU (From meta-phosphor rev: c2212a579300599b3f9898dd8a6c41f4039480de) Change-Id: Ic60732c27e615844431b306c3093d5f9115d8526 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-25openpower-occ-control: srcrev bump ebfee76f06..6d6d1b380aAndrew Geissler1-1/+1
Eddie James (1): Add unbind with OCC inactive case for OCC active signal handler (From meta-openpower rev: 18b8909e6d078b79e8d44f8d2aa1ee5d0a5aceff) Change-Id: I38814633e448dc21f7877367026c06a2530b0b18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump e6e88214e8..08c83d87f3Andrew Geissler1-1/+1
James Feist (1): Update Exit Air and CFM Configs (From meta-phosphor rev: fd15dafa4bb9fa79c9dc945e7ef07652015adf48) Change-Id: I4b900685b484ad4faea5905fd966eae813848fc3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump c6c5b3d76f..e6e88214e8Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Replace Skylake with Xeon (From meta-phosphor rev: 40e6384031384b1fdfeba4b3716fe65bfa791a15) Change-Id: I698ed291f6c49d6575225e99a68d758d7d010e64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24dbus-sensors: srcrev bump ebce7df14b..7d47bf566aAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Replace Skylake with Xeon James Feist (1): PSUSensor: Add associations (From meta-phosphor rev: 62617fe6e446dce2b3d9106783e3a545ad641f63) Change-Id: I3a90e370da10ef8bf27e2b669f19efcb154c8c35 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24bmcweb: srcrev bump 424c4176bb..b97b9c3600Andrew Geissler1-1/+1
Adriana Kobylak (2): crow: websocket: Increase input buffer size CMakeLists.txt: Remove BOOST_ASIO_NO_DEPRECATED (From meta-phosphor rev: e0035a1d66a2de2b6ef0de91aa3c19771c4f7ea3) Change-Id: I6a55ba449f24ee96fe76d35346db4e2bc1b4b113 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24meta-quanta: set compat for quanta layerPatrick Venture1-0/+1
Set the compatible layer for meta-quanta. (From meta-quanta rev: 6beb6d2b30c46c24d2d0e1f3d255b85adb797f77) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idfad608e2cef6bdaae6bc0dc2b3c1bcd9cfa3d32 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24meta-ibm: Remove unnecessary setting BMC_RW_SIZEBrad Bishop1-1/+0
This variable is set to 0x600000 by default in the phosphor layer - no need to override it again in meta-ibm. (From meta-ibm rev: 8e50fea4af2e4b1d542cded32a427818e6fc881c) Change-Id: I64decb22dde26247cc2d1878ab88c3b37803bc3b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24phosphor-host-ipmid: srcrev bump 788362ce51..461f464527Andrew Geissler1-1/+1
Andrew Geissler (1): Ensure host is told data available on SMS_ATN Vernon Mauery (1): look up channel from D-Bus connection (From meta-phosphor rev: 9a61dc99aa3f78c39ca38c0d80ad8086ac39bca7) Change-Id: Ic90178d52c72f48dd30edfb093327be0fd0914da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24dbus-sensors: srcrev bump 84e9e66203..ebce7df14bAndrew Geissler1-1/+1
James Feist (1): Minor CmakeLists fixes (From meta-phosphor rev: 11443a106d8b630870b13c8722405f6d613e9875) Change-Id: I32ee7b5db63a045a48c8d81a30a918070e5b9538 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24entity-manager: srcrev bump 3e20099c9f..c6c5b3d76fAndrew Geissler1-1/+1
Qiang XU (1): Add BNP configuration file (From meta-phosphor rev: 4d8ae38d5a8e9a52cba347ecc95656184d851364) Change-Id: I658ade7d1726eabafa4bede0d8e7d6d49f916dff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24phosphor-fan-presence: srcrev bump 59096e50db..71779ab4b3Andrew Geissler4-6/+6
Patrick Venture (1): build: install into bin instead of sbin meta-ibm: phosphor-fan: grab cooling-type from bindir The output binaries from phosphor-fan-presence are now installed into bin instead of sbin. Change-Id: I2d42f62b4535775ffd0d1b9473375dd8dc66bb61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23Add internal ipmi channelVernon Mauery1-4/+4
This configures a channel for the internal communication via the native D-Bus channel. This is what the internal copy of ipmitool would run commands as. So if any command run by the internal ipmitool uses the special channel 0x0E, it will be reported as 0x08 (INTRABMC). (From meta-phosphor rev: 593ac2ebb5ff779356de676865b37bd6f067b0c5) Change-Id: Ieba0af1f3f7bd5ac85df8286349170f618379756 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23Redfish Code Update: Default value for ApplyTimeJayashankar Padath1-0/+6
Setting a default value for ApplyTime property which can control when to apply the newly uploaded software image. The ApplyTime property is defined in the UpdateService redfish schema. This property will be hosted from phosphor-settingsd with a default value as OnReset. Tested: Verified that the property is getting created with the expected default value as OnReset. busctl get-property xyz.openbmc_project.Settings /xyz/openbmc_project/software/apply_time xyz.openbmc_project.Software.ApplyTime RequestedApplyTimes "xyz.openbmc_project.Software.ApplyTime.RequestedApplyTimes.OnReset" (From meta-phosphor rev: 634e8d0c70ad2c7732e13439fcbca569457919a5) Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: Iadb744fe4c1db39fb758758f47b64205be0110af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: modify link local configurationHank Liou2-1/+2
This change disables ipv4 link local auto-configuration. (From meta-quanta rev: 0b6836f812f2ea864acc9ee9ede9e700ff504217) Signed-off-by: Hank Liou <Hank.Liou@quantatw.com> Change-Id: If2921b733f6fe314f35cf925d8a9f79a9480e11a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-phosphor: Opt out of new systemd configsBrad Bishop1-3/+2
Opt out of new systemd meson config options by default. This keeps our systemd configuration as minimal as possible by default, and makes an explicit statement about what is supported by meta-phosphor and what is not. (From meta-phosphor rev: 1ea62b5ba89e07d0ee0ac8afecbe124ccc2909f6) Change-Id: I965bf50f8edacdb754dbb177bd7631325baaf34d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-dbus-interfaces: srcrev bump 21a950a563..1bd7087abaAndrew Geissler1-1/+1
Cheng C Yang (1): Change some properties name in SOL Dbus Marri Devender Rao (2): Add Replace interface to cater for Certificate instances. Update README with Redfish certificate support Matthew Barth (1): Shutdown thermal event due to ambient Ratan Gupta (1): LDAP: Add the NotAllowed returned error for ldapType property (From meta-phosphor rev: 7251a6e3a311ec662a3b040069cc865f923b3f47) Change-Id: Iefb000f53cfa36b5e948f5af87525a0c5cdd3be3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23witherspoon: Use first-boot-set-macBrad Bishop3-25/+2
Use the new first-boot-set-mac recipe from the openpower layer for setting the mac address on first boot. This replaces obmc-mgr-inventory's sync_inventory_items.py script that achieves the same - but is the last remaining requirement for python on Witherspoon systems and first-boot-set-mac is shell! (From meta-ibm rev: 1249fea4137fcf0107a0ad77d78039ddf87c55d4) Tested-By: Built a witherspoon image and manually verified the root filesystem included a symlink to first-boot-set-mac@.service in /etc. Change-Id: If26c6e2337ec182951a2484a09a4843418716980 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-objmgr: srcrev bump 487948d820..096cf82108Andrew Geissler1-1/+1
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 46ae54388f309460fae53e3b6cbf54f4221d5ee7) Change-Id: Iec4b03b3c295b1ec98f7190c7d799a4c0d09a3f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23occ-active.sh: case insensitive for sensor namesAlexander Filippov1-1/+1
Allows to have the OCC sensor name in upper case. (From meta-openpower rev: f1486ebc6fded8d172a405b8b30df65951efa1cd) Change-Id: I64176bce133b42607d4c532f25186658d2680a7f Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23obmc-ikvm: srcrev bump 4749f934f1..133bfa2d5bAndrew Geissler1-1/+1
Eddie James (1): Reduce framerate to prevent lag (From meta-phosphor rev: 80933683ba0c680998c7becfaf7bb92ea10a5f42) Change-Id: Ic18e38bd02d945f1fee5cc32af40e5e38f8c2d12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23bmcweb: srcrev bump 4418c7f0dd..424c4176bbAndrew Geissler1-1/+1
Brad Bishop (1): Add systemd unit files Jason M. Bills (1): Change application and interface names to Crashdump (From meta-phosphor rev: e99dc87f09c17dcbec0b2d51294fe464bfa2aa01) Change-Id: Iaf3aa666b20e8a5cc63a36e393d61ff78e708394 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-host-ipmid: srcrev bump f442e119ae..788362ce51Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): API support to update password for special user (From meta-phosphor rev: c03c46b5befef1d7481fb835f6f70a1adc2a1059) Change-Id: Ic9e04dbc7d44c1dc5ebe2dc017ccb43efb2e75e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23dbus-sensors: srcrev bump 55ab2afb4b..84e9e66203Andrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix fan sensor creation logic James Feist (1): PSUSensor: Fix rescan behavior (From meta-phosphor rev: 7a419a15926010d78a3990fad773deb48b699077) Change-Id: I3887b4079a1dc5cbd6977faa02d1ed046c79a8b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23openpower-occ-control: srcrev bump 1d69e19255..ebfee76f06Andrew Geissler1-1/+1
Alexander Filippov (1): example: Add sensorName field (From meta-openpower rev: c4b769c903523701f159bc1d98d8c1591bd18a65) Change-Id: I728be1e712db7db76e7b0b1e2d2e7aef84d6c126 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23phosphor-mapper_git.bb: Remove RDEPENDS on PythonKun Yi1-10/+1
Mapper is now C++ based and no longer have runtime dependency on Python. (From meta-phosphor rev: a37b5317239fb692fbdf388b6e97dd8a07ffbe6a) Change-Id: Ieb85239487a833999e1c576a2b86389abe3d37d5 Signed-off-by: Kun Yi <kunyi731@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23intel-ipmi-oem: srcrev bump acc8a4ebf3..fc5e985b69Andrew Geissler1-1/+1
James Feist (3): Update GetSDR to new API Update getThreshold to new API Add Thresholds Information to SDRs Jason M. Bills (2): Override the Platform Event command Remove bitfields from the SEL record structures Richard Marian Thomaiyar (1): Add Set Special user password command (From meta-intel rev: 8c71cf4c76d534658b7de93710826a8c4a5dffb3) Change-Id: Idae8a1ea35c4ed09b0788329c1f04789957b2cd9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: add IPMI PWM sensorsBenjamin Fair1-1/+26
Add a sensor for each fan PWM channel to the IPMI sensor map. (From meta-quanta rev: 9daae7df1f77542bce03096cd523febe97555402) Change-Id: I1e142ad3a1596a378e749aa326e6082b4cb84c21 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-23meta-quanta: gsj: add PWM targets for fansBenjamin Fair1-7/+7
Add a PWM_TARGET variable for each fan that describes which PWM channel controls that fan. (From meta-quanta rev: 55f0bad12ec1a677e155db82e9f23678488a9aa0) Change-Id: Ib4c94ba599017b24b475fcd680e642ad47f36007 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22phosphor-webui: srcrev bump e9211cb375..e5fb403d6bAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Pull the latest novnc package (From meta-phosphor rev: 635225aa2f896458ea372138e766d5523defce25) Change-Id: I1a55ad9cc15a04dad6e21459fb3b8e9f60f0f63a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22openpower: remove legacy inventory managerBrad Bishop1-7/+0
Don't install the legacy inventory manager on OpenPOWER systems. It was mostly unused and is completely unused now that witherspoon doesn't use the sync_inventory_items.py script it contained. (From meta-openpower rev: a4f37e479a667edacbe11c78eb7da9c450aafe17) Change-Id: Iab4e698aad22ef1b109f2ac0e35df16d494dff44 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22meta-openpower: Sync BMC MAC address to ethernetAlexander Filippov3-0/+91
On first BMC boot copy the MAC address set at manufacturing time into the network DBus object. On some OpenPOWER systems the MAC address is set by the manufacturer in an EEPROM somewhere. If openpower-vpd-parser has forwarded the information in that eeprom onto phosphor-inventory manager, this script can further forward that on to the network stack of OpenBMC. This is only done on genesis boot (or after a factory reset) so that a manually configured address from the end user is not overridden. (From meta-openpower rev: 6f08b5190e0e7d83d1ddc08771dd31be7d0561ca) Change-Id: Ia15ce9217ad024a827e94c1dfd986ce19af7124d Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22witherspoon: adjust occ hwmon labels for 5.0 kernelEddie James1-68/+68
The upstream 5.0 kernel changed the labels for power sensors. Adjust the hwmon configuration files to account for this. (From meta-ibm rev: 222fda96aacb1971094e742e71d6d597985fc927) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ibc8921e14b3840959e0793934432ba5615d0b416 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22meta-phosphor: drop obmc-standby systemd targetPatrick Venture2-10/+0
The obmc-standby.target is no longer used, and therefore should be dropped. (From meta-phosphor rev: 381e36eb42c19ae1886fba91aa8551c3c12a9902) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ib941989130be497ef6e7c72cdacf46de6c318792 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22libgpiod: Add in package for gpio dev toolsAndrew Geissler1-0/+1
This replaces the python based gpioutil tool and provides the needed commands for developer debug of the gpio subsystem Tested: Booted up image in Romulus, verified basic commands worked root@romulus:~# gpioinfo | grep -v unused gpiochip0 - 232 lines: line 27: unnamed "nic_func_mode0" output active-high line 28: unnamed "nic_func_mode1" output active-high line 67: unnamed "sysfs" input active-high [used] line 73: unnamed "sysfs" input active-high [used] line 74: unnamed "checkstop" input active-low [used] line 106: unnamed "fault" output active-low [used] line 108: unnamed "identify" output active-high [used] line 135: unnamed "id-button" input active-low [used] line 139: unnamed "phosphor-hwmon" output active-high [used] line 141: unnamed "power" output active-low [used] line 151: unnamed "seq_cont" output active-high (From meta-phosphor rev: c078701ce0bc0399e66809826832879268d9467d) Change-Id: Id7e425d67b0f5b2a58076783717be17a55784100 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-22Add associations support to phosphor-inventory-mgrMatt Spinler1-0/+3
Add support so another layer can select the 'associations' PACKAGECONFIG and install their own associations.json file which the phosphor-inventory code uses to create associations between inventory paths and other paths. (From meta-phosphor rev: 6bc9cd4952999bbb8bb5083c1c6e89b6ad2c8b8b) Change-Id: Id0cb5f5a7f8759455c1ebaa068ab6c810c118f5f Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>