summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-05meta-quanta: gbs: phosphor-hwmon: Fix missing boost dependencyWilliam A. Kennington III1-0/+2
The patch added an implicit boost dependency Change-Id: Ic990f59d46101684d4576bfbba89ea0f4c9015e1 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-led-manager: Disable building testsWilliam A. Kennington III1-1/+1
We don't want to spend cycles building tests we won't use. Change-Id: Ic7890e60e736189290caa1f528002b31f438a179 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-05phosphor-networkd: Don't build testsWilliam A. Kennington III1-0/+2
We don't yet use ptest so we are wasting cycles building tests. Change-Id: Iecfd2c2fb3af32127757b05fd3fd68e925d25bc7 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04recipes-google: default-ca-dev: update Quanta's private CANan Zhou1-20/+20
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I7be8d5b33a9b3f5faa7338f20420b7b07049a614
2021-06-04phosphor-watchdog: srcrev bump 459b6c798e..afc369ad54Andrew Geissler1-1/+1
Andrew Geissler (1): watchdog: support a default interval parameter Change-Id: I11348e41c7df253ba3569dd09fec629067d187ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04meta-facebook: bletchley: create basic machinePatrick Williams6-0/+285
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5801ad2ce5b7e421a62619c57787465bfa585e95
2021-06-04meta-facebook: remove console for nohostPatrick Williams2-0/+8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I629b298d659f5e593e2b04e702ccfe92867d1c1d
2021-06-04meta-facebook: fb-apps: change deps for nohostPatrick Williams1-5/+13
Further refine the dependencies in packagegroup-fb-apps to ensure some host management applications are not installed for the 'nohost' flavor. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I2a453fca817f9fa48da934927f39b2ac999056a7
2021-06-04meta-facebook: prep for host-less machinesPatrick Williams4-8/+19
Create config files that split "nohost" and "withost" variants of facebook machines. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I23460d8da076d02ebb6e5105b80244ca8a5681a4
2021-06-04phosphor-hwmon: Disable building testsWilliam A. Kennington III1-0/+2
We don't yet support turning on ptest so we are wasting cycles building them. Change-Id: Ica6d2f7f6b99900889c1ff8b69073677c1f65f81 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04phosphor-logging: Disable building testsWilliam A. Kennington III1-0/+1
We don't yet support ptest so we shouldn't be building all of the test cases. Change-Id: If567127f9990819e191de4d03aa9fba7ea889bd0 Signed-off-by: William A. Kennington III <wak@google.com>
2021-06-04linux-aspeed: Move to v5.10.42 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.10.40 through to 5.10.42 stable releases. This stable release inclues a fix for the VUART on AST2600: Andrew Jeffery (1): serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART Change-Id: I8249b9564e2839e6ff9b19fbc247700d3f44699f Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-06-04meta-quanta: gbs: fix bios update script minior issueGeorge Hung1-2/+14
- check the FIU node for different kernel version - replace sh by bash for the script Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I20f72f2979f75cb6d22a9870c48619a507891005
2021-06-04fp5280g2: hwmon: Add total_power configurationGeorge Liu1-0/+1
The intent behind this commit is to add the configuration of total_power, after power on, read the sensor value of total_power from occ-hwmon and successfully read it through D-Bus. Tested: ~# mapper get-service /xyz/openbmc_project/sensors/power/total_power xyz.openbmc_project.Hwmon-b7759d36485edc452dd4ab56fcddbc713138c18574d600852a5ebf252410dd34.Hwmon1 ~# busctl introspect xyz.openbmc_project.Hwmon-b7759d36485edc452dd4ab56fcddbc713138c18574d600852a5ebf252410dd34.Hwmon1 /xyz/openbmc_project/sensors/power/total_power NAME TYPE SIGNATURE RESULT/VALUE FLAGS org.freedesktop.DBus.Introspectable interface - - - .Introspect method - s - org.freedesktop.DBus.Peer interface - - - .GetMachineId method - s - .Ping method - - - org.freedesktop.DBus.Properties interface - - - .Get method ss v - .GetAll method s a{sv} - .Set method ssv - - .PropertiesChanged signal sa{sv}as - - xyz.openbmc_project.Sensor.Value interface - - - .MaxValue property d inf emits-change writable .MinValue property d -inf emits-change writable .Unit property s "xyz.openbmc_project.Sensor.Value.Unit.… emits-change writable .Value property d 122 emits-change writable xyz.openbmc_project.State.Decorator.OperationalStatus interface - - - .Functional Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Iba09b549b0b0661ece8404d6d0ab307db8335779
2021-06-04dbus-sensors: srcrev bump 9702c9d175..2f20c5ab30Andrew Geissler1-1/+1
Andrew Jeffery (16): NVMeSensor: Fix -Wreorder warnings nvmesensor: Link against liblibmctp NVMeSensor: Drop libmctp include from header NVMeSensor: Mark internal functions static NVMeSensor: Split out NVMeContext NVMeContext: Improve encapsulation of state NVMeContext: Split out NVMeMCTPContext NVMeSensorMain: Fix clang-tidy bugprone-narrowing-conversion issue NVMeSensorMain: Fix clang-tidy performance-faster-string-find issue NVMeSensorMain: Fix clang-tidy readability-else-after-return issue Suppress clang-tidy warning for C++20 meson: Upgrade to C++20 meson: Note why libi2c is discovered by find_library() meson: Add sdbusplus as a dependency of static libraries meson: Add sdbusplus as a subproject meson: Add googletest as a subproject Change-Id: I26295b4c371f1ff0e958106825c93a98c89030db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-networkd: srcrev bump dd88683fdc..fc3aff9165Andrew Geissler1-1/+1
William A. Kennington III (1): build: test: Fix missing variable Change-Id: Ia3f4f191dd55d156c7dd558c8a8e4bb8ae47f871 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-logging: srcrev bump 808e29ff64..b41fa54bc0Andrew Geissler1-1/+1
William A. Kennington III (1): test: openpower-pels: Fix unscoped use of DoAll Change-Id: Ia11cd41158ada415caa3d78eae03bb4c5afc2237 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04bmcweb: srcrev bump 2ebb968328..7e860f1550Andrew Geissler1-1/+1
Abhishek Patel (2): Adjust parameter name of FirmwareInventoryId Update Redfish.md with new schemas and properties Chris Cain (1): Update clone and compile instructions Ed Tanous (1): Revert "dbus_rest: return error response with not found when bad dbus request" John Edward Broadbent (1): Remove Redfish Node class Tim Lee (1): dbus_rest: return error response with not found when bad dbus request Change-Id: Id7e378968d9dd7414266b1547f2a9d80ae85319b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04openpower-hw-diags: srcrev bump 5c5db65a37..6bc43c9b89Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Fix attn handler crash when cfam read fails Change-Id: I24019bd57fba2ebf4bafbe72da52a6eb2551d6c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04phosphor-fan-presence: srcrev bump 3efec61c8f..cceffdd91cAndrew Geissler1-1/+1
Matt Spinler (2): sensor-monitor: Threshold events only when on sensor:monitor: Use a single PowerState object Matthew Barth (1): monitor: Tie fan FRU functional state with `set_func_on_present` Change-Id: I450845c010b3127210d77080d2ffb5ed7465945d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04bios-settings-mgr: srcrev bump c0f926d6cb..96e72ec579Andrew Geissler1-1/+1
Ayushi Smriti (1): oob bios config ChangePassword Action support Change-Id: I75f67496b3b37d0f8aa4030e8283219df9850269 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-04pldm: srcrev bump ef90100482..12c8a661acAndrew Geissler1-1/+1
Manojkiran Eda (2): Set Memory Module entity type for DIMM's pldmtool : Add new entity types & statesets Sridevi Ramesh (1): Document README for pldmtool. Change-Id: I1124d6cf711d2439d8f508bdc515805af5717b09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-03image_type_phosphor: fix signatures generationGeorge Liu1-1/+0
- We will hit a problem intermittently when we build image-bmc: We have 2 tasks running in parallel, the `do_generate_static` and `do_generate_static_alltar`. Both specify to use the same work directory, and both call to generate the signature files: do_generate_static_tar[dirs] = " ${S}/static" do_generate_static_alltar[dirs] = "${S}/static" Depending on timing, one task can remove the `image-full` file from the directory and the other task won't find it, and cause built failed. Error message: image-full: No such file or directory. - Resolves openbmc/openbmc#3797 Tested: built obmc-phopshor-image successfully. Temporarily solve openbmc/issues/3797 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I7147f6c8db4f3a2a0c0c9bd54ac384ee8882b233
2021-06-02fp5280g2: network: Enable First Boot Set MAC FeatureGeorge Liu3-1/+16
The intent behind this commit is to enable First Boot Set MAC Feature for Network Service and remove first-boot-set-mac. Because the `sync-mac` of the Network Service can set the MAC address at runtime(if the Inventory Objects are Added at Runtime). Tested: Built fp5280g2 successfully and saw eth0 & eth1 worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I99967f84c64cbcac34adf95cf6a5084f8b1a185d
2021-06-02phosphor-led-sysfs: srcrev bump c7d70b67fc..5ee5f3b716Andrew Geissler1-1/+1
George Liu (1): Remove autotools support Change-Id: I9d407d73bb8ebd710f18bde42914224aeb536c0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-logging: srcrev bump 3b8ed7f2d3..808e29ff64Andrew Geissler1-1/+1
Ben Tyner (1): PEL: Updates to attention handler TI registry entry Jayanth Othayoth (4): PEL: ComponentID for Processor errors PEL: Add error message registry entry for SBE chipop failure PEL: Add error message registry entry for SBE chipop timeout PEL: Add error message registry entry for SBE invalid state Change-Id: I63f3c3c6ac0509d86d3a96ba584cd3aa7c2a569b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02meta-quanta: gbs: update p12v_fan input/output current thresholdGeorge Hung1-4/+4
Since the VR may report negative current to BMC with light loading, fine tune p12v_fan input/output current lower threshold to -1 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I90c133d8ca5b9e399337fbe82472e5ed78e457a6
2021-06-02phosphor-hwmon: srcrev bump e32ce16bb6..9c4053455fAndrew Geissler1-1/+1
William A. Kennington III (1): build: test: Fix invalid variable Change-Id: I9b597c8587a4739e1382103093f1125dff71f166 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-power: srcrev bump d9c8be577d..aacc2aafa5Andrew Geissler1-1/+1
Matt Spinler (1): regulators: Support a string or vector for VPD Change-Id: I6cf337d3605d07e830f65507dafcf5e84b63f677 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02ledController: build phosphor-led-sysfs with mesonGeorge Liu1-2/+1
The intent behind this commit to build phosphor-led-sysfs with meson and remove autotools. Tested: built phosphor-led-sysfs successfully and worked. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6656f9959438c95e6cd0331d3f070939ffd8e192
2021-06-02phosphor-led-sysfs: srcrev bump 429750a01d..c7d70b67fcAndrew Geissler1-1/+1
George Liu (1): Add meson build Change-Id: Ie4da91e9d89a2e627116b2564132b561ec23e7d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-networkd: srcrev bump 1bbe3d1e3b..dd88683fdcAndrew Geissler1-1/+1
Ratan Gupta (1): MAINTAINERS: Change Ratan's email address Change-Id: I8d7aa37e06c1cc10246b5abf3ee9fe19eb363f02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02pldm: srcrev bump ef89c46de7..ef90100482Andrew Geissler1-1/+1
Christian Geddes (3): Add definition for hb_lid_ids attribute to string_attrs.json Support a list of CSVs for a file table entry path's value Add Hostboot's IPL-time lids to PLDM File Table json gokulsanker (5): libpldm : Add encode API for QueryDeviceIdentifiers cmd libpldm : Add decode API for QueryDeviceIdentifiers cmd libpldm: Added encode API for GetFirmwareParameters cmd libpldm: Add decode API for GetFirmwareParameters response libpldm: Add decode API for ComponentParameterTable entry Change-Id: Ifa582bd7c661b5f80da5a78426179cbe1d65817e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02webui-vue: srcrev bump 71114feb9a..e516d4d9e8Andrew Geissler1-1/+1
Sneha Patel (1): Add dividers between table batch action buttons Change-Id: Ide12b4bb21f05266d2552bc50b7e23817de2163d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02sdbusplus: srcrev bump 8db46a0fb0..2bba553d03Andrew Geissler1-1/+1
William A. Kennington III (1): message/native_types: Constexpr fix in c++17 mode Change-Id: I1406a95d46c731f4c1cc2abd39623673d2a7475a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02phosphor-host-ipmid: srcrev bump e76a61a2f7..61024d7df5Andrew Geissler1-1/+1
Snehalatha Venkatesh (1): Fix for ipmid crash with SetUserPassword Change-Id: I6bfe049a18d7a57baa8dbc2539c71a5ea67d58f8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02openpower-vpd-parser: srcrev bump c2fe40f853..90a63b9bfdAndrew Geissler1-1/+1
Joel Stanley (1): ibm: Fix mapping of versioned device trees Santosh Puranik (1): Do not query JSON to determine system VPD Sunny Srivastava (1): Update cache with hardware content Change-Id: I4513b97a5294e327c1b002aa85d3487b9ee808fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-06-02openpower-pnor-code-mgmt: srcrev bump 067876aa2a..fdc91fa011Andrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Create a symlink for HBB to its LID file Change-Id: Ifd6927eab562c65fc9b88f301d6e20a38e9de07b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-31pfr-manager: srcrev bump 2dfaf507da..8292dc60efAndrew Geissler1-1/+1
Vikram Bodireddy (1): Add version support for AFM Change-Id: I3d907c39fc1affa8ec1f1e802ebf679864fe500b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-28README: Don't specify build directory in setup exampleAndrew Jeffery1-1/+1
Stop specifying the build directory in the example so people don't trip over the incomprehensible errors that occur when they eventually do change platform. Change-Id: Id67d74169cac69be99aca5ecb3d4eeac37dcef44 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2021-05-28README: Improve clarity of the opening descriptionAndrew Jeffery1-6/+4
"can be described as" sounds a lot like Chris Austen having a chat with someone over a beer. To the extent that Yocto is a Linux distribution (which it isn't, but that's somewhat of a detail), OpenBMC is also a distribution. Change-Id: I5e72c3b357441a41c525b843bc1768d5946b645b Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2021-05-28meta-fii/meta-kudo: kudo tools updateLancelot Kao3-6/+5
update the recipes-kudo files Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I2ecf2156c0f7533d6d228967f8075cc306af6e00
2021-05-28meta-fii/meta-kudo: remove duplicate packageLancelot Kao1-1/+0
1. remove the usb-network from obmc-phosphor-image.bbappend Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: Iaccd431f0b712b201b213f9af44fd446a1c54b1f
2021-05-27meta-fii/meta-kudo: fixed naming in EM jsonLancelot Kao1-3/+3
1. correct the sensor name in EM json file Signed-off-by: Lancelot Kao <lancelot.kao@fii-usa.com> Change-Id: I98df21ba91820fefccf86640433ca8786a81dcf5
2021-05-27phosphor-logging: srcrev bump e32b7e76d1..3b8ed7f2d3Andrew Geissler1-1/+1
Sumit Kumar (1): PEL: Support MfgSeverity & MfgAction flags PEL reg fields Change-Id: I074f9e469e295e33d29a3a67f8d4111881826f28 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-27pldm: srcrev bump c073a20e1f..ef89c46de7Andrew Geissler1-1/+1
Jayashankar Padath (1): oem-ibm: Increase the hypervisor nvram size Change-Id: Ib0b6896f2c78596012bfa20139bd93c8c525ed12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-27phosphor-snmp: srcrev bump 33a34f04ba..df871e9d38Andrew Geissler1-1/+1
Ratan Gupta (1): MAINTAINERS: Change Ratan's email address Change-Id: Ie141a5539d0d4904b04aa060d5e3b30cc01a60d8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-27dbus-sensors: srcrev bump 13b63f8f59..9702c9d175Andrew Geissler1-1/+1
Zev Weiss (1): cpusensor: access inventoryIfaces by reference instead of by value Change-Id: I2a93803480fb721a27f9a004e445799b1079a96b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-05-27meta-ibm:host-watchdog: increase timeout to 10 minAndrew Geissler2-0/+8
The IBM host firmware team has requested an initial timeout of 10 minutes for the host watchdog. The goal is to bring this down once bringup is complete. When inband IPMI was used, there was a mechanism for the host to adjust this timeout so the BMC firmware would set the initial 30 second timeout and the host firmware would change it to 10 minutes once they started. With PLDM there is no way for the host to adjust this timeout so we need to start with the larger value. Tested: - Verified a p10bmc image had the new poweron file installed with 10 minute timeout. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If94766d5f2d62271c4adf366631f0b31a75ef8d0
2021-05-27watchdog: pass in default timeout on service startAndrew Geissler2-1/+2
This commit will allow other meta layers to easily override the default timeout on watchdog start. Without passing the --min_interval option there is no way currently for other layers to change this on startup. Set the default of 30000 milliseconds to match the current default defined within the phosphor-dbus-interface. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I6a25d5dd3da5704113c3f77d6f9737e0705b3d01