summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01meta-ibm: Link PCIeSlots to Processor associationSunny Srivastava3-1/+408
This commit is to populate link(s) to processor associated with given PCIeDevice which is established via the assoication with PCIeSlot. https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/65076 Tested: - dbus has the association between processor and slot ``` /xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot10 \ xyz.openbmc_project.Association.Definitions Associations ... "connected_to" "connecting" "/xyz/openbmc_project/inventory/system/chassis/motherboard/dcm0/cpu0" ``` Change-Id: I983c8444e4e3b206c60cf86c83d5b5cbf575f386 Signed-off-by: Myung Bae <myungbae@us.ibm.com>
2024-02-01meta-ibm: sbp1: phosphor-virtual-sensor: Add sensorNaresh Solanki1-0/+268
The regulator PVCCD_HV_CPU* only has sensors to measure output power and input voltage. Calculate input power and input current for PVCCD_HV_CPU* based on output power and input voltage considering 90% efficiency. TEST: webui shows newly added PVCCD_HV_CPU* sensors. Change-Id: I3ae49beaca4453595116b640177fde822d195ab6 Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
2024-02-01meta-ibm: sbp1: Include flash packagePatrick Rudolph2-0/+5
Add the flash package to the default build. Change-Id: I5c0b20ed277b672adc642310cbc44676582c7f55 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
2024-02-01entity-manager: srcrev bump 8258ccf900..6af72c9bbcAndrew Geissler1-1/+1
Jonathan Doman (1): Call linkMux after async buildDevice Change-Id: Ibeee363426829748d87aa2ce33a135da1706921a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-01openpower-vpd-parser: srcrev bump 63cce0fff2..2cb6769e0cAndrew Geissler1-1/+1
Jinu Joy Thomas (1): MUX enable to be done on any BMC reboot Change-Id: I4f729abf7c083261a243345eec7923788ca3a1cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-01estoraged: srcrev bump 043af59f7f..d7be42bd69Andrew Geissler1-1/+1
John Wedig (1): Populate the Type property in Item.Drive interface Change-Id: Ib00820722df70d4b6f798cd633dc85b867332e51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-01phosphor-state-manager: srcrev bump 471208419d..e9040bb8b2Andrew Geissler1-1/+1
Patrick Williams (3): reduce dbus string constants systemd-target-monitor: remove unused sdeventplus remove unnecessary boost calls Change-Id: Ifc75c4c1969c6ffcc5e00e1cb89551bb26c1c760 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-02-01dbus-sensors: srcrev bump be53d6b95d..16d6f17becAndrew Geissler1-1/+1
George Liu (1): Utils: Remove unused getSensorConfiguration method Change-Id: I46c8575f4d89081823ab4bfa20b7b25fd185e1aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-31phosphor-power: srcrev bump a4ea20b01e..16e493af18Andrew Geissler1-1/+1
Shawn McCarney (1): pseq: Add is_power_supply_rail JSON file property Change-Id: I86f3d57098d86b4cab3328872bf83837c649657f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-31meta-phosphor: fit-image.bbclass: support compress kernel imageTim Lee1-0/+13
Extract relevant functions from upstream's kernel-uboot.bbclass in order to be able to support compress kernel image. Signed-off-by: James Chiang <cpchiang1@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I74c144e2d60d8276b74dc45767b88ff174e11937
2024-01-31ledmanager: Add LED_ORG_JSON_PATTERNS to filter installed json filesGeorge Liu1-0/+12
Since not all machines need to install all the files in the configs directory, LED_ORG_JSON_PATTERNS is added to selectively install the json files required by each machine. By default, the variable is initialized to match the dbus sub-directories. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I026e2bd8bd0efd717c79a026f97aa95f7054a335 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-01-30meta-facebook: minerva: enable sel-logger for sensorYang Chen1-0/+5
Enable logger for sensor threshold event monitor. Change-Id: I589bcc6aa1e046ad53971e99460a38deb39d66e6 Signed-off-by: Yang Chen <yang.chen@quantatw.com>
2024-01-30meta-google: ncsid: changing mask dirYuxiao Zhang1-2/+3
"lib" systemd directory conflicts with ncsid, this CL changes the masked service file to "etc". Change-Id: I8b1fe615ac3298db0e30c88070a1559cbc172a89 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2024-01-30meta-facebook: network: fix network typePeter Yin1-1/+2
Type=ether will match all interface, it will impact some static device. example: usb0 use Driver=ftgmac100 to set bmc ethernet interface. Change-Id: I9ef33619595055d990d5a356b02e5fbfcfe559a8 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-01-30phosphor-power: srcrev bump 7affb1f2ba..a4ea20b01eAndrew Geissler1-1/+1
Faisal Awada (1): Revert "Create directory to put power device firmware" Change-Id: I922afa051350f3c987a20a39bde5bd815ccb3893 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30openpower-occ-control: srcrev bump fec4b0b17e..ae157b68d3Andrew Geissler1-1/+1
Chris Cain (1): Force fans to high when no valid temp from sensors Change-Id: I6424e6b36879b96375105bfaa34a6f44c687cdc0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30phosphor-fan-presence: srcrev bump a8c1cf5009..5d76e652fdAndrew Geissler1-1/+1
Matt Spinler (1): control:configs:rainier: Add new hot card Change-Id: Ie4991f77ed31ec67c26689f006f140e057502390 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30entity-manager: srcrev bump b64a3aee4a..8258ccf900Andrew Geissler1-1/+1
Potin Lai (1): configurations: add more manufacturer to BMC Storage Module Change-Id: I837e064b2d056e3bdbb9e6e85734b0eb805811e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30stdplus: srcrev bump ac18d11eb9..2f6affd1fdAndrew Geissler1-1/+1
William A. Kennington III (1): raw: Use a more selective exception Change-Id: I76eae599e65d8dd89d09bfe0838af96be4b5c34d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30openpower-vpd-parser: srcrev bump 9a60c8b403..63cce0fff2Andrew Geissler1-1/+1
Jinu Joy Thomas (1): Do VPD collection manually for ISDIMM Change-Id: I5f105e7c7443cd09fffa926800c0051d844040bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30bmcweb: srcrev bump 5ae1f7f3e0..4c8c12d2a6Andrew Geissler1-1/+1
Ed Tanous (1): Reformat scripts Change-Id: I5b0606d9c72426d0f3e14109e82f3aa12c3919b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30phosphor-dbus-interfaces: srcrev bump b3b70d922e..1abc0c5769Andrew Geissler1-1/+1
George Liu (1): Throttle, Item: Add throttling association Change-Id: I8a27a5a8ae72a34861272746a0a8d01636392b93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30phosphor-host-ipmid: srcrev bump ba0da6b3a9..0c96fdf819Andrew Geissler1-1/+1
nichanghao.nch (1): BugFix: user name contains invalid characters Change-Id: I74326cc9b9de6219f0c83673084a97f5f7fdde8f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30pldm: srcrev bump 9e6631e201..58cbcaf210Andrew Geissler1-1/+1
Kamalkumar Patel (1): PLDM:Catching exception precisely and printing it Change-Id: I2a6e2bfe61c990b3f29be4c4a19e82d6ebdeef2c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30sdbusplus: srcrev bump 5828bccf3e..f1d999b55cAndrew Geissler1-1/+1
Patrick Williams (3): timer: remove deprecated phosphor namespace stdexec: update to latest commit async: client: add preserve function and fix proxy Change-Id: Ibcccad66118820f47587b4c5c2fa7b6dc880d175 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-30meta-ampere: Remove uart-mux control scriptsChau Ly9-152/+12
This commit removes support for controlling uart muxes from Host. The uart muxes will now be default to connect to BMC on AC/DC. This therefore can remove all the mux control scripts in obmc-console recipe. Tested: Upon BMC AC/DC Can successfully ssh to Host's uart consoles via BMC's IP Example: ssh root@<BMC_IP> -p 2200 Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: Ia4f421956f182dcb5d8e2e2ef8cb4eb404a15f2d
2024-01-29meta-ampere: mtmitchell: separate FAN Led group for each FANHieu Huynh2-7/+92
Currently just one LED group for FAN fault check. This causes FAN fault LED might be changed to OFF even when still having failure on some FANs. This commit changes to have LED group for each FAN to fix this issue. Tested: 1. Unplug two random FANs 2. Plug one FAN into the board and verify that FAN Led status is still on 3. Plug all FAN into the board and verify that FAN Led status is off. Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: I8cf2eeafbe7372b0eda85c133e88a228b5cd0a2a
2024-01-29meta-ampere: mtjade: separate FAN Led group for each FANHieu Huynh2-7/+62
Currently just one LED group for FAN fault check. This causes FAN fault LED might be changed to OFF even when still having failure on some FANs. This commit changes to have LED group for each FAN to fix this issue. Tested: 1. Unplug two random FANs 2. Plug one FAN into the board and verify that FAN Led status is still on 3. Plug all FAN into the board and verify that FAN Led status is off. Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Ic48fb402266bd3b95263ba8278e2f50d3bbb3bfe
2024-01-29meta-ieisystems: fp5280g3: Add dcmi sensor configurationGeorge Liu1-0/+33
Add the dcmi_sensor.json file for the fp5280g3 platform. Tested: ~# ipmitool dcmi sensors Inlet: 1 temperature sensors found: Record ID 0x0038: Inlet_TEMP | 28 degrees C | ok CPU: 2 temperature sensors found: Record ID 0x0039: CPU0_TEMP | 35 degrees C | ok Record ID 0x003a: CPU1_TEMP | 38 degrees C | ok Baseboard: 2 temperature sensors found: Record ID 0x004b: L_OCP_Zone_Temp | 33 degrees C | ok Record ID 0x004c: R_OCP_Zone_Temp | 35 degrees C | ok Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ia6c7a54ba81a17d86d11b05ba4ea638b8a129f4d
2024-01-28meta-ampere: mtmitchell: update LED configuration file nameHieu Huynh3-2/+4
phosphor-led-manager is changed to use xyz.openbmc_project.Inventory. Decorator.Compatible interface to select the configuration file. This updates the led-group-config.json file to com.ampere.Hardware.Chassis.Model.MtMitchell.json follow the phosphor-led-manager. Tested: verify that led config file in the system root@mtmitchell-dcscm:~# ls /usr/share/phosphor-led-manager/ com.ampere.Hardware.Chassis.Model.MtMitchell.json com.ibm.Hardware.Chassis.Model.Rainier1S4U.json com.ibm.Hardware.Chassis.Model.Rainier4U.json com.ibm.Hardware.Chassis.Model.Everest.json com.ibm.Hardware.Chassis.Model.Rainier2U.json Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: Id7a2f885a933319b8b09279689dfb627c843cf88
2024-01-28meta-ampere: mtjade: update LED configuration file nameHieu Huynh3-2/+4
phosphor-led-manager is changed to use xyz.openbmc_project.Inventory. Decorator.Compatible interface to select the configuration file. This updates the led-group-config.json file to com.ampere.Hardware.Chassis.Model.MtMitchell.json follow the phosphor-led-manager. Tested: verify that led config file in the system root@mtjade:~# ls /usr/share/phosphor-led-manager/ com.ampere.Hardware.Chassis.Model.MtJade.json com.ibm.Hardware.Chassis.Model.Rainier1S4U.json com.ibm.Hardware.Chassis.Model.Rainier4U.json com.ibm.Hardware.Chassis.Model.Everest.json com.ibm.Hardware.Chassis.Model.Rainier2U.json Signed-off-by: Hieu Huynh <hieuh@os.amperecomputing.com> Change-Id: I83647f465506d3fc3202d2b8f7145a1342f86dcf
2024-01-28meta-ampere: remove unused shell scriptsThang Q. Nguyen15-992/+7
Remove shell scripts which are not used in core services. Tested: 1. Compile Mt.Jade and Mt.Mitchell without errors 2. Check power control still works fine Change-Id: I740b804a9e43b4826c5549a7a1e17eab745ded70 Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
2024-01-27subtree updatesPatrick Williams228-4570/+2566
meta-openembedded: 4dbbef7a39..9953ca1ac0: Andreas Cord-Landwehr (1): freerdp: provide cmake integration BELOUARGA Mohamed (1): Monocypher: Correct source URI and license Clément Péron (2): abseil-cpp: rename recipe to follow the version protobuf: upgrade 4.23.4 -> 4.25.2 Fabio Estevam (1): v4l-utils: Remove unneeded musl patch Gassner, Tobias.ext (1): softhsm_2.6.1.bb fixing p11-kit module path, adding softhsm2.module to FILES Gianfranco Costamagna (1): vbxguestdrivers: upgrade 7.0.12 -> 7.0.14 Khem Raj (4): Revert "rng-tools: move from oe-core to meta-oe" python3-pillow: Correct branch parameter in SRC_URI python3-multidict: Make it work with python 3.12 python3-multidict: Fix running ptests Markus Volk (6): eog: update 45.1 -> 45.2 file-roller: update 43.0 -> 43.1 gvfs: update 1.52.1 -> 1.52.2 gjs: update 1.78.1 -> 1.78.2 mozjs: update 115.2.0 -> 115.6.0 pipewire: update 1.0.0 -> 1.0.1 Michael Haener (1): nginx: add http sub module feature Pablo Saavedra (1): libbacktrace: fix sdk installation Peter Marko (2): protobuf-c: change branch to master srecord: fix malformed patch upstream status Ross Burton (1): mozjs-115: fix the build on ARMv5 Yi Zhao (1): samba: upgrade 4.19.3 -> 4.19.4 Yoann Congal (3): packagegroup-meta-oe: remove mongodb python3-coverage: add native and nativesdk BBCLASSEXTEND python3-pytest-cov: Add missing python3-pytest RDEPENDS alperak (8): fmt: upgrade 10.1.1 -> 10.2.1 gerbera: upgrade 1.12.1 -> 2.0.0 spdlog: upgrade 1.12 -> 1.13 libebml: upgrade 1.4.4 -> 1.4.5 lcms: upgrade 2.15 -> 2.16 libkcapi: upgrade 1.4.0 -> 1.5.0 icewm: upgrade 3.4.4 -> 3.4.5 libreport: upgrade 2.17.8 -> 2.17.11 meta-raspberrypi: b859bc3eca..9c901bf170: Damiano Ferrari (2): rpi-config: Add CAN0_INTERRUPT_PIN and CAN1_INTERRUPT_PIN variable docs: add info on how to set different CAN interrupt pins Florin Sarbu (1): Add Raspberry Pi 5 Leon Anavi (7): rpi-base.inc: Add vc4-kms-v3d-pi5.dtbo u-boot_%.bbappend: Skip for Raspberry Pi 5 rpi-config: Reduce config.txt size linux-raspberrypi.inc: bcm2712_defconfig for rpi5 conf/machine/raspberrypi5.conf: kernel_2712.img conf/machine/raspberrypi5.conf: ttyAMA10 conf/machine/raspberrypi5.conf: Use "Image" poky: 7af374c90c..348d9aba33: Alejandro Hernandez Samaniego (1): newlib: Upgrade 4.3.0 -> 4.4.0 Alexander Kanavin (1): shadow: replace static linking with dynamic libraries in a custom location and bundled with shadow Anuj Mittal (4): bluez5: upgrade 5.71 -> 5.72 cronie: upgrade 1.7.0 -> 1.7.1 libpsl: upgrade 0.21.2 -> 0.21.5 grub2: upgrade 2.06 -> 2.12 Bruce Ashfield (12): linux-yocto/6.6: update to v6.6.11 linux-yocto/6.6: update CVE exclusions linux-yocto/6.1: update to v6.1.72 linux-yocto/6.1: update CVE exclusions linux-yocto/6.6: cfg: arm: introduce page size fragments linux-yocto/6.6: security/cfg: add configs to harden protection linux-yocto/6.1: security/cfg: add configs to harden protection linux-yocto/6.6: update to v6.6.12 linux-yocto/6.6: update CVE exclusions linux-yocto/6.1: update to v6.1.73 linux-yocto/6.1: update CVE exclusions linux-yocto/6.1: drop recipes Chen Qi (5): oeqa/selftest: add test case to cover 'devtool modify -n' for a git recipe systemd: refresh musl patches for v255.1 systemd: upgrade to 255.1 systemd-boot: upgrade to 255.1 rootfs-postcommands.bbclass: ignore comment mismatch in systemd_user_check Etienne Cordonnier (1): cmake.bbclass: add Darwin support Fabio Estevam (2): weston: Update to 13.0.0 pulseaudio: Update to 17.0 Jiang Kai (4): debianutils: upgrade 5.15 -> 5.16 enchant2: upgrade 2.6.4 -> 2.6.5 libsecret: upgrade 0.21.1 -> 0.21.2 libxrandr: upgrade 1.5.3 -> 1.5.4 Joe Slater (1): eudev: modify predictable network if name search Jonathan GUILLOT (1): udev-extraconf: fix unmount directories containing octal-escaped chars Julien Stephan (3): externalsrc: fix task dependency for do_populate_lic devtool: modify: add support for multiple source in SRC_URI oeqa/selftest/devtool: add test for recipes with multiple sources in SRC_URI Kai Kang (2): nativesdk-cairo: fix build error p11-kit: fix parallel build failures Kevin Hao (2): yocto-bsp: Bump the default kernel to v6.6 yocto-bsp: Drop the support for v6.1 kernel Khem Raj (4): libgudev: Pass export-dynamic to linker directly. coreutils: Fix build with clang glibc: Do not enable CET on 32bit x86 rust: Re-write RPATHs in the copies llvm-config Pavel Zhukov (1): mdadm: Disable ptests Peter Marko (1): zlib: ignore CVE-2023-6992 Richard Purdie (7): qemu: add PACKAGECONFIG for sndio poky-altcfg: Update PREFERRED_VERSION for kerenl xev: Drop diet libx11 related patch libxcomposite: Drop obsolete patch python3-subunit: Add missing module dependency qemu: Upgrade 8.1.2 -> 8.2.0 qemu: Fix segfaults in webkitgtk:do_compile on debian11 Robert Yang (1): autoconf: 2.72d -> 2.72e Ross Burton (7): cve_check: handle CVE_STATUS being set to the empty string cve_check: cleanup logging xserver-xorg: add PACKAGECONFIG for xvfb xserver-xorg: disable xvfb by default libssh2: backport fix for CVE-2023-48795 bitbake: bitbake: Version bump for inherit_defer addition sanity: require bitbake 2.7.2 for the inherit_defer statement Ryan Eatmon (1): python3-yamllint: Add recipe Simone Weiß (2): tune-core2: Update qemu cpu to supported model gcc: Update status of CVE-2023-4039 Thomas Perrot (1): opensbi: bump to 1.4 Timotheus Giuliani (1): linux-firmware: fix mediatek MT76x empty license package Vincent Davis Jr (1): shaderc: update commit hash to v2023.7 Wang Mingyu (2): python3-subunit: upgrade 1.4.2 -> 1.4.4 libtest-warnings-perl: upgrade 0.031 -> 0.032 William Hauser (1): native.bbclass: base_libdir unique from libdir William Lyu (1): perl: Fix perl-module-* being ignored via COMPLEMENTARY_GLOB Yash Shinde (7): rust: Fetch cargo from rust-snapshot dir. rust: detect user-specified custom targets in compiletest rust: Enable RUSTC_BOOTSTRAP to use nightly features during rust oe-selftest. rust: Fix assertion failure error on oe-selftest rust: Add new tests in the exclude list for rust oe-selftest rust: Remove the test cases whose parent dir is also present in the exclude list rust: Enable rust oe-selftest. Yogita Urade (1): tiff: fix CVE-2023-6228 meta-arm: 1cad3c3813..6bb1fc8d8c: Harsimran Singh Tungal (1): n1sdp:arm-bsp/optee: Update optee to v4.0 Ross Burton (1): arm-bsp/linux-yocto: add 6.1 recipe Change-Id: Ib4cc4e128e4d41f3329cf83a0d5e8539ef07ebe3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-01-26meta-facebook: OWNERS: update Amithash's email addressPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I278c0c50ccf69448143364d3ac41eb52b7352b00
2024-01-26meta-facebook: jq: add to imagePatrick Williams1-0/+1
jq is a useful debug tool for looking at json output. Add it to our base image set. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie63dc8f9a87042ca803dc5117d967a2730fb7aa2
2024-01-26meta-google: add recipe to disable/enable host consoleYuxiao Zhang3-0/+64
Add a service that will trigger by gbmc-bare-metal-active target, upon start/stop it will disable/re-enable obmc host console. Tested: manually tested with stopping/starting the target Change-Id: Ia57c825708bfe16f8f7967f6636d90327d28b5c0 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2024-01-26meta-google: add recipe to disable ipmi kcsYuxiao Zhang2-0/+49
Change-Id: I1954f9ac5361137ef42faed0ff271bdebd11e77d Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
2024-01-26meta-facebook: harma: add blacklistPeter Yin2-0/+19
We found that in some buses, due to power sequence issues, there is an I2C lock, resulting in a discover service timeout. Add blacklist to avoid i2c lock. Change-Id: I216d051ae6c56d7864d70215e7a11fedab05a952 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-01-26meta-ieisystems: fp5280g3: Add SDR inventoryGeorge Liu7-0/+3531
Add SDR inventory to parse the fp5280g3 device, map SDR data with inventory information and report SDR content through IPMI. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ie2054b982c30ccbfca9320873e1bfdd5213a76b2
2024-01-26meta-ieisystems: fp5280g3: Add IPMI power_reading.jsonGeorge Liu1-0/+3
Set dbus object path for total power on fp5280g3 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I3ddb58217f26236ae4b0892f04252a28c0086587
2024-01-26meta-ampere: mtmitchell: led: support bmc_booted ledsThang Tran5-37/+15
This commit adds bmc_ready and sw_heartbeat leds to bmc_booted group. When BMC's status is Ready, phosphor-led-manager shall assert bmc_ready GPIO and create bmc/sw heart-beat signals to CPLD/HOST. By the heartbeat signals are create by leds, the service to create heartbeat signals is redundant, therefore ampere-bmc-heartbeat.service shall be removed. Tested: 1. Turn on/off, power cycle, reboot host features work correctly. Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: If21649c1a70a6b43acf8130561181e534f762b61
2024-01-26phosphor-buttons: srcrev bump 88f2038703..9c276560f9Andrew Geissler1-1/+1
Patrick Williams (1): State.Chassis: update service name Change-Id: I1644b00833662f99fc70161e8b93bf7c879ed7e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-26pldm: srcrev bump 33a9cd0b23..9e6631e201Andrew Geissler1-1/+1
Pavithra Barithaya (1): fru: fix in the FRU Record Table Change-Id: I2625f5374a513237404a80fda25e47a53fbc1655 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-26phosphor-logging: srcrev bump 2edce4e2b9..207aa8b599Andrew Geissler1-1/+1
Matt Spinler (1): PEL: Convert missed procedure callouts Change-Id: I52048e7500dc555bc77ea234aa531f1f71cfc243 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-26entity-manager: srcrev bump 500cab25a4..b64a3aee4aAndrew Geissler1-1/+1
Delphine CC Chiu (1): configurations: add generic BMC Storage Module Matt Spinler (1): Use common Polarity in schema Yang Chen (1): configuration: Modify Minerva CMM SCM naming Change-Id: I226f33b00a00a2157b82eea72d6af7d06c8cb84d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-26phosphor-host-ipmid: srcrev bump 833b706489..ba0da6b3a9Andrew Geissler1-1/+1
Patrick Williams (1): softoff: fix use of deprecated sdbusplus type Change-Id: Id8ca97afca96c89be1cf5ee59e9bc175b86a2507 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-26phosphor-dbus-interfaces: srcrev bump ec18d80802..b3b70d922eAndrew Geissler1-1/+1
George Liu (1): chassis: associations: Sort by name Change-Id: I19e5bf14aa2067096c7bd84744c3fe8d5b1c51c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-01-25meta-phosphor: Add cereal dependency for bios-settings-mgrManojkiran Eda1-2/+3
bios-settings-mgr uses cereal library to persist data, but it is not explicitly mentioned as a dependency.This commit fixes it. The cereal dependency for bios-settings-mgr is added as part of the below commit: ``` https://github.com/openbmc/bios-settings-mgr/commit/72bed802bff8b5c1a7f656e415deb9dadd8e597f ``` Change-Id: I168e09f2fbc39531469ece53449f2e7b27807e29 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
2024-01-25meta-facebook: rsyslog: Allow reading server console logsAmithash Prasasd3-0/+30
Generate host server log files to load logs from obmc-console. This allows us to input /var/log/obmc-console*.log and potentially be able to stream it to an external syslog server (if configured to do so). Change-Id: I8146f499a47971501b3abe85e6d8026216d3d0b4 Signed-off-by: Amithash Prasasd <amithash@meta.com>
2024-01-25meta-ieisystems: fp5280g3: Add IPMI dev_id.jsonGeorge Liu3-0/+16
Add the dev_id.json file for fp5280g3 Tested: image version: 2.16.0-dev-317-g72725bd77b-dirty ipmitool mc info Device ID : 0 Device Revision : 0 Firmware Revision : 2.16 IPMI Version : 2.0 Manufacturer ID : 52893 Manufacturer Name : Inspur Power Systems Co.,Ltd. Product ID : 123 (0x007b) Product Name : Unknown (0x7B) Device Available : no Provides Device SDRs : yes Additional Device Support : Sensor Device SDR Repository Device SEL Device FRU Inventory Device IPMB Event Receiver IPMB Event Generator Chassis Device Aux Firmware Rev Info : 0x72 0x72 0x5b 0xd7 Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ic56e271b220f360e8b15c9b385da0468a7fc2597