summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-14service-config-manager: srcrev bump 1f3813f819..a19b509352Andrew Geissler1-1/+1
George Liu (1): Allow disabling SSH Change-Id: I81ee3e56a16892d281ba07064ea614c76449e9be Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-14intel-ipmi-oem: srcrev bump 5dd161f88a..0a652fa9caAndrew Geissler1-1/+1
Jayaprakash Mutyala (1): oemcommands: Validate reserved field content Vernon Mauery (1): Add channel support to Get System Restart Cause Change-Id: I594cb84d5d129aa52223f2aeb3ecdfd56d1828a7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-14bytedance: Limit coredump sizeLei YU3-0/+26
Override coredump.conf and set the max size of coredump to 2MiB. Tested: Verify systemd removes the old coredumps and makes sure the max size is around 2MiB. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I9ae2ba46edd2b1e1b12537f12ca09f97882a7d40
2021-07-14bytedance: g220a: Add some sensors in yamlLotus Xu1-25/+509
Tested: Run ipmitool sensor list and verify the output is as expected. Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: Ibd81144adf8cb1477a8963cc3b8331b72c1a928b
2021-07-14bytedance: g220a: Add retry for me-time-syncLotus Xu1-1/+8
ipmb may not be ready for communication when me-time-sync start. Add some retry so that the time could be synced. Tested: Test 10 times, me-time-sync can work well Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> Change-Id: I93343d2ac17fc13b1d094bf05f424d9cb54cfa3f
2021-07-14bytedance: bmcweb: Increase http-body-limit to 65MiBLei YU1-1/+4
The default http-body-limit is 30 MiB, bytedance's system uses 64MiB chips so potentially the largest upload size is 64MiB+ (uncompressed tarball) Increase it to 65MiB so bmcweb accept such uploads. Tested: Upload a tarball that is larger than 32MiB, and verify it works fine. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I0551b34234b14c40d01ea61e88062572deb344c8
2021-07-13phosphor-state-manager: srcrev bump and remove obmc-mapper.targetLei YU1-2/+1
The obmc-mapper.target is removed from the repo and will be installed in another openbmc recipe. Bump the srcrev cd0ebe867b..3ac78dfd6e and remove the obmc-mapper.target from its recipe. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If01074d52db9690e1b74cc63eed6eceb3e850f60
2021-07-13webui-vue: srcrev bump 240c056c89..3b73cf834aAndrew Geissler1-1/+1
Maciej Magdziarz (1): Firmware: Remove redundant label handling Sukanya Pandey (1): Add system table missing properties Change-Id: Iee97f3b3308891b8712284ce31cfd869b1b45b49 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13bmcweb: srcrev bump fe4b30937d..83fd8e1986Andrew Geissler1-1/+1
P Dheeraj Srujan Kumar (2): Fix Klocwork Issues - Return from int main() Dbus_Rest: Fix bmcweb crash Change-Id: I7454012629bca913f24300b2a9d270fcb15c3d4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13phosphor-net-ipmid: srcrev bump ecc8efad10..91883b512bAndrew Geissler1-1/+1
Tom Joseph (2): MAINTAINERS: update email/discord ID for Tom MAINTAINERS: Replace IRC by DISCORD Change-Id: I7699bc9c3dbc57a084ed1a349e2d6c6f75390267 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13phosphor-host-ipmid: srcrev bump 7fd91fa260..7cb355018dAndrew Geissler1-1/+1
Tom Joseph (1): MAINTAINERS: update email/discord_id for Tom Change-Id: I59b02e0e21d83950e4d4d487c7d6bb0b5beec1b9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13ipmi-fru-parser: srcrev bump 472d3e2fd7..904a218483Andrew Geissler1-1/+1
Tom Joseph (2): MAINTAINERS: Remove Tom from maintainers list MAINTAINERS: Replace IRC by DISCORD Change-Id: I8680858be882f4be328510e59ce59b253d4453e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13pldm: srcrev bump c0c7948108..b6540532d5Andrew Geissler1-1/+1
Sridevi Ramesh (1): BIOS: Add new option value 'ManualOnly' for 'pvm_stop_at_standby' Change-Id: I751c8117aff9df101b3a657eea3af9ea9a9be852 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13dbus-sensors: srcrev bump f72eb8324e..e76a5a6df5Andrew Geissler1-1/+1
Zhikui Ren (1): fix klocwork issues: Add return 0 for int main() Change-Id: Id410d75c07c81bc5ae4c6137fe4a0321f236d310 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-13linux-aspeed: Disable IPV6 SIT deviceJoel Stanley3-0/+3
No one is using this device on OpenBMC systems, and there is no code to manage it in phosphor-networkd as of March 2021: > [...] if you don't add IPv6 addresses to the sit interface > it doesn't do anything. The defacto way to do that on an interface in > OpenBMC is to have it managed by phosphor-networkd. On top of this, to > support sit you would need a way to configure the local / remote IPv4 > addresses used to back it. You can configure the linux kernel to build > sit functionality but not create sit devices by default (I don't know > how they haven't changed this yet in default kconfigs...) and it will > still let you make them on the fly. Facebook and Google systems force this option off already: meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg:CONFIG_IPV6_SIT=n meta-google/recipes-kernel/linux/files/gbmc.cfg:CONFIG_IPV6_SIT=n Change-Id: I9df02c761e82eeb2cca562bf68b9b755bc6feeb9 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-07-13linux-aspeed: Move to v5.10.49 stable releaseJoel Stanley1-2/+2
This includes security and bug fixes from the 5.10.47 through to 5.10.49 stable releases. Change-Id: I6d78d671405d87b70983b0e507abd0cd531b4aea Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-07-12phosphor-debug-collector: Add fmt dependencyGeorge Liu1-0/+1
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I32e22b2e832998cbcf0dca2cd5f502f0156a0d8e
2021-07-12linux-aspeed: KCS, I3C, ECHI, XMDA and FWH2AHBJoel Stanley1-1/+1
Andrew Jeffery (1): ARM: dts: tacoma: Clean up KCS nodes Dylan Hung (1): ARM: dts: aspeed-g6: Fix HVI3C pinctrl function-group Joel Stanley (5): ARM: dts: ast2600evb: Enable EHCI controller ARM: dts: aspeed: rainier: Enable earlycon soc: aspeed: Re-enable FWH2AHB on AST2600 soc: aspeed: Re-enable XDMA on AST2600 Change-Id: Iee20de1cd1e69bc6f583dfaecd0d7e7688d73419 Signed-off-by: Joel Stanley <joel@jms.id.au>
2021-07-12meta-bletchley: remove image-mklibsPatrick Williams1-4/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5c3926bd7f021abec612015b5b4f69d9ca2aeb01
2021-07-09fp5280g2: Add events-policyChicago Duan3-0/+151
Add events-policy for fp5280g2. Tested: Test ok. Example: When the event is triggered, the destination can receive the snmptrap. Signed-off-by: Chicago Duan <duanzhijia01@inspur.com> Change-Id: Ice498f49f348199f3686b8ec3c6575156e47d0f2
2021-07-09openpower-hw-diags: srcrev bump 324234b4b5..32361f6964Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Delay start until after CFAM override Change-Id: I634e085de94e26d2fc89aa4a5a2b5fbc8e9ea8c0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-09phosphor-virtual-sensor: srcrev bump 67d8b9d265..4ac7a7f28eAndrew Geissler1-1/+1
Rashmica Gupta (1): Add pressure to unit list Change-Id: I8490341adeee86003e9db3453996a1cb9f2e7cd7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-09op-proc-control: bmc reset host status checkAndrew Geissler2-1/+7
Enable the new BMC function to look at a CFAM register as a last chance to see if the host is running. See the following for more detail: https://github.com/openbmc/docs/blob/master/designs/bmc-reset-with-host-up.md#note-on-custom-mechanism-for-ibm-systems openpower-proc-control: srcrev bump f8c14bcfd5..3292c0676e Andrew Geissler (8): service-files: move to own sub-directory primary-proc: move function to common utils bmc-reset: check if host is running bmc-reset: ensure error is created if host up bmc-reset: call new host reset check service bmc-reset: add support to write a cfam bmc-reset: add support to clear host running register bmc-reset: call new clear host running status service Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If4f7c3a7a58bbe5c7fda09bdc949ed31f5cb1cbf
2021-07-08meta-quanta: gbs: install phosphor-ipmi-kcs to imageGeorge Hung1-0/+2
Revert back to install phosphor-ipm-kcs to image Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Iad151c27c1f67fb8c6b8e422dde6a870ff32867f
2021-07-08meta-quanta: gbs: Improve gbs-sysinit.shBrandon Kim1-7/+4
Remove using external command in gbs-sysinit.sh Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I9fab3e275c822a0c87f5935cf912b258b923e33e
2021-07-08meta-ibm: Adds SI7020 to kernel configBruce Mitchell1-0/+1
This sensor on the Op_Panel, one of them being a SI7020 type sensor which needed to be enabled. Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com> Change-Id: Ib6a86a6fae52414ad9c6901e5f6f8aa8c8a383c3
2021-07-08phosphor-logging and phosphor-dbus-interface bumpAndrew Geissler2-2/+2
phosphor-logging: srcrev bump cbc93a4962..530efbfc72 Ramesh Iyyar (3): PEL: Repository: Added getLogID() as public method PEL: Manager: Implemented the GetPELIdFromBMCLogId dbus method PEL: Manager: Implemented the GetBMCLogIdFromPELId dbus method phosphor-dbus-interfaces: srcrev bump 531c90e344..39bdb47118 Ramesh Iyyar (2): open_power: PEL: Added the GetPELIdFromBMCLogId method open_power: PEL: Added the GetBMCLogIdFromPELId method Sharad Yadav (1): Inventory: Add Decorator.Dimension interface Tom Joseph (1): MCTP: Define interface for MCTP endpoint enumeration Vijay Lobo (1): Entry: Add Resolution property Willy Tu (1): location code: add new item interface to support more connections types Change-Id: Ib2983f821118bcc5877aff3915ed4d32589d682b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08meta-inspur: meta-fp5280g2: Fix append associations.jsonGeorge Liu1-2/+2
Fix the phosphor-inventory-manager_%.bbappend file and install associations.json to /usr/share/phosphor-inventory-manager/ Tested: built phosphor-inventory-manager repo successfully and saw the append associations.json file is successfully installed to /usr/share/phosphor-inventory-manager/ Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ic2c445f88794f359bef47170e8de446e8f7eb590
2021-07-08fp5280g2: Add libmctp configsGeorge Liu2-0/+10
Add libmctp configs for fp5280g2, and use `astlpc` as the startup parameter of the process. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id8737a745beb426b115522e75e0f434cadcbc253
2021-07-08google-misc: srcrev bump 548f3ad151..1097ace6cfAndrew Geissler1-1/+1
William A. Kennington III (2): gitignore: Update to better accommodate local building kcsbridge: Remove package Change-Id: Icf5213309c7b8ece62fac4962a0ef9ae0b224014 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08phosphor-networkd: srcrev bump d49c5c650b..e9d095da7aAndrew Geissler1-1/+1
Johnathan Mantey (1): Manage configuration parser file state using RAII Change-Id: I6a46e9dc133da2774de10f1bddd0eeabb6985045 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08dbus-sensors: srcrev bump 8685b17ab1..f72eb8324eAndrew Geissler1-1/+1
Kuiying Wang (1): Ensure PSU sensor values are refreshed Zev Weiss (1): adcsensor: make BridgeGpio setup time configurable Change-Id: If7a9c926785149e43e584c6dc917dc466812db61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08entity-manager: srcrev bump c02d8cbbe8..07d467bc22Andrew Geissler1-1/+1
B. J. Wyman (1): docs: Minor formatting tweaks to EntityManagerDbusAPI Ed Tanous (1): Make build on clang Change-Id: I993588a2463db775fd842b76f9c0630ab4c76e20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08bmcweb: srcrev bump 1981771bbd..fe4b30937dAndrew Geissler1-1/+1
Chris Cain (1): Systems: Add PowerMode support Ed Tanous (2): Automate PrivilegeRegistry to code Generated files should not be copyright Change-Id: If3e56cc602293b37e1283d974b793a73a09d8684 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08phosphor-fan-presence: srcrev bump a35a890b49..b2cd93f5b8Andrew Geissler1-1/+1
Matthew Barth (1): control: Stop forcing power state changed Change-Id: I22f510bbf9dc6896633cccd9a992a34ea894ccdd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08openpower-debug-collector: srcrev bump 222131cc18..bce0d4a571Andrew Geissler1-1/+1
Shantappa Teekappanavar (1): meson: remove old automake files Change-Id: I1164d7964e27e4355ecd37fdb915889e95c2afd3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08pldm: srcrev bump b8cc3257fd..c0c7948108Andrew Geissler1-1/+1
Sampa Misra (1): implement async handlers for all requester commands Change-Id: I00156085fd0b2fe40e5536183bee3e5b6e2fe825 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-08meta-google: Add bc to busyboxYong Zhao1-0/+3
bc is a command-line, arbitrary-precision calculator with a Turing-complete language. Tested: The bc command is usable on target system. Signed-off-by: Yong Zhao <yozhao@google.com> Change-Id: Id91f5470e7b2a2b42da485e44eda63c97c096842
2021-07-08meta-quanta: gbs: update the default threshold for rewrite scriptGeorge Hung1-2/+2
Also need to update the UCT and UNCT to 72 degree as default for nvme rewrite script Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I7c744a1b21b4cfe6eb7204464ff77e3c3abb7ff5
2021-07-07Revert "meta-google: google-kcsbridge: Add package"William A. Kennington III1-16/+0
This reverts commit f89db26b407e44a620eccfae7df3186d65bdfa0c. Change-Id: Ie55acb2b8daf54ce416bc0a98a48ba1e6874dec8 Signed-off-by: William A. Kennington III <wak@google.com>
2021-07-07Revert "meta-google: gbmc-kcs-config: Add package"William A. Kennington III2-48/+0
This reverts commit f93003dd8cf24bd689a7cf24407273b54b9994d4. Change-Id: Ia5ccc39e09d56b0ea083666eb8df3d858f1ac2f5 Signed-off-by: William A. Kennington III <wak@google.com>
2021-07-07Revert "meta-quanta: gbs: Use gBMC KCS daemon"William A. Kennington III2-2/+2
This reverts commit 3f2570e74ef929c7449911df18c1a8b9a59f02f1. Change-Id: Ie9ccec722df88d857bcdc3b2661adb55490fc13a Signed-off-by: William A. Kennington III <wak@google.com>
2021-07-07phosphor-virtual-sensor: srcrev bump 1846d8225c..67d8b9d265Andrew Geissler1-1/+1
Rashmica Gupta (2): Replace spaces in sensor name with underscores Add check for sensor with same name Change-Id: I41ab7a1c48430e7f9fc1230a23c52dd7b8c1e459 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-07phosphor-logging: srcrev bump 1d8835bbc5..cbc93a4962Andrew Geissler1-1/+1
Vijay Lobo (1): PEL: Support ServiceProviderNotify property Change-Id: Id9e35586ec2d149d363f62d741cb163a16d36ad5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-07phosphor-fan-presence: srcrev bump 2feab0873d..a35a890b49Andrew Geissler1-1/+1
Mike Capps (1): presence: detect and report GPIO exceptions on startup Change-Id: I763dcf655a3f306bdf5691d790cfd992f52a69cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-07fans: Remove phosphor-fan-control service filesMatthew Barth2-24/+0
Remove the phosphor-fan-control service files in place of having them installed from the phosphor-fan-presence repository instead. Change-Id: Ief1ad849fd217ddd455ba98833a6e31917988400 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-07-07fans: Link phosphor-fan-control service for JSON vs YAMLMatthew Barth1-3/+13
JSON configured phosphor-fan-control only uses the non-init service to start phosphor-fan-control at multi-user.target and poweron in case its stopped after multi-user.target is loaded. YAML configured phosphor-fan-control continues to use both the init and non-init service files without changing the targets each is linked to. Change-Id: I51a6fd9cafb72cde3dc8a0b37423dd56d1184a21 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-07-07ibm: Prepare for fan control services installed from repoMatthew Barth1-0/+1
Witherspoon uses a specialized phosphor-fan-control@.service file and uses the phosphor-fan-control-init@.service file still to just set the fans ready target. To correctly be included in the FILES directive, these services need to be explicitly added on wiherspoon machines. Change-Id: I76129a7833337aaf74fd83b0e28f3083f1a41b0a Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-07-07intel-ipmi-oem: srcrev bump 323818779d..5dd161f88aAndrew Geissler1-1/+1
Suryakanth Sekar (1): OOB NV File Handling flow is corrected. Change-Id: I82885fe73b7e1049d381b05a0449159358f0ea26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-07-06openpower-debug-collector: Switched to meson build systemShantappa Teekappanavar2-22/+2
The openpower-debug-collector now supports meson build infrastructure to build the binaries. Switching to meson build system instead of using autotools. The enable/disable install_error_yaml is an optional feature used to check the availability of the required packages to build binaries using autotools. In meson build system, this feature is removed since the availability of the packages are always checked, and therefore removing it from the recipe file. Added version bump 222131c to enable meson build support Tested: - Image build: MACHINE=witherspoon-tacoma bitbake obmc-phosphor-image - Updated witherspoon-tacoma BMC with newly created image - Verified watchdog_timeout and checkstop_app are installed at /usr/bin directory Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: Idc0fc31dbe1e604b4d010590ef18cc5f3638d65b