summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-20phosphor-fan: Rename meson optionMatt Spinler2-2/+2
The option that tells the code to use the host state as the power state was renamed in the code. phosphor-fan-presence: srcrev bump bf8e56f699..b7dd3e222c Matt Spinler (2): control: Display locked targets in debug dump meson: Rename host power state checking option Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ic4dfd0c600b31a3aa0d0c9b8101c27e488812bb2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2022-08-19phosphor-objmgr: srcrev bump f6ebfc73cd..ff46420f4cAndrew Geissler1-1/+1
Brad Bishop (1): treewide: prefer std::starts_with to boost Matt Spinler (1): Update README Change-Id: Ied638488103415366e27b30197f2be9343a4d002 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-user-manager: srcrev bump 3b80d01d6f..fba4bb174aAndrew Geissler1-1/+1
Jiaqing Zhao (2): Refactor executeCmd calls to pam_tally2 Check time when getting UserLockedForFailedAttempt Change-Id: I4068a3673cb9589e12f9f4c39ce4c9eec91371fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-snmp: srcrev bump 54d83f5a16..c0d7cd47d4Andrew Geissler1-1/+1
George Liu (1): Fix deleteSNMPClient method in Unit Test file Change-Id: I9370ef05d6697eedd9bae2b3255a786b2dbebd0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-time-manager: srcrev bump 723068069a..5b38e644d8Andrew Geissler1-1/+1
George Liu (1): Add George Liu as a reviewer Change-Id: I51eee43b2506d16eaaa8f41fd3bae6256c96b682 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19dbus-sensors: srcrev bump fd3d5f7ee3..efae44c1e3Andrew Geissler1-1/+1
Zev Weiss (2): IntelCPUSensor: Fix PropertiesChanged callback setup NVMeSensorMain: Invert condition to reduce indentation Change-Id: I72464698cfa4c03819e4a5fde5adfce1bac62738 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-health-monitor: srcrev bump 973c1b6945..c82e61641bAndrew Geissler1-1/+1
Potin Lai (1): healthMonitor: wait until enough sensor reading in queue Change-Id: I9d9ca6773881ea0d7aa0957f289cf722141ee9b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19bmcweb: srcrev bump b0d3a8562b..60a86d6c3dAndrew Geissler1-1/+1
Nan Zhou (2): error message: add insufficientStorage resource messages: make functions inline Change-Id: I4020d2989707a75217f3d5c9de9bf195aeea9a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19stdplus: srcrev bump 8e30a515d1..a4f71f92a0Andrew Geissler1-1/+1
William A. Kennington III (3): fd/line: Memcpy is faster than insert fd/fmt: Correct write call treewide: Remove unnecessary namespacing Change-Id: I3f2250f5f41d3584c506d7014feafbb9561c8bdb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19smbios-mdr: srcrev bump b7ccf0ce15..634ec6aec9Andrew Geissler1-1/+1
kasunath (1): Remove trailing spaces in PartNumber Change-Id: Ibb6190debd8ede47e23e4cc645a5ca065446be59 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-dbus-interfaces: srcrev bump 7311efe3cb..bcb24e1338Andrew Geissler1-1/+1
William A. Kennington III (1): EthernetInterface: Split up dynamic config properties Change-Id: Ia18265dd2e3b7d8345e6289060698b019c77680b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19sdbusplus: srcrev bump 5b9815d5c0..3607178830Andrew Geissler1-1/+1
Patrick Williams (1): sdbus++: handle 'DHCP{4,6}' better Change-Id: If53c91b5ce2ece6ece7809749ac5f7243f7f309f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-misc: srcrev bump 746d56c388..8ae2fcd1caAndrew Geissler1-1/+1
Jae Hyun Yoo (1): usb-ctrl: add RNDIS and EEM type support Change-Id: I39759c59afea15ce1ffe9bc653b39e2c7f5c9851 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19phosphor-fan: Build with mesonMatt Spinler3-24/+22
The phosphor-fan-presence repository added meson support, so start using it. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If850d3d379ad82dc8f9691efd7a0561f350543dc
2022-08-19phosphor-fan-presence: srcrev bump 87f9adc467..bf8e56f699Andrew Geissler1-1/+1
Mike Capps (3): control:action: fan override actions for locked rotor meson support: create meson.build files meson support: configuration option removal Change-Id: I2c8b1685e34bdd0f482af1eed7155e382be4b47e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-19meta-nuvoton: add npcm8xx-tip-fw recipeTim Lee1-0/+26
The Arbel NPCM8XX requires a TIP FW image which handles various security tasks. Releases/TIP_FW_L0_0.4.1_L1_0.2.6 version: 1. Flash driver bug fixes. 2. Bug fix CS1 slew rate. 3. Print all SFDP info. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I54c0c7b46972b7a261c5d8c73472ae57c2346fb7
2022-08-18meta-qualcomm: linux-aspeed: enable Qualcomm specific kernel configsJae Hyun Yoo3-0/+23
Enable USB virtual HUB, HID and Mass Storage gadget configs. Disable USB host feature configs. Enable Micrel PHY support. Tested: Above Kernel features were enabled as expected. Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com> Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com> Change-Id: Icefe69542d82666d1df3c198b3c1e00d32392842
2022-08-18meta-qualcomm: os-release: prepend the qualcomm build versionGraeme Gregory1-0/+2
Prepend the qualcomm build version to OpenBMC version. Tested: Target image showed 'qcom-xxx...' version number pattern. Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com> Change-Id: I88b2eb910ef16de580c1d4bed46807b7c32e57aa
2022-08-18meta-qualcomm: packagegroups: add essential packages to default imageGraeme Gregory2-0/+9
Add webui-vue, openocd, ethtool, i2c-tools and libgpiod-tools to default image target. Tested: Target image got these additional packages added. Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com> Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com> Change-Id: Ifa0eb0ba42452a46597c1ed7cda5b6d1339a92d1
2022-08-18fby35: Rename to greatlakesPeter Delevoryas14-7/+7
Change-Id: Ia7e6bbf0506e9e6acb99fdf67fc7d55a20588a0d Signed-off-by: Peter Delevoryas <peter@pjd.dev>
2022-08-18meta-bletchley: enable IPMB for USB debug cardPotin Lai2-0/+13
1. Add IPMB channel configuration for USB debug card. 2. Enable both phosphor-ipmi-ipmb and fb-ipmi-oem. This patch relies on the kernel patch below: https://lore.kernel.org/all/20220810004338.329832-2-potin.lai.pt@gmail.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I10c0a99530519e9533dbf0ac5b22a31051f91f98
2022-08-18linux-aspeed: MtJade updatesJoel Stanley1-1/+1
Quan Nguyen (5): ARM: dts: aspeed: mtjade: Enable secondary flash ARM: dts: aspeed: mtjade: Update rtc-battery-voltage-read-enable pin ARM: dts: aspeed: mtjade: Update host0-ready pin ARM: dts: aspeed: mtjade: Rename GPIO hog nodes to match schema. ARM: dts: aspeed: mtjade: Move all adc sensors into iio-hwmon node Change-Id: Ic9f87a8e90e8af33f8df5982f11eb02d2ba181bd Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18meta-google: console: remove service dependencyDavid Wang1-2/+1
Remove service dependency so that serial will not be delayed by network.target. Signed-off-by: David Wang <davidwang@quantatw.com> Change-Id: I6febe89373a5e1c845b998905305aafe25744380
2022-08-18linux-aspeed: Move to v5.15.61 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.60 and 5.15.61 stable releases. Change-Id: I0d226adcea5539028ad63c52f02d42e247f1a299 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18linux-aspeed: Bletchley updatesJoel Stanley1-1/+1
Potin Lai (2): ARM: dts: aspeed: bletchley: Add USB debug card IPMB node ARM: dts: aspeed: bletchley: Remove hdc1080 node Change-Id: I5ca01ca42c86d94ebe6e9ba8bf513da6681ecb0e Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-08-18phosphor-host-postd: srcrev bump 723b97f187..aee6540154Andrew Geissler1-1/+1
Kumar Thangavel (1): Disable Debug card display for postcodes if no GPIO's. Change-Id: Ie7a102961b76965542031dcde36609665d9547d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-net-ipmid: srcrev bump ec5ddaf5e5..67aaec2e06Andrew Geissler1-1/+1
George Liu (1): meson: Remove compilation using autotools Change-Id: I35630f0b87d45af63d4334063f0bcbd8dd93664d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-dbus-monitor: srcrev bump 2f2ba6cec5..04267b4ff0Andrew Geissler1-1/+1
Matt Johnston (1): Add argument for errors.hpp to pdmgen.py, fix race Change-Id: I0ff8dcd26c50d972c9e49b3c3a223f9eb04bbd40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-fan-presence: srcrev bump 77073c58a7..87f9adc467Andrew Geissler1-1/+1
Matt Spinler (1): monitor: Add tick count to error log capture Change-Id: I517e472a4899575614d18d17a25a04db9eabfb0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18dbus-sensors: srcrev bump 9148f38253..fd3d5f7ee3Andrew Geissler1-1/+1
Zev Weiss (14): Code style fixes for clang-tidy ExitAirTempSensor: Replace iterator pairs with structured bindings ExternalSensorMain: Replace iterator pairs with structured bindings FanMain: Replace iterator pairs with structured bindings HwmonTempMain: Replace iterator pairs with structured bindings IntelCPUSensorMain: Replace iterator pairs with structured bindings IntrusionSensorMain: Replace iterator pairs with structured bindings IpmbSensor: Replace iterator pairs with structured bindings MCUTempSensor: Replace iterator pairs with structured bindings PSUEvent: Replace iterator pairs with structured bindings PSUSensorMain: Replace iterator pairs with structured bindings TachSensor: Replace iterator pairs with structured bindings Thresholds: Replace iterator pairs with structured bindings Utils: Replace iterator pairs with structured bindings Change-Id: Ic8f1fd6418fe032613ce3f1d96314836b385c3f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18stdplus: srcrev bump 42827deb28..8e30a515d1Andrew Geissler1-1/+1
William A. Kennington III (4): fd/line: Add line buffered reader fd/fmt: Add buffered formatting to fd fd/fmt: Add storage consistent formatted output fd: Fix installed headers Change-Id: I9bb050fd0d6ce326bd1ce03babd15a1f1977c1c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-snmp: srcrev bump 8116532f35..54d83f5a16Andrew Geissler1-1/+1
George Liu (1): Fix generating last client Id Change-Id: I4b79cb042a4793c5837de1eb5f1232a086545ae7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-objmgr: srcrev bump 3714dd3058..f6ebfc73cdAndrew Geissler1-1/+1
Brandon Kim (1): main: Fix getSubTree & getSubTreePaths partial match Change-Id: I76419c850eb09a41e3a51f1f9ad1743453f317c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-18phosphor-user-manager: srcrev bump f76fb88683..3b80d01d6fAndrew Geissler1-1/+1
Nan Zhou (1): meson: find ldap instead of link flags Change-Id: Icbe6e1afe77bea4990993cffbbd4b3221c492a38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-17bmcweb: srcrev bump c21c64b652..b0d3a8562bAndrew Geissler1-1/+1
Carson Labrado (1): HTTP Client: Further increase httpReadBodyLimit Ed Tanous (5): Deduplicate leftZeroPadding task payload, initialize jsonValue in constructor Remove extra debug information from boost url Disable source locations in OpenSSL Section out the maintainership of bmcweb Krzysztof Grobelny (1): used sdbusplus::unpackPropertiesNoThrow part 3 Change-Id: I7bfd30878add2b90fdfa51f84989c84f0beade08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16meta-bletchley: bsp: set vmalloc to 512MPotin Lai1-1/+1
The vmalloc not automatic assigned correctly With 2048MB memory. Manual append `vmalloc=512M` in bootargs to avoid boot issue of vmap allocation failed. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I11d3c8babb533ac94e81017da19feadeda45f1e2
2022-08-16meta-bletchley: bsp: convert patch to cfg filePotin Lai5-40/+5
convert current patch to .cfg file Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I98ad0d5d69dd0c55ea40debd5b05ba4aa77be945
2022-08-16meta-nuvoton: npcm8xx-bootblock: add npcm8xx-bootblock recipeTim Lee1-0/+26
The Arbel NPCM8XX requires a bootblock image that will initiate the DRAM and basic HW settings. First release constrains only binaries. Version is A35_BootBlock_0.2.2 Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ia5904dca98c44df8ed4c2af6f599965ccfd4aec2
2022-08-16openpower-host-ipmi-flash: srcrev bump 6aa9236c8a..868976f047Andrew Geissler1-1/+1
Patrick Williams (1): MAINTAINERS: remove file Change-Id: I1b6b46ba89534bb73388b583133b602176e6999e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16openpower-host-ipmi-oem: srcrev bump a0a221fd8a..7ffcd1a35cAndrew Geissler1-1/+1
Patrick Williams (1): MAINTAINERS: remove file Change-Id: Id1f29f103e4a50bc4ac8efb707e0cf207f340134 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16openpower-debug-collector: srcrev bump fc4375607a..a85f3bb59aAndrew Geissler1-1/+1
Patrick Williams (1): MAINTAINERS: remove file Change-Id: I843ad58760652f4a08311cf52a0869c44e22c1a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16openpower-hw-diags: srcrev bump e212fb062b..1d63b6f31fAndrew Geissler1-1/+1
Patrick Williams (1): MAINTAINERS: remove file Change-Id: I1e691c348b0299a75e3f0284aa4483f8ebd0b7a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16openpower-vpd-parser: srcrev bump 57cebeb09a..2eb0176c2bAndrew Geissler1-1/+1
Patrick Williams (2): MAINTAINERS: remove file sdbusplus: use shorter type aliases Change-Id: I7d4a2dfe5851a63f9c6dced839a42f5c692d3a5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16ampere-ipmi-oem: srcrev bump 14b2feea99..db24557c20Andrew Geissler1-1/+1
Thang Q. Nguyen (1): MAINTAINERS: remove file Change-Id: I8d759bba932e9727c4baa0bf914e7e553ef12d24 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16dbus-sensors: srcrev bump 255da6b419..9148f38253Andrew Geissler1-1/+1
Zev Weiss (3): Refactor PropertiesChanged handler setup PSUSensorMain: Drop vestigial type string from baseConfig ADCSensorMain: Replace iterator pairs with structured bindings Change-Id: I2881d18c2a9afe67c902d033674184cc30c9bc56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16bmcweb: srcrev bump a6669023cd..c21c64b652Andrew Geissler1-1/+1
Claire Weinan (1): LogServices: Fix dump timestamp regression Ed Tanous (1): Move time utils to be in one place Jiaqing Zhao (2): dbus_utility: Remove ManagedItem type alias system: Remove ipsPropertiesType Change-Id: Iae05f9fb9723bb63586c1beb2efe7aa9420a86af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-16phosphor-host-ipmid: srcrev bump 48fe64e92c..11317d75d4Andrew Geissler1-1/+1
Tim Lee (1): dbus-sdr: fix build error when enable sel-logger-clears-sel Change-Id: Icf86367cdcf827ced9bb9806993558a310e9a2f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-15phosphor-net-ipmid: srcrev bump 7b7f25f70c..ec5ddaf5e5Andrew Geissler1-1/+1
Vernon Mauery (1): Fix issues found by a static code scan Change-Id: I3f76ef72a3e2b1059d0c79964dd0e2e7a0ac2dbb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-08-15meta-ibm: Add telemetry bbappendAli Ahmed1-0/+4
Adding telemetry bbappend to customize telemetry meson options for IBM. IBM has different needs than upstream for telemetry capacity in terms of numbers of sensors readings and rate of requests. bbappend file allows IBM to stay up to date with upstream Telemetry while maintain custom build options more suited to IBM's usecases. Increase meson option for total maximum Metrics/MetricProperties limit from 200 to 300. For IBM management agent use cases (HMC), the max number of Metrics needs to greater than 200. Also for IBM management agent use cases, telemetry reports need a higher append limit for metric readings. 32768 was determined as 1) a power of 2, 2) higher than HMC's current usage, 3) Ability to collect one hour of data for 250 sensors reading once every 30 seconds ==> a general guess as to maximum readings needed in one report. Testing for maximum metrics increase: - Monitored CPU usage of bmcweb for both rainier and everest systems. bmcweb usage spiked for around 2 seconds with 300 MetricProperty MRD. - MRD was periodic on 15 interval with 300 MetricProperties averaged over 30 seconds on everest system with 360 sensors. Max bmcweb usage was 9% for brief instant when MRD post call is made. Testing for appendLimit increase: - Set AppendLimit up to 11000 with 150 sensors on 400+ sensor system. - Monitored 'top' CPU usage for telemetry binary and bmcweb binary which never ran above 5%. AppendLimit generated new metric entries for the report. - Retrieve report did seem to take a little longer as report grew but not significantly. - Tested various other lower limits and sensors Signed-off-by: Ali Ahmed <ama213000@gmail.com> Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I418c3e90c565770cd59b02c294754ff98df29a55
2022-08-15meta-facebook:meta-yosemitev2:Add support for uboot-fw-utilsJayashree Dhanapal1-0/+2
Added support for uboot-fw-utils in Facebook YosemiteV2 platform. Tested: Tested and verified in Yosemite V2 platform Signed-off-by: Jayashree Dhanapal <jayashree-d@hcl.com> Change-Id: I75d9fe20f1c4c537d2186fb00ab9a6f749d559e3