summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-21phosphor-host-ipmid: srcrev bump 2f0ad74daf..dbafbce64cAndrew Geissler1-1/+1
Johnathan Mantey (1): Confirm presence of NIC devices described in channel_config Willy Tu (1): dbus-sdr: sensorcommands: Add a basic handler to set sensor readings Change-Id: I97823089d34eb0273c2fad468657b2791fdf76ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-21pldm: srcrev bump 53f6731307..144ef2bd47Andrew Geissler1-1/+1
Corey Swenson (1): Add pldm bios attrs for huge_pages and power_limit Jayashankar Padath (2): pdr: Sensor/Effecter support for fan fault leds pdr: Sensor/Effecter support for identify leds Change-Id: If3a56e4f28cb583855f5021004ae1a073fd16f3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-21phosphor-state-manager: srcrev bump 2d7b69e054..cd0ebe867bAndrew Geissler1-1/+1
Andrew Geissler (3): host-check: remove wants on ipmid host-check: ensure runs after pldmd service starts host-cond: handle mapper delay for d-bus objects Change-Id: I924d7ddd23c1b0f3cfba69bfe8bf2e2134c1c732 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-21phosphor-power: srcrev bump 2ccf961732..ce540f3c9fAndrew Geissler1-1/+1
Shawn McCarney (4): regulators: Add clearErrorHistory to Device class regulators: Add clearErrorHistory to Chassis class regulators: Add clearErrorHistory to System class regulators: Clear error history when powering on Change-Id: I86ca7aa64dad3cbec3c2fa3d3e770a6ffb3a17ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-20google-misc: srcrev bump 4c68ffb8b0..4a0e2e3c10Andrew Geissler1-1/+1
Nancy Yuen (1): Add OWNERS plugin to google-misc. Change-Id: I8edec84a9493bf67adb6969f2397666bc63d34d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-20phosphor-logging: srcrev bump cad16201f8..9d59d58566Andrew Geissler1-1/+1
Matt Spinler (2): PEL: Don't bootblock on recovered PELs PEL: Fixes for GCC11 Change-Id: Idc4dedf6324ff60b9778be5b70f153ad43a0ac71 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-20associations: rainier: Add associations for assemblyVishwanatha Subbanna2-0/+38
This commit adds associations for all the inventory that gets represented as Assemblies in Redfish. Change-Id: Id4e9e4ac870e5bed665462d161abde00c4b85554 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
2021-05-20meta-quanta: common: add bmc_health_configBruceleequantatw2-0/+24
This config will not set threshold and to avoid critical/warning message shows on journalctl. Signed-off-by: Bruceleequantatw <Bruce_Lee@quantatw.com> Change-Id: Ic6ba793ce7ed16e16a79c5b79f748f78b35ce0cd
2021-05-19ibm: Remove rainierAdriana Kobylak2-3/+0
The rainier machine has been replaced with the generic p10bmc. Change-Id: Ia7b6e8b6ad569d6f607d4a38318704fb402f2a1f Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-05-19phosphor-pid-control: srcrev bump f54b260b62..18d5bb18dcAndrew Geissler1-1/+1
William A. Kennington III (1): main: Remove shared_ptr copy Change-Id: Id4d9a72ebaf609d33ad728ea7d92ee701e9b8a2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-19meta-ibm: Sign the p10bmc SPL using dev keyKlaus Heinrich Kiwi1-0/+3
Use the 'insecure/imprint' development key to sign the p10bmc SPL. The key can be overriden for a production key if necessary. Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: I6e4abecb5859fb59c6185a097cf88bdcb958e207
2021-05-19meta-quanta: gbs: update the GBS console redirect settingGeorge Hung3-12/+3
Commit the GBS console redirect setting for obmc-console Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: If4b39537bc71a00def2d788a24ab06bd1f40a6ad
2021-05-19meta-aspeed: Add development key for socsec signKlaus Heinrich Kiwi3-0/+81
Add a development (insecure, also known as 'imprint') key to u-boot-aspeed-sdk that can be used through socsec for signing the SPL on ASPEED AST2600 devices. The keypair was generated according to socsec's documentation, using: $ openssl genrsa -out rsa_oem_dss_key.pem 4096 $ openssl rsa -in rsa_oem_dss_key.pem -pubout \ -out rsa_pub_oem_dss_key.pem Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: I9c03ed9603d7362e033862dd1e5138ba7164f13d
2021-05-19meta-aspeed: Add socsec SPL signing for AST2600Klaus Heinrich Kiwi2-0/+67
Add the necessary build infrastructure to allow ASPEED AST2600 devices to use socsec to sign the U-boot SPL, allowing Aspeed's Verified Boot to validate it. Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: I7b38a59596819982f0a222812fcc64dfb91e104f
2021-05-19meta-ibm: Sign p10bmc kernel/uboot with dev keyKlaus Heinrich Kiwi1-0/+17
Use the insecure key provided by commit '748d586bc1 meta-aspeed: Add development key for Kernel sign' to sign both the Kernel as well as U-Boot fitImages. This is used for U-Boot FIT Signature Verification using a known key, fit for development purposes. For production purposes, a secure private key must be used. Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: If0c39f4aa17e6eaa5f6952a90283457f252a64d3
2021-05-19meta-aspeed: Add development key for Kernel signKlaus Heinrich Kiwi3-1/+100
Add a development (insecure, also known as 'imprint') key to linux-aspeed that can be used for signing the Kernel fitImage for U-Boot FIT Signature Verification. The key was generated according to U-Boot documentation, using: $ openssl genpkey -algorithm RSA -out rsa_oem_fitimage_key.key \ -pkeyopt rsa_keygen_bits:4096 -pkeyopt rsa_keygen_pubexp:65537 The certificate was created according to U-Boot documentation, using: $ openssl req -batch -new -x509 -key rsa_oem_fitimage_key.key \ -out rsa_oem_fitimage_key.crt Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: Ic67024ab389c8a4a3fc6709e1d7d92dc72783ca5
2021-05-19meta-aspeed: Move definitions from u-boot-aspeedKlaus Heinrich Kiwi1-42/+0
Commit '3b8a17c1d7 poky: subtree update:7d0988966c..1203d1f24d' pulls a change from openembedded-core ('cc6c3e3152 u-boot: Move definitions to common locations') that moves some definitions from u-boot.inc to other places. As u-boot-aspeed and u-boot-aspeed-sdk recipes in the meta-aspeed layer have their own version of this file (u-boot-aspeed.inc), apply the same changes that were applied to openembedded-core, which is where those recipes were based on initially, to keep them consistent and allow the use of functionality that was introduced as part of that series as well (i.e., '5af4dfe83c u-boot: Add infrastructure to SPL verified boot' on the openembedded-core tree). Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> Change-Id: If9fd1eebf988d341ed1e3adc46276daa56598cba
2021-05-19meta-quanta: gbs: change to 100% for failsafe thermal requirementGeorge Hung1-2/+2
Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I47e3efaf6d5bef277821e2731a9886783371a2aa
2021-05-19meta-yadro: nicole: Remove autotools specific configWilliam A. Kennington III1-1/+1
We want to use packageconfig options instead of build system specific ones. Change-Id: I13002f3d1f62acb882ca713b038316397720bda0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18ibm: Update rainier 2U fan monitor configMatthew Barth1-24/+24
To support the new rainier 2U fan hardware, the fan monitor config needs to be updated to reflect the factor/offset between the target and feedback speeds of the new hardware. Change-Id: Ic63d678e89b210da77d4681ad44a209dd2807836 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-05-18ibm: Increase journal size for p10bmcAdriana Kobylak3-4/+12
The p10bmc system uses a MMC flash chip with much larger storage than a NOR chip. Increase the current journal size allocation from 2MB to 16MB so that p1bmc saves more data for debug. Tested: Verified that a witherspoon and p10bmc image had the expected journal size file (2MB for witherspoon and 16MB for p10bmc) under rootfs/lib/systemd/journald.conf.d/ Change-Id: Idcdb01bbf017c411c7b97406191e90774e8a8753 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-05-18meta-quanta: gbs: Remove autotools specific configWilliam A. Kennington III1-2/+1
We want to use packageconfig options instead of build system specific ones. Change-Id: Ib0b293c457ea418e98d294da9796c7b103209888 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18meta-lenovo: hr855xg2: Remove autotools specific configWilliam A. Kennington III1-4/+2
We want to use packageconfig options instead of build system specific ones. Change-Id: Ie9b0b274c6ea137e44edaf02ea3d4f2109d727fb Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18meta-lenovo: hr630: Remove autotools specific configWilliam A. Kennington III1-4/+2
We want to use packageconfig options instead of build system specific ones. Change-Id: I04f76ce0967033ab5fb1133068782f99475a1890 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18meta-ibm: phosphor-networkd: Remove autotools specific configWilliam A. Kennington III1-1/+1
We want to use packageconfig options instead of build system specific ones. Change-Id: I587d33e3dae82c4c9d85f59f4ee34618443f1dcb Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18phosphor-networkd: Add PACKAGECONFIG for all optionsWilliam A. Kennington III1-1/+5
We want a build system agnostic way for all platforms to specify their options. Change-Id: I005492da7907c0714a1d32ec932cf488493a49a3 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-18mboxbridge: srcrev bump 5ff50e3cbd..5c9264daedAndrew Geissler1-1/+1
Andrew Geissler (2): vpnor: Fix style issues reported by clang tooling vpnor: Fix const decltype() error reported by gcc-11 Andrew Jeffery (2): format-code: Update default clang-format to v11 format-code: Fix formatting failures Change-Id: Ieb244dcdb2140cfac30d6f6c9e431f59e499f8cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-host-ipmid: srcrev bump 690f4d5e3e..2f0ad74dafAndrew Geissler1-1/+1
Andrew Geissler (1): shadowlock: disable until proper unit tests are run Change-Id: I5135bccc51bb1f401a9e3d23123d56f0c98c646b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-net-ipmid: srcrev bump d4a4bed525..7b64501877Andrew Geissler1-1/+1
Andrew Geissler (1): crypt_algo: add needed include Change-Id: I468589392b4b431203f05fceddc7b8a172490a07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18webui-vue: srcrev bump c237e3081f..71114feb9aAndrew Geissler1-1/+1
Derick Montague (2): Add run-ci shell script Replace use of the term host with server Sukanya Pandey (1): Resolve bug in date and time settings page Change-Id: I694ab7c18ce8c16eae82b40b9da469feae1f904b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18pldm: srcrev bump 02b4ee45d7..53f6731307Andrew Geissler1-1/+1
Manojkiran Eda (1): Enable LIBPLDMRESPONDER Flag with meson option Change-Id: I470c30a4f1df83752679e97aef482240883e137a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18linux-aspeed: Move to v5.10.36 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.10.31 through to 5.10.36 stable releases. Change-Id: Ic1f4aa968c2980d27509d76f7129039dc7645fe5 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-05-18kcsbridge: srcrev bump 362d087d35..4f5ba64229Andrew Geissler1-1/+1
William A. Kennington III (4): build: Remove autotools and stale files build: Make a src subdirectory build: Install bridge in libexec clang-format: Update to latest file Change-Id: Ib68e5e13945ab0b518d31f56088a1b8914e1bc3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-settingsd: srcrev bump bcf9578106..2355263101Andrew Geissler1-1/+1
Matt Spinler (1): Use full name for enum default values Change-Id: Ib48c490bef372f3614357a699f9c7f555e174c87 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-led-manager: srcrev bump a280e5dc47..cc9a575399Andrew Geissler1-1/+1
George Liu (3): build: Add wrapfiles for dependencies build: Remove autotools support Merge dependency option in meson build Change-Id: If15a1c2efcfe23ab6dc2cd461339f69bd84fb803 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18pldm: srcrev bump fe77eea1cd..02b4ee45d7Andrew Geissler1-1/+1
George Liu (1): Update MAINTAINERS Sridevi Ramesh (1): PLDM: Implement encode response & decode request api for SetEventReceiver. Tom Joseph (2): tests: Organize the test code to make it modular libpldmresponder: Make libpldmresponder optional Change-Id: I2f09f00ff64f90102aa6e094889c6e5d7c8578bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18stdplus: srcrev bump eaa382533c..af0e0e81a1Andrew Geissler1-1/+1
William A. Kennington III (1): meson: Fix span check for c++20 Change-Id: Iaac608f4702426f53f83b776b0a88590b912cec6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-user-manager: srcrev bump e6500a493a..a260f18743Andrew Geissler1-1/+1
Andrew Geissler (1): shadowlock: disable until proper unit tests are run Ratan Gupta (1): fixing the ambiguous variable declaration Change-Id: I9d0df252525eed184e4c66378c876c14e4008ef3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18phosphor-networkd: srcrev bump 7f191f7aef..200678a8b9Andrew Geissler1-1/+1
Johnathan Mantey (1): Permit control of systemd-networkd IPv6AcceptRA configuration William A. Kennington III (5): sources: Fix ifdefs sources: Fully initialize structs test: Fix VLA declarations gitignore: Add new generated files types: Remove unused assignment Change-Id: I434f7fd554e2e7dbf5338539ffd6644103ddd9d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-18meta-quanta: gsj: Remove networkd overrideWilliam A. Kennington III1-1/+0
We don't need to override this option anymore as the network will be configured correctly without it. Change-Id: Icdc7bb645afa18c12cb5d16337d13cdab7b3e339 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-17ibm: fans: Switch to the 'count' fault methodMatt Spinler4-40/+70
Switch over to the 'count' method of determining fan faults. As a starting point, use a count interval of 1 and a threshold of 30. This is the preferred method as it is better at catching flakey fans. See docs/monitor/method.md in the phosphor-fan-presence repo for more info on how this works. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I153d05779a5a7af854f351c1be3a3448b85fc461
2021-05-17ibm: Use the generic fan-presence I2C pathsMatt Spinler5-24/+24
The fan presence detect application uses I2C device paths in its config files to address the IO expanders that IBM systems use to monitor fan presence detects. Use the /sys/bus/i2c/devices/... paths in these config files instead of the absolute paths. These new paths are links to the actual paths, and shouldn't change even if some internal kernel change drives an actual device path change. There are other config files today that do this the same way. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I39ed9d703cf6bdc821a54c6d5d087f7fc080705b
2021-05-17phosphor-ipmi-kcs: Convert to mesonWilliam A. Kennington III1-2/+1
Change-Id: I5657faffcf36bc1c21dfab3151033cc8a7fbb2c9 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-17meta-quanta: gbs: enable fallback watchdogGeorge Hung2-1/+5
Enable fallback watchdog since it is possible that host fails to boot before enabling the watchdog timer at all Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I4eeb48b618cd6aba3e48dd1337ea69e3ce8292c6
2021-05-17meta-quanta: gbs: Lower pwm-fan-controller CRITLOBrandon Kim1-5/+5
Lower CRITLO parameter to 1500. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I34383068cf1a3469a4f946bac862a60398634f62
2021-05-15meta-fii/meta-kudo: Remove unneeded binaries from imageMohaimen Alsamarai1-0/+2
Remove obmc-health-monitor Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: I3a842f4a16212d143c8feb6b06ace1f7e074cb1c
2021-05-15meta-fii/meta-kudo: fix packagegroup kudo appsMohaimen Alsamarai2-1/+2
Change the provider(kudo-fw) from virtual-obmc-system-mgmt to virtual-obmc-flash-mgmt to avoid overwrite by other package Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: I55fad7c3a778ce9478313cd5303137622ea6741c
2021-05-15bmcweb: srcrev bump 80be2cdb21..3cde86f14bAndrew Geissler1-1/+1
Jonathan Doman (1): Handle Processor.AppliedOperatingConfig PATCH Change-Id: I75ad7ee8d52278fcfdb2fb22dceead72b5073874 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15phosphor-power: srcrev bump 8c23245665..2ccf961732Andrew Geissler1-1/+1
Shawn McCarney (2): regulators: Complete SensorMonitoring class regulators: Add clearErrorHistory to Rail class Change-Id: I028639c998358966ed78598a2ba4a0d4a2a17cbf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15bmcweb: srcrev bump 8a9a25c821..80be2cdb21Andrew Geissler1-1/+1
Abhishek Patel (1): Fix spelling in comments Change-Id: I3c3c87e8772d7c181e2eee21d2399eaa5fbcbfb5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>