summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-02-23phosphor-power: srcrev bump 10d9405574..a528a28156Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Enhance SystemdJournal::getMessages() Change-Id: I5cea75279e6367bf1958f95202cb3253cf51b78d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-23dbus-sensors: srcrev bump 87bc67f7f5..a0683a889aAndrew Geissler1-1/+1
Ed Tanous (2): add clang-tidy Fix bug in name escaping for PSUSensor Jeff Lin (3): Fix thresholds not found CPUSensor: update depth to find hwmonNamePaths PSUSensor: Add five supported devices Change-Id: I5a7af68a6d2232707d27635ddcb53027e1b2dfe0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-20setup: skip non-phosphor machinesPatrick Williams1-3/+10
We already had logic to skip non-phosphor machines in the 'list' operation, but did not skip those machines when targeting them. Those machines are almost certain to not operate as expected and in some cases, such as EVB models, we have two meta-layers associated with the machine. Skipping non-phosphor machines ensures that the setup script picks the right configuration and does not attempt to target a machine that won't work. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If68c27e2a8675405672df497827dde6e86147108
2021-02-20meta-evb-aspeed: add symlinks for machine-conf for setupPatrick Williams2-0/+2
The 'setup' script looks for machine config files being present to know that the meta-layer contains a valid machine for OpenBMC. The aspeed EVBs are split between meta-aspeed for the base support and meta-evb-aspeed for "EVB on Phosphor" support. Add symlinks for the machine config files from meta-aspeed into meta-evb-aspeed so that setup recognizes them as valid machines, but using the phosphor layers. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I673756a3d837f61d7338b8fbb356c5234770ffca
2021-02-20romulus: remove empty distro indirectionPatrick Williams2-3/+2
Most openpower machines use DISTRO="openbmc-openpower" but Romulus has a "openbmc-romulus" distro config file. This config file has nothing except an inclusion of the openpower one, so remove this useless indirection. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I371ce4137369e4964eed1529f8a8190e31721ecc
2021-02-20setup: tolerate `which` failuresPatrick Williams1-2/+2
If this script is sourced in a shell that has something like `set -e`, then it fails if the column program does not exist because the `which columm` fails. Make a few changes to tolerate this and not fail: - Use $(...) rather than `...`. - Use `... || true` when appropriate to allow continuance. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9008778e8aee4747faa4decff74a2fb361a206ed
2021-02-19meta-ibm:everest: Remove inlet rotors from trust groupsMatthew Barth1-16/+0
Fan monitoring should not need the inlet rotors included in the nonzero speed trust group. This causes the nonfunctional timer to start for these rotors and immediately stop since they are never actually taken into account in the determination of trust. Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: I411faab9dcd67fa2409f6be39be54969a0eb2520
2021-02-19meta-ibm:rainier-2u: Remove inlet rotors from trust groupsMatthew Barth1-24/+0
Fan monitoring should not need the inlet rotors included in the nonzero speed trust group. This causes the nonfunctional timer to start for these rotors and immediately stop since they are never actually taken into account in the determination of trust. Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Change-Id: I043f1003319e84e3c93b59f80963525d9d7d4eac
2021-02-19openpower-hw-diags: srcrev bump b3eba29929..4ed4be5645Andrew Geissler1-1/+1
Zane Shelley (3): created Callout classes for various PEL callouts Created ServiceData class for hardware analysis Add ServiceData callout list to PEL Change-Id: I750f98c4ea5036a69f46407a2383f309e28a04ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-19dbus-sensors: srcrev bump 49d12d8955..87bc67f7f5Andrew Geissler1-2/+2
Jeff Lin (2): meson: add external sensor to meson build HwmonTempSensor: Add PollRate attribute Change-Id: Ia4f88e292726656b497beb74f67a0dbfccaa7553 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Ed Tanous <edtanous@google.com>
2021-02-19phosphor-fan-presence: srcrev bump 05ae4fe471..0b49fe7882Andrew Geissler1-1/+1
Matt Spinler (2): monitor: Support for running with power off monitor: Add service files to repo Matthew Barth (1): docs: Initial config details for each fan app Change-Id: I8d6c8133a4013707d40f68fdd00fb622673f9318 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-19pldm: srcrev bump fec5d59b00..38ce97cc59Andrew Geissler1-1/+1
Andrew Geissler (1): utilize hypervisor property for effecter Christian Geddes (1): Fix endian conversion for sensor_id in encode_sensor_event_data George Liu (4): Fix: Trigger the listenSensorEvent method Fix decode getStateSensorReadings resp command libpldmresponder: Create default D-Bus object when generate PDR Fix the getStateSensorReadings command Jayashankar Padath (1): oem-ibm: Resource dump support Manojkiran Eda (3): Set the ibm dma max size within the repo Bring back the dbus backend for bios attributes Fix Compilation with DebugMode in Yocto arm sdk Sridevi Ramesh (2): Add tracing when the BMC PLDM daemon issues GetPDR to host Implement pldmtool platfrom Getstatesensorreading Change-Id: Iec72a0621835e89749d0bb45dc4e0227187e3af2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-19meta-google: gbmc-ncsi-config: Fix sslhWilliam A. Kennington III2-4/+2
The name of the unit files got updated, but the internal references did not. Change-Id: I772e5755ba45cc7f4b4fdd2469286f08032c0f9d Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-18Revert "nuvoton: Enable seccomp support in kernel."Anton D. Kachalov1-2/+0
This reverts commit 6926f175f0a8099501ea2523f270db6be7049dcd. Reason for revert: Seccomp being enabled by default. Change-Id: I6ad97ebf37b79acfdee70d5cbbce2dd11b8bc061 Signed-off-by: Anton D. Kachalov <gmouse@google.com>
2021-02-18meta-quanta: gbs: update thermal config to R04George Hung2-1/+40
Add the fleeting2 sensor for the hda temperature Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5dd3ebfcedc07df15677bacdf0f029e009213adf
2021-02-18meta-quanta: gbs: change to set CRITILO fan speed to 1800 RPMGeorge Hung1-5/+5
Change to set CRITILO fan speed to 1800 RPM for fan failsafe consideration according to the thermal team suggestion Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I2fef191d53b095bce6518583dea072700ff9a0e7
2021-02-18intel-ipmi-oem: srcrev bump b910987a7d..09701efa93Andrew Geissler1-1/+1
Alex Qiu (1): sensorcommands: Cache sensor data at 60s interval when requested for SDR Change-Id: I859a371a2fd982ec1465e1c926ff58236c7d49c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-18meta-google: gbmc-ncsi-config: Remove compatabilityWilliam A. Kennington III1-4/+0
We are now caught up enough that we don't need these compatability variables or provided packages anymore. Change-Id: I7dbfb1ffe447c97bb4baaba20a15be9187983b41 Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-18meta-google: Add gbmc distroBrandon Kim1-0/+18
Upstream our base distro Upstream: 1fe32412faa5dbe9691b977c100712d2baa89887 Google-Bug-Id: 179617826 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ib0795ffb39ea8124c808f7ecb1d48808bce3e46e
2021-02-18meta-google: google-ipmi-sys: Add NCSI overrideWilliam A. Kennington III1-0/+3
Change-Id: Ib5d9e1d60194d71c433003669c16f896964729ad Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-18phosphor-fan-presence: srcrev bump fcb0dbcb14..05ae4fe471Andrew Geissler1-1/+1
Matt Spinler (3): presence: Add service file to repo sensor-mon: Add service file Add service files to .gitignore Change-Id: I307ce56691faa968a1900965b8ce478d404eb145 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-18bmcweb: srcrev bump 086d32c5a6..65f7365901Andrew Geissler1-1/+1
Ed Tanous (1): Add back rtti George Liu (1): Replace rfind method in sensors.hpp SunnySrivastava1984 (2): Add additional Redfish Manager properties Add additional Redfish Processor properties Change-Id: I51882c6c1fc8783323351a3af11de8ab4969aefb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-18nuvoton: Enable seccomp support in kernel.Anton D. Kachalov1-0/+2
Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I5f6ef36e374b4b1d6f2cb50d6f7344fa801aa12a
2021-02-18meta-google: obmc-phosphor-image: Add NCSI when specifiedWilliam A. Kennington III1-0/+2
Change-Id: Id15f7bb08f08da3cfdef24c0c38a42caffdb70c0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: obmc-phosphor-image: Add iperf3William A. Kennington III1-0/+1
Change-Id: I56abfee5270d63e8077314f548effa86596a148d Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: obmc-phosphor-image: Add systemd-configWilliam A. Kennington III1-0/+2
Change-Id: I37c82c2e7d494e7ae5581ee93ea34ac2908bedfb Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: Fold gbmc-sslh into gbmc-ncsi-configWilliam A. Kennington III4-27/+20
Logically these packages belong together and don't make much sense without each other. Combine them to reduce package complexity for users. Change-Id: I3d3998f8d10cacbd01f6d883b0033a3260ff60df Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: gbmc-ncsi-config: Add missing runtime requirementsWilliam A. Kennington III1-0/+2
We need sslh and nftables in order for our interface configuration to be useful. Change-Id: I7dffc66dadc1a0d758241344e3908017af304b6a Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: gbmc-ncsi-config: Rename from ncsid-configWilliam A. Kennington III3-45/+50
Make it clear this is a gbmc style configuration, similar to gbmc-systemd-config or gbmc-iperf3. Change-Id: Icd9a2f45f5b399ecb3f8ab1a63d1f0344342ab3a Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17phosphor-sel-logger: srcrev bump 7d8a3003fb..dbd77b9200Andrew Geissler1-1/+1
Charles Hsu (1): Add watchdog event monitor Change-Id: I08d375e006e560c573896349562ca53e3162d628 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17phosphor-power: srcrev bump de0fd44f76..10d9405574Andrew Geissler1-1/+1
Jay Meyer (1): Capture PSU STATUS_MFR_SPECIFIC during analysis Change-Id: Ifd8b0e4b7dd2cd43f3e861e27d52ba03034a4d22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17phosphor-ipmi-flash: srcrev bump 99b5455933..7d39eb04acAndrew Geissler1-1/+1
Patrick Venture (1): bmc/ver.../test/.close_unittest: add missing header Change-Id: I8a3ec9ad1668bd6db67c8d7335b3cdb23eb397a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17telemetry: srcrev bump 405c1e4bf8..9f14591205Andrew Geissler1-1/+1
Wludzik, Jozef (1): Match DBus Trigger with phosphor-dbus-interfaces Change-Id: I339d53e49276a59325d1aecdf155eca301d95567 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17webui-vue: srcrev bump 0736d2afc5..8026797012Andrew Geissler1-1/+1
Derick Montague (1): Fix skip link 404 error on refresh bug Dixsie Wolmers (1): Unit testing docs typo fix MichalX Szopinski (1): Hide SNMP Settings tab on Intel environment SurenNeware (1): Add test hooks to security settings page Yoshie Muranaka (5): Update single file firmware upload page Add enhancements to BVToastMixin Add documentation for BVToastMixin enhancements Update single file firmware page alerts Update single file firmware TFTP upload option Change-Id: I76338e18c07b4bc2bb7f06d34d5ccc4da0c612c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17phosphor-fan-presence: srcrev bump 871bfeaeb3..fcb0dbcb14Andrew Geissler1-1/+1
Matthew Barth (1): monitor: Trust group cancel/start monitoring Change-Id: I2d5d31a7768009dfd51f93cdd24d3c26e8b0f6f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17openpower-vpd-parser: srcrev bump 6ee637aa43..640004f136Andrew Geissler1-1/+1
Alexander Filippov (1): Fix build for hardware with one ethernet interface Change-Id: Ia465d98de2095be8b2415c7c433c39903deeb4fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17phosphor-led-manager: srcrev bump 19c48e17a0..b00e56c26eAndrew Geissler1-1/+1
Vishwanatha Subbanna (1): config: Add rainier-2u and rainier-4u group configuration json Change-Id: Ic0ab72ee979f93861e1de75a09154bded2263d5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17phosphor-dbus-interfaces: srcrev bump b2bbac7e29..257c17da48Andrew Geissler1-1/+1
Jonathan Doman (1): Reduce Common.Device error messages Change-Id: I3f74cce449002368220bd2ef2f30f83a90f11712 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17x86-power-control: srcrev bump 047bcb569b..7c8d19cbcdAndrew Geissler1-1/+1
Jason M. Bills (1): Don't check for warm reset on reset button press Change-Id: I7cd23e85468d60bc24005bd5a504c15863ab51a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17peci-pcie: srcrev bump 9fa54b52f8..0b79f3e485Andrew Geissler1-1/+1
Andrei Kartashev (1): Update vendors database Change-Id: I9c9b89013b462a361bef8e94b6f0b08e1c922b0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17bmcweb: srcrev bump ae6595ef53..086d32c5a6Andrew Geissler1-1/+1
Andrew Geissler (1): hypervisor: rename source file to be more general Ed Tanous (1): Bind dev server to ipv4 only Sunitha Harish (3): Validate the path during ConfigFile upload IBM Management Console: Replacing crow::Response with bmcweb::AsyncResp IBM ConfigFile upload : Fix content-type validation Change-Id: I9afcc1b9bf1c5cee7343bc5036d7499d44fc4235 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17ipmi-blob-tool: srcrev bump 92a4a62c69..f9ee95f52bAndrew Geissler1-1/+1
Patrick Venture (1): splits sys interface into its own file Change-Id: I74bdf2b5ad94afa01404da5010ea2ffda5b66c3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-17meta-google: nftables-systemd: Fix for missing rulesWilliam A. Kennington III1-1/+1
We need nftables-systemd to execute correctly even if the machine has no rules installed. Change-Id: I20d58b721381a2829eaa2baedd5d79e8e0a10fd0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-02-17meta-google: recipes-google: nftables: Import from gBMCWilly Tu2-0/+28
Initial recipes-google/nftables code from gBMC. Google-Bug-Id: 179618498 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Signed-off-by: Willy Tu <wltu@google.com> Change-Id: Ic768cd1ffeec5831063c9a0f5cdbc8fdcd36a862
2021-02-17meta-google: recipes-extended: networking: mstpd: Import from gBMCWilly Tu3-0/+72
Initial recipes-extended/networking mstpd code from gBMC. Google-Bug-Id: 179618485 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: Ia8a39b1f502283c9b0e1273bc28d9b7046a34164 Signed-off-by: Willy Tu <wltu@google.com>
2021-02-16meta-google: recipes-google: networking: gbmc-sslh: Import from gBMCWilly Tu3-0/+51
Initial recipes-google/networking gbmc-sslh code from gBMC. Google-Bug-Id: 179617830 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: I9d7cdcad8a816dd878cdbb2e30272ac7f223d49e Signed-off-by: Willy Tu <wltu@google.com>
2021-02-16meta-google: recipes-extended: networking: sslh: Import from gBMCWilly Tu1-0/+31
Initial recipes-extended/networking sslh code from gBMC. Google-Bug-Id: 179618485 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Change-Id: Iaf34ac877ad922970290bf398a5e86ad22011336 Signed-off-by: Willy Tu <wltu@google.com>
2021-02-16Remove bios configurations from meta-layer & bumpManojkiran Eda6-109/+2
- The intent behind this commit is to enable & set OEM specific options to pldm recipe via the meta-ibm layer. - pldm in its current state, has a configurations folder which contains all the configurations that are consumed by the daemon at runtime. - pldm also has an oem folder(s) that can contain the vendor specific configuration files. - So, removing these files from the meta-layer as they are obsolete. Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I91d23c37abff45f3da18676269be843610b6a9d1
2021-02-13bmcweb: srcrev bump 2b3da45876..ae6595ef53Andrew Geissler1-1/+1
Adriana Kobylak (1): log_services: Improve error handling for DBus Log Entry Ed Tanous (1): Add 404 handling to COMMON_ERRORS.md Change-Id: I1475edfe0b79e51c6ae60e92b2521ade473db6ab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-02-13meta-google: recipes-google: systemd: Import from gBMCWilly Tu3-0/+57
Initial recipes-google/systemd code from gBMC. Google-Bug-Id: 179618486 Upstream: 8ac594bdf054082ca6dbe35c4345759fe4c31669 Signed-off-by: Willy Tu <wltu@google.com> Change-Id: I3c1b9678049e9f5384482af366d0dd104740a207