summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-02-10Enable IBM D-Bus InterfacesSantosh Puranik1-0/+1
This commit enables the configure option "enable-ibm-dbus-interfaces" for phosphor-dbus-interfaces build to pull in all com.ibm.* interfaces. Tested: Bitbaked to ensure the right configure options are passed. (From meta-ibm rev: 8a2fdae730a41fb96887b6d404679800a9f74c8d) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I788ad7ce6e4e92567176f6dda235f6689d577260 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10meta-ibm/wspoon: Switch fan presence to JSON configMatthew Barth3-55/+14
Enable the use of JSON and install the fan presence JSON config file into the witherspoon image. The other fan applications will continue to use their respective YAML build time config file(s). Tested: Built witherspoon image, uses JSON config Built mihawk image, continues to use YAML (From meta-ibm rev: a6817ca6ca8c87a10eb325835ba4db59109f6101) Change-Id: I1b675e8a3b064b04007d7474d12e5d5ad2094dad Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10meta-ibm: Add fan presence JSON configMatthew Barth1-0/+90
JSON config file representing the same configuration that is given as YAML at build time. (From meta-ibm rev: 7e31e7a23d51757132e4d74873a16c65f2a1400b) Change-Id: I8cb2697d93d402bb66f5967cba913e071a16f6b7 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10meta-ibm: Add dev_id.json for mihawkBen Pai1-0/+2
Currently mihawk is missing information about dev id. (From meta-ibm rev: 28bafefc05285df52eab617ea2158b3886dc93a8) Change-Id: I02b138a1830e0c4627c70b338d31cb7dbaa2d75c Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06meta-ibm: Add send_event_logs_to_host settingMatt Spinler2-0/+7
This will be used so that during manufacturing test the PEL (Platform Event Log) code that runs inside phosphor-log-manager can be told not to send PELs to the host as that is not desired in some cases. The D-Bus path is: /xyz/openbmc_project/logging/send_event_logs_to_host and it uses the xyz.openbmc_project.Object.Enable interface that provides an Enabled property. The default value is Enabled = true. (From meta-ibm rev: 42cd2d857eb1d1c4ae6fdd8c9ee6c3c8de5ef7a0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I9cab4f1c1efdda3a6d3f6f38f7c3e19690f452c2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06Value setting for IPMI clear security keysJayashankar Padath3-0/+19
Support to set the value for ClearSecurityKeys property which can be used to indicate when certain security keys need to be cleared or reset those values back to its default state from the system by the host. This property is mapped to an IPMI sensor and default value will be zero. Setting this property does not gurantee a successful operation as additional conditions like the physical presence pin or jumper settings will be checked by the host to clear/reset the sensitive data. Tested: Verified that the property is getting created with the expected default value as zero and can be updated to different values using ipmitool or busctl command. 1. Default value output: busctl get-property xyz.openbmc_project.Settings /org/open_power/control/host0/ClearHostSecurityKeys org.open_power.Control.TPM.SecurityKeys ClearHostSecurityKeys y 0 ipmitool -I lanplus -H 9.3.185.33 -U root -P 0penBmc raw 0x04 0x2D 0xE8 00 40 00 00 2. Set to a new value as 5 using busctl command: busctl set-property xyz.openbmc_project.Settings /org/open_power/control/host0/ClearHostSecurityKeys org.open_power.Control.TPM.SecurityKeys ClearHostSecurityKeys y 5 3. After setting to a new value as 5: ipmitool -I lanplus -H 9.3.185.33 -U root -P 0penBmc raw 0x04 0x2D 0xE8 05 40 00 00 4. ipmitool command to set the value as 4 ipmitool -I lanplus -H 9.3.185.33 -U root -P 0penBmc raw 0x04 0x30 0xE8 0x00 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 ipmitool -I lanplus -H 9.3.185.33 -U root -P 0penBmc raw 0x04 0x2D 0xE8 09 40 00 00 5. Invalid value test o/p: ipmitool -I lanplus -H 9.3.185.33 -U root -P 0penBmc raw 0x04 0x30 0xE8 0x00 0x12C 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Given data "0x12C" is invalid. (From meta-ibm rev: 81a9143100d5d4a7d97350afa1794be694d45590) Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com> Change-Id: I9e12b6e5abb3a9b198921847605a74b771fd9945 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06meta-quanta: gsj: configure phosphor-ipmi-flashBenjamin Fair1-0/+1
Enable the network backend for data transfer, "reboot" BMC update type, and support for static BMC images. (From meta-quanta rev: 8e79132f200101445a08b38b6e066bdc98f3c3b8) Change-Id: Id0102c97aaeafc6f59ee59de13306d6250cac40b Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06intel-ipmi-oem: srcrev bump b8f2bf95aa..963a95b6a3Andrew Geissler1-1/+1
Rashmi RV (1): Corrected threshold readingmasks for Type01sensors (From meta-intel rev: b5b8c27f1658acf54fc017e41f2b143037fca9f1) Change-Id: Id048939355973b218254dff2bbfc8a065fa8e3a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06pldm: srcrev bump ba0738b25a..684a71673dAndrew Geissler1-1/+1
George Liu (1): libpldm: Fix logical errors between length check and cc decoding (From meta-phosphor rev: ea9b5087bc84753cc450799ed2a6aa50821fe799) Change-Id: I12c461c274ebc517fdb0a821b5bc4ca2cbfd1908 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06phosphor-host-ipmid: srcrev bump 930104a86a..e9f8857a66Andrew Geissler1-1/+1
Vernon Mauery (1): Make ipmi whitelist optional (From meta-phosphor rev: ad02d236b5a1e8b5039789b932731e9c05604f95) Change-Id: I0ca591ed8ca514c721dac7474fabc94c280e9ff8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06webui-vue: srcrev bump 28cb682967..7d5c3a7a0fAndrew Geissler1-1/+1
Derick Montague (10): Add compression and remove incompatible plugins Add singlequote override and fix files Fix linting in script blocks in vue files Redirect user to login on 401 response Add interceptor for 403 response Add login form validation Add coding guidelines and component documentation Change eslint rules to use vue recommended Change eslint rules to use vue recommended Add polyfills using browserslist defaults Dixsie Wolmers (2): Add store modules needed to support overview view Update overview quicklinks with community approved design Gunnar Mills (4): Revert "Update local user layout and styles" Revert "Change eslint rules to use vue recommended" Revert "Update overview quicklinks with community approved design" Revert "Add coding guidelines and component documentation" Yoshie Muranaka (9): Update local user component Add cookie based login authentication Add page level layout components Add host status plugin Style primary navigation Update button variant styles Update local user layout and styles Update local user layout and styles Update config to keep 'secure' attribute (From meta-phosphor rev: fd8cf6f323490dc6fea9efc74772d6d0fc3b99b3) Change-Id: I734edcee7d5f8a4aae49db2c84fcd90421e95b64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-06phosphor-bmc-code-mgmt: srcrev bump e9f6c845da..934161873fAndrew Geissler1-1/+1
Vijay Khemka (1): Add sample systemd unit file Bios upgrade (From meta-phosphor rev: fdeafe825e87a99319bb7b29d81f8a5c16b56e7e) Change-Id: If66e8db903727d170f88e612b9433325e1879258 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05intel-ipmi-oem: srcrev bump d46cb42b2c..b8f2bf95aaAndrew Geissler1-1/+1
jayaprakash Mutyala (1): firmware-update: Fix for firmware update status (From meta-intel rev: 8bf428b78b05803380fdf228cb97c8ba01ddc6dd) Change-Id: Ic70e74943af81d6299cce56812ade5bee0831d89 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05Add webui-vue recipeGunnar Mills1-0/+47
webui-vue is a vue rewrite of the phosphor-webui. This recipe is a copy from the phosphor-webui recipe. Left in things like the allarch, proxy (needed for corporate proxies), and removing node_modules before building. Existing webui recipe: https://github.com/openbmc/openbmc/blob/master/meta-phosphor/recipes-phosphor/webui/phosphor-webui_git.bb Targeting June 2020 for the vue rewrite to be of feature parity with phosphor-webui. More information on the vue rewrite can be found on the mailing list. Tested: Changed line 5 of meta-ibm/meta-witherspoon/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend to webui-vue and loaded on a Witherspoon. (From meta-phosphor rev: 48823a881a92c9e2295c4719188b4951c8740ccb) Change-Id: I7ad33512d8c9499cf7458c80668cb73bb13a44b5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05enable core dumps in openbmcAndrew Geissler1-1/+1
This has been disabled for a variety of reasons in the past but using core dumps to debug software failures is an industry norm and therefore is something openbmc needs to be able to do. If different companies or meta layers decide they would prefer to leave this disabled then leave it to be done within their appropriate meta layer. Tested: Generated a core dump, verified it was captured by phosphor-debug-collector, and that the core could be debugged within an SDK (From meta-phosphor rev: 52cd6b9dc4a6c90a7f1531fc9af1f5b4258f8e67) Change-Id: I18b4af6be584e4508e3aba80903f715b0caec323 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05[pam]: Include pam-succeed-if to verify group roleRichard Marian Thomaiyar1-0/+1
Include pam-succeed-if to the rootfs file system. This will be used to do pam_authenticate restriction based on group ownership. Tested: Along with pam-webserver changes with authenticate required, verified that users belonging to redfish group are only allowed to login to bmcweb. (From meta-phosphor rev: 8c65b60518d8c447918371f3dbc7aceca35aaaa5) Change-Id: Ie81c0c9c6a2d3188a5d74a845c2a584b9ad36101 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-05meta-phosphor: Disable use of pager for output of systemd toolsAndrew Jeffery1-0/+7
Prevent systemd from garbling its output with control characters that busybox doesn't interpret. (From meta-phosphor rev: b51d6e3322ea6cfa93e99c74663b7fb9923c2f65) Change-Id: I2dddce5bef6f41058574904193976ca74f0b0ac9 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-04bmcweb: srcrev bump d887fff197..c7a29d366cAndrew Geissler1-1/+1
Ed Tanous (1): Remove IBM specific variable name (From meta-phosphor rev: 1c2bdfce6e97eb2e691859cf26e1990746dfc93f) Change-Id: I8a10728a7c52881161ed1d6ad9d5388435bd310f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-04dbus-sensors: srcrev bump 6690d8fb85..48b44233c3Andrew Geissler1-1/+1
James Feist (2): Add power state check for HwmonTempSensor Nvme: Don't trip thresholds when power off Peter Lundgren (1): PSUSensor: Add support for more current readings (From meta-phosphor rev: c9d5dd558ec310a26d473be48f91a63ca697bdca) Change-Id: Ic092ffebe8528edb2b19d96177d3130e4097d7ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-04pldm: srcrev bump 83388763bd..ba0738b25aAndrew Geissler1-1/+1
George Liu (1): libpldm: Implement en/decode for setNumericEffecterValue John Wang (1): Fix GetBIOSAttributeCurrentValueByHandle Pavithra (1): oem-ibm: remove debug log in PEL read handler (From meta-phosphor rev: 5770528926626669fa11643b6e0ea2c4ee313fa7) Change-Id: I2a861ae0a02935194a5a370cd8289e6a4f19dfe3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-03phosphor-host-ipmid: srcrev bump bbbc395447..930104a86aAndrew Geissler1-1/+1
Emily Shaffer (1): MAINTAINERS: remove Emily Shaffer Johnathan Mantey (1): Return an error when assigning static values to a DHCP enabled NIC (From meta-phosphor rev: 792ea33dbf734dfa16d694f7ad62e0fea575fa5a) Change-Id: Ie60e72c3a060142f2df361f2c4a9f460c12a661b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-03ipmi-fru-parser: srcrev bump 2cdb0e3fb4..686da1839eAndrew Geissler1-1/+1
Emily Shaffer (1): MAINTAINERS: remove Emily Shaffer (From meta-phosphor rev: 406d265257311232cb80e92b5ea45811b0a44fe5) Change-Id: If9c2082b947756a4a5f070c6d1492ae3cf09f53f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-03phosphor-net-ipmid: srcrev bump 899cf5abd1..706ef5ab23Andrew Geissler1-1/+1
Emily Shaffer (1): MAINTAINERS: remove Emily Shaffer (From meta-phosphor rev: 8289fa50011cc569a80f462994f78f4004cff111) Change-Id: I0c78bc1b09e8e5637755a3cc62c85e2203a02da4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-03phosphor-logging: srcrev bump 0e1593ec71..56e08263d6Andrew Geissler1-1/+1
Deepak Kodihalli (1): openpower-pels: react to PLDM API change Matt Spinler (6): PEL: Add function to get PEL size PEL: Check UserData section size before adding PEL: Move util namespace to bottom of pel.cpp PEL: Save process name in a UserData section PEL: Save BMC Version ID in UserData section PEL: HostNotifier testcase refactoring (From meta-phosphor rev: abd1f21587927f7935e34f9ef7637a073d761bc5) Change-Id: Ic49bb82e0b115f794bde2f1fc7de0d61bf082886 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-03phosphor-dbus-interfaces: srcrev bump 1702368dc6..b43056fbbfAndrew Geissler1-1/+1
Johnathan Mantey (1): Added a Network Interface Card enable boolean control (From meta-phosphor rev: 22811193f63d9974b8eca3381d87f3c49636449a) Change-Id: I5f235be0899e0e187dad4b553f1c3ad470ac06f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31x86-power-control: srcrev bump 8f5cb6a496..89f613129bAndrew Geissler1-1/+1
Rashmi RV (1): Clearing ACFail bit after next restart. (From meta-phosphor rev: e8ba22a877eeada8d48be56487d64527a404df4c) Change-Id: I7f79ba7993371e5e8127f679aac22b2b31404c18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31pldm: srcrev bump e60c5822c5..83388763bdAndrew Geissler1-1/+1
Deepak Kodihalli (1): ibm-oem: NewFileAvailable: API change (From meta-phosphor rev: 7fb3792f4b3854396256c5f4db4b19d47fca77e0) Change-Id: I96330bc18fef9d3072228e16ed4d52a974a8f3b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31bmcweb: srcrev bump d04ba325f3..d887fff197Andrew Geissler1-1/+1
Joseph Reynolds (1): Enhance return value from pamAuthenticateUser (From meta-phosphor rev: c0356d174dfe064e795371a9459b4e6a9fb88c09) Change-Id: Ie43530c2056a99e4e853783c6b703b20fc3dc815 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31phosphor-host-ipmid: srcrev bump 619ed5f854..bbbc395447Andrew Geissler1-1/+1
Richard Marian Thomaiyar (2): [user-mgmt]: Handle out of range error in path [channel-mgmt]: Handle out of range error in path (From meta-phosphor rev: 14837ebf239fa1f80e86ec6694d744244c1940d4) Change-Id: I99aa82d785592a8b9366351940499390927b00fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31phosphor-ipmi-flash: srcrev bump 2aa5534731..aae4c2e3afAndrew Geissler1-1/+1
Benjamin Fair (1): tools: increase polling timeout by 5 minutes (From meta-phosphor rev: bcfa4c03b5c08cf8a373fe290eb9a3e817b63332) Change-Id: Idde520eb724e888582c14c0b4ac93463fca657e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31mboxbridge: srcrev bump e2744c0e20..02821c6ae4Andrew Geissler1-1/+1
Andrew Jeffery (2): vpnor: partition: Only attempt read() for in-bounds accesses vpnor: partition: Fix file descriptor leaks (From meta-phosphor rev: 16ada430207e41410d2b17f963e3403cc99cc48a) Change-Id: I58c853b536f1c20e89f013fe140d102affd0d909 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31bmcweb: srcrev bump 4228a1609a..d04ba325f3Andrew Geissler1-1/+1
Przemyslaw Czarnowski (3): Add VirtualMedia schema to Redfish InsertMedia and EjectMedia actions added to VirtualMedia schema Add OemVirtualMedia schema (From meta-phosphor rev: 91d7aac29dfbbd5b66794744b6fd6b009ee94349) Change-Id: Ia2505064e8e691e1f698d7230feecab2270e23a0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31entity-manager: srcrev bump 5213ccc16c..d5b87fbc32Andrew Geissler1-1/+1
Cheng C Yang (1): Add Rescan specific bus method (From meta-phosphor rev: 257e95750941fa67dc86a0fa9474dadce90e3544) Change-Id: If14e03bb507fba278aa564db03413b9de380c454 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31mboxbridge: srcrev bump 0acc669979..e2744c0e20Andrew Geissler1-1/+1
Alvin Wang (1): Add backend_adjust_offset to avoid the windows overlap Andrew Jeffery (4): vpnor: table: Handle alignment warning README: Spring clean configure: Default-enable virtual pnor vpnor: Avoid mmap() due to lack of support on some filesystems (From meta-phosphor rev: 8b3f30b3b9f45c9e0782be52d0f09c6a65cf1af3) Change-Id: Ida6fdaba7d1d4fed38a314e76aafd9284c55355a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31intel-ipmi-oem: srcrev bump 5b1988b1dd..d46cb42b2cAndrew Geissler1-1/+1
AppaRao Puli (2): PFR build error fix Fix minor issues in Get OEM Device Info (From meta-intel rev: e96007f40bff75702b74f5263dfa1e21694b0bd4) Change-Id: Iabda4caced79a8a6c9789490baba8d2fa2f89eb9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31intel-ipmi-oem: srcrev bump fee5e4c7eb..5b1988b1ddAndrew Geissler1-1/+1
Peter Lundgren (1): Support the MultiRecord section in FRUs Rajashekar Gade Reddy (1): Blocking firmware update via IPMB (From meta-intel rev: 7d31022bc2f2d997344e67e06cc5dda4e8f60008) Change-Id: I2dd97de4b27a2ee40db148e7be1124bd338a5645 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31x86-power-control: srcrev bump 8f5cb6a496..89f613129bAndrew Geissler1-1/+1
Rashmi RV (1): Clearing ACFail bit after next restart. (From meta-intel rev: d78a84e56e5db976fdd3211c5f2bed1b21148cb5) Change-Id: Ib50c225287be5ef2a251a52bce8ff36f64fae574 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31linux-aspeed: Move to 5.4.16Joel Stanley1-2/+2
This includes security and bug fixes from the 5.4.12, 5.4.13, 5.4.14, 5.4.15 and 5.4.16 stable releases. (From meta-aspeed rev: 55b7be3b1aaa0afe3282e17146f191a44e51b530) Change-Id: I0ad7d464893f4e148993e234dfbfeba5e44ab380 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-31linux-aspeed: i2c, rainier, ast2600 vhubJoel Stanley1-1/+1
Eddie James (1): i2c: aspeed: Prevent state corruption for IRQ with no status Matthew Barth (1): ARM: dts: rainier: Remove regulators Tao Ren (3): usb: gadget: aspeed: read vhub config from of_device_id usb: gadget: aspeed: add ast2600 vhub support ARM: dts: aspeed-g6: add usb functions (From meta-aspeed rev: 3275d96ddf674290e50332632a129dc743f9a89f) Change-Id: I4cc6223f6167b2db830d77122bc142d2f9a074b6 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-29intel-ipmi-oem: srcrev bump 36f05ce6b3..fee5e4c7ebAndrew Geissler1-1/+1
Yong Li (1): Add NM discovery SDR support (From meta-intel rev: bf2763f322017449a21586f6750e7f70233a4f7b) Change-Id: I16e9ef763824fe9082d5e11f577a82cdc29a77fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-29meta-facebook: tiogapass: modify power control scriptVijay Khemka3-41/+9
Update power control scripts as per x86 host power control which is dbus based. (From meta-facebook rev: 14bcc378fa968fd8c8fbd4de3aa7b568c1899ab0) Change-Id: I36348f9e54781f377ff509cf9287443db5a78262 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-29meta-facebook: update ipmbbridge channel config fileVijay Khemka1-4/+2
Updated chanel configuration files as per new ipmbbridge design based on new IPMB driver. (From meta-facebook rev: 7fa06730dae54cb4f0fee127f4f38d58bcb4db31) Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Change-Id: I8b4bb64a5cce8cb1d6da1bd3754a8cdaed2ecea1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28dbus-sensors: srcrev bump ba8a8bfa7b..6690d8fb85Andrew Geissler1-1/+1
Alex Qiu (1): PSUSensor: Add support for MAX20730, MAX20734, MAX20796 and sort list (From meta-phosphor rev: d49380bd5481673600b0d9969008625a3d398860) Change-Id: Ib4322840c0121160a5eb5d68d27e88390c69b405 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28phosphor-host-ipmid: srcrev bump 489a4ed9dc..619ed5f854Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): [channel-mgmt]: Misc fixes for log messge tag. (From meta-phosphor rev: 7fde803c721d4c3ee65c860a5edb150b2770d06b) Change-Id: I7efab9f6a635764fed03b5fc1f707e1da5840498 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28pldm: srcrev bump 820a9a56d1..e60c5822c5Andrew Geissler1-1/+1
Deepak Kodihalli (2): Implement the FRU implementation class Implement FRURecordTableMetadata and FRURecordTable command George Liu (4): pldm: Fix calling getProperty method in GetDateTime method pldm: change utils.cpp to a shared library pldm: libpldmresponder: call ccOnlyResponse when en/decoding errors pldmtool: Add commands Tom Joseph (2): FRU Parsing for platform specific config files Add defintions and function to encode FRU record (From meta-phosphor rev: c069621b8db7624d29f6c68fce32f548a79529a8) Change-Id: Id093778053ab909b3b6ae84871fdbbf139ab85c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28phosphor-logging: srcrev bump acb7c106a0..0e1593ec71Andrew Geissler1-1/+1
Matt Spinler (16): PEL: Add HostInterface base class PEL: Add HostNotifier class PEL: Logic to enqueue a PEL to send to host PEL: Fill in host command response handler PEL: Fill in host state change callback PEL: Take a PEL off the queue and send to host PEL: Mock the new PEL available cmd PEL: On new PEL, send to host if necessary PEL: Support for the host acking a PEL PEL: Notifier support for 'host full' PEL: Receive a 'bad PEL' indication from host PEL: Add PLDM command handler PEL: Create the PLDMInterface class PEL: Add PEL D-Bus methods PEL: Close PEL FD after getPEL call PEL: Add additional HostNotifier documentation (From meta-phosphor rev: 3e16157f75621c115ecd884a40d598d733f2009c) Change-Id: Ie3632b8e252b3ba867f41fdf6715fdeb1d580a86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28entity-manager: srcrev bump 9354bf78d8..5213ccc16cAndrew Geissler1-1/+1
Suryakanth Sekar (1): Move ProductId from root to Motherboard interface (From meta-phosphor rev: d31d3d2a4f8c8337387553b478451d7f97b94bcf) Change-Id: Ia6faac312885d3e105d6be4a9b13fe5642dd94d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28ipmbbridge: srcrev bump 43c89138ea..a86059348fAndrew Geissler1-1/+1
Vijay Khemka (2): Customize ipmbbridge as per upstream IPMB driver Update channel config as per new design (From meta-phosphor rev: b4262c1d5b16632a1a683fc2016a20b3e672b7d7) Change-Id: Ib5cf9a9486cf77cbcaea96c22eb65828ead9212b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-28MAINTAINERS: add maintainers list for layerPatrick Williams1-0/+46
(From meta-facebook rev: c910987721c06aa88a9ac60475274fbe10920e8c) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ieeeb26bb784d8d46b29564e95b010937fdb75583 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-24openpower-proc-control: srcrev bump b181d3bb87..2e249abd60Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: fb57806cfd0a8ebfd3c21d572147b6909f638bee) Change-Id: I8079026424ed15d06496de6d5db8893eb87758e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>