summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-18phosphor-state-manager: srcrev bump 24b25a4617..3ff5a3603dAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: Ibf3d03d903ce3d94609c8db391405f5948ef7a57 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18btbridge: srcrev bump b847a932b7..fc0fa20df2Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: Ib4daf4369ba6f60ceead69951ab2e3157612afe2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18phosphor-ipmi-flash: srcrev bump 3f59628778..166b4f19bdAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I36e8ba31a86d95b12eb16e20eaead8a3624cecbb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18estoraged: srcrev bump 3cf9e80680..d4554f2a17Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I64db369cda267bc48bb27eaf77b6d8549e50fd4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18sdbusplus: srcrev bump e0698be867..3baa3045a4Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I27b8adcaaefab95dc21e00392f9b01b06ea60b51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18phosphor-led-sysfs: srcrev bump d508bfb51d..29bd56b166Andrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I16935d531bbef9ebef2af76b521b90299ce6ba90 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18libpeci: srcrev bump 127609cc41..5302b933acAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I0db4581f18ff5676a6a7db1f6392fa0bbc44547d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18libpldm: srcrev bump 0ee03b5b9d..9e3a5d456eAndrew Geissler1-1/+1
Andrew Jeffery (1): dsp: fru: Rename get_fru_record_by_option_check() Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: Ie67987d1db554580ca4eed8b5fac1d104cff8385 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-18meta-aspeed: u-boot-aspeed-sdk: Facebook AST2600 platform DTAndrew Jeffery1-1/+1
Peter Yin (1): ARM: dts: Aspeed: Add Facebook DTS Change-Id: Ide24c1151c73afab66cd17b3b505d17fabcb6303 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-06-18linux-aspeed: Move to v6.6.34 stable releaseAndrew Jeffery1-2/+2
Apply the upstream security and bug fixes. Change-Id: Ibed91cbde4465df091a5855b35d87a3f75626576 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-06-18meta-phosphor: PSM: correct dependences of multi-user.targetThang Tran1-1/+1
Issue: When users request to turn off the host, phosphor-bmc-state-manager sets BMC's state to "Ready" one more time. Root cause: When BMC turns off the host, obmc-host-reset@.target is stopped. The multi-user.target is requiring obmc-host-reset@.target, therefore, it has been stopped even it has been reached before. The phosphor-bmc-state-manager is monitoring the multi-user.target signal, it detects that multi-user.target is done, therefore it sets BMC's state to "Ready" again. Solution: As defined in phosphor-state-manager [1], the obmc-host-reset@.target is wanted by multi-user.target, but in the [2], the multi-user.target is requiring obmc-host-reset@.target. This commit corrects the dependences of multi-user.target from requires to wants for obmc-host-reset@.target. [1]https://github.com/openbmc/phosphor-state-manager/blob/master/target_files/obmc-host-reset%40.target#L6 [2]https://github.com/openbmc/openbmc/blob/eaff5a8909e88daab9c83089da8ef61ffa578c06/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc#L2 Tested: 1. Turn on then turn off the host. 2. Check the phosphor-bmc-state-manager logs. $journalctl | grep phosphor-bmc-state-manager 3. phosphor-bmc-state-manager only sets BMC's state to "Ready" one time. Fixes: 20cff7042b7ea3c670bfa3783dfd1dba54531226 Change-Id: I67a6007c36a885d64bdc217df1c334c7293f94a7 Signed-off-by: Thang Tran <thuutran@amperecomputing.com>
2024-06-17meta-ibm: disable insecure-tftp-update featureJagpal Singh Gill1-1/+0
Disable insecure-tftp-update feature since its not used anymore. Change-Id: I8ea8063d8519c845edbc537fc24be45dc2fcdd41 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
2024-06-17fb-ipmi-oem: srcrev bump 29985cb620..519530beaeAndrew Geissler1-1/+1
Manojkiran Eda (1): Fix spelling mistakes using codespell Change-Id: I5d1e275737692357e68fc7b1fd779935100d7c9f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-17meta-facebook: harma: auto power onPeter Yin7-29/+38
The harma BMC will power on the host if the CMM performs a host DC cycle or lifts leakage detection. We can't obtain the correct value from the CPLD because the MB CPLD has no power at this stage. Therefore, we need to choose a direct GPIO instead of the original SGPIO pin. Change-Id: I0b4c4d3b2950ae489d07972a0bf221074a426d13 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-06-16meta-phosphor: busybox: add `top` features for SMPTim Lee2-0/+7
High loads within a server can severely impact performance and response times. Adding `top` features for SMP to identify which process(es) or service(s) causing high loads significantly on which core. Tested: root@evb-npcm845:~# top Mem: 217800K used, 630044K free, 14412K shrd, 0K buff, 99832K cached CPU: 0% usr 2% sys 0% nic 48% idle 48% io 0% irq 0% sirq Load average: 0.02 0.01 0.00 1/182 1912 PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND 518 1 root S 10404 1% 0 1% /usr/bin/adcsensor 1912 605 root R 3508 0% 3 1% top 365 1 root S 535m 65% 1 0% /usr/sbin/nsc Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I7035ed4496ca32651dc483414cb905c2341aeb86
2024-06-16smbios-mdr: srcrev bump c13c87544d..7190f3a326Andrew Geissler1-1/+1
Potin Lai (1): cpuinfo_utils: Change OS state busname and objpath Change-Id: If878448c09ee611397ce1f8b3bf55c72cdc37c29 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-16bmcweb: srcrev bump 91f75caf02..8f5df132a7Andrew Geissler1-1/+1
VinceChang6637 (1): Fix login webui fail Change-Id: I9c231119ec93ae2b0abd70180ac02adb7c9c72e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-16openpower-proc-control: srcrev bump 969196c323..5235dba525Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Option to override dump request D-Bus path Change-Id: Ie3a5e9300cfcc69abe2843be378beae5b3994ea3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-16sdbusplus: srcrev bump 1a39b64faf..e0698be867Andrew Geissler1-1/+1
Patrick Williams (1): object_path: fix potential buffer overrun Change-Id: I86a8a3d6d9e149a52d4fbf73f64aca057092ef20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-16openpower-occ-control: srcrev bump 32f2af0add..1173b2b12dAndrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Option to override dump request D-Bus path Change-Id: I1f77ae2e63774558a87d2bcfa9210db55c61cfa5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-16openpower-hw-diags: srcrev bump a92dc027c4..0c1487cb3dAndrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Option to override dump request D-Bus path Change-Id: I85a45570d83f6347d2a9501166c071c363055795 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-15meta-phosphor: image_types_phosphor_nuvoton: Don't write u-boot twiceWilliam A. Kennington III1-8/+0
The merged binary already gets written once by the `do_generate_static` function in the primary phosphor bbclass. Change-Id: I11a3000ac40063bc2246a23f075a282ebddcb12f Signed-off-by: William A. Kennington III <wak@google.com>
2024-06-15meta-facebook: phosphor: update fan monitor configDaniel Hsu1-1/+0
Fan sensor monitor should follow PGoodState instead of host power state. Change-Id: I074a98ec2c0359a50800f952c6e217b0376a5d2e Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
2024-06-15fit-image.bbclass: correct compress algorithm for kernel imageTim Lee1-1/+1
Change default `linux_comp` from `none` to `${FIT_KERNEL_COMP_ALG}` Fixes: 650d9dc ("meta-phosphor: fit-image.bbclass: support compress kernel image") Signed-off-by: James Chiang <cpchiang1@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Ib4baba203219ead75f7f3f0d1b082301f2e01ac1
2024-06-15meta-facebook: harma: probe pca9546 device.Peter Yin3-1/+36
The hardware changes involve the SITV and PTTV I2C bus from 9 to 11, so we need to probe the I2C mux in the script to ensure compatibility with EVT and DVT. Change-Id: I0c559589d2edbec5c184efc05aad24d7ed59a916 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-06-14meta-facebook: yosemite4: fix power control failureDelphine CC Chiu2-15/+12
1. Remove SD/WF BIC EID before 12V off. 2. Remove unnecessary BIC power control. Change-Id: I493ce5b035c1940062cb826a96f53a1ff2cc52f0 Signed-off-by: Delphine CC Chiu <delphine_cc_chiu@wiwynn.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
2024-06-14bmcweb: srcrev bump 00a0fe4e36..91f75caf02Andrew Geissler1-1/+1
Ed Tanous (1): Fix regression in Manager chassis finding Change-Id: I030c0e367fd0e8140489ba72e4565b922ec40dd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14phosphor-logging: srcrev bump 1537029237..1763a84ecfAndrew Geissler1-1/+1
Riya Dixit (1): PEL: Adding a new BMC PEL for PDR Exchange Failure Change-Id: I7d5669b3dd82b8d7d82b58cc03d8c6bdb80fdfeb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14webui-vue: srcrev bump 8c4bb44cf2..620e6466dbAndrew Geissler1-1/+1
Gunnar Mills (1): Regenerate package-lock.json Change-Id: I8530821ef1b9ebd69a6244c25154e463580a9325 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14phosphor-fan-presence: srcrev bump 613b5367e8..6781491c18Andrew Geissler1-1/+1
Chau Ly (2): control: manager: Services with no managed objs control: json: Correct hysteresis definitions Change-Id: Ia0f1bbcbb4eae232f1c815741e3b115d24573d22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14phosphor-pid-control: srcrev bump 8dc277cc79..5d897e2a20Andrew Geissler1-1/+1
Delphine CC Chiu (1): Modified the naming to get the value of checkhysterwithsetpt Jonico Eustaquio (1): Add UNC crossing option for FailSafe condition Change-Id: I999158ee301056b2001e92659795b59c36e267ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14libpldm: srcrev bump de67ab621f..0ee03b5b9dAndrew Geissler1-1/+1
Thu Nguyen (1): base: Define macros for reserved TIDs Change-Id: I5165b7baa4deee42b35325a96f904d650137ba90 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14phosphor-dbus-interfaces: srcrev bump 8bd711ed21..6db06f5b80Andrew Geissler1-1/+1
Patrick Williams (2): postcode: add dbus paths software.version: add namespace path Change-Id: Ie7155f0435c211244f538da97dd6b2d32b3acae0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-14meta-nuvoton: evb-npcm845: fans: add temp and fan configurationTim Lee3-0/+184
Enable fan control and apply configuration for Arbel EVB. Tested: root@:~# systemctl status phosphor-pid-control.service * phosphor-pid-control.service - OpenBMC Fan Control Daemon Active: active (running) since Tue 2024-02-27 17:26:53 UTC; swampd[881]: pid: EVB_Temp failSafePercent: 0 swampd[881]: pid: Fan4 failSafePercent: 0 swampd[881]: Final zone1 failSafePercent: 100 swampd[881]: PID Zone 1 max SetPoint 20 requested by EVB_Temp swampd[881]: pushing zone 0 swampd[881]: zone: Zone0 zoneFailSafePercent: 100 swampd[881]: pid: Fan1 failSafePercent: 0 swampd[881]: Final zone0 failSafePercent: 100 Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I9a375141d9e214be285bcd082f567afa769fe0c5
2024-06-14meta-nuvoton: evb-npcm845: busybox: correct path for cfg fileTim Lee2-0/+0
Fix build error about dd.cfg: file could not be found Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I1415f6e93932dfeec5a1b58d90568b604fc1a68c
2024-06-13openpower-debug-collector: srcrev bump a4a348145c..24226c4f3fAndrew Geissler1-1/+1
Gopichand Paturi (1): Move dump scripts from phosphor-debug-collector Change-Id: I4c890c5e5836555da08615e8e2f12b1fc70577b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-13phosphor-dbus-interfaces: srcrev bump 9b664e95f7..8bd711ed21Andrew Geissler1-1/+1
Archana Kakani (1): Inventory-item: Add PCIe Switch interface Dhruvaraj Subhashchandran (2): Dump.Create: Add system dump path Add response code to system dump entry Shantappa Teekappanavar (1): Add 'connecting' association for Item and Cables Change-Id: I0738f73a9b7761b78e69319e3eadcaf1c65b7fef Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-13webui-vue: srcrev bump c45cfe5c5e..8c4bb44cf2Andrew Geissler1-1/+1
Ed Tanous (1): Disable index hashing in development mode Gunnar Mills (1): CONTRIBUTING.md: Remove link to projects Nikhil Ashoka (1): Fixed filter error in dumps page Paul Fertser (1): Revert "Add keep-alive option in webpack devServer" Change-Id: I62cb1000b8254c1e28c6d8beb36550b6c7d8e205 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-13entity-manager: srcrev bump 4a2b28794a..cc5b2affcbAndrew Geissler1-1/+1
Daniel Hsu (1): configurations: harma: minerva: update configurations Delphine CC Chiu (2): schemas: Add CheckHysteresisWithSetpoint for PID configuration: add fan table in yosemite4 config files Peter Yin (3): configurations: harma: Add Build Date configurations: harma: add SparePartNumber configurations: harma: add BOARD_INFO_AM4 for probe Tao Lin (1): configurations: nf5280m7: add baseboard json Yi-Shum (1): configurations: minerva: add SparePartNumber Change-Id: I57c0e43b7316e5523974b4f588feca21fa49e81f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2024-06-13linux-aspeed: Move to v6.6.33 stable releaseAndrew Jeffery1-2/+2
Apply the upstream scurity and bug fixes. Change-Id: I26a141779b1211c294753808d5d517d1fe30239e Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
2024-06-13meta-nuvoton: evb-npcm845: busybox: add opts for dd and head utilityTim Lee3-0/+5
Enable `CONFIG_FEATURE_DD_THIRD_STATUS_LINE` to get third status line. Enable `CONFIG_FEATURE_DD_IBS_OBS` for ibs=N obs=N option. `ibs` use to set input block size. `obs` use to set output block size. Enable `CONFIG_FEATURE_FANCY_HEAD` to add support "c:qv" opts `header_threshhold` and `count_bytes` for `head` utility. Tested: root@:~# dd if=/dev/mtdblock3 of=/dev/null ibs=4K obs=1K count=10240 2048+0 records in 8192+0 records out 8388608 bytes (8.0MB) copied, 10.029590 seconds, 816.8KB/s Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Idf6c8db081306c98d6ea3c5c5175986bd52ea7bc
2024-06-13meta-nuvoton: evb-npcm845: sel-logger: add configurationsTim Lee1-0/+1
Enable `log-threshold` and `log-alarm` for monitoring SEL logs and creating when virtual and pldm sensors cross thresholds. Enable `log-watchdog` for monitoring watchdog event. Enable `send-to-logger` for handling logs by phosphor-logging. Tested: root@evb-npcm845:~# obmcutil listlogs "type" : "as", "data" : [ [ "/xyz/openbmc_project/logging/entry/1", "/xyz/openbmc_project/logging/entry/2", "/xyz/openbmc_project/logging/entry/3", ] ] Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I78b5ba52dee89bb6de764b7280b58e9cc78aff21
2024-06-13meta-nuvoton: u-boot-nuvoton: srcrev bump 6cb728fcca...fb62cf0fb4Tim Lee1-1/+1
Jim Liu (1): configs: Add poleg svb defconfig for upstream openbmc Joseph Liu (1): arm: dts: nuvoton-npcm750-olympus: enable watchdog Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I6e56ca612e72c12243c1b2ed37ca7accd9586175
2024-06-13meta-nuvoton: npcm8xx: rename defconfig for UBOOT_MACHINETim Lee1-1/+1
Change defconfig to lower case according to u-boot_2023 naming rule. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I1bbc728b1764c6d57e40d0082d84f6b12f6bda91
2024-06-13meta-nuvoton: npcm8xx-tip-fw: update to 0.7.1.0.6.0Tim Lee1-1/+1
Changelog: TIP_FW: 0.7.1 L0 0.6.0 L1 ============== - Add flash protection on recovery image. Recovery region is now read-only. Tested: Build pass and boot up successful with correct TIP FW latest version. Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I5061a3cc389df36248eb3f2dc575bf0921d20267
2024-06-13meta-facebook: yosemite4: Add Power Control Status CheckDelphine CC Chiu7-27/+144
Implement pre-operation and post-operation status checks for each power control action. Change the power cycle behavior to do host on and off on BMC side, so that each power operation can be checked. Change-Id: Ib59626ed35965e852bd5ce8c4b776711872bc656 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-06-13meta-facebook: meta-yosemite4: remove static fan tableDelphine CC Chiu2-4227/+0
Remove static fan table since we add the fan table in config files of entity-manager. https://gerrit.openbmc.org/c/openbmc/entity-manager/+/71453 Change-Id: Ie03ea001b7206604b657e894f2c5a138968f0251 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-06-13meta-facebook: yosemite4: Set the fan LED to amber or blueDelphine CC Chiu19-4/+1701
Set the fan led to amber when the fan tach triggers critical threshold. Test Plan: Modify the threshold and check if the led is correct. Change-Id: I1ad360c15b2e4ff9c47d6e0bbc81e3a30ab1cd23 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
2024-06-13meta-facebook: yosemite4: Revise service for storage criticalDelphineCCChiu1-0/+1
Add remove /run/mnt-persist/var-data/lib/phosphor-debug-collector/dumps when threshold assert. Change-Id: I2bc6a5bcd475e7aa3ac61047dcfad0dedffe1f23 Signed-off-by: DelphineCCChiu <delphine_cc_chiu@wiwynn.com>
2024-06-12meta-phosphor:user-manager: add PACKAGECONFIG for rootAndrew Geissler1-0/+4
This is an option defined within the meson.options of phosphor-user-manager so lets get a PACKAGECONFIG defined so users can easily disable it if needed. The default in the repo is for it to be enabled so keep that default. Change-Id: Id8fe86081df47304917171c8ece64263187987a8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>