summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-09meta-lenovo: hr855xg2: add IPMI configurationsLisa Liu6-0/+40
1. Add some autoconfigure parameters for phosphor-ipmi-flash. 2. Add some sensor and FRU definitions for ipmi. 3. Add IPMI device id configuration. Tested: This has been tested on hr855xg2 machine via ipmitool from host. (From meta-lenovo rev: 1d57596f3206006189166000e8bfd351b3935aca) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Ib387c38ba70df53b6320138993912eb900069bc1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: new YAML dependency schemeLisa Liu5-0/+2868
Move YAML file of ipmi fru, sensors and led to configuration folder to create simpler scheme for hr855xg2 platform, for all the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in the process of being deprecated. (From meta-lenovo rev: 6f4d757420bf82b9a7805a7c318e356d13f6bf6d) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Ic203c00bbd47b5a058995dc8328749909d72b41e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-lenovo: hr855xg2: Add hr855xg2 platformLisa Liu6-0/+92
hr855xgw is a lenovo platform. Add machine to repo. (From meta-lenovo rev: 57f917c8d869833d8d3a4fd6a914bc795cf6b843) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I2f20578eee3849ac49988e0cbc69f21f0676e22f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09romulus:pfp: Performance enhanced eventsMatthew Barth2-99/+137
With updated from openbmc/openbmc#2911, event actions are now able to be configured with group subsets and event timers are now included in the available event triggers. Actions with group subsets allow a single event's set of triggers to run actions against a given group subset instead of the entire event groups. Also, with timers being included as a trigger, events can be configured with or without a timer instead of a disabled timer being created for events that previously did not require a timer. Tested: Generated code is functionally equivalent to previous yaml (From meta-ibm rev: 03eacc4ef87b3b89cf36aab977ff4eab68f8b4fc) Change-Id: Ib7eadf5b7c2cb27440e5944348460295334b9f13 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09wspoon:pfp: Performance enhanced eventsMatthew Barth2-377/+463
With updates from openbmc/openbmc#2911, event actions are now able to be configured with groups subsets and event timers are now included in the available event triggers. Actions with group subsets allow a single event's set of triggers to run actions against a given group subset instead of the entire event groups. Also, with timers being included as a trigger, events can be configured with or without a timer instead of a disabled timer being created for events that previously did not require a timer. Tested: Generated code is functionally equivalent to previous yaml Verified fan control functionality of wspoon image (From meta-ibm rev: 1a43941fb100db7c46430f0dbbc82799276e9c13) Change-Id: Ide4167ef1a202381b702b7f6fe58b7f30501ecb3 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09bmcweb: srcrev bump 27062605f8..e90c50528aAndrew Geissler1-1/+1
Andrew Geissler (1): Return active bmc fw version Gunnar Mills (1): Move PowerLimit to correct location (From meta-phosphor rev: e87941dd04dcb4054b65c149f80f18ea509ab9c9) Change-Id: I3e1b64abe532db258427e8cb9bf3510284d524b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: add systemd targetsAndrew Geissler1-1/+16
phosphor-ipmi-flash installs three targets by default, this adds those installations. Each system that leverages phosphor-ipmi-flash will want to define their services to be installed by these three targets. The phosphor-ipmi-flash-bmc-prepare.target should have a service that clears caches or any other steps to prepare to receive an update image. The phosphor-ipmi-flash-bmc-verify.target should have a service that verifies the image's contents against a hash value provided. If a platform is using reboot-update, they don't need to provide an additional service for phosphor-ipmi-flash-bmc-update.target. Otherwise, this target should have service(s) that handle updating the BMC's firmware. This can mean, unpacking and installing the UBI tarball, or anything required. If the host is using phosphor-ipmi-flash to update the host bios, then via the host-bios package configuration option, you are provided an additional three targets: * phosphor-ipmi-flash-bios-prepare.target * phosphor-ipmi-flash-bios-verify.target * phosphor-ipmi-flash-bios-update.target These three targets are effectively the same uses as the BMC targets, but are triggered if one is sending data to the /flash/bios blob. phosphor-ipmi-flash: srcrev bump 33311b47b3..c9792e7536 Patrick Venture (9): build: prevent enabling aspeed and nuvoton build: drop --enable-pci-bridge option build: drop --enable-lpc-bridge option build: prevent enabling both static and ubi tarball build: install three targets to handle bmc updates bmc: only add verifyBlobId if data sent for image bmc: add ActionPack notion to bundle actions build: add option --enable-host-bios tools: add bios support (From meta-phosphor rev: a560e8e1f911f445500b42a5f3fd1c17adb37451) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idb35a05279468745260085182a466776d9fe7d61 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: drop flto-automakePatrick Venture1-6/+0
The flto-automake class is no longer required for flto support. (From meta-phosphor rev: 1cd0d85baa6418b5caa6d782483044d58c402061) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ib7d0169d7aa622f955cf7cc214a9e72ec1d34e95 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: pid-control: inherit autotools directlyPatrick Venture1-1/+1
Inherit autotools directly as it now supports the flto modifications, gcc-ar and gcc-ranlib automatically. Tested: Verified phosphor-pid-control continued to build within a bitbake environment as before. Verified the configure log for this build also found the gcc-ar, gcc-ranlib tools. (From meta-phosphor rev: eb6d9cb1983dc3cd059cd24c8dfba31645eab550) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I353d667dd98ce339e5b9a5f6e9d54e6899f2077b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: add reboot-update configPatrick Venture1-0/+2
Add reboot-update PACKAGECONFIG option. (From meta-phosphor rev: 1e8155ce4422c41fc0c0a5e4766f259729dd9072) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I874c7ea7d91a2fd60a129b2bbd5633a451e95657 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: set version to 1.0Patrick Venture1-1/+1
(From meta-phosphor rev: e4e8e7b1ebb214b19fbe0bce9261bbbba18121d6) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6a0415a88b5b162721bf090bf9d6e51483261e07 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09intel-ipmi-oem: srcrev bump 60e7aaf5c0..606dd9f763Andrew Geissler1-1/+1
Chen,Yugang (1): Static code analysis scan issue fix James Feist (1): Add support to set LED for ME Events Jason M. Bills (6): Update Get SM Signal command for front panel buttons Update MessageId to match the registry Add Set Front Panel Button Enables command Update AC fail check to new DBus parameter Add Get System Restart Cause command Fix privilege level for storage commands Vernon Mauery (4): convert appcommands.cpp to unix line endings update exception paths in MDRv2 handlers replace sdbusplus::message::variant_ns with std remove legacy ipmid_get_sd_bus_connection calls (From meta-intel rev: 4e2b239447fa61d9cbafbe7b231ff2651761fe26) Change-Id: Ie3c01421ff300c16a47dfc04fd74947928d3fb91 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-gsj: mac-address: Initialize MAC addressesHank Liou2-0/+38
This commit is to assign MAC address to eth1, usb0_dev, usb0_host and eth0 ports. The address of eth1 is read from EEPROM, while others are obtained by adding one, two and three to eth1 respectively. We will randomly generate address of eth1 once an error occurs. The randomly-generated MAC address is of the form "00:1B:24:XX:XX:XX". (From meta-quanta rev: b1c33ab8eb04ccf7ac77df58dca661a964cce293) Signed-off-by: Hank Liou <Hank.Liou@quantatw.com> Change-Id: I000f818058989af2fe1f9457e22b4568ce47a8d5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-quanta: gsj: Modify fan threshold to hwomnDuke Du1-19/+19
Modify fan threshold according to quanta thermal team data and test on gsj board pass. (From meta-quanta rev: faedc464d99c795be1805d280564709ee5c002f2) Signed-off-by: Duke Du <Duke.Du@quantatw.com> Change-Id: I7e93a25fe8ee79ab1f3fba879249ecf9043e5c97 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-quanta: gsj: image: install fan control daemonsBenjamin Fair1-0/+2
Install phosphor-pid-control and detect-fan-fail into the final image in order to enable fan control on the gsj platform. (From meta-quanta rev: f2b76d699c94976d38108141c8c6ebc7923a85da) Change-Id: Ibaadcce5f4330428cdfc5db3f31ae9e9b7b6dcb1 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-08Initial git pull request for meta-olympus.hongweiz-ami11-0/+515
Add Microsoft Mt olympus platform which is equipped with ASPEED AST1250 or AST2400 BMC SoC. Tested: meta-olympus has been tested on an ASPEED AST2400 EVB board and Mt Olympus server. The U-boot and kernel start and run as expected. Change-Id: Iffa6b1496c25854572d913709dbd58e8aad95c62 Signed-off-by: Hongwei Zhang <hongweiz@ami.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-08phosphor-certificate-manager: srcrev bump 8a09b52a76..cd30c496c8Andrew Geissler1-1/+1
Marri Devender Rao (2): Manage certificates created by applications Append private key from the system to CA signed certificate (From meta-phosphor rev: af23b88350d424d57d23d0de0a590630802a2379) Change-Id: I223d216f8460febed6bc9fe10d29102ffc07289c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-hwmon: srcrev bump feb744a71b..0892c3fbb5Andrew Geissler1-1/+1
Patrick Venture (1): drop remove_from_dbus_on_fail option (From meta-phosphor rev: 98f140f904e0c8247fd9efc08a450681edb9530d) Change-Id: I8a0209c7ab83bebb3fbc99c8b0e68968dcd5e3b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-ipmi-flash: srcrev bump 48e309c5ff..33311b47b3Andrew Geissler1-1/+1
Patrick Venture (1): README: Add comment re: building via SDK (From meta-phosphor rev: 39a6940b98317615a87d24fb89761c046d5d41ca) Change-Id: If5cb67e287664a1d024f523838bac3a6f51b1e1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04meta-yadro: vesnin: new YAML dependency schemeBrad Bishop7-50/+33
All the IPMI virtuals and PREFERRED_PROVIDERS in meta-phosphor are in the process of being deprecated. Prepare for that and move to a simpler scheme for providing the YAML configuration for Vesnin systems. (From meta-yadro rev: 9c29d1b377aafa400444273bfb7fdd28b0803f34) Change-Id: Id243bb4e0f2c742ebb1124195a16b9ce20856091 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04bmcweb: srcrev bump e0dd805760..27062605f8Andrew Geissler1-1/+1
Andrew Geissler (1): Return error on invalid swId Anthony Wilson (2): redfish: Give DBus event logging its own classes bmcweb: Clear up event log entry class names Marri Devender Rao (1): Redfish: Add support to upload/replace/view LDAP Certificate Ravi Teja (1): Redfish(Network): Add support for IPv4StaticAddresses (From meta-phosphor rev: cc5861789742601a9f8ea30ebd67d83cf1ebb425) Change-Id: Idbcaf64599e72fee05462855318a12863adfbed6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04bmcweb: srcrev bump 85e1424f54..e0dd805760Andrew Geissler1-1/+1
Andrew Geissler (1): fwstatus: Enhance state of firmware inventory Jason M. Bills (1): Fix variable name case style for CI warning (From meta-phosphor rev: a0bd02ed29b327fb946e95e63cc2e62f3d581ac3) Change-Id: I66a42f5713a75374c69e9e32ba194c68a67971e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-ipmi-flash: srcrev bump cf9b2195a3..48e309c5ffAndrew Geissler1-1/+1
Patrick Venture (2): tools: tweak: add missing newline in progress bmc: split out service objects (From meta-phosphor rev: c367288ca3da4d2ee1f99f406eca6fcc5daba056) Change-Id: I62d5defaeb18b16e8442bddacdb56ebd05e3cf7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-logging: srcrev bump 0a0b5ea558..487e017b41Andrew Geissler1-1/+1
Matt Spinler (2): Fix format issue Add myself as a maintainer (From meta-phosphor rev: fa40f71d3117e993c0db185a85ef05d7107ac020) Change-Id: I9d0ff3d1bca2d3a90a2562ebc3a323fb4be230a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04dbus-sensors: srcrev bump d8bd562db6..be66441fbdAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Revert "Fix CPU detection GPIO handling logic" Vijay Khemka (1): psusensor: Add support for ina219 (From meta-phosphor rev: 35c81ebae57f1c46561cbbf5bba8b9a58e1c5558) Change-Id: I3329ba18e40b70125dfeb9af7cf0ff55dc9474a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-webui: srcrev bump 1f690f3ebe..d5bf6baa75Andrew Geissler1-1/+1
Ed Tanous (1): Fix the opacity of the loading screen (From meta-phosphor rev: 41fa5bb880dfdbd8de9a8c7e28fabcb4d01beb9a) Change-Id: I9d96d3452e975e98b9c065d731a3fb54d43c96e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-led-sysfs: srcrev bump 5b1417bd21..97ddb72359Andrew Geissler1-1/+2
Alexander Soldatov (1): Add ability to set LED colors in DBus As phosphor-led-sysfs now has a build-time dependency on Boost, add it to the recipe. (From meta-phosphor rev: 113bfcd1092246b1bffa6f87c99a033da012a921) Change-Id: I53bc62008dca7eafb454a26cb1bc69a421ddea29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: Move to 5.1.16Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.16 stable release. (From meta-aspeed rev: 1f6f2db032b5e1d0bae6097bbccd8fd11f2d52c1) Change-Id: I4714d488a1db5d5f1a4287762b1d4f15402de1de Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: pinctrl, occ and fsiJoel Stanley1-1/+1
Two bug fixes for fsi, and some cleanups for pinctrl. Andrew Jeffery (8): dt-bindings: pinctrl: aspeed: Split bindings document in two dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema MAINTAINERS: Add entry for ASPEED pinctrl drivers pinctrl: aspeed: Correct comment that is no longer true pinctrl: aspeed: Clarify comment about strapping W1C pinctrl: aspeed: Split out pinmux from general pinctrl pinctrl: aspeed: Add implementation-related documentation Eddie James (1): OCC: FSI and hwmon: Add sequence numbering Jeremy Kerr (1): fsi/core: Fix error paths on CFAM init (From meta-aspeed rev: 5376bea182380b45a1ddacff82fbdd7d738e372a) Change-Id: I864f55798c4f625594bf0370f2b2827de1c7117e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: disable USB host featuresJae Hyun Yoo2-12/+12
Not all BMCs use USB host features so this commit removes USB host features from defconfig so that the features can be enabled in each machine layer when those are actually needed. (From meta-aspeed rev: 679e60064113e89d18528ed65d75daf97547a5f1) Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Change-Id: I9c24fa9d381c81df51e148aacafad1c4a8af49e9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04fp5280g2: Add ipmi yaml configsGeorge Liu9-0/+5284
Add ipmi configs for fp5280g2, by adding the following specific configs for fp5280g2 to replace the default ones. openpower-ipmi-oem phosphor-ipmi-host phosphor-ipmi-fru Tested: Manually verified sensor, fru and sel are corrected on fp5280g2 via ipmitool commands. (From meta-inspur rev: 0adbf56907286b14f34b25335cc84815189cf128) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I67995cba5793d4f6a45b9912bc7e03d2ce5d8759 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04meta-facebook: Add ipmb configVijay Khemka2-0/+19
Added configuration file for IPMB channels used for Facebook tiogapass platform (From meta-facebook rev: 2ea4fd02745d51aed93675ffdc23ef67ecbbd9ca) Change-Id: Ib0168d2065ea7bd7de7b63a3df0c9ce1df48dc1e Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Amithash Prasad <amithash@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-host-ipmid: srcrev bump a3a1cdc299..455ee0b99cAndrew Geissler1-1/+1
Emily Shaffer (3): docs: add chapter on running tests doc: add writing test chapter to testing.md docs: add reviewing chapter to testing.md (From meta-phosphor rev: 1130958b37b58a0c792206ac52fcecdf3594629b) Change-Id: I51c499c9acb39948c615e31278ec1e98a7a06d98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-ipmi-flash: srcrev bump a29216eccb..cf9b2195a3Andrew Geissler1-1/+1
Patrick Venture (1): tools: add progress implementation (From meta-phosphor rev: 0b1ab9485edce9ceb5f16720869348999925dc0a) Change-Id: Ib1a7cc110f31cb2395296af2f522c279ccbef8a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-watchdog: srcrev bump 9062ed11e4..c35135d32fAndrew Geissler1-1/+1
Ofer Yehielli (1): Implementation of minimum watchdog interval. (From meta-phosphor rev: 76c7997b39fa99f239a5c75de7605fd3d5e706ab) Change-Id: Iccd87f599f1f88f34b0c32cc68038d4d8868fb8a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29stdplus: srcrev bump 8f1700e7ab..7d75a48513Andrew Geissler1-1/+1
William A. Kennington III (1): README: Expand documentation to include an overview of repo contents (From meta-phosphor rev: d8dd8e466b8ac5901e7aa08bb660689cf65f12d9) Change-Id: Ie2c90839fafd0bc7e230c70d1bfecf3bf74445d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-fan-presence: srcrev bump d9a580aa50..014f07c7b5Andrew Geissler1-1/+1
Lei YU (1): monitor: use signed value for factor and offset Matthew Barth (24): Move signal matches to triggers section Preconditions use signal triggers Have timers be a trigger type in microseconds Call event triggers on initialization Move signals to event triggers Converge generating signal and handler params Convert event group to a vector of tuples Add event init trigger Separate handlers for signals and method calls Optimize event group property handling Allow event groups to be empty Add event name to SetSpeedEvent data Provide event name to triggers Add/Remove event signals by event name Add/Remove event timers by event name Event groups are optional Create empty action groups Generate groups defined on actions Remove events with no groups defined Remove service name checking Restructure preconditions layout Add missing owner services precondition Correct precondition generation Fan floor by median sensor value within a range (From meta-phosphor rev: 1c599b2742aa369086c4844f8ca4818b18d29980) Change-Id: I41828bda56c0bc67efd595fd6fa2a2f746e03046 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-net-ipmid: srcrev bump 4c4694ef85..f8a34fc471Andrew Geissler1-1/+1
Suryakanth Sekar (1): netipmid: Manage and expose session object (From meta-phosphor rev: a38240031c608adf4a615642885b2e8dc2278968) Change-Id: I4a93911b63f00dd17a3386dd523f7ac037f4fcfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-webui: srcrev bump 2c352ed3a7..1f690f3ebeAndrew Geissler1-1/+1
Derick Montague (1): Fix sensors table header and body alignment (From meta-phosphor rev: e26fcff11cd31829055dbc76d4f23290378400bf) Change-Id: I73ebc47f49fc821305934bf16122f9f5c54f0370 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29bmcweb: srcrev bump 7e236ca3b4..85e1424f54Andrew Geissler1-1/+1
Ed Tanous (1): Fix initialier_list issues (From meta-phosphor rev: 308232077167feb629ade1b92c027f4c92f3e9eb) Change-Id: I4774bdeca1d2dfe1596a7b75b3f52271b4f35748 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-hwmon: srcrev bump 1fc55df81a..feb744a71bAndrew Geissler1-1/+1
Patrick Venture (1): mainloop: move out the interface update method (From meta-phosphor rev: 89e1d83fa3a23d37f6967259fed909c57bdc6dbe) Change-Id: I3eccbb486124ea90c6c9f12717d971014d12c234 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-ipmi-flash: srcrev bump ae0941a965..a29216eccbAndrew Geissler1-1/+1
Patrick Venture (9): build: split out BMC dependencies move bmc code into bmc folder tools: remove phosphor-ipmi-blobs dependency build: add configure option to not build BMC module build: split up package checks by what is being built build: use a common library for shared pieces build: install burn_my_bmc README: add notes on building the host-tool build: bump to release 1.0 (From meta-phosphor rev: 7942f133db75b967fa5831798cda2f6559a9c5c8) Change-Id: Ibe2e77291189a4875137dcb604e2c1670033a6a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-state-manager: srcrev bump 5b95027528..d6fe3150e1Andrew Geissler1-1/+1
Andrew Geissler (2): Update IRC handle in MAINTAINERS Add README to phosphor-state-manager (From meta-phosphor rev: 3b5997ff34af01e935cda111311ffc0b28e38a21) Change-Id: Ibcd090d97adeb9fc970b6c5d87226961c7745d94 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28entity-manager: srcrev bump fb00f392d4..f861da89edAndrew Geissler1-1/+1
James Feist (1): Add presence gpio to CPU (From meta-phosphor rev: 2909a069c6b8c79f0451a09a8bcf2fdaf4936fa7) Change-Id: Ia7334b7930cc79c4105abdd2a95626fc833ee414 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-dbus-interfaces: srcrev bump 1f0e2ce6e1..4ad9170e75Andrew Geissler1-1/+1
Suryakanth Sekar (1): Create IPMI session interface for host and LAN (From meta-phosphor rev: 989d3763394444b4a176286d084d86e20f82313a) Change-Id: I3dd0dc3927cdabc79353de50abd93b9b54fe1048 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28meta-ibm: Pin phosphor-fan to d9a580aa50Matthew Barth2-1/+4
This allows upstream to drop some backward-incompatible changes while the yaml in meta-ibm gets updated to the new format coming in from upstream. (From meta-ibm rev: 81ca4572471629b5114a52afb50a84d9e2cc92d1) Change-Id: Ia554f14c624d236e02d7898d2f95e7a90384dadf Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28meta-phosphor: Enable phosphor-dbus-monitor non-native recipesMatthew Barth2-23/+2
Switch phosphor-dbus-monitor from a native to a non-native recipe. This allows for machine overrides in order to consume the correct policy configuration files as input from within a system layer. Tested: Built witherspoon phosphor-dbus-monitor resulting in no image change (From meta-phosphor rev: 71f907f175b511bad3f91299ad0989baf3d734c4) Change-Id: I8f7ec96af6f1ffbec4edc7ee3c70423850665b2d Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-host-ipmid: srcrev bump b5248c9573..a3a1cdc299Andrew Geissler1-1/+1
Emily Shaffer (1): docs: add initial testing.md outline (From meta-phosphor rev: 0b7693dbcc6d78cea0935a3e222a359267be2152) Change-Id: Ifc6f05ff7a403d71cc70b071dc2abd7c81fa92fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28sdeventplus: srcrev bump e19c3cf649..b315a2ab41Andrew Geissler1-1/+1
William A. Kennington III (1): clang-format: Apply update 6 -> 8 fixes (From meta-phosphor rev: a02e08a6e243aa161982ad7d4a79530bef8a704d) Change-Id: Ia3db362931479f3a74dfa65ac352ae0167cbf2d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-ipmi-blobs: srcrev bump a67323a86e..8bc117792fAndrew Geissler1-1/+1
Patrick Venture (1): blobs: s/struct BlobMeta/BlobMeta/g (From meta-phosphor rev: 7f289517004ea06676e5ce2c97b002175b968f11) Change-Id: Ia113fa36c4dd08f6e3a90c295bc29492645a851e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>