summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-01meta-ibm: Set dbus object path for total power on p10bmcChris Cain1-0/+3
Tested on Everest HW Change-Id: I667434f8701b0a635a7d3ca8077b47e4ae297f45 Signed-off-by: Chris Cain <cjcain@us.ibm.com>
2022-02-01openpower-occ-control: srcrev bump 6fa848a94c..b6535e8969Andrew Geissler1-1/+1
Chris Cain (1): Prevent hwmon pcap path from getting truncated Change-Id: I831ccce7aa5b1b220ff0975c4cf9fab091303b1b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-01phosphor-dbus-interfaces: srcrev bump f4d2c113f4..b9dae7bed1Andrew Geissler1-1/+1
Nan Zhou (1): Certs: add Interfaces for bulk installation and replacement Change-Id: I019d1cde57a36de8ac9d9d458424810607899f48 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-01meta-google: google-misc: Don't error for compiler warningsWilliam A. Kennington III1-0/+2
We don't want to break the build if the compiler becomes more strict. Change-Id: I942a18373fb154f3a4b6dea646e8cec532a5d347 Signed-off-by: William A. Kennington III <wak@google.com>
2022-02-01dbus-sensors: srcrev bump f69fbf9987..30eb03f3d5Andrew Geissler1-1/+1
Ed Tanous (1): Remove redundant empty check Change-Id: I9d481839c32a6f4839931828255163cca8bdbf04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-01phosphor-power: srcrev bump 930458c23c..f8d8c46424Andrew Geissler1-1/+1
Ben Tyner (1): phosphor-power-supply: Populate RT VPD Keywords Change-Id: I7ffeab3f6036b54c6cdde4c8742f4111da32a98b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-02-01meta-fii: kudo: fix duplicate inclusionPeter Foley1-1/+0
e.g. WARNING: Duplicate inclusion for /opt/openbmc/meta-phosphor/conf/distro/openbmc-phosphor.conf in /opt/openbmc/meta-google/conf/distro/gbmc.conf WARNING: Duplicate inclusion for /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc in /opt/openbmc/meta-phosphor/conf/distro/openbmc-phosphor.conf WARNING: Duplicate inclusion for /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-defaults.inc in /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc WARNING: Duplicate inclusion for /opt/openbmc/meta/conf/distro/include/security_flags.inc in /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-defaults.inc WARNING: Duplicate inclusion for /opt/openbmc/meta/conf/distro/include/no-static-libs.inc in /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc WARNING: Duplicate inclusion for /opt/openbmc/meta/conf/distro/include/yocto-uninative.inc in /opt/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: I74856075638fe243974ebb4818e80f8e7e2022e6
2022-02-01meta-aspeed: socsec: remove hexdump dependencyAndrew Geissler1-1/+0
With the latest yocto subtree update, this function has been moved into the global python package. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I60fd8a2160e45823065a9a28ae36af263baa15cb
2022-02-01meta-google: libcr51: suppress openssl warningsNan Zhou1-0/+5
Tested: builds Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I43d7ff60626c11195c887dfb169aec72c171e1f8
2022-02-01meta-fii/meta-kudo: Add server conf files to obmc-console SRC_URICharles Boyer1-0/+2
The server.ttyS1.conf and server.ttyS3.conf files were missing from the SRC_URI. Signed-off-by: Charles Boyer <Charles.Boyer@fii-usa.com> Change-Id: Ic2762f8cfdb1a5b6e2965a77890a98afdc1ae31e
2022-01-31meta-nuvoton: u-boot-nuvoton: srcrev bump 7578a59e96...ab1fb4143eMustafa Shehabi1-1/+1
Mustafa Shehabi (1): dts: npcm730 kudo: update GPIO203 in dtsi Change-Id: I832de8218da185428661edee55a21aed3828257f Signed-off-by: Mustafa Shehabi <mustafa.shehabi@fii-na.com>
2022-01-31meta-ibm: linux-aspeed: p10bmc: Enable UHCI and PL2303Eddie James1-0/+3
The PL2303 is a serial-to-USB converter chip, needed to communicate with a UPS. These are commonly attached via USB1.1, meaning that a UHCI driver is required to communicate with them, so enable that too. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I3a7550a51d084af498e7a5aab5c6b6e75002a4e3
2022-01-31run-repotest: do not allow dts files in meta layersAndrew Geissler1-1/+31
A patch came through recently that had a kernel dts file being patched in via a meta layer bbappend. Lets have repotest automatically flag these so we don't have to in reviews. The OpenBMC project carries a fork of the Linux kernel in openbmc/linux and that's where all dts files should go. This ensure the upstream process is moving forward with the changes. Tested: - Added a dts file and verified the script failed due to it Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie82b4d104b73cc18e4c1e0fba772eb92c96ed3fa
2022-01-31u-boot-aspeed-sdk: use u-boot do_configure for fw-utilsZev Weiss1-1/+1
Previously, the u-boot-fw-utils-aspeed-sdk build didn't take *.cfg files in SRC_URI into account at all, leading to problematic mismatches between fw_{set,print}env's configuration and that of u-boot itself (such as discrepancies in their respective notions of what the default environment should be). With this change the fw-utils build uses the same do_configure as the regular u-boot build, so the two packages can more easily be built with a single consistent configuration. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ia83768597b6b75dc00425bdc23f216274d87e0ae
2022-01-31linux-aspeed: Move to v5.15.18 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.15.15 through to 5.15.18 stable releases. Change-Id: I71a0c4d8c134434725bba8e2a7deec37783550bc Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-31linux-aspeed: pl2303, UCHI, FSIJoel Stanley1-1/+1
Eddie James (2): USB: serial: pl2303: Add IBM device IDs ARM: dts: aspeed: rainier and everest: Enable UHCI Jiasheng Jiang (1): fsi: core: Check error number after calling ida_simple_get Joel Stanley (3): fsi: scom: Fix error handling fsi: scom: Remove retries in indirect scoms ARM: configs: aspeed_g5: Add PL2303 USB serial driver Change-Id: I8a39a2adc4ec761c910f8a675ac653b2ce739a3f Signed-off-by: Joel Stanley <joel@jms.id.au>
2022-01-29webui-vue: srcrev bump 99706ff213..18cde3ce0cAndrew Geissler1-1/+1
Kenneth Fullbright (1): Fixed DHCP UseNTPServers Property Patch Konstantin Aladyshev (2): Russian translations for the new properties to Dimms table Update russian translations for the timezone toast messages Nikhil Ashoka (1): Add values to system inventory table Sukanya Pandey (1): Add ability to view all the dumps Change-Id: I6794162e205c6104f3c10f075b0df748698c60fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-29phosphor-networkd: srcrev bump c922d5e8f5..5dad2aafbcAndrew Geissler1-1/+1
William A. Kennington III (1): ethernet_interface: Remove custom socket holder Change-Id: I15a34cbadf2e2505c8300a201bc649761eb85120 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-29openpower-vpd-parser: srcrev bump 3723378568..ab1e22c36fAndrew Geissler1-1/+1
Alpana Kumari (1): Log PEL if System type DTB not supported Santosh Puranik (1): Fix HW Keyword Handling Change-Id: I6470a954078deeb116a237a89a5883fc93072e7b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-29phosphor-host-ipmid: srcrev bump 08d3d06cf6..d2bae6849dAndrew Geissler1-1/+1
Konstantin Aladyshev (3): dbus-sdr: Support NaN thresholds Don't fail on empty SEL list Support FRUs populated to the Entity Manager shamim ali (1): Added cipher suite header file Change-Id: I32bf072a0ac89bd4b5a70bef315bbc07f43514a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-29phosphor-dbus-monitor: srcrev bump 0a3fe497b4..74dc24adabAndrew Geissler1-1/+1
Paul Fertser (1): snmp_trap: send AdditionalData contents Change-Id: I4f2c1858611a5ec2cec25b1d9c5eb656d42c1c83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-29bmcweb: srcrev bump 665479d4f1..26f6976f39Andrew Geissler1-1/+1
Ed Tanous (2): Simplify human sort Enable readability-container-size-empty tests Change-Id: I8d9208963cc7a3d34cd42db0adbea06f358e7048 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28meta-phosphor: Add trace-enable serviceEddie James4-0/+71
The trace-enable service turns on a set of Linux trace events based on a configuration file. The recipe generates the configuration file from a variable that can be appended across layers. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I319e21c81b4da10dd08877c2f78cd4698fc94cd7
2022-01-28setup: handle invalid machine argument more gracefullyZev Weiss1-1/+1
If 'setup' is sourced with an invalid machine name, the error message is now sent to stderr and the failure is propagated back up the stack with a non-zero return value. Change-Id: I50ad40b58c1479ce9ee80ea52536075eddd09b4c Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
2022-01-28Reduce flash spaceAlbert Zhang1-1/+1
The size of the zoneinfo file generated by adding tzdate is 1004B, The size of the zoneinfo file generated by adding tzdate-core is 572B,and the time zone related functions can still be used normally, but it can save 432B of space. Signed-off-by: Albert Zhang <zhanghaodi@inspur.com> Change-Id: Idd5211efc86274d12226cff65b847ffc04fe1cf5
2022-01-28meta-quanta: s6q: add fru yaml config filesJoseph Fu8-0/+161
Add fru setting config and device json file. Tested: ~# ipmitool mc info Device ID : 32 Device Revision : 1 Firmware Revision : 0.00 IPMI Version : 2.0 Manufacturer ID : 7244 Manufacturer Name : Quanta Computer Inc. Product ID : 13905 (0x3651) Product Name : Unknown (0x3651) Device Available : yes Provides Device SDRs : no Additional Device Support : Sensor Device SEL Device FRU Inventory Device Chassis Device Aux Firmware Rev Info : 0x00 0x00 0x00 0x00 ~# ipmitool fru FRU Device Description : Builtin FRU Device (ID 0) Board Mfg Date : Mon Jan 17 07:40:00 2022 UTC Board Mfg : Quanta Board Product : S6Q_Openbmc Board Serial : QCTQTW213400001 Board Part Number : 1100827-01 FRU Device Description : mainboard (ID 1) Board Mfg Date : Sat Sep 4 17:44:00 2021 UTC Board Mfg : Quanta Cloud Technology Inc. Board Product : S6Q-MB-RTT Board Serial : RTTQTW12500077 Board Part Number : 31S6QMB0000 Signed-off-by: Joseph Fu <joseph.fu@quantatw.com> Change-Id: Id7d8d6a330eb4b698b2933189eec35e0b48fc700
2022-01-28meta-google: gbmc-ncsi-config: Direct DHCP workaroundWilliam A. Kennington III1-1/+12
We want to avoid using the dhcp relay for the primary node until our NIC proxying code can handle relayed packets or we turn it off entirely. Change-Id: I465edbe20d4be74c7a560f411e61e95fd89c59d1 Signed-off-by: William A. Kennington III <wak@google.com>
2022-01-28meta-google: gbmc-ncsi-config: DHCP workaroundWilliam A. Kennington III4-1/+50
We need a workaround for some well known configurations where it is safe to use the default DHCP source port for sending relayed messages. Some of our upstream server and relay software does not understand alternate ports. This will be removed when that support is fully available. Change-Id: I24ea031c23556c62a26875dddac25708b6b8de79 Signed-off-by: William A. Kennington III <wak@google.com>
2022-01-28meta-quanta: gsj: Remove mac-address daemonBrandon Kim2-17/+0
mac-address bitbake recipe in meta-quanta/meta-common points to a quanta-bmc github. This is not allowed on our meta layer projects, especially on our "first class machine" like gsj which is part of our CI process. Remove from gsj for now, consider removing from meta-common completely if it's not moved out of quanta-bmc. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ic2d97450abe8d3f532e6ad9b66a98430ce6bf3a5
2022-01-28meta-nuvoton: svf: Fix minor QA warningPeter Foley1-1/+1
e.g. WARNING: /opt/openbmc/meta-nuvoton/recipes-nuvoton/loadsvf/loadsvf_git.bb: Recipe loadsvf sets S variable with trailing slash '/opt/openbmc/build/gsj/tmp/work/armv7a-openbmc-linux-gnueabi/loadsvf/git-r1/git/', remove it Signed-off-by: Peter Foley <pefoley@google.com> Change-Id: Idcfa1306b54ad921519cb2a41f9ccb36f8bb26ac
2022-01-28meta-google: gbmc-update: Fix image fetchingWilliam A. Kennington III1-3/+4
The logic was not usable in our current environment. This makes some tweaks to download the image correctly. Change-Id: I86741e6029c2937d0a8106ac22a1738fa0e77cad Signed-off-by: William A. Kennington III <wak@google.com>
2022-01-28phosphor-dbus-interfaces: srcrev bump 33c38cb266..f4d2c113f4Andrew Geissler1-1/+1
Paul Fertser (1): AccountPolicy: InvalidArgument for min password Change-Id: Ib9e657838d4269f26893030cf6ec53253d0a1c4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28phosphor-net-ipmid: srcrev bump af23add2a2..2528dfbdfdAndrew Geissler1-1/+1
Vernon Mauery (1): Session cleaner is active until sessions close Change-Id: I2fdf60bb87870efbd0845d55c76d5b9829a405e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28pldm: srcrev bump fe593a1782..ef773059fdAndrew Geissler1-1/+1
Manojkiran Eda (2): bios : Add Default value for the pvm_default_os_type attribute In-Memory FlightRecorder support for pldmd Change-Id: I4e0c1cc8e5170fee03b3af09888e14ef85dc15a0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28bmcweb: srcrev bump 35fb531130..665479d4f1Andrew Geissler1-1/+1
Ed Tanous (2): Update unit tests for getDateTime Fix Boost exceptions in GetDateTime series Nan Zhou (1): getDateTimeStdtime: fix building warnings in 32bits Shantappa Teekappanavar (1): Implement Cable schema sunitakx (1): [Fix]: Property PhysicalContext is invalid "none" Change-Id: Ifc4eb6153ee4329a3aff5a5513676b470622ebe7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28entity-manager: srcrev bump 9dc2cc5387..c62cc009b7Andrew Geissler1-1/+1
Rashmica Gupta (1): thresholds: Use correct values for HardShutdown Change-Id: Icbfceba3ced30c6226a8c49e8e4be7957099a7c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28openpower-occ-control: srcrev bump d84a833571..6fa848a94cAndrew Geissler1-1/+1
Chris Cain (1): Fix occ-control terminations Change-Id: I4ae65827f18b40004784c3bb361c5c90c07e701c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28phosphor-logging: srcrev bump 277c2846d2..601b811385Andrew Geissler1-1/+1
Matt Spinler (2): PEL: Clean up PEL Entry D-bus signals Don't block boot on debug or info level event logs Change-Id: Icfff90657ce7cc3964153ba8dceaeea77008bf2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28phosphor-power: srcrev bump d8fc0685ca..930458c23cAndrew Geissler1-1/+1
Adriana Kobylak (1): psu-ng: Check if mismatched PSU is supported Brandon Wyman (2): psu-ng: De-glitch all faults psu-ng: Continue reading after readFail Jim Wright (1): pseq: Add generic failure handling to base class Change-Id: I4fb4f69006c1cd7a2de1889804fa624b430156b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28openpower-hw-diags: srcrev bump e90b85dc65..08c21c2563Andrew Geissler1-1/+1
Zane Shelley (3): RAS Data File updates for TOD fault errors Add support for TOD clock callouts Rearranged CI test cases to improve execution time austinfcui (1): Add pdbg test cases to use test device tree file. Change-Id: I79be19af7dc2a3302240f22302a6634d1fd8312e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28openpower-libhei: srcrev bump d12b8fd3e2..88eb202418Andrew Geissler1-1/+1
Zane Shelley (1): Chip Data XML for TOD fault errors Change-Id: I06778942f41df2391659d85a13e4a64b6171851a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-28meta-fii/meta-kudo: Add fan pwm rate changeavenash.thambi1-1/+15
With the usage of new fans there is a delay in the rate of change of fan pwm from 255 to lower level so the pwm-init.sh is updated to configure the fan controller settings at boot. Signed-off-by: avenash.thambi <avenash.thambi@fii-usa.com> Change-Id: If43dd1de39702128bf61fa6483ea2d210410f67e
2022-01-27meta-fii/meta-kudo: Remove phosphor-ipmi-host bbappendavenash.thambi1-8/+0
This file is no longer needed since we moved away from using the intel-ipmi-oem. Signed-off-by: avenash.thambi <avenash.thambi@fii-usa.com> Change-Id: Ifadd213d9b26a11d88caeab37b4b5cb079ba0f52
2022-01-27phosphor-networkd: srcrev bump da0b1d4627..c922d5e8f5Andrew Geissler1-1/+3
Asmitha Karunanithi (1): An application for hypervisor network configuration William A. Kennington III (2): util: fromString: Reduce string allocations ethernet_interface: Fix nicEnabled property ordering Change-Id: I9f3f96d7f60092d7244b10c6fd4c8886d07d1cca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-27obmc-yadro-fwupdate: srcrev bump 388f4a0..eea7cadAlexander Filippov1-1/+1
Alexander Filippov (1): openssl: stop using deprecated read_RSAPublicKey Change-Id: I1fd482a559840771e019dd6079e8f6d5795d6c6f Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2022-01-27meta-quanta: Drop StandardOuput=syslogDavid Wang7-8/+1
Standard output/error type syslog is obsolete. Update all unit files, and remove the setting altogether. Signed-off-by: David Wang <davidwang@quantatw.com> Change-Id: I9d38713dadd5cca85f0b96f8c217df8afa145add
2022-01-27meta-google: gbmc-ncsi-config: Fix broadcast rulesWilliam A. Kennington III1-1/+4
Distinguish between broadcast only packets and broadcast + unicast packets. Change-Id: I52f7969ccd00e4142d5585a37b92cc5530b76dec Signed-off-by: William A. Kennington III <wak@google.com>
2022-01-27estoraged: srcrev bump 59dffa63af..d3bfa7bb99Andrew Geissler1-1/+1
John Edward Broadbent (1): Add namespaces to erase methods Change-Id: Ie5369e26e8c151c3709b060b593e10049819cac6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-27service-config-manager: srcrev bump fa5d5ca730..f2744893b7Andrew Geissler1-1/+1
George Liu (2): logging: switch to lg2 Fix loading json file causing coredump Change-Id: I50e10c0380ce2cd3fd056f9ab6b75586c7c021df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-01-27stdplus: srcrev bump 8b70ecc79a..0c26013be1Andrew Geissler1-1/+1
William A. Kennington III (1): fd: Add socket parameter definitions Change-Id: Ib80bc2e0a09e106dd4c24b6e3d9bed296242a687 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>