summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-07ledmanager: Disable persistent-led-asserted by defaultGeorge Liu2-1/+3
Since not all systems start persistent-led-asserted by default, persistent-led-asserted should be disabled by default in Yocto. However, IBM’s p10 machine needs to be enabled by default. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I9b5302f541bf814f96d5af7d20662b5bfcc4e6a8
2023-11-06meta-ibm: genesis3: Handle presence GPIOsPatrick Rudolph4-0/+192
Mark static inventory items that only have a presence GPIO, but no FRU EEPROM as present using phosphor-gpio-monitor. This will be used by other OpenBMC systems to determine the presence of FRU devices and to run additional services. Tested: The inventory on Genesis3 is properly updated. Change-Id: Id3927e7d01d1150da53294fa78cef5d6c10880ba Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-11-06meta-ibm: genesis3: make required kernel dts changePatrick Rudolph1-1/+1
This system still just utilizes the evb dts but it does need to be updated for the latest 6.5 changes that moved these to an aspeed sub-directory. Tested: - Confirmed genesis3 builds again Change-Id: I0bea023e2f1e58b4b52ea22eda4de063febc5a39 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-11-06meta-ibm: genesis3: Add entity-manager configPatrick Rudolph3-0/+11
- Add blacklist for I2C buses that have no FRU devices. - Default to dbus-sensors. Tested: All configured sensors are visible in the webui. Change-Id: Ia08f473775eac836e01ab7cc9a7e0eaf56d99192 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2023-11-05phosphor-host-ipmid: srcrev bump 824ca81f18..57f4941c2cAndrew Geissler1-1/+1
Peter Foley (1): types: Support allocator rebinding Change-Id: If15b8d90cec33b89522b537078e3621dfabc9f5e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-dbus-interfaces: srcrev bump 5d54b3d19c..7daf2d7d5aAndrew Geissler1-1/+1
Sunny Srivastava (1): Add D1 keyword to VSBK Change-Id: I647a7f11de0b827783f87a366c990b6032bbda0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03google-ipmi-sys: srcrev bump 8d6185322d..40b2a0cc10Andrew Geissler1-1/+1
Willy Tu (2): fmt: Remove fmtlib dependencies Add wrapper script to setup delay powercycle Change-Id: I0830a9788a3b7fb6405de707963719b52dc2d62d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03meta-ibm: p10bmc: set windows-num overrideAndrew Geissler1-0/+1
p10bmc machines utilize the reserved 64MB of memory for both HIOMAP and MCTP transport implementations. HIOMAP gets the first 63MB and MCTP gets the last 1MB. Tested: - Confirmed mboxd started with "--window-num 63" parameter Change-Id: I2f82875da4b75dbcc4fdd59e9dcea8f0fc46154a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-11-03mboxd: add window-num parameter to serviceAndrew Geissler2-1/+4
The p10bmc machines require the window-num parameter be passed into mboxd. Add an option to the service that can be overridden in a bbappend file. Default it to 0 so mboxd keeps its current behavior of utilizing all of the entire reserved memory region. Tested: - Confirmed new parameter and default of 0 were in the service file Change-Id: Ibdb50369db6937d42a64fd071dcb00b0d243fb73 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-11-03gpioplus: srcrev bump c6b3d0fb51..05f530218bAndrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I73a22f934f378c2b2d4439d1605138495f928109 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-led-manager: srcrev bump 605600eb66..5467185344Andrew Geissler1-1/+1
George Liu (1): Persistence the led group asserted value by default Change-Id: I2ec8781cf4dcc5aab61a15058fc574bbf2dd3409 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-hostlogger: srcrev bump 84b1cf6037..4226d7a064Andrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I2acaaa62a3a8e3cc74772b0c3917b1c97e1c8932 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-watchdog: srcrev bump 5c42370343..b078478b4cAndrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I19205f2921e32c650f36aca35682e4b26cea8b3e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-fan-presence: srcrev bump 5e15c3ba7e..8346740949Andrew Geissler1-1/+1
Matt Spinler (2): control:cnfgs:ibm,bonnell: Enable fan control monitor:ibm,bonnell: Increase service mode delay Change-Id: I455addb13cafdf8c81f1a74c6b75d1003f0f9a21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03phosphor-ipmi-ethstats: srcrev bump f123ac4071..472df7ed94Andrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I2edd027a0b7e72d14eb727f856df523582e89c51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03libmctp: srcrev bump 895083b592..e915aad440Andrew Geissler1-1/+1
Rashmica Gupta (3): core: Ensure mctp_pktbuf_alloc() initialises end-offset in-bounds tests: bridge: Use unique names for bindings tests: undef NDEBUG in tests Change-Id: I24c48469dd5c2dd3acabee34dce94e2d877dbd28 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03sdbusplus: srcrev bump 6db88387ec..93f5e28326Andrew Geissler1-1/+1
Peter Foley (1): include: Make headers iwyu-clean Change-Id: I56c6621951aea7ea22f652232fcb6b6a054951a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03stdplus: srcrev bump e0069f62e4..6679ebdb8bAndrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I01ee7af554f5f9ca2906e01f3c0ff983ce90773e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03sdeventplus: srcrev bump 0249f9ed9e..ac794347f1Andrew Geissler1-1/+1
George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: I03cf59b2ee47d959bd4509ac1266f8b395be9185 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-03bmcweb: srcrev bump 522377dcb8..59a17e4f40Andrew Geissler1-1/+1
Ed Tanous (1): Move to file_body in boost George Liu (1): Rename getLocationIndicatorActive/setLocationIndicatorActive Change-Id: I19ec29d295090da4e06096470f022084dd3508cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-02meta-bletchley: update host state monitoring mechanismPotin Lai1-13/+25
The original checking mechanism only checks whether the current state is different from the previous state. It does not consider the state changes during the state check count, so user will see that the final state is different from the state at the time of the check count. Add a new array for storing temp host state so that we can notice the state changes during checking and reset the check count. Also incerease the check count to 8 to avoid host state changes frequently. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I4713b16becd9787d09f1575fa8df91bbb80e9c5c
2023-11-02meta-facebook: remove BIOS scripts to Tiogapass onlyPatrick Williams3-0/+0
There are scripts related to BIOS flash that only work on Tiogapass, if at all, and should not be installed on all platforms. Move the bbappend and script to tiogapass. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ibd8e446420d16aae8a037c778f74b12be4f4e4b0
2023-11-01meta-facebook: yosemite4: add virtual sensors for fans' powerDelphine CC Chiu1-1/+302
Summary: Add fans' power that calculated by multiplying Fan board's 48V voltage and Fan's current together. Tested: Check the sensor reading of fans' power are correct. Change-Id: Idb096ba9513fdce68e165285b8bd94a2ef25985c Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2023-11-01Update the Fru fix edit field patchJohnathan Mantey1-22/+13
Moving the code to the most recent IPMITool code base caused the existing patch to fail to apply. Change-Id: I18fba8c4c3a25e9c125f7387ef7dc14af105e0ed Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
2023-11-01meta-nuvoton: u-boot-nuvoton: srcrev bump 23a146cf...2da1655fTim Lee1-1/+1
Brian Ma (1): spi-nor-ids: Add flash model w25q01jv support Eason Yang (1): cmd: fuse: casting u32 to u8 if CONFIG_NPCM Marvin Lin (1): cmd: Reset GFX PCI before configuration Stanley Chu (6): board: arbel: fix incorrect ram size of 4GB dram with ECC enabled configs: poleg: update supported baud rate configs: npcm8xx: disable CONFIG_SPI_FLASH_USE_4K_SECTORS npcm8xx: support dcache off serial: npcm: Fix wrong register base address board: nuvoton: arbel: Fix wrong place to set dram bank size Tim Lee (1): i2c: npcm: enable support Fast mode Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I182071fd5dff369f716e483ac34e6bec0bb02f3c
2023-11-01meta-ibm: sbp1: ipmi-net: Update ALT_RMCPP_IFACENaresh Solanki1-0/+6
SBP1 BMC has two network interface i.e., eth0/1. Update ALT_RMCPP_IFACE to eth1. TEST=Build for sbp1, check working of IPMI command: ipmitool -C 17 -H 10.93.130.28 -U root -P 0penBmc -I lanplus \ fru print Change-Id: Ibb2325b7b0760f2dfd1057a908100a98098eb774 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
2023-11-01smbios-mdr: srcrev bump 027277a4a9..badedf1091Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I5791947b37f0cb3e9375e18f9b3c5c3af668d2c6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-01phosphor-post-code-manager: srcrev bump 99a87b6f14..608a392189Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I9a7fa09c821361578c5dadda0e3cfe2f0d9bf1ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-01libmctp: srcrev bump 400766f943..895083b592Andrew Geissler1-1/+1
Andrew Jeffery (1): configure.ac: Run autoupdate Change-Id: I51573ae0731aca880dfb90cc6aff48b2e968a279 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-11-01pldm: srcrev bump 4ddee3a0fd..66794d0f91Andrew Geissler1-1/+1
Archana Kakani (1): oem-ibm: Spelling correction Gard to Guard Dung Cao (1): requester: Correct the type when getting EID property Change-Id: I88bcf368e2ba410121e3909a1553fb8ba1008da0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-31dbus-sensors: srcrev bump f3862ee3c7..3ae1cb0979Andrew Geissler1-1/+1
Delphine CC Chiu (1): fanSensor: Fix pwmsensors space-naming probe error George Liu (1): meson_options.txt: Support for reading options from meson.options Change-Id: If5d1f6b09f96db0cbeab6008892e16d31ac4a0a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-30linux-aspeed: Move to v6.5.9 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 6.5.5 through to 6.5.9 stable releases. Change-Id: I3315f92839072ab2ea5b371d8ad4a913534430e4 Signed-off-by: Joel Stanley <joel@jms.id.au>
2023-10-30meta-openembedded: Avoid stale SPDX reference with kernel dependencyAndrew Jeffery1-1/+1
mdio-tools and its relationship with mdio-netlink and the mdio-netlink kernel module breaks SPDX processing while generating the rootfs after a kernel bump. For example: ERROR: obmc-phosphor-image-1.0-r0 do_rootfs: Cannot find any SPDX file for document http://spdx.org/spdxdoc/kernel-module-mdio-netlink-6.5.4-da279e9-00089-gda279e98c07f-89187488-3164-50cb-94c5-8b76a30ea093 ERROR: Logfile of failure stored in: /home/andrew/src/openbmc.org/openbmc/openbmc/build/bletchley/tmp/work/bletchley-openbmc-linux-gnueabi/obmc-phosphor-image/1.0/temp/log.do_rootfs.262744 ERROR: Task (/home/andrew/src/openbmc.org/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb:do_rootfs) failed with exit code '1' In this case the error occurred after the following patch was applied: diff --git a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb index e6f98297c540..b852e993f0f6 100644 --- a/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb +++ b/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb @@ -1,6 +1,6 @@ KBRANCH ?= "dev-6.5" -LINUX_VERSION ?= "6.5.4" +LINUX_VERSION ?= "6.5.9" -SRCREV="da279e98c07f9c948c60a434ab0043a55c26ea1d" +SRCREV="fc8d4fdba5bd2b9b1cea2aa8a731531943c45aa7" require linux-aspeed.inc With the lack of a dependency the mdio-tools package is not rebuilt subsequent to the kernel bump and the package information remains stale, leading to an incorrect spdx path being generated. Change-Id: I6b60300a61a1d7e33e304fa9fced1ac281a63c2a Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2023-10-29meta-phosphor: ipmitool: add EN for DEPO Electronics Ltd.greenfil2-0/+5
Change-Id: I4ba009fdb7d14d03edf42fc312055ee3c7e5c870 Signed-off-by: greenfil <mikl@greenfil.ru>
2023-10-29Update enterprise-numbersgreenfil1-3/+3
Updated the table due to the IANA update https://www.iana.org/assignments/enterprise-numbers/?q=48482 Change-Id: I082477c60a65d3e06064f40b4d84f3d4cd05518e Signed-off-by: greenfil <mikl@greenfil.ru>
2023-10-28phosphor-host-ipmid: srcrev bump 369824e77d..824ca81f18Andrew Geissler1-1/+1
Peter Foley (2): transporthandler: Split constants into a standalone header. subprojects: ignore redirected wrap files Change-Id: I2d203f964ce63970359fa8469eefdbfca7539751 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28phosphor-user-manager: srcrev bump cb20ea83e1..40419f91eaAndrew Geissler1-1/+1
Ravi Teja (2): Add Ravi Teja as a reviewer Update README file Change-Id: I71e4c6c55572809c6726b2b05e6b233dab563e8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28phosphor-dbus-monitor: srcrev bump a4c3d2e7fc..7fe55e9137Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I640b2af95e23cf21908b44b12b1f1c93ef427e3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28service-config-manager: srcrev bump 9d680779d2..d8effd63e8Andrew Geissler1-1/+1
George Liu (1): meson: Replace configure_file with fs.copyfile Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I7ddfe6fe28eea009816a612f906d7ecccad70673 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28openpower-occ-control: srcrev bump 9bec8af070..c831dd8d3fAndrew Geissler1-1/+1
Matt Spinler (2): Support multiple sensors of same fru_type/label Create sensors for DIMM DVFS temps Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I5eade67a45aa2fec4b0e0a798254a7cb4e9a9968 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28phosphor-fan-presence: srcrev bump 785f6d681e..5e15c3ba7eAndrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I89362944ef471fa7a0c5cb0f7f9f2c564135c79f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28dbus-sensors: srcrev bump 4d97058755..f3862ee3c7Andrew Geissler1-1/+1
Patrick Rudolph (2): psusensor: Silence noisy debug message hwmontemp: Add MAX6639 Patrick Williams (1): clang-format: copy latest and re-format Change-Id: I815f106610a6c8db5df89618958ff0c9e2c20842 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28phosphor-psu-code-mgmt: srcrev bump c441915b19..3f6c12b8a5Andrew Geissler1-1/+1
Patrick Williams (1): clang-format: copy latest and re-format Change-Id: Idf604c3392eebe0b893425bc07ce5975ea73ef61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28obmc-console: srcrev bump 955d140e3c..bae933a7c1Andrew Geissler1-1/+1
Patrick Williams (1): meson: rename options file Change-Id: I182b23607e703d1636fcd9209c9512df2ac5a9fe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28phosphor-certificate-manager: srcrev bump d96b81cac9..a8de1b5aacAndrew Geissler1-1/+1
Ravi Teja (1): Add Ravi Teja as a reviewer Change-Id: Ied594db98adffc93de19884540a03b08cf2d4c49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28openpower-hw-diags: srcrev bump 7435fc0eb5..a4424050a3Andrew Geissler1-1/+1
Caleb Palmer (1): Add root cause filtering for RDF_FIR bit 16 and 41 Change-Id: I8b441c1bcf84aa01159fbb2de575335c6ddc729e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-28bmcweb: srcrev bump db7b3876bc..522377dcb8Andrew Geissler1-1/+1
Jonathan Doman (1): Refactor populateUserInfo Lakshmi Yadlapati (1): Refactor getComputerSystem Change-Id: I311eccaa6eacf5822f33112402c1c369fddd8e12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-27phosphor-logging: srcrev bump 5fb575ae38..6ddbf69e83Andrew Geissler1-1/+1
Willy Tu (1): Remove SDBUSPP_REMOVE_DEPRECATED_NAMESPACE Change-Id: I480d6c005d2c0d7961956c9857703ba09161ffa4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2023-10-27meta-ibm: system1: define blacklist for entity-managerAndrew Geissler2-0/+12
The only buses we should have EM look at are 0 and 6. I2C bus 6 has a mux so we also need to look at the virtual bus 36 too. The virtual bus is defined as an alias in the device tree, i.e. i2c36 = &i2c6mux0chn4; This will have EM look at the backplane and op-panel seeproms. Tested: - Confirmed a lot less "fru-device" busy errors in the journal and that the required eerpom's were still read. Change-Id: I0f0695173eed10f7bf40970c5cdf3732d34e7671 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2023-10-27meta-nuvoton: npcm8xx-bootblock: update to 0.3.6Tim Lee2-3/+3
Changelog: version 0.3.6 - Oct 19th 2023 ============= - Fix SPIX settings. SPIX should be below 33MHz. It was calculated according to SPI0 and not SPIX, and then set to SPIX. - Read the DIE information from OTP and place it in SCRACHPAD 72 and 73, for the OPTEE to read it. - Bug fix: return pass status to TIP in secondary reset if training is skipped. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I6cc76c7750c185f6593da17f779cbd1e68539833