summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-07treewide: Remove obsolete image-mklibs classWilliam A. Kennington III37-52/+37
This is apparently not actually working anymore and is removed in the next poky update. Change-Id: Ia1c6a258d124a4a30a14fc42e8e0bba95e64faeb Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-07sdbusplus: Remove unused dependenciesWilliam A. Kennington III1-1/+0
googletest is only directly used by tests. When ptest support is eventually enabled it can be added back for ptest environments. Change-Id: I120610391dfa25a188534dd1ff41ac2b49cdd92b Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-07openpower-software-manager: Disable building testsWilliam A. Kennington III1-0/+1
We don't yet support turning on ptest so we are wasting cycles building them. Change-Id: I1820fb8299aa2fc3ff0e7820aaea1dd8ea37dc86 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-07linux-aspeed: Backports of MMC, FSI, DTSJoel Stanley1-1/+1
These changes have been merged to mainline since v5.10 was released, including patches that are queued for v5.14. There are enhancements and bug fixes for FSI, clock phase compensation for MMC to enable HS200 mode, and device tree backports for Mt Jade and the IBM P10 systems. Andrew Jeffery (5): mmc: core: Add helper for parsing clock phase properties mmc: sdhci-of-aspeed: Expose clock phase controls mmc: sdhci-of-aspeed: Add AST2600 bus clock support mmc: sdhci-of-aspeed: Add KUnit tests for phase calculations mmc: sdhci-of-aspeed: Fix kunit-related build error Colin Ian King (1): fsi: core: Fix return of error values on failures Eddie James (3): fsi: scom: Reset the FSI2PIB engine for any error fsi: Aspeed: Reduce poll timeout ARM: dts: aspeed: Rainier 4U: Remove fan updates Jisheng Zhang (1): mmc: sdhci: replace mmc->parent with mmc_dev() for consistency Joel Stanley (4): fsi: aspeed: Emit fewer barriers in opb operations fsi: scom: Remove retries ARM: dts: aspeed: Set earlycon boot argument ARM: dts: aspeed-g5: Add SCU phandle to GFX node Quan Nguyen (3): ARM: dts: aspeed: mtjade: Enable OCP card support via NC-SI ARM: dts: aspeed: mtjade: Add PSU support ARM: dts: aspeed: mtjade: switch to 64MB flash layout Santosh Puranik (1): ARM: dts: aspeed: Everest: Fix cable card PCA chips Souptick Joarder (1): pinctrl: aspeed: Fix minor documentation error Steven Lee (6): pinctrl: pinctrl-aspeed-g6: Add sgpio pinctrl settings mmc: sdhci-of-aspeed: Configure the SDHCIs as specified by the devicetree. ARM: dts: aspeed: ast2600evb: Add sdhci node and gpio regulator for A2 evb. ARM: dts: aspeed: ast2600evb: Add phase correction for emmc controller. ARM: dts: aspeed: ast2600evb: Add dts file for A1 and A0 ARM: dts: aspeed-g6: Add pinctrl settings Troy Lee (1): ARM: dts: aspeed: Grow u-boot partition 64MiB OpenBMC flash layout Vishwanatha Subbanna (1): ARM: dts: aspeed: Everest: Add directly controlled LEDs Yangtao Li (1): fsi: aspeed: convert to devm_platform_ioremap_resource Zhen Lei (1): fsi: master-ast-cf: Remove redundant error printing in fsi_master_acf_probe() Zou Wei (1): fsi: Add missing MODULE_DEVICE_TABLE Change-Id: I236f1b3f3d96c08b1237a0d9860786ebe25566fd Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-06-06phosphor-certificate-manager: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I4be55f6dd11bebf9f2556f35e8fa61d19bd953b2 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-06phosphor-software-manager: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: Id215020d9133806f98fa2253618e708ecb70f3d9 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-06google-ipmi-sys: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I44d51dd1655157f2cd96cd21d8e1122faa06f6a2 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-06metrics-ipmi-blobs: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I105ed69b3dc4b6d5f1c52c15cc6622f0f3bfbfda Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05sdbusplus: srcrev bump 2bba553d03..a42e97a6b9Andrew Geissler1-1/+1
William A. Kennington III (2): sdbus++-gen-meson: Support non-source root yaml directories sdbus++-gen-meson: Don't build markdown by default Change-Id: I0f633534f219d7b45c184d07c51cae9e8b477c8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-05Clean up QEMU_TARGETS variableKonstantin Aladyshev1-1/+1
Build QEMU only for relevant targets to speed up compilation process. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I67c86d6c8fdd2b4969c35c98bec9d5d2342bbef6
2021-06-05watchdog: utilize new default_interval parameterAndrew Geissler1-1/+1
Commit fb9869ff introduced the concept of passing in a default interval timeout to the watchdog application on startup. This utilized the existing --min_interval option. This worked ok but it limited the ability of external users to reduce the interval. Give the above limitation, a new feature was added to phosphor-watchdog which allows the user to explicitly set the default interval on startup in the following commit: https://github.com/openbmc/phosphor-watchdog/commit/afc369ad548137a5fdb0bc69b6606e2aafa7182b Utilize this new parameter to set the default interval on startup. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia21dc7bb9dec50f3ec044c6d1733a54bcea15298
2021-06-05phosphor-logging: Fix missing python dependencyWilliam A. Kennington III1-1/+1
The PEL feature depends on python3 at build time to link against the library, not runtime. Change-Id: Iaaf4d39828205d8750c2669e2798bff9ea16f009 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-gpio-monitor: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: If4286da34d5d1f1b2e029f80fa3da00d36fc9dec Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-state-manager: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I5e6031b94f2ef3c5319e7990d06d3dde46282222 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-pid-control: Disable building testsWilliam A. Kennington III1-0/+1
We don't yet use ptest so we are wasting cycles building tests Change-Id: I438b6599d1062b6d4f2411f6e37d7632fe9dc488 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-mapper: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I39c6dac99a1c2258477ba31e31defa5549389957 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-ipmi-blobs: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: Icd5cc96ba269581d0e67be3c98c190399beac565 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-ipmi-ethstats: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests Change-Id: I2145b89a6f5a50969456858addb73258053c99ea Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05meta-phosphor: liberation-fonts: Make override genericWilliam A. Kennington III1-0/+0
Reducing the installed font set is not version specific, apply even to updated versions. Change-Id: Iddf03fb64cc43d49a4c94d480d141352a300a831 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-led-sysfs: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet support turning on ptest so we are wasting cycles building them. Change-Id: I21ebd21b45b4b8338d22b5a74b4afc8bae3a1f39 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-ipmi-kcs: Clean up dependenciesWilliam A. Kennington III1-4/+4
This aligns the dependencies with the current meson build. Change-Id: I9dd10716623b9af2a6196443d4ec3d966094ec54 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05meta-quanta: gbs: phosphor-hwmon: Fix missing boost dependencyWilliam A. Kennington III1-0/+2
The patch added an implicit boost dependency Change-Id: Ic990f59d46101684d4576bfbba89ea0f4c9015e1 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-led-manager: Disable building testsWilliam A. Kennington III1-1/+1
We don't want to spend cycles building tests we won't use. Change-Id: Ic7890e60e736189290caa1f528002b31f438a179 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-networkd: Don't build testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests. Change-Id: Iecfd2c2fb3af32127757b05fd3fd68e925d25bc7 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04recipes-google: default-ca-dev: update Quanta's private CANan Zhou1-20/+20
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I7be8d5b33a9b3f5faa7338f20420b7b07049a614
2021-06-04phosphor-watchdog: srcrev bump 459b6c798e..afc369ad54Andrew Geissler1-1/+1
Andrew Geissler (1): watchdog: support a default interval parameter Change-Id: I11348e41c7df253ba3569dd09fec629067d187ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04meta-facebook: bletchley: create basic machinePatrick Williams6-0/+285
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5801ad2ce5b7e421a62619c57787465bfa585e95
2021-06-04meta-facebook: remove console for nohostPatrick Williams2-0/+8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I629b298d659f5e593e2b04e702ccfe92867d1c1d
2021-06-04meta-facebook: fb-apps: change deps for nohostPatrick Williams1-5/+13
Further refine the dependencies in packagegroup-fb-apps to ensure some host management applications are not installed for the 'nohost' flavor. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a453fca817f9fa48da934927f39b2ac999056a7
2021-06-04meta-facebook: prep for host-less machinesPatrick Williams4-8/+19
Create config files that split "nohost" and "withost" variants of facebook machines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I23460d8da076d02ebb6e5105b80244ca8a5681a4
2021-06-04phosphor-hwmon: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet support turning on ptest so we are wasting cycles building them. Change-Id: Ica6d2f7f6b99900889c1ff8b69073677c1f65f81 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04phosphor-logging: Disable building testsWilliam A. Kennington III1-0/+1
We don't yet support ptest so we shouldn't be building all of the test cases. Change-Id: If567127f9990819e191de4d03aa9fba7ea889bd0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04linux-aspeed: Move to v5.10.42 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.10.40 through to 5.10.42 stable releases. This stable release inclues a fix for the VUART on AST2600: Andrew Jeffery (1): serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART Change-Id: I8249b9564e2839e6ff9b19fbc247700d3f44699f Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-06-04meta-quanta: gbs: fix bios update script minior issueGeorge Hung1-2/+14
- check the FIU node for different kernel version - replace sh by bash for the script Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I20f72f2979f75cb6d22a9870c48619a507891005
2021-06-04fp5280g2: hwmon: Add total_power configurationGeorge Liu1-0/+1
The intent behind this commit is to add the configuration of total_power, after power on, read the sensor value of total_power from occ-hwmon and successfully read it through D-Bus. Tested: ~# mapper get-service /xyz/openbmc_project/sensors/power/total_power xyz.openbmc_project.Hwmon-b7759d36485edc452dd4ab56fcddbc713138c18574d600852a5ebf252410dd34.Hwmon1 ~# busctl introspect xyz.openbmc_project.Hwmon-b7759d36485edc452dd4ab56fcddbc713138c18574d600852a5ebf252410dd34.Hwmon1 /xyz/openbmc_project/sensors/power/total_power NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - xyz.openbmc_project.Sensor.Value interface - - - .MaxValue property d inf emits-change writable .MinValue property d -inf emits-change writable .Unit property s "xyz.openbmc_project.Sensor.Value.Unit.… emits-change writable .Value property d 122 emits-change writable xyz.openbmc_project.State.Decorator.OperationalStatus interface - - - .Functional Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Iba09b549b0b0661ece8404d6d0ab307db8335779
2021-06-04dbus-sensors: srcrev bump 9702c9d175..2f20c5ab30Andrew Geissler1-1/+1
Andrew Jeffery (16): NVMeSensor: Fix -Wreorder warnings nvmesensor: Link against liblibmctp NVMeSensor: Drop libmctp include from header NVMeSensor: Mark internal functions static NVMeSensor: Split out NVMeContext NVMeContext: Improve encapsulation of state NVMeContext: Split out NVMeMCTPContext NVMeSensorMain: Fix clang-tidy bugprone-narrowing-conversion issue NVMeSensorMain: Fix clang-tidy performance-faster-string-find issue NVMeSensorMain: Fix clang-tidy readability-else-after-return issue Suppress clang-tidy warning for C++20 meson: Upgrade to C++20 meson: Note why libi2c is discovered by find_library() meson: Add sdbusplus as a dependency of static libraries meson: Add sdbusplus as a subproject meson: Add googletest as a subproject Change-Id: I26295b4c371f1ff0e958106825c93a98c89030db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-networkd: srcrev bump dd88683fdc..fc3aff9165Andrew Geissler1-1/+1
William A. Kennington III (1): build: test: Fix missing variable Change-Id: Ia3f4f191dd55d156c7dd558c8a8e4bb8ae47f871 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-logging: srcrev bump 808e29ff64..b41fa54bc0Andrew Geissler1-1/+1
William A. Kennington III (1): test: openpower-pels: Fix unscoped use of DoAll Change-Id: Ia11cd41158ada415caa3d78eae03bb4c5afc2237 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04bmcweb: srcrev bump 2ebb968328..7e860f1550Andrew Geissler1-1/+1
Abhishek Patel (2): Adjust parameter name of FirmwareInventoryId Update Redfish.md with new schemas and properties Chris Cain (1): Update clone and compile instructions Ed Tanous (1): Revert "dbus_rest: return error response with not found when bad dbus request" John Edward Broadbent (1): Remove Redfish Node class Tim Lee (1): dbus_rest: return error response with not found when bad dbus request Change-Id: Id7e378968d9dd7414266b1547f2a9d80ae85319b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04openpower-hw-diags: srcrev bump 5c5db65a37..6bc43c9b89Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Fix attn handler crash when cfam read fails Change-Id: I24019bd57fba2ebf4bafbe72da52a6eb2551d6c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-fan-presence: srcrev bump 3efec61c8f..cceffdd91cAndrew Geissler1-1/+1
Matt Spinler (2): sensor-monitor: Threshold events only when on sensor:monitor: Use a single PowerState object Matthew Barth (1): monitor: Tie fan FRU functional state with `set_func_on_present` Change-Id: I450845c010b3127210d77080d2ffb5ed7465945d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04bios-settings-mgr: srcrev bump c0f926d6cb..96e72ec579Andrew Geissler1-1/+1
Ayushi Smriti (1): oob bios config ChangePassword Action support Change-Id: I75f67496b3b37d0f8aa4030e8283219df9850269 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04pldm: srcrev bump ef90100482..12c8a661acAndrew Geissler1-1/+1
Manojkiran Eda (2): Set Memory Module entity type for DIMM's pldmtool : Add new entity types & statesets Sridevi Ramesh (1): Document README for pldmtool. Change-Id: I1124d6cf711d2439d8f508bdc515805af5717b09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-03image_type_phosphor: fix signatures generationGeorge Liu1-1/+0
- We will hit a problem intermittently when we build image-bmc: We have 2 tasks running in parallel, the `do_generate_static` and `do_generate_static_alltar`. Both specify to use the same work directory, and both call to generate the signature files: do_generate_static_tar[dirs] = " ${S}/static" do_generate_static_alltar[dirs] = "${S}/static" Depending on timing, one task can remove the `image-full` file from the directory and the other task won't find it, and cause built failed. Error message: image-full: No such file or directory. - Resolves openbmc/openbmc#3797 Tested: built obmc-phopshor-image successfully. Temporarily solve openbmc/issues/3797 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I7147f6c8db4f3a2a0c0c9bd54ac384ee8882b233
2021-06-02fp5280g2: network: Enable First Boot Set MAC FeatureGeorge Liu3-1/+16
The intent behind this commit is to enable First Boot Set MAC Feature for Network Service and remove first-boot-set-mac. Because the `sync-mac` of the Network Service can set the MAC address at runtime(if the Inventory Objects are Added at Runtime). Tested: Built fp5280g2 successfully and saw eth0 & eth1 worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I99967f84c64cbcac34adf95cf6a5084f8b1a185d
2021-06-02phosphor-led-sysfs: srcrev bump c7d70b67fc..5ee5f3b716Andrew Geissler1-1/+1
George Liu (1): Remove autotools support Change-Id: I9d407d73bb8ebd710f18bde42914224aeb536c0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-logging: srcrev bump 3b8ed7f2d3..808e29ff64Andrew Geissler1-1/+1
Ben Tyner (1): PEL: Updates to attention handler TI registry entry Jayanth Othayoth (4): PEL: ComponentID for Processor errors PEL: Add error message registry entry for SBE chipop failure PEL: Add error message registry entry for SBE chipop timeout PEL: Add error message registry entry for SBE invalid state Change-Id: I63f3c3c6ac0509d86d3a96ba584cd3aa7c2a569b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02meta-quanta: gbs: update p12v_fan input/output current thresholdGeorge Hung1-4/+4
Since the VR may report negative current to BMC with light loading, fine tune p12v_fan input/output current lower threshold to -1 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I90c133d8ca5b9e399337fbe82472e5ed78e457a6
2021-06-02phosphor-hwmon: srcrev bump e32ce16bb6..9c4053455fAndrew Geissler1-1/+1
William A. Kennington III (1): build: test: Fix invalid variable Change-Id: I9b597c8587a4739e1382103093f1125dff71f166 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-power: srcrev bump d9c8be577d..aacc2aafa5Andrew Geissler1-1/+1
Matt Spinler (1): regulators: Support a string or vector for VPD Change-Id: I6cf337d3605d07e830f65507dafcf5e84b63f677 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>