summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-17meta-witherspoon: Use separated phosphor-power packagesLei YU2-5/+20
phosphor-power recipe is splitted into separated packages. In packagegroup-obmc-apps.bbappend, define POWER_SERVICE_PACKAGES_AC_SERVER to include the packages for IBM AC servers and POWER_SERVICE_PACKAGES_RAINIER for rainier server. The package cold-redundancy is not included yet because the repo does not install the files yet. In phosphor-power bbappend, use separated packages as well. It also add phosphor-power to install the psu.json in witherspoon's phosphor-power bbappend, which is needed for multiple packages. Tested: Verify all the ac-server services and utils are installed into Witherspoon's image as before. (From meta-ibm rev: 438174de3490d800181ecd26ac162c6ebe442194) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I76808e92de7cf144ba2a3b7a455af582eaad3d33 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17meta-ibm: Configure tacoma machine for new u-bootJoel Stanley1-1/+2
This selects the ast2600 openbmc u-boot configuration and the tacoma device tree. (From meta-ibm rev: b36b9ebc7f25a7d86d5c0e1cec81f156633921bd) Change-Id: I079fc3d82ae1a453719923c743f58dd2c529968d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17meta-ibm: Configure rainier machine for new u-bootJoel Stanley1-1/+2
This selects the ast2600 openbmc u-boot configuration and the rainier device tree. (From meta-ibm rev: d3ed8678c77cd88a1953721b053f4fc6c1918fd1) Change-Id: Id97193d6f19e5e6b7e796880d13976417e79f92c Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17u-boot-sdk: Use OpenBMC forkJoel Stanley5-60/+5
This is a fork that is based on ASPEED's 2019.04 SDK fork. The goal is to move to a mainline based tree, but while that work is underway, this allows ast2600 support to move forward. This gains support for NC-SI, and uses kconfig for the default boot command allowing us to drop the patch to aspeed-common.h. Machines will need to indicate which device tree to use. If possible we should look to having a few common device trees, but for now they are machine specific. The AST2600 is configured to use the ast2600a1-evb device tree, which will also work on the a0 variant. (From meta-aspeed rev: 22ccf4648a776c458300c97a6d001a843b2b5c9b) Change-Id: Ib21dc9962761aac3f3148fe4908439b975545e1e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17intel-ipmi-oem: srcrev bump 32825a2332..eaeb6cb06cAndrew Geissler1-1/+1
Yong Li (3): Enable sensitive ME commands in MFG mode Add clear cmos OEM command into white list Change CPLD clear cmos command register is changed to 0x61 (From meta-intel rev: 63ec0a9ab49aff56d87b4f15e1c146af947379a1) Change-Id: Ie8147e37d3694b7150d282b178145b33a5219204 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17bmcweb: srcrev bump d6da5bebfe..f857e9ae6fAndrew Geissler1-1/+1
AppaRao Puli (1): Fix: Add Item.Board while querying the chassis (From meta-phosphor rev: 2f26e33b2ddeebdef1c40e31dd237c6d5abe9b4d) Change-Id: I288ad5d32f418c3f95b4104bffb1dfd5467f4706 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17pldm: srcrev bump 0a738f0f24..1c861712e5Andrew Geissler1-1/+1
Zahed Hossain (2): Encode & Decode APIs for PlatformEventMessage Decode APIs for sensorEvent class data (From meta-phosphor rev: a8f733151aa25bf2c911454551891ce889c4f859) Change-Id: I4b2b125fccf1e6d42d23c42f9fcec8d0f259e35e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-17entity-manager: srcrev bump 92a2dd722f..61f5ac4a77Andrew Geissler1-1/+1
James Feist (1): Fix power match (From meta-phosphor rev: a711001f3ee1782e632debfd9422ab2eb56f350d) Change-Id: Ie9a447a6f39bee90f8d81733b171b27be87eb14b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16warm-reboot: ensure cfam override is runAndrew Geissler2-0/+15
The cfam_override@.service is required in two situations: - When chassis power is turned on (to ensure proper workarounds and overrides are in place) - When the host is warm rebooted (i.e. no chassis power is turned off/on) Install this service in both targets and ensure it only runs once per boot. Tested: - Verified service was only run once during a cold boot - Verified overrides were correctly applied on a warm reboot (From meta-openpower rev: 59c6d368452c05a184549c0ee844eba63203250f) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idb667eb7c0b09d7c00e5893443abbcf58058a465 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16warm-reboot: stop instr and cfam resetAndrew Geissler3-2/+38
Install the new stop instructions and cfam reset services required for a warm reboot into the appropriate target Includes following in bump: Andrew Geissler (4): warm-reboot: ensure sbe start bit is 0 warm reboot: stop instructions support warm-reboot: add cfam-reset capabilities warm-reboot: cfam-reset service (From meta-openpower rev: 84962a9850f8f7b61698134ecf2d016a9b1e33de) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia8fe30f160e0078bbdca2bcef322c9e23ea0e9e0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16op-proc-control: remove openpower-dbus depMatt Spinler1-1/+0
Now that the openpower D-Bus interfaces are contained within phosphor-dbus-interfaces, the dependency to openpower-dbus-interfaces is no longer needed. (From meta-openpower rev: 6db27914b559ba60df53a956dd7e39ad8952eff3) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I357c8d2343771ab858a81559180a68501b5e2452 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-logging: Remove openpower-dbus depMatt Spinler1-1/+0
Now that all of the YAML in openpower-dbus-interfaces moved into phosphor-dbus-interfaces, there doesn't need to be any dependencies on openpower-dbus-interfaces anymore. (From meta-openpower rev: b670354f8522d5a4bc610bdae993f8559d769832) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I117da1de7dd039f623ca60f9fd137f4675b2e02d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16openpower-occ-control: remove openpower-dbus depMatt Spinler1-2/+0
Now that the openpower D-Bus interfaces are contained within phosphor-dbus-interfaces, the dependency to openpower-dbus-interfaces is no longer needed. (From meta-openpower rev: bc7a9db563bacc13f5b1b8e2339a7b797a790be0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I1033871d0788ddcca523c28b3c7115d2a82b2899 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-fan-presence: srcrev bump 005ff2ff21..8c8f53dd6aAndrew Geissler1-1/+1
Matthew Barth (1): Output generated source to builddir (From meta-phosphor rev: f6889f85a9ec67c6281a5dc1425d446ef2084f02) Change-Id: Ie0aa18a7996fe3b86f3fc5487a020e1b434fd5b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-logging: srcrev bump 5f5352e5f6..bebeb94817Andrew Geissler1-1/+1
Harisuddin Mohamed Isa (3): PEL: peltool: Implement SRC regex filtering PEL: peltool: Print Extended Reference Code field PEL: peltool: Add const strings for section header (From meta-phosphor rev: 8395c6e026b0ea117edeef1e659907e9a94bb8e9) Change-Id: If3bd813a6b712fc8e0a730786ff8f58f00c3ac4c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16pldm: srcrev bump 1e44c73b8a..0a738f0f24Andrew Geissler1-1/+1
Deepak Kodihalli (2): libpldm: add APIs to create entity associations libpldm: add API to create entity association PDR Matt Spinler (1): oem-ibm: Get event log severity from PEL (From meta-phosphor rev: fcd45cf9b6a45448518eec047a4e5e5f102c34d2) Change-Id: Ib0e242e5fc3f62ed9367fc49536e457e4c370148 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16webui-vue: srcrev bump 7223a9fb31..a06fe4695eAndrew Geissler1-1/+1
Derick Montague (1): Fix accessibility violations and use b-form-group (From meta-phosphor rev: 958a6d1f8be0b58b78a9cf138f0066e34ce4463d) Change-Id: I0ae10425d576b87dcb9e912345d93810126efd9c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16bmcweb: srcrev bump 32898cea81..d6da5bebfeAndrew Geissler1-1/+1
Adrian Ambrożewicz (1): Add handling of WriteProtected parameter to InsertMedia action. James Feist (1): log: Fix Validator Joshi-Mansi (1): [Redfish-Net Protocol] Making HTTP OCP Compliant jayaprakash Mutyala (1): Allow unrestricted sensor override through flag (From meta-phosphor rev: e2aef230b153c73944fb37267e75049de6578bb5) Change-Id: Ie63165022a8a8248a6a9054a67dc82abcc3976d3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16obmc-xmlpatch.bbclass: Use python3Matt Spinler1-3/+3
Use python3native and remove a filter statement. (From meta-phosphor rev: c55fc52815dcce6d2f5eeb77ed5a1aaafd990958) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic25919bc947b1733cfac0573a41f35a5f12ed194 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phoshpor-dbus-monitor - Fix the missing dependsMarri Devender Rao1-0/+4
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks of dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python-packages so that it builds fine. (From meta-phosphor rev: d7ea6fd7d322bd40b2f2c942c622ed345116b894) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ic7880e9c7d058665f2c8781bf80fc09af3714da9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16meta-phosphor: Move generated fan sourceMatthew Barth1-4/+2
Have fan control and fan monitor generate their YAML configs into their respective build directories instead of the source directory. This allows bitbake to correctly regenerate/rebuild when the YAML config changes. Co-dependency: https://gerrit.openbmc-project.xyz/29505 Tested: Generated fan control config in build dir Generated fan monitor config in build dir `bitbake -c compile` regenerates config sources (From meta-phosphor rev: 4161558909ebb23bc6b52a2b35ff3a88bb891690) Change-Id: I79a2f6993d0c8e35afefc0aadeb2dc98922531c4 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-power: Fix the missing dependsLei YU1-0/+4
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks of dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python-packages so that it builds fine. Tested: Verify phosphor-power builds fine with sdbusplus updates to python3. (From meta-phosphor rev: b16b3060288f016a68fa780d791d01b625128ff4) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I93ee5afadb01fce42f2dc91edd274278b026eadb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16image_types_phosphor: Add debug text for fs sizingJosh Lehan1-1/+5
Debugging text to help with filesystem sizing This can be useful when diagnosing sizing issues No behavioral change intended Tested: Output appears as expected (From meta-phosphor rev: a68b23d5052d6650176547b6ba3a4d9ccf0dc08e) Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: I37d5daf038348576c43f5c1fb9e517e6e8aa37a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-power: Fix regulators FILESLei YU1-2/+1
The FILES_${PN}-regulators was incorrectly set without +=, and thus some files for ${PN}-regulators are not installed. Fix it by correctly specify the files for ${PN}-regulators. (From meta-phosphor rev: ae688cfe0bb6951d0897361d7b18984c01111aef) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I35def509124b712e56e54fb8b71a9b595843df0f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16obmc-console: Rely on packaged systemd unitsAndrew Jeffery4-52/+39
systemd units are now provided by obmc-console, so remove the in-tree files. (From meta-phosphor rev: 6e0e25f18aaf9e6d10e82b026e7e61bd08f418b5) Change-Id: I22197d78acb39896dcc1ab87adb7f4778e1c84ec Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16obmc-phosphor-python3-autotools: workaround setuptools manglingPatrick Williams1-0/+21
python-setuptools will mangle the #! line in a python script that we install using setuptools. OE already has workarounds for this in distutils3.bbclass but we cannot use it here due to the conflict of autotools and distutils. Port the mangling fixes into our autotools recipe. See pypa/setuptools#494 for upstream report (years old). (From meta-phosphor rev: a1b7f30d915a4a85e257938d0a96803e013ab528) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I50c7df4f92f324b6883e42d1871add813af0872d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16python-mako: remove mako-render from native recipePatrick Williams1-0/+12
Both python-mako and python3-mako attempt to install an executable into /usr/bin/mako-render. Neither of these are used by anything in openbmc. Delete the executable for python-mako-native to avoid the collision. Once we are done with python2 this can be deleted. (From meta-phosphor rev: e0d4ebcd479297ef8659112cfb8d627165c26c9e) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I75b4b28ed2804a02ba8bc487f68ec0a67c3e4a49 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13bmcweb: srcrev bump 8f52ee5214..32898cea81Andrew Geissler1-1/+1
James Feist (1): task: add fwupdate support (From meta-phosphor rev: 2341dd5f68ea4474dec1bc4f3d8caf776fb8e889) Change-Id: Ia0cc550b0ba7aa17f149841e86692158b785b8db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13phosphor-power: srcrev bump 4bf310e3d6..a57e08144dAndrew Geissler1-1/+1
Bob King (1): regulators: Modify file path and timeout for CI. (From meta-phosphor rev: d8c8fa53c2ca193187119009193db94776686e62) Change-Id: I1d6b9b63639d8de89ad96348c8b5d797036a7455 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13phosphor-host-ipmid: srcrev bump a8be7dc839..cc76925e5bAndrew Geissler1-1/+1
vijayabharathix shetty (1): transporthandler:Change for set and get lan config (From meta-phosphor rev: 0aa82e75b6e385562d78c8a1e9aae086b0a561a2) Change-Id: I572a047adf5bd519eaa2859668b07fb6cff086c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13webui-vue: srcrev bump 7f970a1f20..7223a9fb31Andrew Geissler1-1/+1
Derick Montague (3): Add accessibility documentation Add alert message component and documentation Revert "Add alert message component and documentation" Yoshie Muranaka (1): Fix Overview errors (From meta-phosphor rev: 34dfee83f84858ed2da05c5f6c39350d7fbf3b0e) Change-Id: I4e68c2beea1a2cacff4a4b832fea4b05497f12cb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13phosphor-state-manager: srcrev bump c9844634fb..4ca6f3f4feAndrew Geissler1-1/+1
Carol Wang (2): sched-host-tran: add base interfaces for Scheduled Host Transition sched-host-tran: handle with the scheduled time (From meta-phosphor rev: f04576b83d57fca248e24e3d0de08d272cfd3387) Change-Id: Ieb155f359cad217b1b2d8dd3699c238eedc1ce89 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-13phosphor-inventory-manager: fix missing python depAndrew Geissler1-0/+3
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks of dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python-packages so that it builds fine. (From meta-phosphor rev: 89d17815d5fd3a5247479feb01682c741698a8b5) Change-Id: I09852819750d4faa320a9b9f236bb9ee2de94fc5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12phosphor-debug-collector: srcrev bump 5ba7176ca2..d11d6139b3Andrew Geissler1-1/+1
Patrick Venture (1): build: install into bin instead of sbin Stanley Chu (1): Fix the SEGV exception (From meta-phosphor rev: f614b0ae92ff2e02fc6e23564dee304f2fc272fd) Change-Id: Ib8064b0bd3acf110c1c8e408840887ac8f2fe88d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12bmcweb: srcrev bump 0185c7f163..8f52ee5214Andrew Geissler1-1/+1
Johnathan Mantey (1): Add CMake generated config.h to gitignore (From meta-phosphor rev: 48c552aa798a34b7c79f60033a36f7c29da0078a) Change-Id: I973d75dd292120ca862b748bfb7defd65090c36d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12phosphor-power: srcrev bump aed1f75d2d..4bf310e3d6Andrew Geissler1-1/+1
Brandon Wyman (1): Parse I2C bus and address out of JSON config file Shawn McCarney (4): regulators: Create Configuration class regulators: Create PresenceDetection class regulators: Create SensorMonitoring class regulators: Add remaining properties to Rail class (From meta-phosphor rev: 1cb9b0b6bdf17a00e9a04483a7aa8b43a9643a34) Change-Id: I3c9a300a4d9bc7772ebcf0f4aafe9ad231f3a8cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12Entity-Manager: Delete unused defineJames Feist1-1/+1
This define was removed in patch 28633. (From meta-phosphor rev: bfe856956e8c4fb6100dcd291275a1c1d7ee0974) Change-Id: I78007656a8ae4ce6f5e69c46a4e92d7c0226ee86 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12phosphor-power: split into separated packagesLei YU4-45/+98
phosphor-power consists of several separated services and utils. All of them are installed by default. Split them into separated packages, so that a machine layer could select which packages are needed. This is done by define PACKAGE_BEFORE_PN and specify the FILES_ for each package, and split the phosphor-power-systemd-links-monitor.bb into separated recipes to install services for the related package. The phosphor-power-systemd-links.bb is kept for now to avoid build error on existing systems. It will be removed when the meta-system layers' changes are done. Tested: Only include phosphor-power-monitor, verify that only the related binary and service unit file are installed into the image. Include all the packages, verify that all the services and utils are installed into the image. (From meta-phosphor rev: 2172cd128215683d1fd425b841e90b515aec04c9) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I83f436e51b33903a581bfc48541475711467bb61 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12openpower-vpd-parser: srcrev bump 18197ae979..675ee7e445Andrew Geissler1-1/+1
Artem Senichev (1): Fix undefined reference error (From meta-openpower rev: af4e285533875c233ea5ca43fe5de530e6d4053e) Change-Id: Id649c216b90574ab130f2f54779bc1bf7798bc43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12witherspoon-tacoma.conf: Build an ext4 imageAdriana Kobylak1-0/+2
Build an ext4 rootfs image for tacoma to be used in its eMMC chip. (From meta-ibm rev: 211b39b9b2de6bf558c03b9cf92824d3408a52b9) Change-Id: I45d6435b7caf7e3f28fc6a8a47a40bc62e96fb20 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12Add the phosphor-psu-monitor package to RainierBrandon Wyman1-1/+1
Rainier plans on using the refactored power supply monitoring application. Add that package to Rainier by appending it to the list. (From meta-ibm rev: 11e5638b1df8c10c5cde5ab605410b5d6a7c3eab) Depends-On: I3c1aa4f0daac6a85bb60fc775a5c48dbf3ea203b Change-Id: I035f2687539ae1f7d57d07ee8efc0d3b2b6b1eff Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11pldm: srcrev bump ac3c45aebd..1e44c73b8aAndrew Geissler1-1/+1
George Liu (1): pldm: Move the updateDbusProperty method to the common utils (From meta-phosphor rev: 7627892a2f17150e545de37d7ae434ac100c5e1a) Change-Id: Id4c8a0699267e86fb3d9fd629fd722480eebdafb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11sdbusplus: srcrev bump 67c79b0ca6..1dfce5a294Andrew Geissler1-1/+1
Lei YU (1): Make interface and object non-movable (From meta-phosphor rev: 48925d3dbfb5fb975f09fa352478e337d02b4564) Change-Id: I279eaec4bc245a069a2c0a5f25a45507919a0c9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11bmcweb: srcrev bump 397fd61f34..0185c7f163Andrew Geissler1-1/+1
Vernon Mauery (2): Change the default EC key to secp384r1 Remove RSA comments and variable names (From meta-phosphor rev: 6eb80fc430b36eafaefa1892dadbe875307fc8d8) Change-Id: Ic6f8abeaab0cd173b21325a8dbd3370317d99abe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11phosphor-logging: srcrev bump a214ed3088..5f5352e5f6Andrew Geissler1-1/+1
Matt Spinler (7): PEL: Common function to call host iface response PEL: Get PLDM instance ID asynchonously PEL: Remove the synchronous getPLDMInstanceID call PEL: Decrease the PLDM send failure retry time PEL: Clear PLDM instance IDs in certain cases PEL: Tell HostNotifier about deleted PELs PEL: Add HostNotifier related debug traces (From meta-phosphor rev: 84c77803dd3baf1489dafb4c189159b20e0c5088) Change-Id: Ic600eaca143772db224557b436c42109e9aa1800 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11webui-vue: srcrev bump 8326855ba5..7f970a1f20Andrew Geissler1-1/+1
Derick Montague (1): Remove unused colors from color palette Yoshie Muranaka (2): Fix accessibility violation in user modal Add host boot settings to power operations page (From meta-phosphor rev: 0475b87c876e392f0a72e1488029c02472cac861) Change-Id: Ie1698f1f22f405bece0211b31a383a3b67ef7e17 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11phosphor-power: srcrev bump 2fe5186eaa..aed1f75d2dAndrew Geissler1-1/+1
Brandon Wyman (1): psu: Updates for power supply presence Shawn McCarney (1): regulators: Use std::optional in ActionEnvironment (From meta-phosphor rev: 7143ad7c880ea96386c8afc9f59d18b6280cf86a) Change-Id: I90a882cca9a1f5e12595a0c6397d5bd89503eb03 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11dbus-sensors: srcrev bump 833661ae6e..6b1247a16dAndrew Geissler1-1/+1
Cheng C Yang (1): Fix PSU threshold mismatch issue (From meta-phosphor rev: 4a0c07581054ff36283eada101e55789acf1ef37) Change-Id: Ibaf56d799280b536185ce0fdfe04e40a90eff5b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11phosphor-host-ipmid : Fix missing python dependencyTom Joseph1-0/+3
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks of dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python-packages so that it builds fine. (From meta-phosphor rev: 6c283fc1d3bd78e65b2113549aee5f26a4cf0977) Change-Id: Ic1ead46608510c292980b1a81176523767aec50a Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11intel-ipmi-oem: srcrev bump fa92f35a54..32825a2332Andrew Geissler1-1/+1
AppaRao Puli (3): Implement generic function to get active versions Move get bmc device state api to yield calls Get ME version using functional association Vernon Mauery (1): Remove wildcard handlers jayaprakash Mutyala (1): ipmi-whitelist: Add Manufacturing Keep alive cmd srikanta mondal (1): Correct completion code for read FRU data command (From meta-intel rev: 7f04e732ff9a223ea48121fb9873ce6fe132656c) Change-Id: I48f1eb94b72db44b4f5522b1c07e3539078a95c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>