summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15entity-manager: srcrev bump 10a8c5fe93..eb8a4470aeAndrew Geissler1-1/+1
Brandon Wyman (1): configurations: Add Bellavista Vijay Khemka (1): FruDevice: Add error message for header (From meta-phosphor rev: c2c518508134555628e64bf80d83077fb152156f) Change-Id: Icc7178ea7695eed301d201705139af917b1e1dda Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-15phosphor-inventory-manager: srcrev bump 84b99d990c..ee294d6838Andrew Geissler1-1/+1
Brad Bishop (10): style: update clang-format manager: avoid default arguments Remove ability to configure Manager attributes manager: remove unused interface manager: claim busname after startup complete associations: explicitly pass deferSignal manager: explicitly pass deferSignal manager: add status don't emit unnecessary signals manager: fix build fail with CREATE_ASSOCIATIONS (From meta-phosphor rev: f8ad35805d3c19c436590ba707c7c7709496e2f0) Change-Id: Ic00cbe2bb964bb853873280c38e58e3d6d4b7ba2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-15Add Owners Plugin to meta-phosphorEd Tanous1-0/+2
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-phosphor rev: 5e1061625c76eae30079193405b0e3f2a508c528) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I669bede59775f9d9213e679797ad9d8c3e1db408 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-15Add Owners Plugin to meta-amdEd Tanous1-0/+2
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-amd rev: 0674e6ad3c53aa12cf56962b3d5627bc541356bd) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ie48ce1f7af59b2413565d3b9e66875596486a179 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-15openpower-hw-diags: srcrev bump 9fb657f9ba..dc5b0ff1d6Andrew Geissler1-1/+1
Ben Tyner (2): Attn: Change mpipl target to crash@0 target Attn: Code cleanup based on CI build suggestions Zane Shelley (1): Clean up warnings from Jenkins CI (From meta-openpower rev: 355e3846e90103502bd4c9fd6e48070ebdf0ae7c) Change-Id: I524bac846c343520e9eb529b5b70e638bf8a4084 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-15Change Owners Plugin in meta-bytedanceEd Tanous1-1/+1
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. Some commits pointed out that we should identify by email instead of name. This commit changes the existing owners to use email instead of name. (From meta-bytedance rev: bb6cdc41ccc377b092c320ae1bdf359f1bb4da01) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ie7596f216e3544df8eb2f8968a2285e3bb5c6d5d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14mpreboot: move to obmc-host-crash targetAndrew Geissler1-8/+33
For phal based systems, move the memory preserving reboot function to the obmc-host-crash target. This target is currently un-used on phal based systems. Make this move so that the obmc-host-diagnostic target can be utilized as a more generic target. Dumps like hostboot, sbe, and hardware can now utilize the obmc-host-diagnostic target to ensure the user knows when any type of diagnostic event is occurring in the system. Note that the obmc-host-diagnostic target will still be started as a part of obmc-host-crash since that target is what communicates to outside users that a diagnostic action is occurring. To ensure we do not regress the dump functionality on our non-pHAL systems, ensure the obmc-host-quiesce target remains within the obmc-host-crash target. Our non pHAL systems go straight to quiesce on a crash target call. 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-openpower rev: b3f8d51109a607c6efc158198767395c6441b152) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia6d5411f84ec6c83a7edb177a1635c931bbda041 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14Add ssifbridge recipeDung Cao1-0/+24
The ssifbride immplements a Dbus compliant interface for implementing SSIF interfaces. This daemon is standing between BMC SSIF kernel driver and DBUS IPMI Interface for sending IPMI requests and return responses. (From meta-phosphor rev: cf9a8ecdc994f24e7e5d52869fea528424028b8b) Signed-off-by: Dung Cao <dung@os.amperecomputing.com> Change-Id: Iae9efe017f76ea3987c189e2b9b3539b2fe62e03 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14image_type_phosphor: Support single signature for the tarball contentsGeorge Liu1-0/+8
Currently the contents of the code update tarball are individually signed and signature files for each file are created. In order to ensure that the contents of the tarball are the expected ones as a full package, it is necessary to create an additional single signature file bashed on the individual signature files. (From meta-phosphor rev: 80b9baede615563bc15e5218cb051f57ae451b8d) Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6373d4f0387e8f64c2c30be05e0d43af4ed9b913 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14phosphor-power: srcrev bump 462e592657..c761b5fc9dAndrew Geissler1-1/+1
Brandon Wyman (1): Add a phosphor::power::util getSubTree helper (From meta-phosphor rev: 9af5efe029421b7723e8be3a386a6b67c6fc0707) Change-Id: I86b6b57b2b32556c17833b8a3226258caad8eba5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14bios-settings-mgr: srcrev bump 8f706213cc..c0f926d6cbAndrew Geissler1-1/+1
Manojkiran Eda (1): Remove executable permissions to the service file (From meta-phosphor rev: 45388597376a2a4267c047e564ce471ad19bda9d) Change-Id: I7806850091aa3cd729fb0fd041ca4afd9ffafaf2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14phosphor-ipmi-flash: srcrev bump 9936c45639..0674a6d7e2Andrew Geissler1-1/+1
William A. Kennington III (2): version-handler: Add session stat version-handler: Produce errors for unavailable data (From meta-phosphor rev: 86b4b4fc1c2da8e1d40381d78a369a0d2a092967) Change-Id: Icb1b4e6d49179062f18a9996441be82df71f3af4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14phosphor-virtual-sensor: srcrev bump 26edaad467..6c19e7d2b6Andrew Geissler1-1/+1
Matt Spinler (1): Add object manager interface (From meta-phosphor rev: df627fecbff5c7939904c23cabf83f496b4f1b83) Change-Id: I79e853297c84bacce92233d416d2b8c8a7683392 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14webui-vue: srcrev bump 7def3249d4..ac2b3f08f4Andrew Geissler1-1/+1
Derick Montague (1): Update axios to remove vulnerabilities Yoshie Muranaka (1): Define SNMP page route in IBM navigation (From meta-phosphor rev: 8e9b780262bc7c6cf43d8089a2e1a04b4c8d33a3) Change-Id: Ie73e0f9ebe1479871de74d81c4bd79439fd0c3de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14bmcweb: srcrev bump 1a2a14379d..2d5fe9d0eeAndrew Geissler1-1/+1
Ed Tanous (1): Document Redfish OEM resource policy (From meta-phosphor rev: d2c8ddd8cd4d1fac480974b1bf501dd72fb2a33f) Change-Id: I1488681aa5de8c4685a6b5304f747fbad304b063 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14openpower-hw-diags: srcrev bump f5210bb662..9fb657f9baAndrew Geissler1-1/+1
Zane Shelley (1): Proper handling for unused parameters (From meta-openpower rev: ab507b057bbf0454a9a81c064a2aa26e774ff1db) Change-Id: Idb06d85b4160344b74b0f32131c7af51dd01a1df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-14openpower-proc-control: srcrev bump 87266c5973..ea0fb6fc4cAndrew Geissler1-1/+1
Andrew Geissler (1): add timeout to stop-instructions service (From meta-openpower rev: 0115043ef25fe58b57563f8c1a173590df8f13ae) Change-Id: I0649c22ff825bda3402a3c1ddefc41e1e01a7656 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13phosphor-debug-collector and phosphor-dbus-interfacesAndrew Geissler2-2/+2
phosphor-debug-collector: srcrev bump 969f9a5904..f37c5c3b3e Dhruvaraj Subhashchandran (1): Remove unused DumpType from Notify implementation. phosphor-dbus-interfaces: srcrev bump a57b7e1a0d..962f955868 Dhruvaraj Subhashchandran (1): Update Notify method to remove unused DumpType Matt Spinler (1): thresholds: Add 2 new threshold interfaces (From meta-phosphor rev: a9ee1a90ff39a31e6ca884ea9b669755bffeab79) Change-Id: I48cafc668a8a58fcc95c285104bc7a776094e199 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@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-13pldm: srcrev bump 8fc3edbc65..41989ebb62Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Remove the dump type from Notify method. Patrick Williams (1): oem-ibm: change default (From meta-phosphor rev: 9379133717eb4f4ec3f33a874b375a2ffdf32b3b) Change-Id: I82f5b84255ab1e9fdc16504874c2a7ad5465f4c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13Add recipe support for bios-settings-mgrManojkiran Eda1-0/+30
- This commit would add the recipe support for the openbmc/bios-settings-mgr. (From meta-phosphor rev: 23ebe53caf5cef5763c4ed5527dd9f41e87d4163) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ic5ead25980c2a8978e60adcefe99608d9e82efff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13ensure sbe started after pre targetAndrew Geissler1-0/+1
For the synchronization targets to work correctly, a service must Wants and After it. The Wants was missing here so there is a race condition where this may run before the FSI scan service has completed. (From meta-openpower rev: d1b13abc9dfaca474102bc09939efa417c5eeb3e) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If02755f774c40a031ef2f37a3bc1718328da5a1d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13meta-evb-ast2600: Add obmc-phosphor-bsp-common.incTroy Lee1-0/+2
Add obmc-phosphor-bsp-common.inc for building OpenBMC image. Tested build with: TEMPLATECONF=meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf . openbmc-env bitbake obmc-phosphor-image (From meta-evb rev: ddba410ebffe7bace588ff6d216c43608f4c5310) Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Change-Id: Ia005eb875f11fec8ffb3aadd5fff4b93a3028f3a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13meta-facebook: yosemitev2: Add post code support for multi host in ↵Kumar Thangavel1-0/+1
meta-facebook. 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-facebook rev: 3247463e69d7645ec9805a2a50d65e1c525d08cb) Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ib6c410a0cae9776c595d53387ab017c496bccb97 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13meta-evb-ast2600: Add an new convenience layer for OpenBMC AST2600 EVBTroy Lee5-0/+70
This commit has been verified with AST2600A1 EVB with the image created by the following command: TEMPLATECONF=meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf . openbmc-env bitbake obmc-phosphor-image (From meta-evb rev: 9ec0661731103f703660aa65b5806a126a4f69fb) Signed-off-by: Troy Lee <troy_lee@aspeedtech.com> Change-Id: Ie928880ed77ea77cecb33a900092f6ffc5454fb8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13openpower-hw-diags: srcrev bump cb45738355..f5210bb662Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Add support for raw PEL creation (From meta-openpower rev: 075dcceaf5ecbf19f58902236a330d752b3fc13b) Change-Id: Id8c520bf06cd1f3f7373017f6d2be844653f9083 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13openpower-libhei: srcrev bump f8a726b7cf..cef6349ad5Andrew Geissler1-1/+1
Zane Shelley (1): Proper handling for unused parameter (From meta-openpower rev: 7c0d47e925427bab1caa7360118561f7d377358b) Change-Id: I6ca8d027e74cba020e8ab3e990c33a55a00ce028 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13openpower-vpd-parser: srcrev bump 2f793048e5..9094d4f645Andrew Geissler1-1/+1
SunnySrivastava1984 (1): Restore system VPD if EEPROM data is blank. (From meta-openpower rev: adacb3a935e1a0b8136a832345557a9b4b6a4e77) Change-Id: Iecd082f70e00fe00e388d1471d872d6d80b88d24 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13meta-ibm: Update notes file to be clearerRashmica Gupta1-1/+1
(From meta-ibm rev: c203fa3d1ca3de7d61b3c06a22dbf4385202cc78) Change-Id: Iab1adeab9ff493e05e26f31f72c9cb708f28e73e Signed-off-by: Rashmica Gupta <rashmica.g@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13webui-vue: srcrev bump 5fe1c3fed7..7def3249d4Andrew Geissler1-1/+1
Derick Montague (5): Update PageContainer snapshot test Fix lint warning Fix input icon being hidden on input focus Fix broken info-tooltip spec and snapshot Fix broken TableToolbar snapshot test Sukanya Pandey (7): Add test case for input password toggle component Add unit test cases for table toolbar component Fix issue related to profile settings page Add unit test cases for status icon component Resolve issue of page not found when opening new tab Add translated cancel title to all modals Add unit test cases for table cell count component SurenNeware (2): Add unit test cases for info tooltip component Removed truncated style from overview page Yoshie Muranaka (1): Update IBM router and navigation (From meta-phosphor rev: 89eae56f40d1902813af8895451a46f9bb628386) Change-Id: If098b68d890bfc2f53ef47876f56ad22b501b617 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13entity-manager: srcrev bump c7c5de795c..10a8c5fe93Andrew Geissler1-1/+1
Brad Bishop (1): entity-manager: scan after ObjectManager signals (From meta-phosphor rev: 472c23ff91b2a1fbbcd06643280763155a1b0d88) Change-Id: Idadebd8ce3569bbc8322d3951447297049a9a1af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13phosphor-logging: srcrev bump eb3dd4b066..e7d271ae7eAndrew Geissler1-1/+1
Adriana Kobylak (1): extensions: pels: Add PEL path to elog entry (From meta-phosphor rev: 2842e48fbccba994f510280e363a4ad31dfeabb4) Change-Id: I916db60d52a35328aa7439a56e73f9be31c645d2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13phosphor-dbus-interfaces: srcrev bump 4c7663b0e5..a57b7e1a0dAndrew Geissler1-1/+1
Andrew Geissler (1): Revert "Update Notify method to remove unused DumpType" Dhruvaraj Subhashchandran (1): Update Notify method to remove unused DumpType PriyangaRamasamy (1): Interface YAML:Battery (From meta-phosphor rev: 3de9e4d3f625fd02f13eedf1c8dc869e43d7c2f7) Change-Id: Ibd2b4aea117e4a3e112ae71fa9af7addb1e942d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13dbus-sensors: srcrev bump 6736d4b2a7..6e6ac0f850Andrew Geissler1-1/+1
Josh Lehan (1): dbus-sensors: PwmSensor math types cleanup (From meta-phosphor rev: 4983d0feea321a7026bd2f9003171535002f142b) Change-Id: Idd8e0029eb01be314f8e878494de35e7c30001c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-13Change Owners Plugin in meta-hpeEd Tanous1-3/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. Some commits pointed out that we should identify by email instead of name. This commit changes the existing owners to use email instead of name. (From meta-hpe rev: 12b5fa18c5da9e206df8ddf53128e92796454d28) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ic508638ebb8cb7fea5064eaeebc67c148cc2c4e4 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-12Add Owners Plugin to meta-yadroEd Tanous1-0/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-yadro rev: 86e314b458ea73f2beb84d1da315a1e17a69e04e) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ifc0ead39f1b8292a7c3b72c7cb29791efb4d3c66 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12fb-ipmi-oem: srcrev bump 0c810eff9a..ad04924d4fAndrew Geissler1-1/+1
Kumar Thangavel (1): fb-ipmi-oem: yosemitev2: Add Ipmi implementation for read post codes Manikandan Elumalai (2): meta-yosemitev2: add gpio description for debug card yosemitev2:add host physical location info of DIMM (From meta-facebook rev: 3500c0230b9f4f4e42a9020e29b21849b6d228ec) Change-Id: I78675fd62cf31121ffae39c5ea9d66a134ef1a8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Add Owners Plugin to meta-facebookEd Tanous1-0/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-facebook rev: 28cff23c0149ea0a4700a745ec7ad4073624158c) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Ief21b08a8fe3f15697aa0328a957d0bfa119cb48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Change Owners Plugin in meta-inspurEd Tanous1-1/+1
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. Some commits pointed out that we should identify by email instead of name. This commit changes the existing owners to use email instead of name. (From meta-inspur rev: f9304cb419e85d5db387f809859a4c4bc5751314) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I77ecf97e6622a999c1df42f61e4fef4045ebec8c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Add Owners Plugin to meta-openpowerEd Tanous1-0/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-openpower rev: f528a4e54b1def5a482d4f8f0635d56c8bd1fe1e) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I7c9104b3fab9acb1e9e12076e8a9bc4a85498270 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12bytedance: g220a: Remove the local patchJohn Wang1-2/+0
This patch is for phosphor-ipmi-host (From meta-bytedance rev: 588f458cf553f84e1cc2cc9e7dca07ed6ebd3d86) Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Change-Id: I41a0c113ec6853f8a49ac1664c66595419b570e8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Add Owners Plugin to meta-bytedanceEd Tanous1-0/+2
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-bytedance rev: c4f35df1767bc36a49b2126f95fbf4d9a3a4cabf) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Iab01da867119eed372dc14f94a277b7330665211 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Add Owners Plugin to meta-ibmEd Tanous1-0/+2
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-ibm rev: 501f9fd6b63c8b11c0ae0f6268a98c33b764caa0) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I05862abb52f7fac1bcf4fdd939a1101aa2431f9d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12gpio-presence: wants relationship with multi-userAndrew Geissler1-1/+1
The rule of thumb within OpenBMC is to utilize a wants relationship with targets, especially the multi-user.target. This follows the general design of always allowing the system to continue whenever possible. For example I'm doing some bringup in simulation where these services are not required, but their failure is impacting my ability to reach a successful multi-user.target state which impacts other targets that depend on it. Tested: - Verified multi-user.target completes successfully now on my bringup system (From meta-ibm rev: f2f6d38efdfa1a88a5f41b9871e0d3aa76f193d1) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I687fbbb7006a3d9b9abe1d308802914d64224410 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12rainier: Add max31785 hwmon device for EverestMatthew Barth2-0/+18
Everest has the max31785 at a different i2c address that is behind a mux, so install its hwmon config at that associated location. Tested: Hwmon instance for the max31785 starts successfully on Everest (From meta-ibm rev: cd84eb53a79edcabddd5e7720f9e0389f4e96151) Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: Ide9ca8bd76d708ef9453dc7d02526dfbb1dd8a30 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12Update packagegroup for RainierBrandon Wyman1-1/+5
Rainier does not need/want the old PSU monitor. (From meta-ibm rev: eba91da180e9ec5b7260aebb87fb05ab1e48c930) Change-Id: I6c9e58257cd7a8b3a675b69ae3d88603a8fb0e94 Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12rainier: Re-add fan presence gpios on EverestMatthew Barth1-0/+24
Corrected the gpio pins and paths for detecting fans wired to a PCA9552 behind a mux according to the Everest schematics. Fan presence will fail to access these gpios until the Everest dts is updated to expose them. (From meta-ibm rev: 072949a9b84112572559baa76d12b9a7c77f8547) Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: I9456ff8bd4298f3414f41180732e8e17b738acfa Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2021-01-12rainier: Remove fan presence gpios on EverestMatthew Barth1-24/+0
Temporarily remove detecting fan presence by gpio on Everest until the gpios are added within the dts and accessible in userspace. (From meta-ibm rev: 7c4944f2dfd2ce5ab811f7e07a5a4d8de5949ee4) Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: I62f80e494a9d0feffa45cc3a1e08f0a859fca35b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>