summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-29meta-quanta: gbs: set the max number of IPMI SEL logsGeorge Hung1-0/+1
limit the max number of IPMI SEL logs as 256 since the logs would store in persistent path (/var/lib/phosphor-logging/errors) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I120623a934bd9fa6e8dd5c9b372b110287ef85d5
2021-04-29meta-quanta: gbs: remove u-boot-fw-utils/clear-once packagesGeorge Hung4-30/+4
remove u-boot-fw-utils/clear-once packages since we don't use u-boot environment Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ideb8ece3529bd8fea658f9c160551950773d6d13
2021-04-29meta-quanta: gbs: update chassis control and support signed sensorGeorge Hung6-138/+569
- Update IPMI Chassis Control command transition requests: https://gerrit.openbmc-project.xyz/29051 - Add Chassis State Transition interface https://gerrit.openbmc-project.xyz/29050 - Update Host State Transition function https://gerrit.openbmc-project.xyz/29049 - Fix issues and support signed sensor values https://gerrit.openbmc-project.xyz/26754 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ice305cb9a9e390099a828e872af451e832d59749
2021-04-28linux-aspeed: Backport v5.13 patches for dts, lpc, spiJoel Stanley1-1/+1
The following changes were merged to mainline in v5.13 and have been backported to the openbmc dev-5.10 tree. Most are device tree changes, with one fix to the SPI layer and some changes to the LPC devices to match the new device tree. Alpana Kumari (2): ARM: dts: aspeed: rainier: Add presence GPIOs ARM: dts: aspeed: everest: GPIOs support Brandon Wyman (1): ARM: dts: aspeed: everest: Add power supply i2c devices Chia-Wei, Wang (5): dt-bindings: aspeed-lpc: Remove LPC partitioning ARM: dts: Remove LPC BMC and Host partitions ipmi: kcs: aspeed: Adapt to new LPC DTS layout pinctrl: aspeed-g5: Adapt to new LPC device tree layout soc: aspeed: Adapt to new LPC device tree layout Eddie James (9): ARM: dts: aspeed: rainier: Enable fan watchdog ARM: dts: aspeed: rainier 4U: Fix fan configuration ARM: dts: aspeed: everest: Add FSI CFAMs and re-number engines ARM: dts: aspeed: everest: Add RTC ARM: dts: aspeed: everest: Enable fan watchdog ARM: dts: aspeed: Add Rainier 1S4U machine ARM: dts: aspeed: Rainier: Fix PCA9552 on bus 8 ARM: dts: aspeed: Rainier: Fix humidity sensor bus address ARM: dts: aspeed: Rainier: Update to pass 2 hardware Jim Wright (1): ARM: dts: aspeed: everest: Add UCD90320 power sequencer Joel Stanley (2): ARM: dts: aspeed: rainier: Add missing fan nodes ARM: dts: aspeed: everest: Add size/address cells Konstantin Aladyshev (1): ARM: dts: aspeed: amd-ethanolx: Enable all used I2C busses Matthew Barth (2): ARM: dts: aspeed: everest: Add max31785 fan controller device ARM: dts: aspeed: everest: Add pca9552 fan presence Paul Fertser (1): ARM: dts: aspeed: tiogapass: add hotplug controller Priyanga Ramasamy (1): ARM: dts: aspeed: everest: Add I2C components William A. Kennington III (1): spi: Fix use-after-free with devm_spi_alloc_* Change-Id: Ia5425c9cea3fe025f84e93f688ecd8ffec75ad01 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-04-28meta-quanta: gbs: adjust ro/rw partition offsetGeorge Hung1-2/+2
Adjust ro/rw partition offset according to the kernel dts Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I78d6e6d689de22e96b900ed1ce97714102d18473
2021-04-28meta-quanta: gbs: remove unused packagesGeorge Hung1-1/+2
Remove ikvm and fru-device packages Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I3a6cb2b92ffcae11b775813bec12190399d27c88
2021-04-28meta-quanta: gbs: fix includes error and add flag explictlyGeorge Hung3-85/+135
1. Remake the patch to fix includes error: - Implement sensor "ASYNC_READ_TIMEOUT" https://gerrit.openbmc-project.xyz/24337 - Add power on monitor mechanism https://gerrit.openbmc-project.xyz/28181 2. Set negative-errno-on-fail flag as false explicitly, otherwise it would be true conflicts with update-functional-on-fail Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id550bc5261e6fa7218e2ff2731e1af51487ee376
2021-04-28meta-quanta: gbs: change back to upstream and enable IPMI SELGeorge Hung4-11/+444
- change back to OpenBMC upstream for phosphor-host-ipmid and phosphor-sel-logger - add inventory sensors YAML for IPMI SEL - enable SEL_LOGGER_SEND_TO_LOGGING_SERVICE and SEL_LOGGER_MONITOR_THRESHOLD_ALARM_EVENTS for IPMI SEL Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I16c58444986aec6c927e175a2c69f9cca92a7bcb
2021-04-28phosphor-led-manager: srcrev bump c105f279eb..7907827126Andrew Geissler1-1/+1
Vishwanatha Subbanna (8): Configs: Everest: Add power supply led groups to group json Configs: Everest: Add TPM and RTC led groups to group json Configs: Everest: Add DASD backplane and NVME slot led groups Configs: Everest: Add planar and bmc led groups to group json Configs: Everest: Add Operator Panel led groups to group json Configs: Everest: Add DIMM led groups to group json Configs: Everest: Add power supply riser card led groups to group json Configs: Everest: Add OpenCAPI connector led groups to group json Change-Id: I782e85ac91ef1330024e5b2b74701b2c96860200 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28openpower-vpd-parser: srcrev bump a504c3ee9e..9a19554c7eAndrew Geissler1-1/+1
SunnySrivastava1984 (1): Implement VPD recollection Change-Id: I002245054e6916717ca91c8f0c3dfa68512e13a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28ipmi-blob-tool: srcrev bump f9ee95f52b..8da5f72db5Andrew Geissler1-1/+1
Willy Tu (1): test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD Change-Id: Ie876d5677d09835bf0a183e1ec155a97028d7673 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-inventory-manager: srcrev bump ffa2b7ec19..21e72fb2a5Andrew Geissler1-1/+1
Patrick Williams (1): enable shellcheck Change-Id: I999af524ad9957781d0f2c73d4ca7973e2142ea5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-dbus-monitor: srcrev bump f3367686f8..995060c14fAndrew Geissler1-1/+1
Patrick Williams (1): bootstrap: fix shellcheck warnings Change-Id: I069ae8e2e11332c8e2b64ea972f2a5cedad3bdb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28openpower-occ-control: srcrev bump a17f6e8c20..4c1079e71aAndrew Geissler1-1/+1
Chris Cain (1): Trigger periodic OCC POLL commands when the OCCs are running Patrick Williams (1): bootstrap: fix shellcheck warnings Change-Id: I6a293866935cef44e84767a316cf47d904ed12fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28bmcweb: srcrev bump 1a6258dc98..d4b6c66034Andrew Geissler1-1/+1
Ed Tanous (1): Fix infinite redirect when webui isn't installed Change-Id: I5d8fa8a7d042b168b0f9c21204597b8898b4a23a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-hwmon: srcrev bump 73769099e2..8fa48a46b4Andrew Geissler1-1/+1
Patrick Venture (1): MAINTAINERS: Handoff from Venture to Kim Change-Id: I718c80713a11af7573d6a92c0c43412b8cd8341e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28sdbusplus: srcrev bump 533218b426..f8860128c9Andrew Geissler1-1/+1
Ed Tanous (1): Make object_path operator/ const Change-Id: I2e60f18ca307614c6fd6b8ad63d6c3ca854c468f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-fan-presence: srcrev bump a3584bd255..4031f10629Andrew Geissler1-1/+1
Matt Spinler (1): json config: Trace when conf files can't be found Change-Id: I0601976452a5558d1482744f565e3d9b6317cf93 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-led-sysfs: srcrev bump a8a275f635..07758dcaa3Andrew Geissler1-1/+1
George Liu (1): ledSysfs: Replace IRC with Discord Change-Id: I112ee6cb4854e7d3b9036b66da299f248fcadd4e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-pid-control: srcrev bump e39bbe9f03..cb4c1a2757Andrew Geissler1-1/+1
Bruce Lee (1): Add object manager Change-Id: I6fee7f7cc9b82fad51c63aacdc9ca88834936e5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28pldm: srcrev bump a1d27606bc..c038bac2bfAndrew Geissler1-1/+1
George Liu (1): Fix potential map::at error Tom Joseph (1): MAINTAINERS: update email for Tom Zach Clark (1): Add definitions for Health State state set enumeration values Change-Id: I30c78636b25ed720ddd49fd29c1404d20a79f3b4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-logging: srcrev bump 6b3f345b3f..a1c4338eceAndrew Geissler1-1/+1
Lei YU (1): rsyslog-config: Support IPv6 address Patrick Williams (7): openpower-pels: src: remove use of VLA openpower-pels: clean up various compile warnings logging_test: fix compile warning from oe-sdk openpower-pels: repository: fix use-after-free rsyslog-config: fix memory leak in addressValid test: serialization_test_properties: fix stale stack use openpower-pels: json_utils: fix crash on invalid format string Change-Id: I6eeb14c0c34e389d32c25995aab3be9de2ccde10 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28entity-manager: srcrev bump 9fd87e54f5..478cfd2c31Andrew Geissler1-1/+1
Ed Tanous (1): Revert "autojson.py: Check the sensor name" Paul Fertser (1): autojson.py: add newline character before the end of file Change-Id: I37466e04f49491a2e54426bb8c7fcc4a0644fb2c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-28phosphor-watchdog: srcrev bump 18d3e6525c..42506393a6Andrew Geissler1-1/+1
William A. Kennington III (8): meson: Fixup formatting meson: Remove explicit werror override meson: Propagate watchdog library dependencies meson: Use subprojects where possible meson: Add missing CLI11 check and subproject support meson: Move to c++20 test/watchdog: Remove separate header Move source into src directory Change-Id: If6c06b9c1d03241e0952ad3f1fac154e8249ee3c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-27phosphor-power: srcrev bump e2f14a5748..837ece7cdfAndrew Geissler1-1/+1
Brandon Wyman (1): psu-ng: Call updateInventory() in PSU constructor Shawn McCarney (1): regulators: Create DBusSensor class Change-Id: Ibb6b9a9c858b2db244c9376b66164341dc5fa7ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-27phosphor-logging: Remove fifo_map dependency from recipes-phosphorSumit Kumar1-1/+1
Signed-off-by: Sumit Kumar <sumit_kumar@in.ibm.com> Change-Id: Ic67ea512753959789e67d3f293714b66b9f5837d
2021-04-27intel-ipmi-oem: srcrev bump 3861fea7af..01fbd0176cAndrew Geissler1-1/+1
Arun P. Mohanan (1): Add WARNING log in Restore Configuration IPMI cmd Kuiying Wang (1): Fix issue on BaseBIOSTable updating Change-Id: I538039d27b51661ac8bd3721519fc0cab6207acd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-27gsj: ipmi-fru-properties: Add presence valuesWilly Tu3-0/+27
The ipmi command checks the FRU device's Present property upon a FRU device info reading request. The fru eeprom devices is availabe in dbus, but cannot be accessed by ipmi. ``` $ ipmitool fru FRU Device Description : Builtin FRU Device (ID 0) Device not present (Requested sensor, data, or record not found) FRU Device Description : hsbp (ID 1) Device not present (Requested sensor, data, or record not found) ``` Google-Bug-Id: 186454762 Change-Id: I173c8b3a43dc117f026908d035a00cf49a4e90f5 Signed-off-by: Willy Tu <wltu@google.com>
2021-04-26phosphor-state-manager: srcrev bump 525478053c..aaa2e11057Andrew Geissler1-1/+1
Andrew Geissler (1): sched-host-tran: change info trace to debug Change-Id: I51e4aae2d2b3b08f691a39628ea520eb285ab87a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26webui-vue: srcrev bump f3022e5c1a..5ed21f2d1eAndrew Geissler1-1/+1
Patrick Williams (1): enable shellcheck Change-Id: I289aa4ea170fd430a37a3dc996bbfd92ce4deb80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-hwmon: srcrev bump f4414cba09..73769099e2Andrew Geissler1-1/+1
Duke Du (1): Send high/low alarm signal when sensor reading exceeds threshold Change-Id: I8c3ecc19329703f84be2a6fde1fd915a6affbae4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26openpower-vpd-parser: srcrev bump 794ad8259b..a504c3ee9eAndrew Geissler1-1/+1
PriyangaRamasamy (1): Minor update: SystemIM Change-Id: Ic1afd5ffcf2b295a15c8dbb42881ac5c442efaa9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26dbus-sensors: srcrev bump 12e3d67e3b..eb0b84de9fAndrew Geissler1-1/+1
Zev Weiss (1): psusensor: add LM25066 support Change-Id: Ibc6a8c5859ea9be42c6913b27ef44aaabbfd6ab8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-host-ipmid: srcrev bump fd61fc3dad..916d4232a4Andrew Geissler1-1/+1
Vernon Mauery (1): Return channel in get system restart cause Change-Id: I20abdd4d6fe8d7c74a8fe68dfff1a8f5dc4950de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-logging: srcrev bump 7dc8c3bea5..6b3f345b3fAndrew Geissler1-1/+1
Vijay Lobo (1): PEL: Support user supplied flag to indicate a fatal/terminating Change-Id: I0afd834c4a9f2d38da5317e60d5ae007bb44b52d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26entity-manager: srcrev bump 09e177fb1b..9fd87e54f5Andrew Geissler1-1/+1
Igor Kononenko (1): entity-manager: allow non-numeric substitution for name Change-Id: I4df4c855ddf76e60f643e2c5f7c930f35b958090 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26bmcweb: srcrev bump 9a128eb3fc..1a6258dc98Andrew Geissler1-1/+1
Przemyslaw Czarnowski (1): Fix comparison for proxy/legacy mode Change-Id: If8deb9f86b544e63b07b07aca3449d4b22e7384c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26pldm: srcrev bump 70c7488f2b..a1d27606bcAndrew Geissler1-1/+1
Manojkiran Eda (1): Replace deprecated get_pkgconfig_variable with get_variable Change-Id: I7ac9a46412ae8561f08dcfbeb64d1c1347b094a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-led-manager: srcrev bump 65f9c4b77e..c105f279ebAndrew Geissler1-1/+1
Vishwanatha Subbanna (5): Configs: Everest: Add led-group-config.json for Everest system Configs: Everest: Add cpu led groups to group json Configs: Everest: Add vrm led groups to group json Configs: Everest: Add pcieslot led groups to group json Configs: Everest: Add cablecard led groups to group json Change-Id: Icd1775183e67b3498a43c717e01bc25d501e448b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-dbus-interfaces: srcrev bump 4959818052..32fbd5df09Andrew Geissler1-1/+1
Patrick Williams (1): build: fix pkgconfig yamldir var again Change-Id: I7ea4887f81cfa47241ff593aa936e56c873e06af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-sel-logger: srcrev bump aaffc124b6..486e42e9dbAndrew Geissler1-1/+1
George Hung (1): Add match threshold alarm signals for threshold events Change-Id: I371770cfb31ea3472fc9878e91963db50a9a4400 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-26phosphor-watchdog: srcrev bump 086837596c..18d3e6525cAndrew Geissler1-1/+1
Deepak Kodihalli (1): MAINTAINERS: Remove Deepak William A. Kennington III (1): test/watchdog: Fix multi-object acquisition Change-Id: Icd15f51488e5ac9c7f96b43de02a4720f1514430 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-04-23meta-google: gbmc-ip-monitor: Add packageWilliam A. Kennington III4-0/+347
Add a daemon that monitors all link / addr / route changes on a system, and runs a set of installed hooks to perform customized behavior when these changes occur. Change-Id: Id2a6b7dc2534ebae1beca7135528a6e1e4eada57 Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-23meta-google: network-sh: Add libraryWilliam A. Kennington III3-0/+213
Provides a utility for working with network type data. Right now this is just for MAC address parsing and conversion to EUI{48,64}. Change-Id: I49946d8147f1c7b10cfe3a9e55b20fc30c083eda Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-23meta-google: test-sh: Add packageWilliam A. Kennington III3-0/+223
Provides a basic facility for unit testing shell scripts. Change-Id: I8b8baa1595ed80e5b8d13654ebdc3ba1d044b0cf Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-23quanta: gsj: linux: Enable USB NPCM UDC driverWilly Tu1-0/+2
Google-Bug-Id: 186163211 Change-Id: I0e7a43b93cb441ee382b5b94e6f5aac24aaddc7d Signed-off-by: Willy Tu <wltu@google.com>
2021-04-23meta-fii/meta-kudo: Entity Managermustafa1-1/+1
1- Add space to fix build issue Signed-off-by: mustafa <mustafa.shehabi@fii-na.com> Change-Id: Ic08c2e94e2271c8ab67f6ef60b0886379a70354b
2021-04-23phosphor-logging: remove native recipe supportPatrick Williams3-43/+2
phosphor-logging use to need to run in a native context to provide YAML processing but that is no longer necessary since commit e523a091d0977adf639eaa7cdf4f895614d2696c. The support to install just the python scripts in a native context overly complicates both the recipe and the corresponding repository build scripting. Remove it since it is no longer needed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I67542f8f63bf9e30166ac1ab46eb85074cf3e843
2021-04-23meta-facebook: yv2: fix chassis-system-reset.servicePatrick Williams1-1/+1
Fixes 4c0316fe388c2a623f5ed20a22b42927bcbf41b1. Version of service file with bad syntax was committed, which prevents yv2 from being able to even run `bitbake`. Fixed syntax of systemd service file provided for yv2. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I54c7a5045fa7184c9a6618586992d3e065c4f9d9
2021-04-22fb-ipmi-oem: srcrev bump f0cf66586b..58c1ca2f7cAndrew Geissler1-1/+1
Kumar Thangavel (1): Fix build Failures in postcode handler. Patrick Williams (2): MAINTAINERS: update file build: build biccommands always Change-Id: I5e93e43525141edef17712ca1dc47448e3b06215 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>