summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-15stop instruction in quiesceAndrew Geissler1-0/+5
When the obmc-host-quiesce@.target was initially created the idea was to leave the system in the state it was in. In most cases the host had crashed. As OpenBMC has grown, the use cases for the quiesce target have grown. For example the Quiesce On Hardware Error design: https://github.com/openbmc/docs/blob/master/designs/fail-boot-on-hw-error.md When the QuiesceOnHwError setting is enabled, the host will be put in a Quiesce state to indicate that an error has occurred. In a lot of cases though the host actually can (and does) continue to boot. This causes a lot of confusion for the user (host state shows Quiesce but host is still booting). This commit adds the op-stop-instructions.service to the quiesce target to ensure the host is actually stopped when quiesce is entered. Tested: - Disabled AutoReboot and turned on QuiesceOnHwError. Verified when an error which triggers QuiesceOnHwError was injected, the host state went to Quiesce and the host was stopped via the stop instructions. (From meta-openpower rev: ff3e548479bdf4c9db4315f45f1599a4f9adc33f) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If5cbdd03fbb3abcad8942e5ebe4e7b347ecfd599 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15meta-openpower: Adding proc-pre-poweroff serviceChirag Sharma2-1/+9
Changes: -Adding support for new service i.e. proc-pre-poweroff@.service, which will be called during poweroff. (From meta-openpower rev: 064663fa543eb32bf55f0657a56a3a6cf47bfe0e) Signed-off-by: Chirag Sharma <chirshar@in.ibm.com> Change-Id: I066bb91237f838c87de3da8e10b4d5a4fe7636e8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15openpower-pnor-code-mgmt: Add dbus policyAndrew Geissler1-1/+4
srcrev bump 847f54c033..671a7da76e Brad Bishop (1): build: add dbus policy Add dbus dependency. (From meta-openpower rev: 01b774b773a0445b99e9ed15dea25cefd3ad39f5) Change-Id: Ia011835542a9f03eb180609e2655576ab7453f86 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15LEDS: Add systemd unit to call led-set-all-groups-asserted.shVishwanatha Subbanna3-0/+44
led-set-all-groups-asserted.sh needs to be called with "false" as part of below transitions to turn off all indicator LEDs - BMC booting to standby and staying at standby - BMC starting to power on (From meta-ibm rev: e784b71c2d625b4507758df4bb5743fc678251f3) Change-Id: If248220964c65e91e9382504b1a7095cc5cec26b Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15fans:rainier: Install fan application config filesMatthew Barth3-0/+80
Install all the fan application config files into a rainier image (From meta-ibm rev: dd3117e5c3b6768ca6975b04ebc70f8e716529b2) Change-Id: I51d017b3a6ad34595bc9dce0fd1693c0012fc52e Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15fans:rainier: Add fan control config filesMatthew Barth6-0/+94
This commit adds the fan control config files for the rainier type machines. The recipe updates to install these files into a rainier image will collectively be done after all fan application config files are added. (From meta-ibm rev: 5d8b514768c45eee76bd19bffc432dc5778ca075) Change-Id: I5fa1f5cc879d7f3a951f7972ac391767de3647f3 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15fans:rainier: Add fan monitor config filesMatthew Barth3-0/+356
This commit adds the fan monitor config files for the rainier type machines. The recipe updates to install these files into a rainier image will collectively be done after all fan application config files are added. (From meta-ibm rev: b28c40c5cb1eeec7239f39cbf7bb0e901340b501) Change-Id: I445d141de53577e0c151ece3e258752814a631b4 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15fans:rainier: Add fan presence config filesMatthew Barth3-0/+352
This commit adds the fan presence config files for the rainier type machines. The recipe updates to install these files into a rainier image will collectively be done after all fan application config files are added. (From meta-ibm rev: f131f38e89da79848595670af0d150e01aaa664a) Change-Id: I514589fcde2a7d500e272b7d45ac90961bb46368 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15sensors:rainier: Add max31785 hwmon configMatthew Barth2-0/+31
Add the max31785 fan controller device to hwmon. (From meta-ibm rev: 71404ba4966e32bb4ed9a120062d669ed642d851) Change-Id: I4b2cd1c5379e76ccf40f52dc6ceca6a98f931f40 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15Revert "health-mon: remove from ibm systems"Andrew Geissler1-3/+0
This reverts commit 3a70e470e8ec8239e27db9b7361f568cebd5ef72. The health monitor code has fixed openbmc/phosphor-health-monitor#1 so we can put this back in. (From meta-ibm rev: fc48727d30a75aa9c12d0f49d8a4124202a995ff) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I3b5e1ca730af0a06c94291e84397e24d6b2bb83d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15poky: subtree update:0ac99625bf..796be0593aAndrew Geissler186-1398/+2002
Alexander Kanavin (31): netbase: upgrade 6.1 -> 6.2 meson: upgrade 0.55.1 -> 0.56.0 vulkan-samples: update to latest revision libcap: update 2.44 -> 2.45 bind: upgrade 9.16.7 -> 9.16.9 quota: upgrade 4.05 -> 4.06 pango: upgrade 1.46.2 -> 1.48.0 elfutils: upgrade 0.181 -> 0.182 ifupdown: upgrade 0.8.35 -> 0.8.36 createrepo-c: upgrade 0.16.1 -> 0.16.2 acpica: upgrade 20200925 -> 20201113 grep: upgrade 3.5 -> 3.6 man-pages: upgrade 5.08 -> 5.09 stress-ng: upgrade 0.11.23 -> 0.11.24 libhandy: upgrade 1.0.1 -> 1.0.2 piglit: upgrade to latest revision xkbcomp: upgrade 1.4.3 -> 1.4.4 lz4: upgrade 1.9.2 -> 1.9.3 bison: upgrade 3.7.3 -> 3.7.4 python3-setuptools-scm: fix upstream version check cantarell-fonts: update 0.0.25 -> 0.201 meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timestamps llvm: fix reproducibility ruby: fix reproducibility webkitgtk: fix reproducibility ffmpeg: fix reproducibility piglit: fix reproducibility serf: do not install the static library llvm: sort the lists in generated source reproducibibly kea: fix reproducibility poky.conf: do not write current date into distro version, use git hash instead Andrej Valek (1): kernel-dummy: fix executing unexpected tasks Anuj Mittal (1): releases.rst: add gatesgarth to current releases Brett Warren (1): libffi: add patch to revert clang VFP workaround Chandana kalluri (1): populate_sdk_ext: use SDK_CUSTOM_TEPLATECONF variable to enable custom templateconf.cfg Changqing Li (1): buildtools-tarball: add wic dependency into extended buildtools Diego Sueiro (2): modutils-initscripts: Fix modules.dep creation when USE_DEPMOD="0" initscripts: Change execution order between checkroot and modutils Dmitry Baryshkov (2): linux-firmware: upgrade 20201022 -> 20201118 linux-firmware: package ath11k firmware Fabio Berton (1): mesa: Update 20.2.1 -> 20.2.4 Gratian Crisan (1): kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES Jack Mitchell (3): Revert "connman: set service to conflict with systemd-networkd" systemd-conf: add PACKAGECONFIG to enable/disable auto ethernet DHCP systemd-conf: match ethernet interfaces by type rather than globbing Joshua Watt (2): bitbake: hashserv: client: Fix AF_UNIX path length limits bitbake: hashserv: Fix broken AF_UNIX path length limit Kai Kang (2): systemd-systemctl-native: capable to call without argument systemd.bbclass: update command to check systemctl available Kevin Hao (1): tune-octeontx2.inc: Add tune for Marvell OCTEON TX2 core Li Wang (2): qemu: CVE-2020-29129 CVE-2020-29130 qemu: CVE-2020-25624 Luca Boccassi (1): dbus: move messagebus user to dbus-common package Michael Halstead (1): releases: conf: add link to 3.1.4, update to include 3.1.4 Nicolas Dechesne (19): sphinx: add .vscode in .gitignore {dev,kernel,sdk}-manual: replace hardcoded release version with &DISTRO; sphinx: replace bitbake labels with references to corresponding title brief-yoctoprojectqs: replace labels with references to section title dev-manual: replace labels with references to section title ref-manual: replace labels with references to section title sdk-manual: replace labels with references to section title overview-manual: remove unused labels dev-manual: remove unused labels sphinx: rename top level document in each manual sphinx: use absolute paths for :doc: references test-manual: remove 'test-manual' from filenames toaster-manual: remove 'toaster-manual' from filenames dev-manual: remove 'dev-manual' from filenames kernel-dev: remove 'kernel-dev' from filenames profile-manual: remove 'profile-manual' from filenames overview-manual: remove 'overview-manual' from filenames sdk-manual: remove 'sdk' from filenames ref-manual: remove 'ref' from filenames Paul Barker (5): documentation: Simplify yocto_wiki links documentation: Simplify yocto_git links ref-manual: Simplify oe_git links poky.conf: Add opensuseleap-15.2 and fedora-33 to tested distros poky.conf: Drop fedora-30 from tested distros Peter Kjellerstedt (2): pseudo: Simplify pseudo_client_ignore_path_chroot() bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS Richard Purdie (8): lz4: Use the new branch naming from upstream Revert "bitbake.conf: Add all layers (from BBLAYERS) to PSEUDO_IGNORE_PATHS" build-appliance-image: Update to master head revision bitbake: Revert "fetch2: use relative symlinks for anything pulled from PREMIRRORS" build-appliance-image: Update to master head revision metadata_scm: Fix signature handling of METADATA_REVISION and METADATA_BRANCH poky: Set SDK_VERSION explicitly build-appliance-image: Update to master head revision Ross Burton (9): oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball image_types: remove obsolete tar comment image_types: sort tarball file listings package_manager/ipk: neaten OPKGLIBDIR logic ldconfig-native: don't write auxiliary cache package_manager/ipk: improve remove_packaging_data oeqa/selftest/containerimage: update for improved cleanup coreutils: add SUSE-specific issues to CVE whitelist bitbake: msg: use safe YAML loader Sinan Kaya (1): poky-tiny: enable section removal Tomasz Dziendzielski (1): pseudo: Update to print PSEUDO_LOGFILE in abort message on path mismatches sangeeta jain (1): meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell zangrc (3): libinput: upgrade 1.16.3 -> 1.16.4 lighttpd: upgrade 1.4.55 -> 1.4.56 sysstat: upgrade 12.4.0 -> 12.4.1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I65f2f1c9d44433f3e62609240012c42256679b51
2020-12-15pldm: srcrev bump ce1c96fb6a..efbb5946a4Andrew Geissler1-1/+1
Andrew Geissler (1): ensure fd initialized (From meta-phosphor rev: 5ab11aed0e47c4f119c3a637878d391ddd484408) Change-Id: I030b7784a1b5f8b9c053becaffcfaf8502b448e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15pldm: srcrev bump 5dad5f4ca4..ce1c96fb6aAndrew Geissler1-1/+1
Andrew Geissler (1): ensure variable initialized and error path reported Ravi Teja (1): oem-ibm: Modified to write system dump data on unix domain socket. (From meta-phosphor rev: e2203ededf0f07f4ee6e2a584c2a7509491fffe2) Change-Id: Idea2fbed9b4d15ab93b397a819ba55b04efd637e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-15phosphor-power: srcrev bump 9564e9451c..8429e884acAndrew Geissler1-1/+1
Bob King (1): regulators: Validate config files during CI Brandon Wyman (1): psu-ng: PSU manager powerOn check for errors Lei YU (1): i2c: Initialize variable ret (From meta-phosphor rev: a8a9ae6b6519b9a125880dc2c08c6c987584f13c) Change-Id: I5a742b141c50bbf5c8fa7da267081f2525a33f09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-12meta-openembedded: subtree update:f623d8b574..936f2380bbAndrew Geissler61-161/+1328
Alexander Vickberg (2): libwebsockets: upgrade to 4.1.6 mbedtls: upgrade to 2.24.0 Bartosz Golaszewski (1): libgpiod: update v1.4.5 -> v1.6.2 Beniamin Sandu (1): trace-cmd: create recipe for version 2.9.1 Fabio Berton (2): beep: Add recipe for version 1.2.2 linuxconsole: Add recipe for version 1.7.0 Gianfranco (1): dlt-daemon: add upstream patch to fix CVE-2020-29394 Kai Kang (1): colord: fix installed-vs-shipped error Khem Raj (1): packagegroup-meta-python: Remove packages moved to core Luca Boccassi (3): dbus-broker: rdepend on dbus-common dbus-brocker: upgrade 23 -> 24 dbus-broker: upgrade 24 -> 25 Martin Jansa (1): nanopb: move to dynamic-layers Michael Vetter (1): jasper: upgrade 2.0.22 -> 2.0.23 Philip Balister (1): spdlog: Fix recipe so other recipes can use spdlog with external fmt. Robert Karszniewicz (1): firmwared: add recipe Roland Hieber (5): pcsc-lite: provide pcsc-lite-lib-native explicitly for native build lockfile-progs: use DEBIAN_MIRROR in SRC_URI fbset: use DEBIAN_MIRROR in SRC_URI liboop: use upstream SRC_URI openct: use upstream SRC_URI Senthil Selvaganesan (1): fcgiwrap: add recipe Thomas Perrot (1): openocd: disable the support of ccache Trevor Woerner (4): glmark2: update information glmark2: update to latest glmark2: add support for dispmanx glmark2: revert to previous behaviour Vyacheslav Yurkov (1): python3-aiohttp: added missing RDEPENDs Wang Mingyu (2): gensio: 2.1.4 -> 2.2.0 ser2net: 4.2.0 -> 4.3.0 Zang Ruochen (7): dialog: upgrade 1.3-20200327 -> 1.3-20201126 fmt: upgrade 7.1.2 -> 7.1.3 hidapi: upgrade 0.10.0 -> 0.10.1 opensc: upgrade 0.20.0 -> 0.20.1 pugixml: upgrade 1.10 -> 1.11 satyr: upgrade 0.31 -> 0.35 nanopb: upgrade 0.4.3 -> 0.4.4 zhengruoqin (9): c-periphery: upgrade 2.2.4 -> 2.2.5 crash: upgrade 7.2.8 -> 7.2.9 dfu-util: upgrade 0.9 -> 0.10 monit: upgrade 5.26.0 -> 5.27.1 qpdf: upgrade 10.0.1 -> 10.0.4 tcsh: upgrade 6.22.02 -> 6.22.03 xserver-xorg-cvt-native: upgrade 1.20.5 -> 1.20.9 zchunk: upgrade 1.1.6 -> 1.1.7 libconfig-autoconf-perl: upgrade 0.318 -> 0.319 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I8371eb789fa288193da895bd51ce2160194809d8
2020-12-12meta-raspberrypi: subtree update:3a1fec22c0..4b89f63699Andrew Geissler5-5/+62
Aaron Shaw (1): linux-firmware-rpidistro: Added firmware for BCM43456 Khem Raj (3): mesa-gl: Enable swrast dri backend for rpi/userland userland: Fix weston build with userland graphics libglu: Fix build with userland graphics Tobias Off (1): linux-firmware-rpidistro: Missing link to firmware causes wifi not working on raspberrypi zero w Trevor Woerner (1): userland: fix invalid packageconfig Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I06d2fbef19f827ffcbb485c60935b9a8c373e1c4
2020-12-12meta-xilinx: subtree update:569f52f275..b3e37df5d9Andrew Geissler199-4857/+6811
Mark Hatle (11): meta-microblaze: Move gcc patch that was missed in the prior work Uprev standalone toolchain bbappends pmu-firmware: Latest toolchain always treats 'assert' as a macro binutils: update to early gatesgarth version gdb: update to early gatesgarth version gcc: update to early gatesgarth version newlib: update to early gatesgarth version machine/aarch64-tc.conf: Fix incorrect ilp32 pkgarch libgcc.bbappend: Clear empty lib directory newlib: Upstream now disabled builtin symbols gdb: Fix on-target GDB compilation Sai Hari Chandana Kalluri (5): linux-xlnx_2020.2: Fix previous git cherry-pick xrt: Remove stale patch to fix endian issues with latest version of boost opencl-clhpp, ocl-icd: Remove recipes from meta-xilinx esw.bbclass: Remove trailing / after S Remove recipe bbappends pointing to older versions Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I18b028388a5b55a49ef135b98290228fa797e38d
2020-12-12openpower-vpd-parser: srcrev bump 5c773bdfb9..8589375ff6Andrew Geissler1-1/+1
Andrew Geissler (1): log entry to journal when rebooting bmc Santosh Puranik (2): Fix u-boot env var name for Rainier 2U ibm-read-vpd: Enable skipping VPD read if host is powered ON (From meta-openpower rev: 6a072515a03bf27b9f248aea0fd298aa15a3c3bd) Change-Id: Iab72f477c2179dcbe5a7ebc33288325b61e45ba0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-12phosphor-dbus-interfaces: srcrev bump d621780549..e1693dabacAndrew Geissler1-1/+1
Gunnar Mills (1): Add Version AlreadyExists Error (From meta-phosphor rev: eb7ef65d8607e6e32b412db79dc3921ad40572f1) Change-Id: Ie65032844d0235e0bb1439131d552ff2aa5c6785 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-12entity-manager: srcrev bump 85afcfb320..c76af0fb1dAndrew Geissler1-1/+1
Brad Bishop (1): entity-manager: scan after NameOwnerChanged (From meta-phosphor rev: a488021d82b5edc375f2fed5df0166ec6d481ab7) Change-Id: Ic66b68fe8e27def21e02a39e912a879e590213db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-12fb-ipmi-oem: srcrev bump 17cf1349b9..0c810eff9aAndrew Geissler1-1/+1
Jayashree-D (1): Disable rtti temporarily in boost (From meta-facebook rev: ddc7295166d67e27b6ef92c90e2725f12962c131) Change-Id: Ib75e1278ab3d2417ea001e3b42e1e50814879a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-11openpower-hw-diags: srcrev bump bcf65a8b95..021dab3c73Andrew Geissler1-1/+1
Zane Shelley (1): Add all signatures to PEL FFDC (From meta-openpower rev: 9206ed76239974613064c535919df3c1f3c77923) Change-Id: I4e34224a0727a03f94db7ed7941f49b6cd42f886 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-11telemetry: srcrev bump 8bc2e7cb0c..bc766b4d8bAndrew Geissler1-1/+1
Wludzik, Jozef (1): Add extra input validation for AddReport (From meta-phosphor rev: 834b79244927c55ba8e8f62d7a4279ef06c11ac2) Change-Id: I959a41f15ae64033f491521ec21b4a7dc9c255c6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-11phosphor-ipmi-flash: srcrev bump 7af41c28ee..c78bfc8230Andrew Geissler1-1/+1
Jason Ling (1): version-handler: add version-handler, blob handler (From meta-phosphor rev: 64e9eb1be4698df584b969856d5017d06a80d12d) Change-Id: Id6a338af90de8d08a4df4d86afaa526f18356fb8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10webui-vue: srcrev bump 00f5b79055..645250b918Andrew Geissler1-1/+1
Yoshie Muranaka (2): Fix loading hang Fix loading property import (From meta-phosphor rev: 79a695138d2d97301ced899dd2296594e6aeafd5) Change-Id: Ie9fba36e5b3433683508022ea872e84b317005b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10pam-ipmi: srcrev bump f3919c432f..9dbd02268dAndrew Geissler1-1/+1
Patrick Williams (1): build: fix install race condition (From meta-phosphor rev: 6e06bc89f693006888095fde80a6e0db6600e645) Change-Id: Ib0acb5b310ec16a0300d717aae9e992e2655b05a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-virtual-sensor: srcrev bump 06e761a272..26edaad467Andrew Geissler1-1/+1
Matt Spinler (1): Refactor checking thresholds (From meta-phosphor rev: b2d4a57c05c0c8dc16a3c0ceaf13d0fcd1c1e228) Change-Id: I724590067a676f88e6478690f8a19fbd66004866 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10entity-manager: srcrev bump a5a716dadf..85afcfb320Andrew Geissler1-1/+1
Brad Bishop (1): nisqually: add additional boards (From meta-phosphor rev: 4a710d811291c105027b0e4091428c8d014ba342) Change-Id: If250ab1a470a0590db534da2c38bd6b060d6fcdd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-logging: srcrev bump 7f6789050c..f10068d397Andrew Geissler1-1/+1
Lei YU (1): elog-gen: Support more types Matt Spinler (1): PEL: Use different property for host running (From meta-phosphor rev: 55b822fe3fe8e94f8ec0704ea7912882ce62abdd) Change-Id: I9d88b07035b824c693a5580d520b751454fa9985 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10pldm: srcrev bump 17837abe91..5dad5f4ca4Andrew Geissler1-1/+1
Tom Joseph (1): Change the interface for host firmware state (From meta-phosphor rev: 553799a097aaec017d27c230efdd83f15f20c2cd) Change-Id: I262e3b3a9fd6751923e2792338c347b8a7089807 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-ipmi-blobs: srcrev bump 7bda17a7dc..c7c941d9a3Andrew Geissler1-1/+1
Patrick Venture (1): continue loading libraries if factory excepts (From meta-phosphor rev: 5585929a9c3b12238f8cb25e78b3ffdc3755264a) Change-Id: Ia3039d9b599d2e6434831dc096dd01e40b938ebb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-post-code-manager: srcrev bump 9d91a39a3a..fd45f78858Andrew Geissler1-1/+1
Kumar Thangavel (1): phosphor-post-code-manager: Add post code support for multi host (From meta-phosphor rev: c5d5f9968b30ffe1b96155bde70907d121986bd0) Change-Id: I05b63b8d8f527015af9ef84b080264a174a22fd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10phosphor-bmc-code-mgmt: srcrev bump 9b8816f5a8..837de88135Andrew Geissler1-1/+1
Lei YU (1): flash-bios: Do not delete image in case of failure (From meta-phosphor rev: 5dbe227f2d7fc71f9f6699d3b2a159e0965d37e0) Change-Id: I8921ed328471000a20227ba956d4a16becef9565 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10telemetry: srcrev bump f32f6fef25..8bc2e7cb0cAndrew Geissler1-1/+1
Adrian Ambrożewicz (1): Update MAINTAINERS Krzysztof Grobelny (2): Created metric class Review fixes for 'Created metric class' Wludzik, Jozef (2): Add support for EmitReadingsUpdate property Remove retry "GetProperty" on fail (From meta-phosphor rev: 647f1e8ad50af697bee006712fc941cd245fc5c3) Change-Id: I4ebe6a9e77d8fb6fd6434b5a9f18f3336a8c8760 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10libmctp: srcrev bump 52f4cb2992..b9fd597ca4Andrew Geissler1-1/+1
Andrew Jeffery (1): astlpc: Fix version test before assignment (From meta-phosphor rev: 0381404bc81732920580b19ec880f18cf2eb1339) Change-Id: Ibeb5ebcb71121510b5bc9bfa7a1264e907c1bbb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10openpower-vpd-parser: srcrev bump a20be8ec06..5c773bdfb9Andrew Geissler1-1/+1
Deepak Kodihalli (1): MAINTAINERS: Remove Deepak from the list (From meta-openpower rev: 65fa7cbfea9df259ac55e106030024fb02e6c695) Change-Id: Ibc678f997642eb9d3cce6bf2a7f9c7d75e49acdf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10openpower-hw-diags: srcrev bump 0fe5df40e4..bcf65a8b95Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Quiesce host on SBE vital Zane Shelley (2): fix query for hardware analysis enabled Get chip ID/EC from hardware if not synced in attributes (From meta-openpower rev: fde2db78ded4e793fcf567c5defe153676df2b3d) Change-Id: I59c83f09bb3bb95175bbb00f5be381b09b43f856 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10meta-quanta: gbs: exchange the pwm/tach for fb_fan1 and fb_fan2George Hung1-2/+2
Since their pwm/tach are inverted physically, so work-round to exchange the pwm/tach for fb_fan1 and fb_fan2 (From meta-quanta rev: b673c1f821cf041b4cb178ea09cd0fdb5095d421) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: If148239ed199000b20d1782579f344a3e3bd72ee Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10meta-quanta: gbs: adjust VR/Hotswap sensors threshold and M valueGeorge Hung6-20/+20
1. adjust VR/Hotswap sensors threshold: hotswap_iout current vddcr_cpu_out voltage vddcr_cpu_in current vddcr_soc_out voltage vddio_abcd/efgh_out voltage 2. adjust M value in sensors.yaml: hotswap_iout current vddcr_cpu_in current (From meta-quanta rev: 2297095f43ad8bdff5bdfc2031acfa878ae4250b) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I46310ec035c8294ee7147bc2d6f4b8e3b14e2828 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-10meta-quanta: gbs: update thermal config to R03George Hung3-45/+95
1. Fan LCT = 3330 RPM 2. Minimum fan duty = 15% 3. NVMe Kp=1250,Ki=12 (From meta-quanta rev: b6ba0ea2d0007b1db640ea9d15d171ab7d79938e) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I541dce79aab0b6dc48964cfb0657c19f13f9520f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08dbus-sensors: srcrev bump da27423cda..832a2c6049Andrew Geissler1-1/+1
Anoop S (1): IpmbSensor:Fix SMBus configuration for VR Temp. (From meta-phosphor rev: 20287f187812c5bb4c907269276ac5c0922311b3) Change-Id: Iabdc9ee8be11d91f18e9af454b30f0fc3b03db57 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08phosphor-dbus-interfaces: srcrev bump 15eeb50d10..d621780549Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Add interface for progress tracking. (From meta-phosphor rev: 40b025f700940d4c3620f742f8bd31fe82124c2d) Change-Id: Icf1c6c6d559a87562798d09b384688bf95de67aa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08entity-manager: srcrev bump b45324a074..a5a716dadfAndrew Geissler1-1/+1
Anoop S (1): Entity-manager:Add new property for Ipmb type. (From meta-phosphor rev: 50cb5d0b46ea60f7dcf29a1005d3955f2fc89e96) Change-Id: I725fe016082d52c2eda5dde845f6473e456410dc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08phosphor-host-ipmid: srcrev bump 515bc375cb..c0fe0c6b49Andrew Geissler1-1/+1
Deepak Kodihalli (1): MAINTAINERS: Change Deepak's email address (From meta-phosphor rev: 739f7a9414e7930c20dfc41db819e3fcee58efee) Change-Id: Iab34b4236d0dd74e1c87354b4a4ed8f12b3a8b78 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08webui-vue: srcrev bump f125a3d803..00f5b79055Andrew Geissler1-1/+1
Yoshie Muranaka (4): Add documentation for table filter Add documentation for table batch actions Add documentation for table pagination Fix no-lone-template warning on Firmware page (From meta-phosphor rev: 9cf31a97207e36318d719b74a86bf2af31e47697) Change-Id: I8fdbd9a843d83c267555e863f4e353eb6fffdd7c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08phosphor-certificate-manager: srcrev bump 9fe64af47f..d2393f231cAndrew Geissler1-1/+1
Ramesh Iyyar (1): genCSR: Fix to catch InvalidArgument exception (From meta-phosphor rev: 566e3277cb28cf1bb48e537ab90732103778df80) Change-Id: Ia8b3deee6b46935eb5a1a1d4b201bbad06d9f976 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-08openpower-pnor-code-mgmt: srcrev bump 7c053c3f49..847f54c033Andrew Geissler1-1/+2
Brad Bishop (4): main: use sdeventplus main: refactor service initialization updater: add process-host-firmware subcommand mmc: process host firmware blob files Add cli11 dependency. (From meta-openpower rev: 95932b73427f9b707ef5f12a522b8f9211fcf7dd) Change-Id: I81d8a6aa1e6c1c7362d5203e25fe99e3031617b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-05phosphor-health-monitor: srcrev bump af9acbde4b..2b231e8aa9Andrew Geissler1-1/+1
Bruceleequantatw (1): Avoid "Error from statvfs2" showing reaptedly. (From meta-phosphor rev: ae2ec741dfa9f17179fd6877505a923bd7175120) Change-Id: Ieae48ed04311093ae994227f740819c5d23b4d15 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-05bmcweb: srcrev bump ef6ca6e4e6..9e319cf0c5Andrew Geissler1-1/+1
Anna Platash (1): VirtualMedia doesn't propagate information to WebUI Jonathan Doman (3): Refactor getCollectionMembers Refactor getProcessorData Add support for Redfish OperatingConfig resources (From meta-phosphor rev: 419ea0fa027985c46bf9b887f5351abf93966d68) Change-Id: Iff636d741d47dbe5ab2ae90d05a08c079e039460 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-12-05phosphor-logging: srcrev bump 1a1b0dfb81..7f6789050cAndrew Geissler1-1/+1
Jim Wright (1): PEL: Add power-sequencer registry entries (From meta-phosphor rev: 6133abf6792bc6ba2d317e2daebb31e9cdedee96) Change-Id: Ie1736e9f75599114c2680b87cb0a3ee35b910e53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>