summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-18meta-bletchley: motor-ctrl: add host ac-on and ac-off servicePotin Lai3-0/+26
1. add host-ac-on and host-ac-off service. 2. init host-ac-on during BMC boot. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ie3954297e20f35c9d1f723d9d5e74cee91ec32ac
2022-01-18meta-fii/meta-kudo: Clean obmc-console port configsCharles Boyer1-22/+5
The obmc-console recipe changes from https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/49336 add support for multiple port configurations. Therefore, the configs do not need to occur in the bbappend. Removed the additional configuration steps to configure multiple ports and used OBMC_CONSOLE_TTYS override instead. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Iba14a8b5935cd3cd8718a8bf94d5eed18de9db9e
2022-01-18meta-fii/meta-kudo: Organize executables to follow anti-patterns.mdCharles Boyer30-47/+45
According to https://github.com/openbmc/docs/blob/master/anti-patterns.md, /usr/sbin is reserved for system administration executables. The executables called by services or internal use are placed in /usr/libexec/<package>. Executables kept in /usr/sbin, - kudo.sh - kudo-ras.sh - kudo-fw.sh Executables moved to /usr/libexec, - ampere-hostctrl/ampere_power_util.sh - kudo-fw/kudo-fw-ver.sh - kudo-fw/kudo-lib.sh - kudo-boot/init_once.sh - usb-network/usb_network.sh - obmc-console/kudo_uart_mux_ctrl.sh - pwm-init/pwm_init.sh - phosphor-virtual-sensor/tla2024-enable.sh Also removed /usr/bin/env from service files. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: I270eee5cb9c0ca248f1b84a87d1cff5c6dc129f3
2022-01-18u-boot: Specify u-boot package for AST2500 machinesJoel Stanley16-0/+56
This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Change-Id: Iea12e1691dbdda34a3f95d6d0862add0b15bcf37 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-18u-boot: Specify u-boot package for AST2400 machinesJoel Stanley2-0/+8
This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Iaf709343b966c39ca707a10ef57fa0010bf6eb6f
2022-01-18meta-inspur: on5263m5: Update packagegroup-inspur-apps.bbGeorge Liu1-6/+2
Chassis dependencies (obmc-control-chassis, obmc-op-control-power, obmc-host-failure-reboots) have been deprecated, use x86-power-control instead. Flash dependencies (obmc-flash-bmc, obmc-mgr-download, obmc-control-bmc) have been deprecated, use phosphor-software-manager instead. Tested: built on5263m5 successuflly. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ib676ddccae91607fbf8eabdf3a22d69624a9da25
2022-01-17aspeed: Add TPM TIS I2C driver to tpm2 machine featureJoel Stanley1-0/+1
This driver requires CONFIG_TCG_TPM and CONFIG_TCG_TIS_I2C. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: If461c2fec0874c09410388bcce7990334b81a726
2022-01-17linux-aspeed: Move to v5.15.14 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.11 through to 5.15.14 stable releases. Change-Id: I289d25f7f3d02010e6be586e2c992a8b88204a7c Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-14phosphor-base: Remove unused recommended e2fsckWilliam A. Kennington III1-0/+3
Our builds with MMC will explicitly depend on this as needed. No other BMC builds should need this utility normally and it gets included with all builds. Change-Id: I4ce0303dfd4646579d70f79be3e6af9b191ca45a Signed-off-by: William A. Kennington III <wak@google.com>
2022-01-14linux-aspeed: TPM TIS I2C driver, mp5023, reset-cause-pinholeJoel Stanley1-1/+1
Amir Mizinski (5): tpm_tis: Fix expected bit handling tpm: tpm_tis: Rewrite "tpm_tis_req_canceled()" tpm: tpm_tis: Verify TPM_STS register is valid after locality request tpm: tpm_tis: Add tpm_tis_i2c driver tpm: Add YAML schema for TPM TIS I2C options Andrew Geissler (2): ARM: dts: aspeed: rainier: add reset-cause-pinhole ARM: dts: aspeed: everest: add reset-cause-pinhole Chen Jun (1): tpm: add request_locality before write TPM_INT_ENABLE Christophe Jaillet (1): tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' Howard Chiu (邱冠睿) (1): hwmon: (pmbus) Add support for MPS Multi-phase mp5023 Joel Stanley (2): ARM: configs: aspeed_g5: Add mp5023 driver ARM: config: aspeed_g5: Add TPM TIS I2C driver Patrick Williams (1): tpm: fix NPE on probe for missing device Change-Id: Ie6ef09e03df8bc44ef70d900a4fc3b874e1d6688 Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-14google-misc: srcrev bump ddf93d57c1..af46bea650Andrew Geissler1-1/+1
William A. Kennington III (1): libcr51sign: Sync with latest code Change-Id: I79759b0a18c63f7b5ef49511144d919e38c8ab73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14phosphor-pid-control: srcrev bump 457993f836..8f73ad767eAndrew Geissler1-1/+1
Alex.Song (1): Make specific UNA sensors not trigger failsafe Change-Id: Ie705af7823af40fb195b2d9fa61de580edc40596 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14obmc-ikvm: srcrev bump ee09e3033a..3b201f6961Andrew Geissler1-1/+1
Neal Liu (1): Fix HID gadget device remote wakeup issue Change-Id: I82bba163f89487e3b7a4eb290164020b0393fa77 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14telemetry: srcrev bump 51f0fd501f..fbeb5bf414Andrew Geissler1-1/+1
Krzysztof Grobelny (1): fixed clang-tidy errors Change-Id: I817566c92954b57dda5410ed9d83d2ac8861d711 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14phosphor-fan-presence: srcrev bump d4c7fb7eb2..ab509256c7Andrew Geissler1-1/+1
Mike Capps (1): Monitor : add constant for service name Change-Id: I0f3bee62156dba3713f03f0c9e35823522d3c295 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14phosphor-logging: srcrev bump cc8b111636..216999f035Andrew Geissler1-1/+1
Matt Spinler (2): PEL: Add low temperature message reg entries PEL: Change common errors to nonError in msg reg Sumit Kumar (1): PEL: Pass in subsystem to use with additional data Change-Id: I3cf57856ba8fc1ab8592a22547fc7a37841146b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14bmcweb: srcrev bump 0dccd04031..2d31491b8bAndrew Geissler1-1/+1
Jason M. Bills (1): Simplify Crashdump file transfer Change-Id: I5c3b967f001e94818aebc75579f44c30c8cbeece Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14entity-manager: srcrev bump f8487e5b03..6fdb3b980fAndrew Geissler1-1/+1
Kumar Thangavel (1): Add Support for Hardshutdown threshold interface for nicsensor Change-Id: Ic9e74d45221b064e340b293a030a42f7ca02b401 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-14estoraged: srcrev bump 7f2ab6432a..b17f82519dAndrew Geissler1-1/+1
John Wedig (1): Check if mount point already exists Change-Id: Ib1636e1266772a6e38f3e3e147c69a07565f3ed2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13openpower-occ-control: srcrev bump 36f9cdedfb..d84a833571Andrew Geissler1-1/+1
Chris Cain (1): Update total power units on dbus Change-Id: I7d4cf69de586cb808b875dc2ef5c5c1817e6bbea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-debug-collector: srcrev bump 9b4716aef3..41b74cc763Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Remove host running check for system dump Change-Id: Ibe2b1ae39b2aaf182d3fdec12b900db82e44b94c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-dbus-interfaces: srcrev bump 615e4f93c5..e0674c894eAndrew Geissler1-1/+1
Chris Cain (1): Add setMode method to OCC PassThrough interface Change-Id: I207f4ef03eff1deab605adc21967ed24a8bf39ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13bmcweb: srcrev bump cd5e430908..0dccd04031Andrew Geissler1-1/+1
Ed Tanous (19): Enable clang-tidy forward reference checks enable bugprone exception escape check Enable bugprone widening checks in clang Enable clang-tidy checks we already pass Enable init checker Enable cppcoreguidelines-special-member-functions checks Enable reinterpre_cast checks Enable checks for pointer arithmetic Enforce variable init Enable cpp core guidelines macro checks Enable pointer devolution checks Enable const_cast checks Enable pro-type-cstyle-cast checks enable cppcoreguidelines-pro-type-vararg checks Enable malloc checks Enable pro-type-static-cast-downcast checks Enable and enforce cpp core guidelines Fix regresssion in name Fix 32/64 bit compile issue Change-Id: Ie53609333eeca8bf4dab07b389f6e5a52cbd55fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13openpower-hw-diags: srcrev bump 15527a43fe..2923775f83Andrew Geissler1-1/+1
Zane Shelley (2): create fallback gtest subproject dependency update to C++20 Change-Id: Ib24afc3895504ea7e2d40ac5eaae1c53f9be939c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13openpower-libhei: srcrev bump c0d0f36139..fefc0169edAndrew Geissler1-1/+1
Zane Shelley (1): create fallback gtest subproject dependency Change-Id: I943ed129b2492fdb84063435d7dfae6500ace116 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-objmgr: srcrev bump bbf456b448..b15df6b28bAndrew Geissler1-1/+1
Konstantin Aladyshev (1): Use sdbusplus exception instead of the custom one Change-Id: Id5d86fe378b67c7733bfd4086a3899bef0b3cc74 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13entity-manager: srcrev bump c769a6d6f7..f8487e5b03Andrew Geissler1-1/+1
Bruce Mitchell (1): Adds Relative Humidity to Storm King and Blyth Change-Id: I8f778c9cf06d33f305396d169e22299c53bdad8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-host-ipmid: srcrev bump c10cda1d2a..d3d2fe29d5Andrew Geissler1-1/+1
Lei YU (12): sensor-cache: Add cache for sdr and threshold sensor-cache: Initial commit sensor-cache: configure: Add option sensor-cache: Use new get function sensor-cache: Implement reading data sensor-cache: Read sensor data when there is no cache sensor-cache: Implement readingAssertion() sensor-cache: Implement assertion() sensor-cache: Implement eventdata2() sensor-cache: Implement inventory::get::assertion() sensor-cache: Use async calls in get sensor reading sensor-cache: Invalidate cache when sensor disappears Vivekanand Veeracholan (1): Prevent default cmdGetDeviceSdr handler registration in dynamic sensors Change-Id: Ie101f9067efaaa03c0ac5410ac407d1165170d41 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13estoraged: srcrev bump 972c3faae9..7f2ab6432aAndrew Geissler1-1/+1
John Edward Broadbent (1): Add pattern write and verify to erase Change-Id: Id277e56acb0bf8c0c46151a84ec4c45d5683749f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-user-manager: srcrev bump 0b1ad3d8cb..ca039ca361Andrew Geissler1-1/+1
Ratan Gupta (1): Migrate to Meson build Change-Id: I484bf367d072b1b4bfbc016d3d304ca1b1e43578 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-certificate-manager: srcrev bump cfb5802a80..6de54aba40Andrew Geissler1-1/+1
Nan Zhou (3): Use nested namespace config.h.in: use const variables instead of macros gitignore: explicitly set unignored subprojects Change-Id: I267588886fa46fb4067747c22077748eb9d3aaa2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-power: srcrev bump f087f4750c..d8fc0685caAndrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Clear faults when voltage back in range Jim Wright (2): pseq: Add setPowerSupplyError D-Bus method pseq: Setup UCD90320 device GPIOs Change-Id: Iface6c6395a56e6484a28c56dd85f42bf9a8274b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13phosphor-fan-presence: srcrev bump 98671610a7..d4c7fb7eb2Andrew Geissler1-1/+1
Matt Spinler (4): control:p10bmc: Add inc/dec actions for PCIe temps control:p10bmc: Preload PCIe cable card temps control: PCIe card metadata wrapper class control: PCIe floors action Matthew Barth (1): control:p10bmc: Preload nvme and planar temps Change-Id: I5897a451aa72749980e41a456203270c4ea3c17e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-13dbus-sensors: srcrev bump 3ec41c53ac..091c92c0e1Andrew Geissler1-1/+1
Jayashree Dhanapal (1): Add Softshutdown and Hardshutdown threshold interface Change-Id: I74ed3b0cce486e3523e7d71a7e6371c40a24f1c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-12openpower-occ-control: srcrev bump f3a4a69f7f..36f9cdedfbAndrew Geissler1-1/+1
Chris Cain (1): Add support for OEM Power Modes Change-Id: Ib927faf11528762d781f186866ca38e9bfa8642e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-12openpower: pdata srcrev bump ..c8d2d1cd7c08Jayanth Othayoth1-1/+1
Jayanth Othayoth (1): data/p10: Added ATTR_ECO_MODE Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Id5ef6d86d69630a5b5190b84e7ce1248317fb5ea
2022-01-12meta-fii/meta-kudo: Restart PSUSensor service in init_onceAshwin Murali1-0/+4
Restart psusensor service to ensure that the VBAT sensor doesn't say "no reading" until it's second query after a hotswap. Signed-off-by: Ashwin Murali <ashwin.murali@fii-na.com> Change-Id: I6bb8866bff011e4641e5f26b82a0b17e50cc5fc8
2022-01-12meta-fii/meta-kudo: Modify kudo.sh fw to display version in decimalXP Chen1-2/+18
Modify the kudo.sh fw to display BMC version format in decimal Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com> Signed-off-by: XP Chen <xiao-peng.chen@fii-na.com> Change-Id: Ifdc18e4b417bd764794750a2f7a28db849c17eca
2022-01-12meta-phosphor: remove duplicate cjson recipeBrad Bishop1-15/+0
This recipe stopped being used when one with a higher PV was added upstream: openembedded/meta-openembedded@13174e92a9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ifaf2544cd6b41c430666afc82c39b6634147c7cb
2022-01-12bmcweb: srcrev bump e43914b357..cd5e430908Andrew Geissler1-1/+1
AppaRao Puli (1): Convert VariantType to DbusVariantType Ed Tanous (3): Consistently use ManagedObjectType Enforce const correctness Fix seg fault in health Krzysztof Grobelny (1): Fixed timestamp in telemetry service Shantappa Teekappanavar (1): Bump up privilege_registry to Redfish_1.2.0 Change-Id: Ia82c2c500bb1e885c173aab0a5f976db096f3775 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11phosphor-host-ipmid: srcrev bump 97014f50fe..c10cda1d2aAndrew Geissler1-1/+1
Lei YU (1): sel-cache: Register matches before getting logs Change-Id: I07be2a9df632ef7ef8666e8590844be1acad2947 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11libmctp: srcrev bump 983cc3fa49..56886e7f46Andrew Geissler1-1/+1
Patrick Williams (1): README: fix libmctp spelling Change-Id: Idb6f4e181e68951e3b83bee09600150ea98ba029 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11openpower-vpd-parser: srcrev bump 0086dd1159..3723378568Andrew Geissler1-1/+1
Priyanga Ramasamy (2): Parse VPD with right size Defect fix for DIMM VPD corruption Change-Id: I58b7f588e0b2d2d23bdef5772a634677ebc4ad0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11phosphor-snmp: srcrev bump 7350c77aa6..34d129a952Andrew Geissler1-1/+1
Ratan Gupta (1): Resolve Meson issues Change-Id: I6b68d7134a77b864e6851df3ff4658b2900f8cab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11phosphor-user-manager: srcrev bump b01e2fe760..0b1ad3d8cbAndrew Geissler1-1/+1
Ratan Gupta (1): Resolve Meson issues Change-Id: Ied8ea42d74d8000cf0f694b233879f960f523bf7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11entity-manager: srcrev bump 3b802f1c8c..c769a6d6f7Andrew Geissler1-1/+1
Potin Lai (1): Configurations: Bletchley: Update Front Panel Sensor Change-Id: I77795db5a3a20a2c36f949ab547ce67405853b21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11dbus-sensors: srcrev bump 3c969f656f..3ec41c53acAndrew Geissler1-1/+1
Bruce Mitchell (1): Add reporting of Relative Humidity for Hwmon Jayashree Dhanapal (1): Move threshold interfaces to common function Potin Lai (1): HwmonTempSensor: add HDC1080 Change-Id: I6579cbd563ae6825d2e0d78b046c2598ec545709 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11phosphor-power: srcrev bump e3f7ad238a..f087f4750cAndrew Geissler1-1/+1
Brandon Wyman (10): psu-ng: Refactor MFR fault detection psu-ng: Refactor PGOOD and UNIT_IS_OFF fault psu-ng: Refactor temperature fault detection psu-ng: Refactor CML fault detection psu-ng: Refactor input fault detection psu-ng: Refactor VOUT_OV_FAULT detection psu-ng: Refactor IOUT_OC_FAULT detection psu-ng: Refactor VOUT_UV_FAULT detection psu-ng: Refactor fan fault detection psu-ng: Refactor VIN_UV fault detection Change-Id: I20c301f13603decd870387ccc3d029173634a184 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-11meta-yadro: initial bring up for VEGMAN machinesAndrei Kartashev12-0/+415
Introduce new meta-layer for Yadro VEGMAN servers family. This brings initial image build information: layer meta-data, kernel configuration and basic software set. Change-Id: Iad21dc55dab0803ee7476f91861c6a07e9838e6d Signed-off-by: Andrei Kartashev <a.kartashev@yadro.com>
2022-01-10intel-ipmi-oem: srcrev bump d2d60ab5b3..0fac9bf4a0Andrew Geissler1-1/+1
Prithvi A Pai (1): Fix for non-existance of smbios file Change-Id: Iafe988560ee2d4c40f72471fc50cb50194f405ed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>