summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/state
AgeCommit message (Collapse)AuthorFilesLines
2021-04-26phosphor-state-manager: srcrev bump 525478053c..aaa2e11057Andrew Geissler1-1/+1
Andrew Geissler (1): sched-host-tran: change info trace to debug Change-Id: I51e4aae2d2b3b08f691a39628ea520eb285ab87a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-22phosphor-post-code-manager: srcrev bump 84a4c19c48..0171dd6bceAndrew Geissler1-1/+1
Alan Kuo (1): Add the BIOSPostCode events into the BMCWeb EventService Change-Id: Icd1d25abf1ca9961b32c982261909145bb1fc655 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-15phosphor-state-manager: srcrev bump 4a4c1a6943..525478053cAndrew Geissler1-1/+3
Patrick Williams (2): obmcutil: fix shellcheck issues enable shellcheck Change-Id: I3473c064b88f2df04b58ce7b9a8b910aa783711f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-24phosphor-state-manager: srcrev bump a59fca489e..4a4c1a6943Andrew Geissler1-1/+1
Andrew Geissler (4): clear temp reset file on host running clear temp reset file on chassis on remove host@%d-on from config options update documentation on clearing of *-on files Change-Id: Ibed6a41d5bb6a542e2127d21b51d05a19c7e9f19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-19phosphor-state-manager: srcrev bump 35ca2e34cd..a59fca489eAndrew Geissler1-1/+1
Andrew Geissler (1): reduce scheduled host transition logging Change-Id: Ib7473e024734bd1e834308bd5d50df6106700b3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-12Bump the changes related to post codesAndrew Geissler1-1/+1
PDI : Change the signature of Raw PostCode property Change Post codes signature to contain Secondary Code phosphor-host-postd: Fix code to consume the secondary code phosphor-post-code-manager: Add logic for supporting the secondary post codes fb-ipmi-oem : Fix the dbus signature used for setting postcodes Change-Id: I503eb5ebb70f4f8200a0e6e6f9ff6c052075d2e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-03-04phosphor-state-manager: srcrev bump 75f38ee42d..35ca2e34cdAndrew Geissler1-1/+1
Andrew Geissler (1): power-restore: one-time support Change-Id: I1d64fe88b371a64b552d0f17766e562761d98eff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-26phosphor-post-code-manager: srcrev bump fd45f78858..08125ca77fAndrew Geissler1-1/+1
Jonathan Doman (1): Update D-Bus names per design Change-Id: I811757d7670afd083a2ef1c382cea1314f3ee767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-25hypervisor: introduce new package for state managerAndrew Geissler1-1/+5
This new phosphor-state-manager package allows a user to track the state of their hypervisor firmware. This new software utilizes the BootProgress property to determine the hypervisor state and relies on a different software entity (for example PLDM) to monitor state requests and send the appropriate messages to the hypervisor firmware. Includes the autobump which has the new function: phosphor-state-manager: srcrev bump 58477b5287..75f38ee42d Andrew Geissler (3): hypervisor: state management support hypervisor: monitor boot progress hypervisor: reset requested host state on power off Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I4c4bfc06db3b38b114c28692db808cffceff628a
2021-01-30phosphor-state-manager: srcrev bump 1e8b164f7b..58477b5287Andrew Geissler1-1/+1
Andrew Geissler (3): synch targets: ensure wants relationship ensure synch targets started by execution targets clarify power stop and start targets Change-Id: I5bc45f3ec1467edfbb3f47182dbca9e1d7cfa872 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-01-13remove quiesce target from crashAndrew Geissler1-1/+1
The host crash and quiesce design is being refactored a bit to allow for a more generic implementation. For example, in some cases it's desired to go from the crash to diagnostic to quiesce targets vs. directly from crash to quiesce as done now. Leave it to the system policy recipes to set these targets relationships as they see fit. Tested: - Verified with all commits in this Topic that the witherspoon system has the same service layout as before and the rainier system has the new layout (crash used for mpipl) (From meta-phosphor rev: 3a20d587cb274756624214a0ee6a9e1d94142bc9) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8f1b003a19de9d6dcefa5bd05a46316635f2c985 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13remove warm reboot from diagnostic targetAndrew Geissler1-8/+0
Initially the diagnostic target was only tied to one type of system event. This one system event required a warm reboot so it made sense to just put that directly in this recipe. There are now new use cases for the diagnostic target that do not want or need a warm reboot. Remove the warm reboot from the diagnostic target and let other recipes add it if needed for their use cases. Tested: - Verified with all commits in this Topic that the witherspoon system has the same service layout as before and the rainier system has the new layout (crash used for mpipl) (From meta-phosphor rev: 2406ed7d08b4d4c9f2ea7960094aea9aed79f4ac) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iea5b791057c74a2be880d842436284fa23bd15bc Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12meta-phosphor: Add post code support for multi host in meta-phosphor.Kumar Thangavel1-1/+11
Added implementation to handle post codes from multiple host to BMC with multi process approach. Each process handles post codes for corresponding host. TESTED : Built the openbmc image targetting Facebook YosemiteV2 hardware. Verified all the host's postcodes stored in corresponding host directories. (From meta-phosphor rev: 57042e2fdb40b185721d7a8e9fc54d56d382b083) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: I490558737b601fccb74da3b2dbef5e173343683f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12install host state transition servicesAndrew Geissler2-1/+19
See the following for more details: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-state-manager/+/39359 This will install the services required to get the TransitionToRunning and TransitionToOff support for CurrentHostState. Includes following in bump: Andrew Geissler (1): host state transitioning support Tested: - Verified CurrentHostState changed as expected doing a host on, off, and reboot. (From meta-phosphor rev: 56b7928ea464b89f1f585a92549d9026d1b91a43) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Iffd6a7b9a71a0df0ee1180797db4253051436edf Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-post-code-manager: srcrev bump 9d91a39a3a..fd45f78858Andrew Geissler1-1/+1
Kumar Thangavel (1): phosphor-post-code-manager: Add post code support for multi host (From meta-phosphor rev: c5d5f9968b30ffe1b96155bde70907d121986bd0) Change-Id: I05b63b8d8f527015af9ef84b080264a174a22fd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-state-manager: srcrev bump 3191be88af..bbbc016552Andrew Geissler1-1/+1
Matt Spinler (1): Put state change values into the journal message (From meta-phosphor rev: 2f0ae7561b028c34cbcf95d20189f3cb68743bcb) Change-Id: I4d4bece39df6e1ca18c6adfaf22c90dff36a3b38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05phosphor-state-manager: srcrev bump 162c7bfb0c..3191be88afAndrew Geissler2-1/+10
Andrew Geissler (5): soft-off: ensure pldm soft svc stopped on hard poweroff autoreboot: clear one time properties on chassis off autoreboot: one-time object support autoreboot: add one-time property to logic autoreboot: add one-time support to obmcutil Install new phosphor-clear-one-time@.service into obmc-chassis-poweroff@.target (From meta-phosphor rev: 948e50a15fd86fb84b9697019cf3ae099fa114fb) Change-Id: I3e883d65ceb403aea09e21dfe1a95bea5f5bffdb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-30phosphor: ensure host state sensors cleared on host quiesceAndrew Geissler1-0/+8
By design, nothing occurs in the obmc-host-quiesce target. The point is to leave everything in its current state so external debug can occur. The host states sensors should be reset though so other BMC software knows the host is in an undefined state. Tested: - Verified sensors were reset when obmc-host-quiesce target was started (From meta-phosphor rev: 1ac5d20b80688027c61b153e8ba46dc1e855b030) Change-Id: Ib99b0261976335bbc0644e5572a131c4f3e25304 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-30phosphor: ensure host state sensors cleared on host stopAndrew Geissler1-0/+8
With some of the new targets like obmc-host-diagnostic-mode, the BMC can be a while in these targets before other ones are started which start initializing these sensors again. Need to be sure to reset them to defaults once the host is stopped for any reason. This ensures that other BMC software which is looking at these to know host boot state have the correct information. Tested: - Verified sensors were reset when starting obmc-host-diagnostic-mode target (From meta-phosphor rev: 6f640bd9fcabae0affc0883940e47bdd5a13e752) Change-Id: Iee12327b769ffed03dabb050fd4eed8137f76fe0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-25systemd-units: ensure required class is inheritedAndrew Geissler1-0/+1
Although the project is trying to get away from the use of obmc-phosphor-systemd, need to ensure it's being used where required. This recipe utilizes it to create chassis/host synchronization and action targets. (From meta-phosphor rev: de30c9857a4b93e657a8c32af33f3c84f659463c) Change-Id: I7ddc13c2997f8a38a59e81250aa1b03a76f7625c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-25systemd-units: move state units to own incAndrew Geissler2-96/+120
The openbmc project is moving away from obmc-phosphor-systemd and its SYSTEMD_LINK macros in favor of more explicit package based installation. This commit gets phosphor-state-manager going in the right direction so that future targets and services can build on the new way to do things. The chassis/host action and synchronization targets still need some additional thought and effort. Tested: Booted up image in QEMU and spot checked a few services ensuring they were still in the expected locations. (From meta-phosphor rev: 5059a445b94e70efa7d6c90c1b5e7aa755dfe1d7) Change-Id: I576cddd8ae10edb222d45e5b4903ea7195def4d4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-24phosphor-state-manager: srcrev bump 44c223ce1a..162c7bfb0cAndrew Geissler1-1/+1
Andrew Geissler (1): bootblock: ensure no power operation on block (From meta-phosphor rev: fa674755ba254010f6d08efb01373808cefbb875) Change-Id: Idd4da5efae4e9b20be87e3fdd62326f3130a2992 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-28phosphor-state-manager: srcrev bump 7fdad605ab..44c223ce1aAndrew Geissler1-1/+1
Jayaprakash Mutyala (1): bmc_state_manager: Add HardReboot support to BMC (From meta-phosphor rev: 0a4d590852bd82f73211d42ac2a4c0a4f27e158a) Change-Id: Ib29dcaad032ab5405043948c3b7b8f3555e54f0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-state-manager: srcrev bump d8779cd867..7fdad605abAndrew Geissler1-1/+1
Andrew Geissler (1): option to disable warm reboots (From meta-phosphor rev: e9129c2947a3dc36c96f698a6c5f0e2c188d8d30) Change-Id: I799e84974b13558185be607abed8cbf79953ad84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-12phosphor-state-manager: srcrev bump e426b58976..d8779cd867Andrew Geissler1-1/+1
Andrew Geissler (1): obmcutil: fix optional param regression (From meta-phosphor rev: 1dde38c78ae35141a0698d51635a2ec037728f8e) Change-Id: Ie979a1ea66c42a44c15ddf078bdb13a823b90944 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-05phosphor-state-manager: srcrev bump 42f2898d18..e426b58976Andrew Geissler1-1/+1
Andrew Geissler (1): clang-format: update to latest from docs repo (From meta-phosphor rev: 33bf28d869f77bb7d51b267ba43364f2523103d1) Change-Id: If28d89426e073371793cf7cd224172137bcfac5c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02phosphor-post-code-manager: srcrev bump 993d4dd9dc..9d91a39a3aAndrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: 28b08e4b71af1d41dcf95f9ca91c2e5e5afba2f9) Change-Id: If2da0e5b540ec8c6982d40cb73d35ecb069f9b01 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-27phosphor-state-manager: srcrev bump 2975e26fe7..42f2898d18Andrew Geissler1-1/+1
Andrew Geissler (6): boot-block: don't power on if blocking err present boot-block: add option to query blocking errors boot-block: inform user if blocking error present logs: add option to list logging entries logs: provide option to display log logs: provide option to delete all logs (From meta-phosphor rev: d7a39ab0530b594472b701d28b00c414f5b81bc4) Change-Id: Id8c9ee9e747e337ff7a7fa4195806c23e0bd0766 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-15phosphor-state-manager: srcrev bump 34b3b407d5..2975e26fe7Andrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: remove deprecated variant_ns sdbusplus: replace message::variant with std::variant (From meta-phosphor rev: dde46ebc13f4f979a0bcc579391b1da03a4e28aa) Change-Id: If70d3964b3ed20c740dcf645f244cd848b7064a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-08phosphor-state-manager: srcrev bump dc059399bc..34b3b407d5Andrew Geissler1-1/+1
Andrew Geissler (2): oneshot: discover-system-state: remain after exit multi-user: do not use wants relationship (From meta-phosphor rev: 27a358582ebbaad71da4a6c4dee7dd837a2e0032) Change-Id: I9fca5fad7079e351a22db1109b7a50798680c65b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22phosphor-state-manager: srcrev bump 4ca6f3f4fe..dc059399bcAndrew Geissler1-1/+5
Carol Wang (5): sched-host-tran: implement host transition process sched-host-tran: handle with BMC time changing sched-host-tran: store/restore the value of scheduled time and requested transition sched-host-tran: implement systemd service sched-host-tran: code refactor Include the change to use the new binary and service in the recipe (From meta-phosphor rev: 73b971109ae838e6e74bd029ad983a598f16f567) Change-Id: Ica94e1988ec22e65b8dc897906ee69bc4abf0a32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26meta-phosphor: logging/post/dbus-iface bumpsMatt Spinler1-1/+1
The phosphor-dbus-interfaces bump has commits that have coreqs to phosphor-logging and phosphor-post-code-manager. phosphor-dbus-interfaces: Andrew Geissler (1): hw-error: introduce bmc quiesce state Carol Wang (1): Dbus: Change interfaces for Scheduled Host Transition Matt Spinler (2): Add update timestamp property on Logging.Entry Add Logging.Create.CreateWithFFDCFiles method Vijay Khemka (1): State:Host: Add restart cause Zhikui Ren (1): Add Timestamp to BIOS POST Codes and Boot Cycle Count phosphor-logging: Matt Spinler (1): Add createWithFFDCFiles D-Bus method stub phosphor-post-code-manager: ZhikuiRen (1): Add timestamp to BIOS POST Codes log and DeleteAll interface (From meta-phosphor rev: 585674d921fda6331eab40d107f8723184f13f05) Change-Id: I3c05a415ff3c76e227e43ba048c6b718f01092e6 Signed-off-by: Matt Spinler <spinler@us.ibm.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-02-21phosphor-state-manager: srcrev bump 47b96128da..c9844634fbAndrew Geissler1-1/+1
Andrew Geissler (1): update for new host states and transitions (From meta-phosphor rev: 4cc4cf84f6956edd02a9aee27b195f205f52bceb) Change-Id: I34a4ebf57eae44120b70c2d8442005a5c618e603 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-21new diag and warm reboot targetsAndrew Geissler1-3/+39
This commit supports the new warm-reboot, force-warm-reboot, and diagnostic-mode targets. Note that some systems, such as openpower based servers, will require additional services from their corresponding meta layer to fully support these new targets. phosphor-state-manager: srcrev bump c101157e5b..47b96128da Andrew Geissler (6): warm-reboot: add in new targets warm-reboot: support new host transitions diag-mode: create new diagnostic mode target dead code: remove an unused definition change systemd signal handler to be more specific diag-mode: support entry into diagnostic mode (From meta-phosphor rev: accb48453b2c0c7a2149e7b2ca455476b0f89d9c) Change-Id: I73e1c053d19d1d62dc61b565905ea09828d96945 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10move state systemd files to phosphor-state-managerAndrew Geissler11-150/+87
The OpenBMC target and service systemd files have been moved to phosphor-state-manager. This commit will move to those changes and delete the files from meta-phosphor. Bump Details: phosphor-state-manager: srcrev bump 4640d48e99..c101157e5b Andrew Geissler (3): move state manager service files into its repo ensure reboot service runs after host stopped move openbmc targets into this repo Tested: - Verified data files and services were all in expected location within witherspoon QEMU run - Verified openbmc systemd target were all in expected location within witherspoon QEMU run - HW CI will verify targets are still working as expected (From meta-phosphor rev: 77cfb0f54a23c3efeba26100110e54055accd16d) Change-Id: If5048f63d07ce45b4bc1f2303d1e87275324a818 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16recipe does not need to install json fileAndrew Geissler1-5/+0
As noted in this review: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/27903/6/recipes-phosphor/state/phosphor-state-manager_git.bb#146 meson handles the installation of the json file for you so the do_install_append section is no longer needed. Tested: Built image and verified json file was still in correct location within QEMU. (From meta-phosphor rev: 779f11d8b90e6829b2ec68311b2aa4f64c1adcef) Change-Id: I7b16ad5fba1694d80d51bf915233f4eeab426d39 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14meson: move phosphor-state-manager to mesonAndrew Geissler1-4/+3
Includes the following in bump: Andrew Geissler (9): meson: fix up compile errors found by meson meson: binary building support meson: fix new warnings found by clang-tidy meson: enable unit tests meson: move service file into its own subdir meson: add in service file support meson: add json file into meson meson: add obmcutil to bindir meson: remove automake legacy files (From meta-phosphor rev: c1debbbad981bae1ecfdaa41da4d5ac68f3f9173) Change-Id: Ic9ff5ced2b8fefa4830fac6005b5af855e6d06c8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-06phosphor-state-manager: srcrev bump a65d30d16b..c543af24b4Andrew Geissler1-1/+1
Andrew Geissler (1): remove libboost_system dependency (From meta-phosphor rev: 1803bbfbc4e9ddbb374ea49d31b5687555350820) Change-Id: I1bfcbcba07c38324094a0412acd7d9e7730e3d63 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-06phosphor-post-code-manager: Add recipe fileVijay Khemka1-0/+24
Added initial recipe file for post code manager. It saves history of post codes. (From meta-phosphor rev: 28c16972c6b3e8e9a2392b4b0fd54d6c897f6438) Change-Id: Ia13d480d148ffeb73ac9fd0ea7e4eba85b506530 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-25phosphor-state-manager: srcrev bump 8be702939c..a65d30d16bAndrew Geissler1-1/+1
Vishwanatha Subbanna (1): Add support for bmcrebootoff and bmcrebooton (From meta-phosphor rev: 7fb16e574c145924c19d30aa8dd3579d1be6302a) Change-Id: If0eda6d780a4a5ab5b53d1cb91b1563935c065a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22phosphor-state-manager: srcrev bump 38605ee2b3..8be702939cAndrew Geissler1-1/+1
Andrew Jeffery (1): obmcutil: Silence kill error message by quoting test variable (From meta-phosphor rev: 198ffad941cdb992fbc338353c3aab155fd89cf6) Change-Id: I573f477983b4655650c2725abca9cace866e68b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-21phosphor-state-manager: srcrev bump 84b3b29efa..38605ee2b3Andrew Geissler1-1/+1
Andrew Geissler (2): monitor: refactor systemd signal monitor variable monitor: support systemd delay getting on dbus (From meta-phosphor rev: 1732c384e90de3d54a996f067a242177a16fd334) Change-Id: If577ff5ffb4ddbbf5f31321c8dd3428a1b358926 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-12phosphor-state-manager: srcrev bump 2869a92621..84b3b29efaAndrew Geissler1-1/+1
Vishwanatha Subbanna (3): Add support for rebootoff and rebooton Add support for recoveryoff and recoveron Add support to mask and unmask host crash target (From meta-phosphor rev: 4b1d78c747adae54374b48406c32e7abaec61478) Change-Id: Ifd3f31b0fe3a5b0ed0959bc8e00bde2cc4d14173 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-29phosphor-state-manager: srcrev bump a6e7bbf0d6..2869a92621Andrew Geissler1-1/+1
Andrew Jeffery (1): obmcutil: Quote variable in non-zero test to avoid always true result (From meta-phosphor rev: 400b892e15e02f14732a38d767393a4ba2480805) Change-Id: Iea100e057518cbea48ff624c0004a6ad0999363b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23phosphor-state-manager: srcrev bump 60c3ac8c87..a6e7bbf0d6Andrew Geissler1-1/+1
Gunnar Mills (1): Update openbmc-systemd.md link (From meta-phosphor rev: 27d40b06fbd3fa7f4db900c2129613f77a874a01) Change-Id: I4b89626390449f96e153dbf7b1f82c8ae428f9df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-state-manager: srcrev bump 2f60aaeb70..60c3ac8c87Andrew Geissler1-1/+1
Andrew Jeffery (1): obmcutil: Implement --verbose (From meta-phosphor rev: 9cfd00ada4e9a0f3a89a9e1c2dbb1d9a84774899) Change-Id: I749b6229d37e4af1bba81f12517f2c0fa52e9b58 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-state-manager: srcrev bump 874051c8f7..2f60aaeb70Andrew Geissler1-1/+1
Andrew Geissler (5): cppcheck: Fix format string warning cppcheck: Fix "Uninitialized variable" warning cppcheck: Make settings constructor explicit cppcheck: Reduce scope of temp variable Make D-bus systemd error handling consistent (From meta-phosphor rev: ab84fe29fb3140fabb3c796846fd5119980d667a) Change-Id: If683d5d3c7d465bffb7a686efc559a966874c17f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25phosphor-state-manager: srcrev bump 27115aec88..874051c8f7Andrew Geissler1-1/+16
Andrew Geissler (8): sysd_monitor: Initial application framework sysd_monitor: Parse command line parameters sysd_monitor: Create default monitoring json sysd_monitor: Parse json file(s) sysd_monitor: Handle default for errors to monitor sysd_monitor: Monitor and log errors sysd_monitor: Add systemd unit and required json Ignore code coverage files Add in appropriate dependencies to build the above commits. A separate commit will enable the new feature. (From meta-phosphor rev: f26fd90b0b6fe9f39704d3aa2ba7c572ecde9fda) Change-Id: I76ab84df762fe55bfea7848b7d78d0bcf5163cef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06phosphor-state-manager: srcrev bump d6fe3150e1..27115aec88Andrew Geissler1-1/+1
Aatir Manzur (1): Blackout error logging (From meta-phosphor rev: a98b5c9b9616cc121ceecf5476777322ec7df2b8) Change-Id: Ica4e30e00b86a2cf0b351e72f268caa79ca35c1b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>