summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-05-08sslh: Bump b72baa0..517e4adWilliam A. Kennington III1-1/+1
Mostly bugfixes, but importantly contains a parallel build fix that periodically affects builds. Change-Id: Ib60fb1fbd1427f5e6542c12c1383bdc871af5905 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-hwmon: srcrev bump d46d081895..6d50c3e9e1Andrew Geissler1-1/+1
Brandon Kim (1): sensor: Implement sensor "ASYNC_READ_TIMEOUT" Change-Id: I6e9d043837b4e267f969f3939db876b2c38cd479 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08stdplus: srcrev bump 9a70f4e1a5..eaa382533cAndrew Geissler1-1/+1
William A. Kennington III (1): exception: Fix compiling for c++17 Change-Id: I23a3cb85f367dce3cc57a43b73d5247f817ec857 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08bmcweb: srcrev bump ffed87b5ad..1b1be67fb8Andrew Geissler1-1/+1
Krzysztof Grobelny (1): Replaced std::map::at with std::map::find Change-Id: I94fa606cb3a8dd98957867014512a29c6ff96694 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-misc: srcrev bump 75d4734fb8..688e9134a8Andrew Geissler1-1/+1
Lei YU (1): usb-ctrl: Add support to set BMC and Host's mac address Milton Miller (1): usb_ctrl: clean up usb storage configuration Change-Id: If042c6747a33e03bf7da42c8accd1adde269e557 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-time-manager: Remove stale service fileWilliam A. Kennington III1-16/+0
The file has since moved to the repo. Change-Id: I6f920ff4bff6c7f60bb249b601fc31f80a7be6fd Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-time-manager: srcrev bump 7252bea64c..9c02e7ec0aAndrew Geissler1-1/+1
Ratan Gupta (3): Removing the autotools build framework Move service file into its own repo Update README William A. Kennington III (2): service: Remove waiting on host service: Fix binary name Change-Id: I9c9911cc6be04b69669c9821972be2916da0a12a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-time-manager: Convert to mesonWilliam A. Kennington III2-3/+3
Change-Id: I6e85694dfbb31809007903b7a49db8a3377028db Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-08phosphor-power: srcrev bump 6d5470d054..b464b15451Andrew Geissler1-1/+1
AndyYFWang (1): Fix the issue of clearRegister function Change-Id: I1592e3d6af0ee07b31821bdd270335dbd3d0cce1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08phosphor-bmc-code-mgmt: srcrev bump 6e9fb1d6ec..cfb4b2099fAndrew Geissler1-1/+1
Lei YU (1): item_updater: Fix crash on redundantPriority Change-Id: I08053ba1860c7835d166bdbe33fe61cd2eda1cf5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-08obmc-ikvm: srcrev bump 861337e8ec..673ac2eb11Andrew Geissler1-1/+1
Jae Hyun Yoo (3): Fix keyboard and mouse input events dropping issue Connect HID gadget device dynamically Refine HID report writing logic Change-Id: I58f99acff409b1b5063762049d9f73e206a83804 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07phosphor-host-ipmid: Add option for configuring dynamic sensorsWilliam A. Kennington III1-0/+3
This makes it possible to enable or disable dynamic sensors. By default this is now disabled as it is a new feature that is not compatible with static sensor stacks. Change-Id: I55fea70642cee4d68153c402478483603805c601 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07phosphor-hwmon: srcrev bump d46d08 | create busconfig based on env cfgAnton D. Kachalov1-1/+49
Anton D. Kachalov (1): Add sensor instance id command line argument. This change will generate busconfig ACLs from the provided hwmon environment files from /etc/default/obmc/hwmon that will be supplied as "sensor-id" argument to hwmon daemon. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/40214 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I37c31d6f2f74041bfee453bdf338d4c7e148c791
2021-05-07phosphor-hwmon: install configs from repoAnton D. Kachalov6-67/+7
Use meson to build the package. This change required as a part of privilege separation work: https://github.com/openbmc/openbmc/issues/3383 This change should be merged after individual repo change: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-hwmon/+/40277 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I542645d55b8646e0ddb3fb95f50a1cd87334706e
2021-05-07meta-quanta: gbs: update ASYNC_READ_TIMEOUT build method to mesonGeorge Hung1-164/+164
ref: https://gerrit.openbmc-project.xyz/24337 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id02a797a515363f74fcff27fc6ce9fc88a4bd9cc
2021-05-07phosphor-hwmon: srcrev bump 6f42e3568f..5b520cf494Andrew Geissler1-1/+1
Anton D. Kachalov (1): Install service unit files, busconfig and udev rules from the package. William A. Kennington III (4): gitignore: Ignore all build directories meson: Cleanup library linking meson: Explicitly check for CLI11 dependency meson: Cleanup tests and make them execute again Change-Id: I26d3f28adb2ecb9b96b27bfd082ab8c3dac921f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07sdbusplus: srcrev bump fcff67636a..e39b3dcb91Andrew Geissler1-1/+1
William A. Kennington III (3): message: Add call_async method native_types: Migrate large functions to shared lib test/message/types: Convert ASSERTs to EXPECTs Change-Id: Idb8b6bff7ff04a76ac115ec5ec14218ca84e43bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07stdplus: srcrev bump fd0f551cbd..9a70f4e1a5Andrew Geissler1-1/+1
William A. Kennington III (2): meson: Cleanup exception: Add wrapper to ignore lambda failures Change-Id: I1b267a6c9aace4f490310c8c90cf2a4a2b532515 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07phosphor-host-ipmid: srcrev bump 7345ac4192..a55c953dd2Andrew Geissler1-1/+1
Josh Lehan (1): sensorcommands: Add IPMI reading logging instrumentation Konstantin Aladyshev (2): sensordatahandler: Set data unavailable if value is NaN sensorhandler: Support 0 value for thresholds Kuiying Wang (1): dbus-sdr: Fix sensor missing issue. Change-Id: I6e36eb517af976080ab338f9f6b92a7aec22d1dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07debug-collector: Fix unclosed file in bb fileGeorge Liu1-0/+1
- The intent behind this commit is to fix the unclosed file in the phosphor-debug-collector_git.bb file. - When using `bitbake phosphor-debug-collector` to compile it, the warning message is: ResourceWarning: unclosed file <_io.TextIOWrapper name='phosphor-debug-collector/tools/dreport.d/plugins.d/hostlogger' mode='r' encoding='UTF-8'> install_dreport_user_script(srcname, d) Tested: built phosphor-debug-collector successfully and worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id95b4a6369571db876acee0ed90953cd3874fff1
2021-05-07meta-google: gbmc-bridge: Assign stable addresses from RAsWilliam A. Kennington III5-1/+138
We want BMCs to be able to discover their machine prefix and assign a stable IPv6 based on that prefix combined with the MAC of the BMC. Change-Id: I67b8c56f50ff3a970175abcb81b429ceb1258b69 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-systemd-config: Enable packet forwardingWilliam A. Kennington III3-13/+28
This allows gBMCs to route packets, needed for routing packets to the management netowrk. Change-Id: I71f59eeb12607aa9c9d64687fb983938d5d69413 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-ncsi-config: Add public address to gbmc-bridgeWilliam A. Kennington III2-0/+111
This dynamically detects addresses applied to the NC-SI interface and infers the addreses which should be used explicitly by BMCs. Change-Id: I9036be0a54936aace580746cd1900ee653f43cfd Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-ncsi-config: Restrict NCSI input packetsWilliam A. Kennington III3-3/+122
Break down packets by their incoming address and ensure that we don't allow packets to unintended destinations. Right now this is effectively a no-op, but it will be necessary for BMC public addressing. Change-Id: I39c16c3b9cd4c293df42b928674e39677d7834e9 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-bridge: Don't hardcode MACWilliam A. Kennington III1-1/+2
We want to eventually replace the link layer address with an address from an EEPROM. This change keeps the hardcoded address that services depend on, but allows for the MAC to be changed. Change-Id: I748fab21561f0f22ec0790487755e29e9aecd1b0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-bridge: Discover ULA addresses at runtimeWilliam A. Kennington III2-0/+75
If the bridge interface is assigned a MAC at runtime then it needs to add the appropriate ULA address for that MAC. Change-Id: Ia109c36320a78bb02ba9b54038ca23b0d3e2c948 Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-google: gbmc-bridge: Add packageWilliam A. Kennington III11-5/+148
This adds a machine local ethernet network which allows BMCs to communicate with one another. Change-Id: I5e0ace231af02d84f7678b8241b5ec71823e86af Signed-off-by: William A. Kennington III <wak@google.com>
2021-05-07meta-nuvoton: Expand the reviewer poolJoel Stanley1-0/+5
Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I02eab06caacbd4d386bc6a40299a6066d07f9013 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-05-07linux-nuvoton: WPCM450 and spi fixJoel Stanley1-2/+2
The changes below were merged to mainline in v5.13 and have been backported to the openbmc dev-5.10 tree. This change brings Nuvoton up to the latest stable tree v5.10.30 and includes the following backported patches. Jonathan Neuschäfer (16): dt-bindings: serial: 8250: Add nuvoton,wpcm450-uart serial: 8250_of: Add nuvoton,wpcm450-uart dt-bindings: interrupt-controller: Add nuvoton, wpcm450-aic irqchip: Add driver for WPCM450 interrupt controller dt-bindings: arm: Convert nuvoton,npcm750 binding to YAML ARM: dts: Add board-specific compatible string to npcm750-evb devicetree clocksource/drivers/npcm: Add support for WPCM450 dt-bindings: timer: nuvoton,npcm7xx: Add wpcm450-timer dt-bindings: vendor-prefixes: Add Supermicro dt-bindings: arm: npcm: Add nuvoton,wpcm450 compatible string dt-bindings: watchdog: npcm: Add nuvoton,wpcm450-wdt ARM: npcm: Introduce Nuvoton WPCM450 SoC watchdog: npcm: Add support for WPCM450 ARM: dts: Add devicetree for Nuvoton WPCM450 BMC chip ARM: dts: Add devicetree for Supermicro X9SCi-LN4F based on WPCM450 MAINTAINERS: Add entry for Nuvoton WPCM450 William A. Kennington III (1): spi: Fix use-after-free with devm_spi_alloc_* Change-Id: I29085374c54e7904852f0eb06206b5bb62104d1b Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-05-07openpower-hw-diags: srcrev bump eea45427d3..832526df90Andrew Geissler1-1/+1
Ben Tyner (1): Make buildinfo a dependency of openpower-hw-diags Change-Id: Ied51b096a3a2ef46c45f92ef3d49d4c7ae51314c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07dbus-sensors: srcrev bump 6b6891c52e..b89967ffa4Andrew Geissler1-1/+1
Bruce Mitchell (1): Replace IRC with Discord Change-Id: I46d3aab8f09a12a4f44ea81b81899cf4df47ba72 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-07webui-vue: srcrev bump 5ed21f2d1e..15bcc41f74Andrew Geissler1-1/+1
Alicja Rybak (1): Fix toast message for VM Legacy successful mount Derick Montague (1): Replace the use of the term host with server Change-Id: I501d5524489648ab0747c1efd6830a5bc69695fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06meta-fii/meta-kudo: Using Virtual sensormustafa4-0/+97
1- Using Virtual sensor Signed-off-by: mustafa <mustafa.shehabi@fii-na.com> Change-Id: Id942cb0a1fb1032589476bc202148f47d1953c6e Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>
2021-05-06meta-fii/meta-kudo: Add hardknott compatibilityMohaimen Alsamarai2-2/+2
Setting compatibility to the hardknott openbmc version Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: I86786013fcb3ed8614ab0f101ad21a3b1f16f456
2021-05-06meta-fii/meta-kudo: fix bb file name to include gitMohaimen Alsamarai1-0/+0
Add _git to fii-ipmi-oem bb file file Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: Iec68d1f9eebbe9a0aa51d675579012e4ffac2af1
2021-05-06meta-ethanolx: Add support for system fansKonstantin Aladyshev3-0/+366
Add system fans to entity manager configuration files and to IPMI YAML configuration files. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib86a09553073b6ecf112232ca939758ecc5516c9
2021-05-06meta-ethanolx: Remove 'phosphor-hwmon' app and its configuration filesKonstantin Aladyshev11-107/+1
As now 'entity-manager' and 'dbus-sensors' apps are used for the sensor monitoring, 'phosphor-hwmon' app and its configuration files are no longer needed. Moreover if 'phosphor-hwmon' app is present alongside with the 'dbus-sensors' app, it would produce duplicate sensors on Redfish. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I251663a05a8447ad84e13855c02284930ba8d8f4
2021-05-06meta-fii/meta-kudo: add fii-ipmi-oem commandLancelot Kao2-0/+27
1. Support PCIe bifurcation information 2. Support BIOS boot count Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I2e9560bae7cd1dc1be680bfb9ef91917aced50e2 Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>
2021-05-06meta-quanta: gbs: update bmcweb build optionGeorge Hung1-2/+7
- update to use meson instead of cmake - change http request body limit size to 40MB to pass firmware update of Robot framework test for GBS - create /var/lib/bmcweb folder to satisfy the path redfish eventservice required to save config and subscriptions Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ic0de91547d11aad9cc6412a389d26c2da5c79644
2021-05-06meta-fii/meta-kudo: configure kudo system during bmc bootLancelot Kao6-11/+92
1. do initialize during BMC boot Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I5d3ff526a973152a96d00433eb86f7d7dd59e2d3 Signed-off-by: Mohaimen Alsamarai <Mohaimen.Alsamarai@fii-na.com>
2021-05-06phosphor-certificate-manager: srcrev bump 641a559eea..dc91fb61e5Andrew Geissler1-1/+1
Jayanth Othayoth (1): Add fix for Missing "OU" OrganizationalUnit CSR Change-Id: I6cae0e80e88bf1057e9ce87c92a956eb90855637 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06pldm: srcrev bump cfff3e9c1b..50304da5f2Andrew Geissler1-1/+1
Jayashankar Padath (1): pdr: Sensor/Effecter support for enc fault and identify leds Varsha Kaverappa (1): PDR/Sensor/Effecter for BMC owned LEDs Change-Id: Ie42ec8e56c4d5b9cf9ea3c94b907be5c44acd86d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06phosphor-logging: srcrev bump ef9cc07e13..81b4dcabb7Andrew Geissler1-1/+1
Vijay Lobo (1): PEL: Update filling VPD fields in PEL Change-Id: I2c97890461d710dd0e3229aa14b1efbb1b3a6bc6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06phosphor-networkd: srcrev bump ee5b2c9469..6aef769f1dAndrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase Change-Id: I436d7afb03b58974ea4dc33a01eea1169ab1033c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-06openpower-proc-control: srcrev bump 854d05ab9d..1b607c3546Andrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase for NMI. Change-Id: Id48f752f6fbb88f13afdb5ea402d01e868e3acde Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-05meta-fii/meta-kudo: add sol connectionLancelot Kao6-0/+114
1. support the Ampere host and SCP Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: Ifb07bac01264c8d04741e6996f421ab457291d39 Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>
2021-05-05meta-amd: Fix trailing slash warning in 'amd-fpga' recipeKonstantin Aladyshev1-1/+1
The current 'amd-fpga' recipe leads to constant warning messages in a bitbake build: """ WARNING: Recipe amd-fpga sets S variable with trailing slash, remove it. WARNING: Recipe amd-fpga sets B variable with trailing slash, remove it. """ Remove the trailing slash from the recipe to get rid of the messages. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Icb262d38f21cd0a08ddc1af01db7db01ddbc97e4
2021-05-05meta-quanta: gbs: fix sensor type errorGeorge Hung1-6/+6
Correct as the cable sensor type for cable sensors Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5483e0cf103dccdf38a79ce781529e0f6b7b2d88
2021-05-05phosphor-user-manager: srcrev bump 18c1b42c16..e6500a493aAndrew Geissler1-1/+1
Patrick Williams (1): use new sdbus++ camelcase Change-Id: I17530552911e599b173090cf890c1314a8b4cea4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-05openpower-libhei: srcrev bump 552992a66a..0a905012d0Andrew Geissler1-1/+1
Zane Shelley (1): Updated build_chip_data_binary to include PEL parser json Change-Id: I03277f9ae2a17e75f68ddecab86bfd0c81f021bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>