summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-04bytedance: g220a: uart: Update the uart-routing pathLei YU1-8/+8
With the upstream aspeed-uart-routing changes, the user space interface needs to be updated to use the new path. Tested: Verify the SOL is working fine on g220a. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I4313d240b2778ef8070214eb19029b559588bcea
2021-11-04repotest: reduce patches in meta-bytedanceLei YU1-3/+0
With the previous commit and 98f38d4c8, several patches in meta-bytedance are removed. Remove such patches from repotest. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If6226949a8063ca5e2aab56aff2b57e54cc963f8
2021-11-04bytedance: g220a: Remove aspeed-uart-routing patchesLei YU3-571/+0
The aspeed-uart-routing patches are in openbmc linux tree now. Remove them from this layer. The remaining patch will be submitted to the openbmc linux tree as well and will be removed after it's merged. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I5d9db3701fe7b2e92e4960155c9b3e24fefdaf23
2021-11-04meta-ampere: fix shellcheck issuesThang Q. Nguyen14-262/+230
Fix all issues from the shellcheck checked on bash shells under meta-ampere. Tested: Verify the following features: 1. Power control (on,off, cycle, graceful shutdown, hard reset). 2. UART switching. 3. UEFI firmware update. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: Idabf839b7521ecadb642230cc8bb3472c787002e
2021-11-04Partially revert "treewide: remove obmc-system-mgmt feature"Patrick Williams36-0/+51
The obmc-system-mgmt feature is currently used in the image to trigger inclusion of a virtual-provider which provides a number of packages many systems need. Partially revert the removal of this feature so that the outcome is: 1. The empty obmc-phosphor-sysd package is still removed. 2. By default the 'obmc-system-mgmt' feature is included, unless specifically exempted. 3. All EVB platforms remove the 'obmc-system-mgmt' feature since they have no system they are managing. This partially reverts commit 060ad3ff7fcc30aff78a9e504efee9d8fa0d4526. Tested: * Built `bletchley` and confirmed `packagegroup-fb-apps-system` and `entity-manager` are present. ``` entity-manager armv7ahf-vfpv4d16 0.1+git0+6bf41588ab-r0 packagegroup-fb-apps-system all 1.0-r1 ``` * Built `witherspoon` and confirmed `packagegroup-op-apps-system` and `pdbg` are present. ``` packagegroup-op-apps-system noarch 1.0 pdbg arm1176jzs 3.3 ``` * Ran `bitbake -p` on `evb-ast2600` to confirm the undefined `virtual-obmc-system-mgmt` is not being included in the image. Change-Id: I8b7804d5101cc84a2c57473b3f85672bf7767c67 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2021-11-04meta-facebook: fix shellcheck issues in scriptsPatrick Williams4-68/+66
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I62cf17d414795e91d673d468a196d4f0a6c0a71b
2021-11-04repotest: add json lintingPatrick Williams2-1/+13
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I99dadfac3c2d324bb5ef6a5ab399ad35825b34d5
2021-11-04repotest: refactor shellcheck slightlyPatrick Williams1-11/+43
Refactor the shellcheck implementation so that: 1. Files are checked by extension if their `file` type doesn't match a known list. Some shell scripts do not use the proper shebang and end up not being detected by `file`; attempt to revert to extension in that case. 2. Facilitate easier addition of multiple linting tools for other file types. A follow up commit will add 'json' linting with only a few changes. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ce60432c4bd123d9d9c14466505c2d4b2477959
2021-11-04openbmc-env: fix shellcheck errorsPatrick Williams1-8/+10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0a12cd34c3cff8381bfd6197c11eb91a4efcf0f4
2021-11-04setup: fix shellcheck errorsPatrick Williams2-7/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4c09e61294506659500f9760993dd4b8b6f22f23
2021-11-04repotest: fix shellcheck errorsPatrick Williams1-7/+6
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4f4e7957218642dc252880a0a0ea575ebde10512
2021-11-04repotest: enable shellcheck-based lintingPatrick Williams1-1/+134
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I48ff0b633697ddd16a7119519399c6579688436d
2021-11-03intel-ipmi-oem: srcrev bump bd51e6a9ae..c573390054Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8b627bb4c37626478cefd35c4f0e5253c8cc5e66 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03meta-openpower:meson: pkgconfig inherit requiredAndrew Geissler4-4/+4
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I48c062226275c6e110bde27e815d2643c369c14c
2021-11-03meta-phosphor:meson: pkgconfig inherit requiredAndrew Geissler12-12/+12
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie85e2a3bd86010c2ce5d08c75fddc1ba348ff891
2021-11-03README: update setup after machine cleanupsPatrick Williams1-13/+10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3daacc34af1b628f2f1e279a45e1e13bf06ac746
2021-11-03meta-ibm: mihawk: fix invalid JSONPatrick Williams1-1/+1
`eslint` reported an issue with the supplied JSON and it appeared to be missing a simple comma to separate two values in an array. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2dd167143ea31c730c26254b3ddc2ad25109e34f
2021-11-03meta-phosphor: phosphor-ipmi-flash: Update recipe to use mesonWilly Tu1-34/+36
The new meson now forced only one type of LPC or P2A to be enabled. The build will fail if both LPC and P2A are enabled. Out of the given type, only the last package enabled will be used. Added PACKAGECONFIG conflict feature. Tested ``` NOTE: Reconnecting to bitbake server... Loading cache: 100% |###################################################################################################################################################################################################| Time: 0:00:01 Loaded 3939 entries from dependency cache. ERROR: /workspace/gBMC/buildspace/gbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb: phosphor-ipmi-flash: PACKAGECONFIG[nuvoton-lpc] Conflict package config 'nuvoton-p2a-mbox' set in PACKAGECONFIG.| ETA: --:--:-- ERROR: Failed to parse recipe: /workspace/gBMC/buildspace/gbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb ``` Change-Id: I6ad9317cb5c35aa266ff67eb3b22e9f5f17f359b Signed-off-by: Willy Tu <wltu@google.com>
2021-11-03google-misc: srcrev bump 382d628dd0..ba30c10ac4Andrew Geissler1-1/+1
William A. Kennington III (5): libcr51sign: build: Refactor for subproject use libcr51sign: Fixes for compiler warnings build: Make it possible to use as a subproject libcr51sign: Fix struct size warning libcr51sign: Ensure OMIT_VARIABLE_ARRAYS passed to pkgconfig Willy Tu (1): Fixed prod_to_dev_downgrade_allowed logic in validate_transition Change-Id: I5d2dc218310600b2bcc50541857516f1f4801428 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03linux-aspeed: UART routingJoel Stanley1-1/+1
Chia-Wei Wang (2): soc: aspeed: Add UART routing support soc: aspeed: Fix UART routing driver Change-Id: I4a6fc7ee06e7e32ef15ceba79d278869e6c6c42e Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-11-03phosphor-ipmi-ethstats: srcrev bump 6b48b92e08..c8894c55f5Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I06a725bcbea192e04a67e9cd8811b6d3d1d928ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03kcsbridge: srcrev bump 03e6defcbc..7580a8e60dAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Patrick Williams (1): span: switch to std Change-Id: Iad1eb082e1f6a5d0977d1ad4f46aeb600b89b782 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03openpower-hw-diags: srcrev bump f4792d6850..39fcf65dceAndrew Geissler1-1/+1
Ben Tyner (1): Attn: Qualify MPIPL request with dump policy austinfcui (1): Update discord info in OWNERS file Change-Id: Icf537d43968e61dd2977fa929e95c1099a1cd696 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-dbus-interfaces: srcrev bump 4a3bfcaf4a..9011692063Andrew Geissler1-1/+1
Jonathan Doman (1): Fix install_subdir setup error Change-Id: Ifc3d5d549d54bc930b1d3f401cd67bc4ec203a11 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-fan-presence: srcrev bump 55ed901be9..284505d34bAndrew Geissler1-1/+1
Matt Spinler (9): control: Dump flight recorder to a JSON file control: Add cache maps to fan control dump fanctl: Add query_dump cmd to search dump contents control: Store zone data in the dump control: Add setFloorHold to Zone control: mapped_floor: use setFloorHold control: Add count state floor action control: Timer trigger can preload groups control: Add power on/off triggers Matthew Barth (8): control:ibm,rainier-2u: Fan missing event control:ibm,rainier-2u: Fan rotor nonfunctional event control:ibm,rainier-4u: Fan missing event control:ibm,rainier-4u: Fan rotor nonfunctional event control:ibm,rainier-1s4u: Fan missing event control:ibm,rainier-1s4u: Fan rotor nonfunctional event control:ibm,everest: Fan missing event control:ibm,everest: Fan rotor nonfunctional event Change-Id: Ia80f5acf1ff167b3c8875981cd3fec4f954af7fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03obmc-console: srcrev bump 2e93a03daf..dc0eec8db7Andrew Geissler1-1/+1
Andrew Geissler (1): ssh-console: introduce reasonable timeout values Change-Id: I8cac6088806391796ee2bf97c8fb9f6a2925e311 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-health-monitor: srcrev bump 036f1617ec..f515187932Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I9109f3e31323427ad82343fee0b1cc42d41a0699 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03telemetry: srcrev bump 7e098e93ef..e28aa53dc1Andrew Geissler1-1/+1
Szymon Dompke (1): Add Id to Trigger Change-Id: I106d4c112232d33c8561887e7b7fc63da7bc70ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03openpower-libhei: srcrev bump 5c4b0b1c73..33e46ac8c0Andrew Geissler1-1/+1
austinfcui (1): Update discord info in OWNERS file Change-Id: I7dfe9fde18f538de1e40fbe34838b8238f2e95bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ecc: srcrev bump 0841f8abf9..a56bb3cae1Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I951eca2b4e0a984ad9ca203e7e7be46dfec57e27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03openpower-proc-control: srcrev bump ff27e3915c..ad3ff0fdf8Andrew Geissler1-1/+1
Jayanth Othayoth (1): PHAL: refactor startHostNormal procedure Change-Id: Ie2c9f09e236aaea2482cfe057d2ca298c5e5b73a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ipmi-blobs: srcrev bump fda41789e7..3b89eda938Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I90a1da693b5f9532d6dd6af4ccdc6108b97ef6d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-psu-code-mgmt: srcrev bump a5fc266901..95ad4ee285Andrew Geissler1-1/+1
Lei YU (1): MAINTAINERS and OWNERS: Update info Change-Id: I4d40b10b10f224fb8090b068d09dbf6d62723a41 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03bmcweb: srcrev bump 021d32cf90..37bbf98c8bAndrew Geissler1-1/+1
Chris Cain (1): Systems: Add IdlePowerSave support George Liu (1): Fix NTPServers are hard-coded for eth0 Change-Id: I74bebcde91135389850fe6e89792a054db05404c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03ipmi-fru-parser: srcrev bump 5f5e3840f7..bc145078e7Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I202d1b04e503faa9769c84cffee52c5cf90424cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03dbus-sensors: srcrev bump b782eec692..3291b9c755Andrew Geissler1-1/+1
Jie Yang (1): Sensor mutability interface Change-Id: I482f2407ef54f62fcf9131e2acc6a8c9aa75ec54 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03webui-vue: srcrev bump 15cee70983..8187678816Andrew Geissler1-1/+1
Sandeepa Singh (1): Add Dimms table missing properties Change-Id: Ie60ce20ab7d700214136262409bcb653c2a5b589 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-03phosphor-ipmi-flash: srcrev bump bcae90026b..0df4085097Andrew Geissler1-1/+1
William A. Kennington III (1): build: Remove unused phosphor-logging dependency Willy Tu (1): build: nuvoton-lpc: Add `NUVOTON_LPC` project_arguments Change-Id: I908323915c2fe120f9c6503986a85ff72443c0cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02openpower: guard version bump ..3fa0e5e312Jayanth Othayoth1-1/+1
Adriana Kobylak (1): Update GUARD PATH Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I018b931f5d15e0841f623958ba88c6fe3cea3876
2021-11-02linux-aspeed: Move to Linux v5.15Joel Stanley1-3/+3
This moves the OpenBMC kernel to a v5.15 base. There are 73 patches in the tree, not counting changes that were merged in v5.16 which have been backported. Andrew Jeffery (10): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): Use driver callbacks in pmbus_get_fan_rate() pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers ARM: dts: aspeed: witherspoon: Update max31785 node ipmi: kcs_bmc: Add a "raw" character device interface ARM: dts: tacoma: Clean up KCS nodes leds: pca955x: Make the gpiochip always expose all pins leds: pca955x: Allow zero LEDs to be specified Brad Bishop (3): ipmi: aspeed-g6: Add compatible strings reset: simple: Add AST2600 compatibility string eeprom: at25: Split reads into chunks and cap write size Cédric Le Goater (19): mtd: spi-nor: aspeed: use command mode for reads mtd: spi-nor: aspeed: add support for SPI dual IO read mode mtd: spi-nor: aspeed: link controller with the ahb clock mtd: spi-nor: aspeed: optimize read mode mtd: spi-nor: aspeed: limit the maximum SPI frequency mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes mtd: spi-nor: Add support for w25q512jv mtd: spi-nor: aspeed: Introduce a field for the AHB physical address mtd: spi-nor: aspeed: Introduce segment operations mtd: spi-nor: aspeed: add initial support for ast2600 mtd: spi-nor: aspeed: Check for disabled segments on the AST2600 mtd: spi-nor: aspeed: Introduce training operations per platform mtd: spi-nor: aspeed: Introduce a HCLK mask for training mtd: spi-nor: aspeed: check upper freq limit when doing training mtd: spi-nor: aspeed: add support for AST2600 training /dev/mem: add a devmem kernel parameter to activate the device Eddie James (8): soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl dt-bindings: input: Add documentation for IBM Operation Panel input: misc: Add IBM Operation Panel driver ARM: dts: aspeed: tacoma: Remove CFAM reset GPIO spi: fsi: Print status on error spi: fsi: Fix contention in the FSI2SPI engine Fran Hsu (2): ARM: dts: nuvoton: npcm730: Add UDC device ARM: dts: nuvoton: gsj: Add non-mainline nodes George Hung (4): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver ARM: dts: nuvoton: gbs: split SPI flash partition ARM: dts: nuvoton: gbs: Change the name of the partitions Jae Hyun Yoo (1): clk: ast2600: enable BCLK for PCI/PCIe bus always Joel Stanley (4): net: ftgmac100: Ensure tx descriptor updates are visible ARM: dts: ast2600evb: Enable EHCI controller ARM: configs: aspeed: Add openbmc kernel options ipmi: bt-bmc: Use registers directly Tomer Maimon (21): dt-binding: bmc: Add NPCM7xx LPC BPC documentation misc: npcm7xx-lpc-bpc: add NPCM7xx BIOS post code driver dt-binding: bmc: add npcm7xx pci mailbox document misc: mbox: add npcm7xx pci mailbox driver dt-binding: net: document NPCM7xx EMC DT bindings net: npcm: add NPCM7xx Ethernet MAC controller ARM: dts: npcm7xx: Add out of tree nodes ARM: dts: olympus: Add non-mainline nodes ARM: dts: npcm750: Add fuse regmap support node ARM: dts: npcm7xx: Link fuse syscon to adc and wdt clk: npcm7xx: add read only flag to divider clocks iio: adc: Add calibration support to npcm ADC watchdog: npcm: Add DT restart priority and reset type support pinctrl: npcm7xx: Add HGPIO pin support to NPCM7xx pinctrl driver pinctrl: pinconf: add pin persist configuration pinctrl: npcm7xx: Add pin persist configuration support spi: npcm-pspi: Add full duplex support dt-binding: bmc: add NPCM7XX JTAG master documentation misc: Add NPCM7xx JTAG master driver watchdog: npcm: Modify get reset status function ARM: configs: add defconfig for Nuvoton NPCM7xx BMC William A. Kennington III (1): net: npcm: Support for fixed PHYs Change-Id: I8c26f71ba75e4f8d8b5697b81f8c73c0d77aae8e Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-11-02linux-aspeed: FSI backportsJoel Stanley1-1/+1
Patches from the v5.16 kernel relating to FSI, OCC and SBE FIFO. Eddie James (7): fsi: occ: Use a large buffer for responses fsi: occ: Store the SBEFIFO FFDC in the user response buffer docs: ABI: testing: Document the OCC hwmon FFDC binary interface hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs docs: ABI: testing: Document the SBEFIFO timeout interface fsi: sbefifo: Add sysfs file indicating a timeout error fsi: sbefifo: Use interruptible mutex locking Change-Id: Iab76e0b1cf658334d8ab0f43bb6c3d1b8912f7a5 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-11-02rest-dbus: srcrev bump 9273a302e8..99d57f2698Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8d692e2eb6d65aaa9da461efeb1d210247392920 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02ipmbbridge: srcrev bump bd78df6be9..8227626764Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I76cbbf0ed45d8b9a523fb9c2c27d21dc1c03be3e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02wistron-ipmi-oem: srcrev bump ba89a1ea57..572a22ad0aAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Iadf9a75728ff8321a6745d843abe649adbb6cf19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02obmc-ikvm: srcrev bump 2d2f3dab42..f90f68d1e9Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I8c92d4ef4489eeb6417b546be26f95ab7b07c38c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02pldm: srcrev bump d207b59478..b7e083ea32Andrew Geissler1-1/+1
Tom Joseph (7): libpldm: Modify the validation check on ActiveComponentVersionString fw-update: Implement inventory manager fw-update: Implement firmware update package parser fw-update: Implement DeviceUpdater fw-update: Implement firmware UpdateManager fw-update: Firmware discovery of MCTP endpoints fw-update : Optimize passing infra parameters Change-Id: Ie7aaed2129463d1c6247c37f56a2198b11705760 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-host-ipmid: srcrev bump f0a89946f1..d2ee98677fAndrew Geissler1-1/+1
Hieu Huynh (1): Support chassis bootdev clear-cmos Willy Tu (2): dbus-sdr: prevent handler registration if dbus-sdr is enabled dbus-sdr: Remove the use of undocumented Inventory.Decorator.FruDevice Change-Id: Ia4dd1b7eea993cdc8e33fc0e1d8f7cc398b3dee4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-logging: srcrev bump 74348c60ed..8ec41563bbAndrew Geissler1-1/+1
Sumit Kumar (1): PEL: Set commit time for archived pels Change-Id: I75571aa4044ee85404530055804aedbf609df56a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02openpower-hw-diags: srcrev bump 0f481a441f..f4792d6850Andrew Geissler1-1/+1
Zane Shelley (1): Temporary filtering for checkstop root cause attentions Change-Id: I6c1256fc2cecaac30e7183d7734e394b85ba178f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-11-02phosphor-power: srcrev bump 85c7bf41fe..a2a830b1ffAndrew Geissler1-1/+1
Brandon Wyman (3): psu-ng: Refactor EXPECT calls for PMBus STATUS_* psu-ng: Add code to detect VOUT_OV_FAULT psu-ng: Change fault traces from INFO to ERR Shawn McCarney (2): regulators: Treat missing VPD keyword as empty regulators: Allow empty expected VPD value Change-Id: Ifc2953ba12251e6a8dc9ea51633bc3faf0eb7c60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>