summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2021-05-15phosphor-fan-presence: srcrev bump f435eb1adb..3efec61c8fAndrew Geissler1-1/+1
Matt Spinler (2): sensor-monitor: Changes for power off error sensor-monitor: Capture PID in event logs Change-Id: I01b6b881a8a4ccbdfeb02ae5144e4af201e81906 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15pldm: srcrev bump a459fea673..fe77eea1cdAndrew Geissler1-1/+1
George Liu (2): libpldm: Add pldm_entity_extract method libpldm: Add parent to pldm_entity_node structure Change-Id: I2e17ba6dccf5240b776cc0407a519920921ea370 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15kcsbridge: srcrev bump 3b170152dd..362d087d35Andrew Geissler1-1/+1
William A. Kennington III (1): build: Add meson Change-Id: I323ab251dfa672cb384ea3e20959d21eb70bfdb5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15phosphor-state-manager: srcrev bump cfc43be2a0..2d7b69e054Andrew Geissler1-1/+1
Andrew Geissler (1): host-condition: update host-check to utilize new intf Change-Id: Ic6276d4fecb1b4218d809f469067805fa42bb757 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-15phosphor-logging: srcrev bump 3160a544ed..cad16201f8Andrew Geissler1-1/+1
Matt Spinler (2): PEL: Remove hardcoded sev for Hard shutdown err PEL: Update callouts for fan missing error Sumit Kumar (1): PEL: Update serverFWRelVer in ext user header section Change-Id: I6552dd19af2e77fa5b9f207e38df1d3e2e1a1b0c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-14meta-fii/meta-kudo: Linux cfg to add max deviceMohaimen Alsamarai1-0/+2
1. Add MAX34440 and MAX31790 to kudo.cfg Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: Id5e3109f5c25224b180974bd8e925ab676ad1b75
2021-05-14meta-fii/meta-kudo: Fix eeprom addressMohaimen Alsamarai1-2/+2
change blobs binarystore i2c address Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: I479810d5f086a57c593a45d36ca8e26c33044414
2021-05-14meta-fii/meta-kudo: fix sensors used by entity-managerMohaimen Alsamarai3-975/+652
1. Fix sensors in kudo.json a. Update FAN threshold b. Change NBM name c. Change NBM zone name d. Add DIMMG as virtual sensors e. Update DIMMG threshold f. Update NBM threshold 2. Add black list to fix pmbus scan issue Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: Id2b781bcc5d2740cec3895ce3096ed793990707b
2021-05-14meta-quanta: gbs: move to nuvoton-p2a-mbox PACKAGECONFIGBenjamin Fair1-1/+1
Use the PACKAGECONFIG option instead of setting the configure argument directly. Change-Id: I514138c63d58af1a0d83815241410a679a859d73 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
2021-05-14meta-fii/meta-kudo: Fix bb file syntaxXP Chen1-1/+0
1. remove FILESEXTRAPATHS_prepend from kudo-cmd.bb Signed-off-by: XP Chen <xiao-peng.chen@fii-na.com> Change-Id: Ib043c7346a017f970818e5014442dc9e4bceed9d
2021-05-14meta-fii/meta-kudo: Enable PID fan controlĀ Mohaimen Alsamarai2-0/+11
Using phosphor-pid-control Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: Iea73a96bf4d8921d717fcf335ec463d0054089a5