summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14meta-google: image: enable tcpdump for prod imageHao Jiang1-1/+1
The tcpdump is required to prod debug NVMe OOB issues. Signed-off-by: Hao Jiang <jianghao@google.com> Change-Id: I925a790567c1e9ea7d032feb5defa399a6530be2
2024-05-14entity-manager: Skip schema validationMatt Spinler1-1/+3
Tell entity-manager to skip doing schema validation during the build as the python3-jsonschema dependency now brings in rust which takes a long time to build. The 'validate-json' packageconfig can be added in a bbappend to turn it back on for a particular system. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4321c4c0c41744582c69730fe997439daec17a93
2024-05-14libpldm: srcrev bump ea435c9fda..458475a912Andrew Geissler1-1/+1
Chris Wang (2): fw_update: Add encode req & decode resp for query_downstream_devices fw_update: Add encode req & decode resp for query_downtream_identifiers Change-Id: I86ae8e7e2444549a85541d0a0f3affee1ac27d38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14meta-ibm: Enable system specific bios supportArchana Kakani1-1/+1
Enabling system specific bios support for IBM systems Tested: Poweron successful Change-Id: Iad41ca4c93a76b6357994650b970942910ad06de Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
2024-05-14meta-phosphor: Add system-specific-bios-json build optionArchana Kakani1-0/+1
The PLDM BIOS specification [1] defines data structures and messages for communicating BIOS settings, BIOS attributes, boot configurations, and boot order settings. The BIOS attributes supported by OpenBMC systems are added in JSON files, adhering to the specifications outlined in the BIOS Management Profile [2]. Since a single BIOS attribute may have different values for different variants of systems, it's practical to create a BIOS attribute JSON file for each system type. To enable this optional feature within PLDM, creating build option system-specific-bios-json. System specific bios attributes support in PLDM is added in below commits https://gerrit.openbmc.org/c/openbmc/pldm/+/55997 https://gerrit.openbmc.org/c/openbmc/pldm/+/69371 https://gerrit.openbmc.org/c/openbmc/pldm/+/70083 [1]: https://www.dmtf.org/sites/default/files/standards/documents/DSP1061_1.0.0.pdf [2]: https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf Change-Id: I372715e83232cd49cca4d33835da4c7c9b3d59c8 Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
2024-05-14meta-ibm:blueridge: Add new Association JSON filesAlpana Kumari2-0/+9523
This commit is to add Association JSON files for BlueRidge 2U and 4U configurations. Change-Id: I15109e3583ea74a813ac8a54fcfb09f97972d0b3 Signed-off-by: Alpana Kumari <alpankum@in.ibm.com>
2024-05-14meta-facebook: yosemite4: update fan tableDelphine CC Chiu1-30/+30
Description: Set feed forward gain to 0 to disable feed forward feature for the temperature sensors. Set the integralLimit_min and integralLimit_max so the integral value won't be zero. Test Case: 1. Check fan control service is functional. Change-Id: I2cf0c97581f9fdc424b04a022b566a5079ef2ce6 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-05-14meta-facebook: harma: support 2nd HSC sled cycle.Peter Yin1-18/+28
To support sled cycle for 2ND HSC source. Change-Id: Id51a7cf310d45db31572540d35bee7b7ab780ca6 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-05-14phosphor-fan-presence: srcrev bump 950ff459bc..613b5367e8Andrew Geissler1-1/+1
Matt Spinler (1): control:Bonnell: Increase deviation value Change-Id: I38ac890bcaf486f148b685452a813e31920b22d5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14phosphor-state-manager: srcrev bump 75ac2be3a4..1901ab743aAndrew Geissler1-1/+1
Delphine CC Chiu (1): phosphor-discover-system-state: set after multi-user.target Change-Id: I8bd703829032244c0b6357f79308e2f30ea567b4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14phosphor-dbus-interfaces: srcrev bump b3563c1e2a..b77f806471Andrew Geissler1-1/+1
Matt Spinler (1): ibm: Add new chassis compatible strings Change-Id: Id2b48d9ad7236ef943997ad70378dc6a43d5730e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14entity-manager: srcrev bump 7742c87ce6..f5ac740078Andrew Geissler1-1/+1
Peter Yin (1): configurations: harma_mb: revise VR source Change-Id: I26b8871d33eee6e3263eda2d94b8c7cc4b3a9aef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14pldm: srcrev bump ba741d5fd0..15ce5a18e2Andrew Geissler1-1/+1
Kamalkumar Patel (3): host-bmc: refine remote terminus functionality Add Json Config support for entity to DBus string oem-ibm: Adding entity path correction function Pavithra Barithaya (2): Add getSubtreePaths utility functions oem-ibm: Add util API to get the connector object paths Riya Dixit (2): host-bmc: Improving Logs (lg2) common & fw-update: Improving Logs (lg2) Change-Id: I33dca6c71e6e789e09885581e62448eac003e621 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-14bmcweb: srcrev bump 8332831685..c8491cb0b4Andrew Geissler1-1/+1
Ed Tanous (3): Remove reserve Last fix for inversion Move under exception handler Jagpal Singh Gill (2): updateservice: refactor parse multi-part forms updateservice: refactor task creation Change-Id: Ic7d4185c5f9862c0da21e26b2277447d7411c5f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-13webui-vue: srcrev bump dfba4e542e..07368136b6Andrew Geissler1-1/+1
Nikhil Ashoka (1): Fixed radio buttons arrangement issue Change-Id: If2d664b79343428c9382a8123eced3ddeb155d6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-13phosphor-dbus-interfaces: srcrev bump 9012243e54..b3563c1e2aAndrew Geissler1-1/+1
Dhruvaraj Subhashchandran (2): com-ibm-dump: Add response code to resource dump entry com.ibm: Add UserChallenge to replace password Ravi Teja (1): StaticGateway: Remove PrefixLength property Change-Id: If925d29eef611e034e8f3b3a655ecbc8263db0b4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-13phosphor-debug-collector: srcrev bump df01f8ab59..8f3f94da33Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): OpenPOWER: Replace Password with UserChallenge Change-Id: If8d94ab84624ae8bd311ca1b3b73a91fa2706302 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-13linux-aspeed: MP2856 voltage regulatorAndrew Jeffery1-1/+1
Peter Yin (2): dt-bindings: Add MP2856/MP2857 voltage regulator device hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controller Change-Id: I9abcda1266d4b7303a435041dbd70b984ba9dcbb Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-05-11meta-facebook: harma: fixed ttyS3Peter Yin1-1/+2
root@harma:~# find / -iname *serial-getty\@ttyS3* /sys/fs/cgroup/system.slice/system-serial\x2dgetty.slice/serial-getty@ttyS3.service /run/systemd/units/invocation:serial-getty@ttyS3.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS3.service Change-Id: If97e95efd32272a0b88dd39dd3b1f6116e6dc04e Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-05-11phosphor-host-ipmid: srcrev bump e11895fd80..8fb5b89ac7Andrew Geissler1-1/+1
Alexander Hansen (1): prevent logspam from getObjectInterfaces Change-Id: I76aef1e9fbe5562fee0223764c7053067765c793 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-11bmcweb: srcrev bump 3eaecac336..8332831685Andrew Geissler1-1/+1
Ed Tanous (1): Fix lesser used options Change-Id: I5ebf7902a9cc6e9646e7c7fa6e28d08cf74ac93a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-11phosphor-sel-logger: srcrev bump 91dd916904..0acff271cfAndrew Geissler1-1/+1
Jonico Eustaquio (1): Remove record ID rollover Change-Id: I70f12a878d63063a84a3690856cde604b8f0612c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-11smbios-mdr: srcrev bump b86e4f1967..c13c87544dAndrew Geissler1-1/+1
Konstantin Aladyshev (1): meson: Provide wrap file for boost Change-Id: Id961b0b4fccae74cfa81e73f5c1efde9115fac1c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-11phosphor-power: srcrev bump b5451447b6..2d068dc70dAndrew Geissler1-1/+1
Shawn McCarney (1): pseq: Create Rainier JSON config file in new format Change-Id: I9d00f98a7a90763a7f388b15a2a2c8e310c3e9ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-10entity-manager: srcrev bump 88b2aba5ab..7742c87ce6Andrew Geissler1-1/+1
Matt Spinler (1): Add meson option for build time schema validation Change-Id: I7d9ea074011a5166eeed5041365b9e7c18e41b10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-10meta-ibm: add rainier-1s4u device treeAndrew Geissler1-0/+1
IBM 1s4u systems required a separate device tree with a few modifications on top of the standard rainier system. Change-Id: I50a713448b03238995057d40a3dda844661ed336 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2024-05-10meta-nuvoton: npcm8xx-igps: update to 04.00.08Tim Lee2-4/+4
Changelog: IGPS 04.00.08 - Mar 19th 2024 ============ - bl31 * remove change clock frequency - TIP_FW: 0.6.8 L0 0.5.7 L1 * Optimize flash read. Include QUAD support code but currently disabled by default. * Move TIP FW build version into a separate header file to avoid conflict with internal build versions. * Add missing header file include in the uart_if.h to avoid order dependency. * Support flash encryption (after code review). * Update TIP EID back to 0x0B. * Change version, delay for flush task and PRE_PRODUCTION. * Put all manifests at the end of flash. * Check stack overflow. * Support hardening. * Support BMC direct access. * Support bootblock at offset 512KB or 2MB. * Bug fix: touch WD during recovery delay. * Bug fix: ENC header field must be 0x03 to start encryption. * Support CFM. * WD0RCRB.BMCBUS should be zero. * Bug fix in handling SW and WD reset (avoid TIP reset). - Scripts: fix ReplaceComponent.bat. - Update comments in bootblock XMLs. - bootblock 0.4.6 * MC: Increase ECE priority to match VCD priority. Set ECE priority to 2. * Fix errata: Errata fix: 1.7 eSPI FATAL_ERROR response Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ie974c2cebce84e66972533d345fba4fc5b1867d1
2024-05-09openpower-vpd-parser: srcrev bump 5881d4f2d8..7ef9c8cda7Andrew Geissler1-1/+1
Sunny Srivastava (1): Enable mux when setting symlink Change-Id: I82ba601577b361f7e6f153205d90cf756e5297d4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09openpower-occ-control: srcrev bump 1c3349e4b9..7651c06bc9Andrew Geissler1-1/+1
Chris Cain (1): Prevent missing sensor PEL when host is not running Change-Id: I723303480a966a66ebb26b802caf78d20b2cb7fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09phosphor-power: srcrev bump b89395b1ac..b5451447b6Andrew Geissler1-1/+1
Shawn McCarney (4): pseq: Refactor storage of debug data pseq: Create UCD90xDevice class pseq: Create UCD90320Device class pseq: Create UCD90160Device class Change-Id: Ie102d34512ac849957cadc6ab14321e39633e259 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09pldm: srcrev bump cea52d9b24..ba741d5fd0Andrew Geissler1-1/+1
Gilbert Chen (1): requester: Modified MctpDiscovery class Manojkiran Eda (1): Remove dead host_pdr_handler code & json-file Patrick Williams (1): sdbusplus: use shorter type aliases Change-Id: I796dead2e4da0fa77f6599d9553570f8170281e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09entity-manager: srcrev bump ca144abd88..88b2aba5abAndrew Geissler1-1/+1
Andrew Geissler (2): configurations: system1: update ADC index's configurations: system1: add battery voltage to ADC Chau Ly (2): configurations: mtjade: Add NetworkInterface configurations: mtmitchell: Add NetworkInterface Delphine CC Chiu (1): yosemite4 : Revise hwmon label for reading ina238 shunt voltage Potin Lai (1): configurations: add Broadcom 100G OCP NIC Yang Chen (2): configurations: minerva_fanboard: Add INA238 sensors configurations: minerva_cmm: Add NetworkInterface Change-Id: I018b3d1cb3694d919c39a99f79e519f3793f193a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09webui-vue: srcrev bump 01492c3dcb..dfba4e542eAndrew Geissler1-1/+1
Paul Fertser (1): Allow to log in when using remote authentication Vedangi Mittal (1): Removed Challenge password option from Generate CSR panel Change-Id: Ic9d5138a1e2c7be2333733c176e364afd01691e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09bmcweb: srcrev bump 743eb1c0cb..3eaecac336Andrew Geissler1-1/+1
Ed Tanous (6): Move logging args Add https parsing Check return codes std::remove to std::filesystem::remove Fix TFTP merge conflict Fix merge conflict in session Gunnar Mills (1): obmc_console: Fix some missing headers Change-Id: I5c07dd073def7e45fa2c1dc024fa4dfcc3a4cc1b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-09meta-facebook: add tcpdump to all imagesPatrick Williams1-0/+1
Networking team asked for tcpdump to be added to facilitate debug operations. Add it to the set of debug-utilities we include by default. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie864fc23f8c22db33b41518a923185f4c737b99c
2024-05-08meta-facebook: yosemite4: Modified address of BIC power control IO EXPDelphine CC Chiu1-1/+1
The SD CPLD IO address has been changed to 0x24 to prevent conflicts with the BIC. Change-Id: I20ddfed063b650fd99e16623eca9a1d05f7b240f Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-05-08meta-facebook: yosemite4: Revise to 0 base to set NIC's EIDDelphine CC Chiu1-4/+4
The script to setup NICs' EID has changed to 0 base by a commit, the commit's hash: 178a2a2b4c1060abc4bea5f01042d6e8a67f4315. Change this setup script to fit that change. Also let the script call the service instead of the shell script. Change-Id: Ic4d660c8226e895de6eb4dfd4a6bd3788d4f1935 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-05-08meta-nuvoton: npcm8xx-bootblock: update to 0.4.6Tim Lee2-3/+3
Changelog: version 0.4.6 - Mar 21th 2024 ============= - MC: Increase ECE priority to match VCD priority. Set ECE priority to 2. - Fix errata: Errata fix: 1.7 eSPI FATAL_ERROR response Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I3c62ad3d1c09573e8c087f385eba1a37c21a57e7
2024-05-08meta-nuvoton: evb-npcm845: busybox: add lsusb and timeout commandTim Lee3-0/+6
Add `lsusb` to make checking usb devices easier. Add `timeout` to enable this command feature. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I817e52cd3ba8c4d58345772f050e1e3bdac2098c
2024-05-08meta-google: gbmc-bridge: fail upgrade when url is invalidYuxiao Zhang1-1/+7
Currently the upgrade will continue when there is no url. This change will stop self update if the url is empty/invalid. Change-Id: I465ee426c845b918aa458b24db89fbcc2795cde5 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2024-05-07linux-aspeed: Add Infinieon XDP710, MCTP I3C transport supportAndrew Jeffery1-1/+1
Jeremy Kerr (1): i3c: Add support for bus enumeration & notification Matt Johnston (1): mctp i3c: MCTP I3C driver Peter Yin (2): dt-bindings: hwmon: Add infineon xdp710 driver bindings hwmon: (pmbus) Add support for Infineon XDP710 Change-Id: I659bccbc67ef6bc1586d78e3d92cb0bd4adb25dc Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-05-06meta-facebook: yosemite4: Modified code for power policyDelphine CC Chiu5-23/+26
Summary: We will using power control patch from gerrit 69903, so we add patch here. Modifed power policy behavior. Avoid gating DVT build. Motivation: Avoid power policy fail because of failed with result 'start-limit-hit'. Test Plan: 1. Build and test pass on YV4 system. pass Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Change-Id: I2c2f4eba3a5757264ed2443b82266ef08cd407ae
2024-05-06meta-evb: meta-evb-arm: Add new board FVP Base BoardLean Sheng Tan17-0/+557
This layer contains a reference implementation of OpenBMC for Armv-A Base RevC AEM FVP. Tested: - Build success - booted to bmc kernel shell Change-Id: Ie1b100a78232fb986377e3b58d637b97bbf64f42 Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
2024-05-06meta-phosphor: Fix build error for btrfs-tools-nativeLean Sheng Tan1-0/+7
Building the native version of btrfs-tools is set by 'WKS_FILE_DEPENDS_DEFAULT' at meta/classes-recipe/image_types_wic.bbclass. Tested: This fixes this build issue: "ERROR: btrfs-tools-native-6.7.1-r0 do_configure: configure failed" Change-Id: Ibeba207c0bdc2b1a545a91464134f10fbef2d764 Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-05-06meta-facebook: yosemite4: Add MCTP I3C and I3C HUB configDelphine CC Chiu1-1/+3
Add I3C hub config to enable I3C driver. Add MCTP I3C config so that BMC could communicate with BIC using pldm over mctp over i3c. Change-Id: I3d125ba7b9885ad03e19bdf7f9748c41891996b0 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-05-03ipmbbridge: srcrev bump dcd3037b98..0736e213faAndrew Geissler1-1/+1
Matt Simmering (1): Update language in ipmbbridge to be more inclusive Change-Id: If1d9fa19e822573e0c8f870983ac42ac6782ca47 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-03phosphor-user-manager: srcrev bump 86597bd333..af1594c906Andrew Geissler1-1/+1
Ravi Teja (2): Remove web user group Remove systemd meson configuration variables Change-Id: I12a29282d5d32d5098cedd5bc35b565f15986710 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-03libpldm: srcrev bump 66c7723adb..ea435c9fdaAndrew Geissler1-1/+1
Jayashankar Padath (1): oem: ibm: Support for the Real SAI entity id Thu Nguyen (1): pdr: Add decode_numeric_effecter_pdr_data() Change-Id: Id224f18aae19813687c973ae674175ff5c97ae7a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-03phosphor-logging: srcrev bump 8c8aaa068e..d5d97187f7Andrew Geissler1-1/+1
Swarnendu-R-C (1): PEL: Fixing procedure name in callout details Change-Id: I043e7b29d62d2614da4ab8c918ed9c2f69ed7bc5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-05-03Move bmcweb options to meta-ibmGunnar Mills2-14/+2
These options don't have anything to do with POWER architecture, they are ibm options so move them to meta-ibm. The options are: -Dredfish-dbus-log=enabled \ -Dhttp-body-limit=400 \ and control the body limit, allowing a larger code update image and the use of phosphor-logging. This gives the added bonus of all meta-ibm bmcweb options are in one place and removes these from 2 non-openpower, ibm systems. Tested: It builds. No other testing. Change-Id: Ief31f1bfd8a92720b43b4124c6b25c582231a558 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>