summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-watchdog: srcrev bump 3bb2f4006f..c2c26cebc2Andrew Geissler2018-09-241-1/+1
| | | | | | | | | | | William A. Kennington III (1): mainapp: Detect duplicate action targets (From meta-phosphor rev: 63233b4f96dc7a7993faa4221184012095f429d8) Change-Id: I3d39a75f61777fbe972952eb631824ebeaf0d7f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Create ipmi folder under /run and /var/lib.Richard Marian Thomaiyar2018-09-242-0/+6
| | | | | | | | | | | | | It will be easier to manage, if all ipmi related configurations are stored under ipmi folder. So, make sure that /run/ipmi (volatile) & /var/lib/ipmi (non-volatile) exists before starting the service. (From meta-phosphor rev: 8debf3aed29b2c75cffc59bd9fc79afc1ca3be5c) Change-Id: I2cd90d243ccdd0e93fb7e6873a323c6b243adbe2 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: add phosphor-ipmi-blobs packagePatrick Venture2018-09-241-0/+24
| | | | | | | | | | | | | | Add the phosphor-ipmi-blobs package. This package handles a series of OEM IPMI commands that implement the BLOB protocol for sending and receiving data over IPMI. Tested: Verified the library was compiled and installed when added to obmc-phosphor-image. (From meta-phosphor rev: db1cc9bb20b79dd54b464a21d75dc4488f759ccf) Change-Id: I033c756493a0c85908a6c094b0db586cb92ec461 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 23ec5bda1f..e8634e6bfcAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | James Feist (1): Add Redfish into the web-ui (From meta-phosphor rev: 1a0f7a3d2d76baa87ccd03fd5f5fbb7941837091) Change-Id: I6b065c0d525f70f216238d938c49c3fa3c3500c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump bae471cb4e..069db2fd85Andrew Geissler2018-09-241-1/+1
| | | | | | | | | | | | | | Adriana Kobylak (1): sensorhandler: Remove legacy functions Xo Wang (1): apphandler: Add storage for Get/Set System Info Parameter (From meta-phosphor rev: 55b8caee21440816f5e28ddc88be61e391156daf) Change-Id: I1a81989cacb9bd2bffd6be3f1a9852a1ed42ceb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-rest-server: srcrev bump 4aa10001c7..ba043644adAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | Brad Bishop (1): Enable pycodestyle (From meta-phosphor rev: 65f55d56a32372d9291eae90a4288a81bc15f78b) Change-Id: I06ec99ed5d4ecdfd4d9f15522e29480547a7dfd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump 8f6c51564d..3bb2f4006fAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | | William A. Kennington III (2): Switch to C++17 Standardize Action -> Target Map Type (From meta-phosphor rev: 4c7a80919ffe1d82190c24fc75ad02ffcfd681b3) Change-Id: Ic9d9972d34d4fbccc378d1e59d845f200381e958 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 1f4bc1f079..bae471cb4eAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | William A. Kennington III (1): app/watchdog: Only log internal failures once (From meta-phosphor rev: 3eb9e0838ff1523736285ba3bf774c94add686af) Change-Id: I8725c0c87312afdfd1aba8bfac9ebdfaf884c7d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 07c3a80e09..3dfaafdacaAndrew Geissler2018-09-241-1/+1
| | | | | | | | | | | | | | | James Feist (1): Add hysteresis to stepwise controller Patrick Venture (2): build: fix conditional build: configureDbus replacing linked objects (From meta-phosphor rev: c522be0734f6bce41574ab4daa5a74c3cd9c7743) Change-Id: I0b23dfd01ace768e9a64aa6245a11f2e7dbf56e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Enable kernel logs in journalAndrew Geissler2018-09-242-16/+0
| | | | | | | | | | | | | | | | At one point there were duplicate kernel logs going into the journal. One was disabled (e9722d1) using systemd configuration options. Not sure what changed but recently no kernel messages have been going into the journal. Testing: Verified that only one kernel message appears in the journal with this change. (From meta-phosphor rev: 9e5d2bf6d989261478ec0d17705bb883c84ad4a5) Change-Id: I93bc90b53a0926c610304f73b567e56ad13a0ff1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Increase StartLimitIntervalSec to 240sAndrew Geissler2018-09-241-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | The DefaultTimeoutStartSec is 90s. If a service is hitting this timeout repeatedly then the StartLimitIntervalSec needs to be set in a way to handle this worse case scenario so that the service which is timing out does not continuously get restarted. This means it needs to be set to: StartLimitBurst*DefaultTimeoutStartSec + StartLimitBurst*<worst case processing time> (30s) which currently would be 2x90 + 2x30 Ref: systemd-system.conf Tested: Verified that if 90s timeout is hit in service that it is no longer restarted after 2 attempts. Resolves openbmc/openbmc#3379 (From meta-phosphor rev: ee52526c80eaca65a581c01bcf703861ec1a80b6) Change-Id: I8ff4febeb46a746dd3e5e625c5bdc3735963799b Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* split net-snmp-libs into smaller packagesAlexander Filippov2018-09-211-1/+1
| | | | | | | | | | | | | | | | | | By default `net-snmp-libs` contains all compiled libs. This commit splits `net-snmp-libs` into subpackages for each library. This allows for smaller resulting image due to finer packaging. Resolves openbmc/openbmc#3360 (From meta-openembedded rev: 131eb1f69791dda54557d0f919903cbd73831440) (From meta-phosphor rev: 5189717bbabf4db394b69ee7179ce18764cd9af0) Change-Id: Ia2b79be41977723996696c3e549a087aeaf2cab6 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump c3abaa9b8b..23ec5bda1fAndrew Geissler2018-09-211-1/+1
| | | | | | | | | | | Gunnar Mills (1): Make wording consistent (From meta-phosphor rev: 20702093b851799065a8a9c4ae8a4804a0c95d23) Change-Id: Id7a0c6f25ebb990872db961d970e174a066d2c42 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 22c257abd2..07c3a80e09Andrew Geissler2018-09-211-1/+1
| | | | | | | | | | | Patrick Venture (1): ipmi: add iana header for openbmc oen (From meta-phosphor rev: 1fce8a8190c63bb5efb5ddf721c7036b1ce1169e) Change-Id: I666c2a2f65f7c8bda84446e1a1dd373f952ff808 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump e59abfbade..1f4bc1f079Andrew Geissler2018-09-211-1/+1
| | | | | | | | | | | | Patrick Venture (2): openbmc oem code: add blobTranserCmd storagehandler: add missing cstdint header (From meta-phosphor rev: efa1d627b1e8c74abfc6256b89e65ab2863075fb) Change-Id: Ibe258317b82017c903a5250ebf13ce38fcb3b65f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump cff6150871..c3abaa9b8bAndrew Geissler2018-09-201-1/+1
| | | | | | | | | | | | | | Gunnar Mills (1): Button to remove NTP server beccabroek (1): Activate image and reboot host (From meta-phosphor rev: 0e2c6e1f8443bfbb69a1f6e612630674b0c54f4c) Change-Id: I6e2e000403a2c6c0c4229d1cccf3a5f92a0d7513 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 683f727657..e3cb5a319aAndrew Geissler2018-09-201-1/+1
| | | | | | | | | | | Ed Tanous (1): Clean up rest-dbus interface (From meta-phosphor rev: cb0a46bb71392e7d4d02b631a9e63406846b764f) Change-Id: I0e023de3c73198357172060789cd40bee39b00c8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-led-manager: srcrev bump 08d613e7d5..e77b8345d8Andrew Geissler2018-09-201-1/+1
| | | | | | | | | | | Matt Spinler (1): Remove trailing slash on path in GetObject call (From meta-phosphor rev: b0e9bb522fefa3f9216f00f82d62d172338d6c0f) Change-Id: I95ed7336bda5bcb1100cead1dbf8069eb318053f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump 1e648729a5..a696359077Andrew Geissler2018-09-201-1/+1
| | | | | | | | | | | Adriana Kobylak (1): Fix being able to activate a Failed version (From meta-phosphor rev: 560c62ebf2f8064fbde11bfc787c68eb9e9ade93) Change-Id: Iab0cfc524abeb6cc5cd3b96b27de1c345086a42b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 295bcee474..cff6150871Andrew Geissler2018-09-201-1/+1
| | | | | | | | | | | beccabroek (1): Button to remove DNS server (From meta-phosphor rev: 466f2532d210ab926e684fd70ef259d42a39dd1b) Change-Id: I24cad9fd345d98fd8967057f4081d140d30f5ac8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-hwmon: srcrev bump af6227a3eb..86e58fffbbAndrew Geissler2018-09-181-1/+1
| | | | | | | | | | | | Patrick Venture (2): Build as c++17 .gitignore: added unittest logging output (From meta-phosphor rev: c7a0db19b262f25ee18ed6b05deb07c4413fd729) Change-Id: I4398e076e3a5a30fc6d74edff5fd658730cabaad Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump 06b4df97b7..bf21cfa864Andrew Geissler2018-09-181-1/+1
| | | | | | | | | | | Tom Joseph (1): Add interface to assign privilege to groups (From meta-phosphor rev: e31dd3954cf5ba88e7f2ad1b302cf7a077901716) Change-Id: I84628038f673ee1105672c2c5486762a7988143d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* kcsbridge: srcrev bump a1c50751b5..ccf086f151Andrew Geissler2018-09-181-1/+1
| | | | | | | | | | | Gunnar Mills (1): Spelling fixes (From meta-phosphor rev: 628e7c064ac5d0771421938e41da91e2a0ed0eeb) Change-Id: I8a6547fbe7c3c3727f9125fe2e8fa864ba1a7c3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 2daf672562..683f727657Andrew Geissler2018-09-181-1/+1
| | | | | | | | | | | | | | | Ed Tanous (5): Generalize the "Async Response" pattern Remove the providers interface from systems Modernization of systems Implement Computer System reset action Implement JsonSchema endpoint (From meta-phosphor rev: aa449de22ef27f55ff74c75214f8f86bc08c612e) Change-Id: I4ea20dd4e48d311c7a08042e5122fbfa632b594f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump d9341b4a9f..1e648729a5Andrew Geissler2018-09-181-1/+1
| | | | | | | | | | | Gunnar Mills (1): MAINTAINERS: Update my email and IRC (From meta-phosphor rev: b1207e6157e411d419c9088a82fc1635c86404f7) Change-Id: I5a55754b875530acef6b91374ceb2ac9c3829e44 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump b7ea279015..295bcee474Andrew Geissler2018-09-181-1/+1
| | | | | | | | | | | Gunnar Mills (1): MAINTAINERS: Update my email and IRC (From meta-phosphor rev: 2988d1be3b2fb979bd383408bcf8385c01c4717e) Change-Id: I2d83c5447afe7b73b312e8804686f4a7761ddbbc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move screen package to debug tarballAndrew Geissler2018-09-171-0/+1
| | | | | | | | | | | | | | This was used a long while back for a console but it's now only used for occasional debug. Tested: Verified QEMU booted to ready state and screen tool not in image. Verfied it is now in debug tarball. (From meta-phosphor rev: 773ad6892bcfc42fa9902af5e6f97e02a4993310) Change-Id: Ib1b9bae89fe0253fdc2ea173f6b0c0842d40d005 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-hwmon: add gpioplus dependencyPatrick Venture2018-09-171-0/+2
| | | | | | | | | | | | Phosphor-hwmon will introduce the ability to configure via GPIO and leverage the gpioplus library to handle this. (From meta-phosphor rev: 03c539189f57ac860c662886f14d0b5d1726260c) Change-Id: If0831c9dfa587ad2445fbfdaa04717db888aaa64 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: Enable sdeventplus supportWilliam A. Kennington III2018-09-171-0/+1
| | | | | | | | | | | | | | | An upcoming commit to phosphor-watchdog will require sdeventplus during the build process. Tested: Build still works as expected. Manually patching in the sdeventplus patch works as expected. (From meta-phosphor rev: 6e1dfdd6958f069c20606490ce65ecc5f99da62f) Change-Id: Ib450d12a7f74862ded1288aeea4d2046108281ba Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump b0ce996ac6..d9341b4a9fAndrew Geissler2018-09-171-1/+1
| | | | | | | | | | | Gunnar Mills (1): clang-format: Update to match docs repo (From meta-phosphor rev: 87bf9f6b68f3a4c3e635571fc08ace9e0fcc98f5) Change-Id: Ib9e85569af961f99ab8137aae0d0c31ef9cbd0c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-rest-server: srcrev bump 958036845a..4aa10001c7Andrew Geissler2018-09-171-1/+1
| | | | | | | | | | | Deepak Kodihalli (1): Purge semicolons (From meta-phosphor rev: 90fdc9efe3aa64af430af8942ea3bcafd9334c58) Change-Id: I67037aa2ae90bdf79a06f0862e468e42a5887263 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump c6cfd2ce93..06b4df97b7Andrew Geissler2018-09-171-1/+1
| | | | | | | | | | | Jayanth Othayoth (1): Add interface to install certificate (From meta-phosphor rev: f3a2e5610ed858ea0c798e8ec87e8f265f1a7588) Change-Id: I7fd9806a6b02c6a14cdf446dada0c36b5c99913c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-postd: srcrev bump 384bc4c843..1c16ad897bAndrew Geissler2018-09-171-1/+1
| | | | | | | | | | | Kun Yi (1): main: use sdeventplus wrapper (From meta-phosphor rev: 886eff251881f6c11aa0cc22d67ba189d7524ed6) Change-Id: I231e51d469e3ff5f2a00e4361e2a5e6884d5121a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mboxbridge: srcrev bump 41c337e88b..93c8edc9a0Andrew Geissler2018-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (20): transport: dbus: Add get_info transport: Switch transports as required on GET_MBOX_INFO daemon: Remove the concept of triggering or suppressing events transport: Retain knowledge of setting and clearing of events transport: dbus: Handle events transport: Rework BMC event handling transport: dbus: Implement reset transport: dbus: Implement ack transport: dbus: Implement get_flash_info transport: dbus: Implement create_read_window transport: dbus: Implement create_write_window transport: dbus: Implement close transport: dbus: Implement mark_dirty transport: dbus: Implement flush transport: dbus: Implement erase windows: Include stdbool.h test: Add windows_equally_evictable control: Add FIXME in reset handling vpnor: pnor_partition: Debugging for Request.fulfil() Documentation: Rewrite protocol specification (From meta-phosphor rev: 9bf99183ff4eb33081e86188d5179bfb579f18d9) Change-Id: I8007e879bfa294861369b2ec9201c9517a602107 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add sdeventplus to DEPENDS/RDEPENDSKun Yi2018-09-141-1/+2
| | | | | | | | (From meta-phosphor rev: cf492445d3a14943cc7fea517a78c706bb51e39f) Change-Id: I92fd3d4661d6f2767f06d75393b879bf3c950aa7 Signed-off-by: Kun Yi <kunyi731@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-time-manager: srcrev bump bd024395f6..1cd4248d4aAndrew Geissler2018-09-141-1/+1
| | | | | | | | | | | | | | | Lei YU (5): Throw runtime_error instead of MethodEror Use proper errors when failing to set time Handle SdBusError exception in setting time Handle SdBusError exception in setting NTP Fix un-initialized time owner/mode in manager (From meta-phosphor rev: 89942c008210e051248856da70f3c7023d586985) Change-Id: I2acbbff351e5d6d5ca4727b62cdbaa10f5332a43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-watchdog: srcrev bump d5353086a4..8f6c51564dAndrew Geissler2018-09-141-1/+1
| | | | | | | | | | | Patrick Venture (1): add .clang-format (From meta-phosphor rev: 2e1b4ea9a2baf789f367fbd5be1b0fefb3a88dbc) Change-Id: I87ad587d03d8babc910dbbb4e70063353433195a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-rest-server: srcrev bump 6e1ca53062..958036845aAndrew Geissler2018-09-131-1/+1
| | | | | | | | | | | Deepak Kodihalli (1): Log requests only if setting is enabled (From meta-phosphor rev: b68ffa2783fbdbc7a2015ba23f3ff60a9f27e724) Change-Id: I9ab58114856af5d312c8c4a5c32d98529d2ef0fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 0b02be925a..e59abfbadeAndrew Geissler2018-09-131-1/+1
| | | | | | | | | | | | | | Patrick Venture (1): add iana header to store OEM Numbers Tom Joseph (1): Handle SdBusError exception in SEL commands (From meta-phosphor rev: 41f3e403dd86596c8e374c44a33c01e054f7d34b) Change-Id: I7ad1727212ab29000183691f60f8e9afcd06b021 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mboxbridge: srcrev bump acdbdd141e..41c337e88bAndrew Geissler2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (66): format-code: Look for clang-format-6.0 as well make: Improve cscope database quality mboxd_lpc_reset: Use SPDX licence header common: Include what we use in the header mboxctl: Remove redundant includes test: bmc_event_ack_v2 must negotiate v2 dbus: Use consistent prefix for dbus function symbols dbus: Mark current command set as legacy dbus: Use new bus name, object and interface mboxctl: Switch to new DBus interface mboxd: Clean up dbus objects windows: Make set_window_bytemap return standard errno mboxd: Rename flash files flash: Rename header guard flash: Drop __cplusplus guard flash: Rename init_flash_dev to flash_dev_init flash: Rename free_flash_dev to flash_dev_free flash: Rename copy_flash to flash_copy flash: Rename set_flash_bytemap to flash_set_bytemap flash: Rename erase_flash to flash_erase flash: Rename write_flash to flash_write mboxd: Rename lpc source files lpc: Rename header-guard lpc: Drop __cplusplus guard lpc: Rename init_lpc_dev to lpc_dev_init lpc: Rename free_lpc_dev to lpc_dev_free lpc: Rename point_to_flash lpc_map_flash lpc: Rename point_to_memory to lpc_map_memory lpc: Rename reset_lpc to lpc_reset mboxd: Rename windows files windows: Rename header guard windows: Add WINDOWS prefix to FLUSH macros windows: Rename init_windows to windows_init windows: Rename free_windows to windows_free windows: Rename write_from_window* to window_flush* windows: Rename alloc_window_dirty_bytemap to windows_alloc_dirty_bytemap windows: Rename set_window_bytemap to window_set_bytemap windows: Rename close_current_window to windows_close_current windows: Rename reset_window to window_reset windows: Rename reset_all_windows to windows_reset_all windows: Rename find_oldest_window to windows_find_oldest windows: Rename find_largest_window to windows_find_largest windows: Rename search_windows to windows_search windows: Rename create_map_window to windows_create_map mboxd: Rename mboxd_msg to transport_mbox protocol: Add get_info protocol: Add reset protocol: Add get_flash_info protocol: Add create_read_window protocol: Add create_write_window protocol: Add mark_dirty protocol: Add erase protocol: Add flush protocol: Add close protocol: Add ack vpnor: Hijack protocol rather than transport transport: mbox: Centralise errno translation mboxd: Cleanup errnos not captured by tests transport: mbox: Drop handler functions from header flash: Move access rate estimate from transport header protocol: Provide abstraction over event notification transport: mbox: Rename dispatch_mbox to transport_mbox_dispatch transport: mbox: Rename *init_mbox_dev to *transport_mbox_init transport: mbox: Rename free_mbox_dev to transport_mbox_free mboxd: Refactor and rename mbox.h to mboxd.h windows: Always allocate a default-size dirty byte map (From meta-phosphor rev: 1ac9bcd0abed292774aba7a78f309a3bc969485d) Change-Id: I0884d707ad679d82a48db540a8881c8f955e83c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-dbus-interfaces: srcrev bump 02254dfeea..c6cfd2ce93Andrew Geissler2018-09-131-1/+1
| | | | | | | | | | | Nagaraju Goruganti (1): Add an Interface to configure LDAP name service daemon (From meta-phosphor rev: 66d11d2a5eeb63f027264102d25edd2b2aa24bf5) Change-Id: Ib955461121e5ddf5bf035c6cfa98871cd7f19cdc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* mboxd.bb: Replace phosphor-mboxd with mboxbridgeAdriana Kobylak2018-09-131-1/+1
| | | | | | | | | | | | | The phosphor-mboxd repo was a fork of mboxbridge and has been archived. Update the mboxd recipe to point to the mboxbridge which is now the currently maintained repo. (From meta-phosphor rev: a38f5d9c687e8c9988efa8842506dc47587a3495) Change-Id: Ibf0df490b7553de0b22a35262843de2f6e5b0ae4 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump fa34e02315..b0ce996ac6Andrew Geissler2018-09-131-1/+1
| | | | | | | | | | | | | | Adriana Kobylak (1): image_verify: Add support for OpenSSL 1.1.0 Gunnar Mills (1): clang-format: Update to match docs repo (From meta-phosphor rev: 97ce4528edb1874668056a8c8612ecc55570b42d) Change-Id: I71e57599539350a9b4143c18eeb11878362cae01 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump e6c3a443c1..b7ea279015Andrew Geissler2018-09-121-1/+1
| | | | | | | | | | | | | | Gunnar Mills (4): Login: Remove unused APIUtils Add comment for keyCode 13 Highlight correct fields on errors Set time fields (From meta-phosphor rev: d49e418f282e0d25d628fe5bb0fe747f091807b4) Change-Id: I891841335eed28209490ddc5493b842a3be11e68 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-user-manager: srcrev bump 10eb23f8d6..9f630d9eb0Andrew Geissler2018-09-121-1/+1
| | | | | | | | | | | Richard Marian Thomaiyar (1): Basic support for User manager service (From meta-phosphor rev: e8731f6528ae34a37079565e549f6a7c84659579) Change-Id: I83bb59321cabdf558a54048a0b1c24b26e3b6130 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-postd: srcrev bump b5754fd450..384bc4c843Andrew Geissler2018-09-121-1/+1
| | | | | | | | | | | Patrick Venture (1): Build as c++17 (From meta-phosphor rev: 8c2866f6e6d909bfaf2d8ffb03b523bad851ab28) Change-Id: I5d3184cdd652d7214b663bf8e55449093a6bcfd3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump 0d7875b5b6..e6c3a443c1Andrew Geissler2018-09-121-1/+1
| | | | | | | | | | | Gunnar Mills (1): Login: Remove unused routeParams (From meta-phosphor rev: f3cc0c83374ff64733b2b42dbd0d374f4cf854f5) Change-Id: I986fb56c51ed6490fee26c000dca7b13fcf6a9a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-pid-control: srcrev bump 8f1791448e..22c257abd2Andrew Geissler2018-09-121-1/+1
| | | | | | | | | | | | James Feist (2): DbusConfiguration Flatten configuration Add stepwise controller (From meta-phosphor rev: 6838d316a130b2a8a853166993112b7f191a5273) Change-Id: I53151354c9408f4d9ef7476ca79ea77bcc3cc1ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove hidden-files in coredump(dir) during bootManojkiran Eda2018-09-122-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | It is observed that systemd-coredump has the capability to remove the older dumps which are having the naming style mentioned in /proc/sys/kernel/core_pattern, But will not remove any other files present in the coredump directory. It can happen that, while processing a dump the BMC Crashes and there by leaving the partial dumps in the coredump directory and these will be hidden and will not be removed by systemd-coredump service.These files can get piled up and the BMC can run into OOM condition.So idea of this commit is to make sure that , we remove all the temporary hidden files in the coredump directory during the next BMC boot. - Made a rule and placed it in /usr/lib/tmpfiles.d/*.conf which will be used by systemd-tmpfiles to remove the hidden files in coredump directory during boot. Partially Resolves openbmc/openbmc#2826 (From meta-phosphor rev: 9fe03c666476de51ab75904f008f45f8485ac9b2) Change-Id: Iff96b3880ebdeccb842e6aa7ff9807fcd451fb5a Signed-off-by: manojeda <manojeda@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-hwmon: srcrev bump cc86915b98..af6227a3ebAndrew Geissler2018-09-121-1/+1
| | | | | | | | | | | Patrick Venture (1): minor cleanup: remove unused c header (From meta-phosphor rev: 5de553b95907b19f44eb6d058320f90bb76c4dff) Change-Id: I661fcf072afd14ca10a9ad39488fd804b086dbeb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud