summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26phosphor-power: srcrev bump 8e2294dc8a..93ee416a21Andrew Geissler1-1/+1
Shawn McCarney (1): regulators: Create high level design document (From meta-phosphor rev: 79732d494582d1ac6fcca5bad8eb5612d71fd7f5) Change-Id: I4c4ffe9c8a9a91c9529dba41263476af151c62bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26entity-manager: srcrev bump 4212485fbe..1c5b70643eAndrew Geissler1-1/+1
Andrei Kartashev (1): FruDevice: use uint8_t instead of char for data (From meta-phosphor rev: 35b2c1ea9ffb66a0bc2709b41c1fabac139305d9) Change-Id: I0b6cc39191d5fda6c40d0b307bcaaa5a4db1f238 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26phosphor-logging: srcrev bump 6c081cc44e..ce397f7c68Andrew Geissler1-1/+1
Harisuddin Mohamed Isa (1): PEL: Fixed built-in parser for BMC PELs Matt Spinler (4): PEL: Activate service indicators on new PEL PEL: LightPath: Choose callout location codes PEL: LightPath: Assert LED groups PEL: Add LightPath test to the Manager testcases (From meta-phosphor rev: 00ee6687a8b1872fc57251cb70f7eb82c6f10f13) Change-Id: I0d08ef2b3d5b6c269c6917fc6080998a8bf8ad0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26phosphor-user-manager: srcrev bump 4f617b7a32..3a003e2f00Andrew Geissler1-1/+1
Ravi Teja (2): UserManager: Fix unit test cases Avoid LDAP lookups for local groups (From meta-phosphor rev: 5d8b486b2816a9f73ccc12d8d6f71f9b38d61047) Change-Id: I9b55a3b064b4d7845742a36a3de4801be10157c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26phosphor-dbus-interfaces: srcrev bump 1e8c11bf26..259f49e0c4Andrew Geissler1-1/+1
Cheng C Yang (1): Add CPU Properties Dhruvaraj Subhashchandran (1): Update the documentation of xyz.openbmc_project.Dump.Create Jayaprakash Mutyala (1): Add Force Restart support property (From meta-phosphor rev: 4335321b17ad5be5510099ea3974cfb0561c87f9) Change-Id: I17547215432d58a71c17fa64d86cfd45436e5d8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26phosphor-objmgr: srcrev bump eecc196b3f..21c6059531Andrew Geissler1-1/+1
Ed Tanous (1): Fix includes and update to latest io_context Vishwanatha Subbanna (1): Announce service availability on D-Bus after all initialization (From meta-phosphor rev: 6f26f5db588cb205cd7e640e5fd933b12f01751e) Change-Id: Ib49430ed82e53e15b15c0d9bd6120ed2958673cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26meta-phosphor: obmc-apps: Avoid extrasBrad Bishop3-10/+43
Much like CORE_IMAGE_EXTRA_INSTALL, packagegroup-obmc-apps-extras is a dumping ground. Move packages to proper packagroups (bmcweb, ikvm, dbus-monitor, ldap) and create IMAGE_FEATURES for easy opt-out. (From meta-phosphor rev: 7463d6daf6868dcad47070c35c1abaec5cf3d2a5) Change-Id: Ic4209059ac6e22aac18ef95010c7da1439686962 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26Update nslcd conf to avoid ldap lookups for local groupsRavi Teja1-0/+2
Currently when there is no ldap configuration, nslcd daemon starts with default config which has URI ldap://127.0.0.1, then we notice unnecessary nslcd LDAP lookups for all local groups. this commit updates config with "nss_initgroups_ignoreusers ALLLOCAL" this option filters out all LDAP lookups for all local groups. Tested by: 1.reboot system and check traces 2.restarting nslcd service and check traces (From meta-phosphor rev: cde6c778ea919861d585d46d9599e42d3af04e66) Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I8005582be960a35aedff10353f408d297a3713fb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-26meta-phosphor: dump: Switched to meson build toolRamesh Iyyar1-8/+7
The phosphor-debug-collector is now supporting meson build infrastructure to build phosphor-debug-collector so, switching to meson build tool instead using autotools for reducing the bmc build time. phosphor-debug-collector meson build tool patch set: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-debug-collector/+/35282 SRCREV bump: 9b841d...bb410d Ramesh Iyyar (1): build: Enabled meson build infrastructure Tested: - Image build: - MACHINE=witherspoon DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image - MACHINE=witherspoon-tacoma DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image - SDK build: - MACHINE=witherspoon DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image -c populate_sdk - MACHINE=witherspoon-tacoma DISTRO=openbmc-witherspoon \ TEMPLATECONF=meta-ibm/conf bitbake obmc-phosphor-image -c populate_sdk (From meta-phosphor rev: b5f0cdd0be19032c7a9826054feb99eefba64c5d) Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com> Change-Id: Ia9ed0f5a6757806080b12c97b21f1509395d1f51 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21meta-security: subtree update:066a04425c..787ba6faeaAndrew Geissler15-37/+189
Armin Kuster (10): lynis: update to 3.0.0 security images: Move to recipe-core security packagegroups: move to recipes-core packagegroup-security-tpm: add more packages for building packagegroup-core-security: remove clamav for riscv* libsecomp: rv32/rv64 target builds are not supported yet packagegroup-core-security: remove libseccomp for riscv* libseccomp: update to 2.5.0 packagegroup-core-security: restore riscv64 for libssecomp trousers: Several Security fixes Charlie Davies (1): clamav: add INSTALL_CLAMAV_CVD flag to do_install Kai Kang (1): libseccomp: fix cross compile error for mips Yi Zhao (1): ibmswtpm2: upgrade 1563 -> 1628 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I0341c0d4cd61fb6ef7db6a29f9fc60de3caa822f
2020-08-21meta-raspberrypi: subtree update:e2c1992955..cc6074c660Andrew Geissler11-107/+162
Andrei Gherzan (1): sdcard_image-rpi.bbclass: Fix when RPI_SDIMG_EXTRA_DEPENDS not defined Christopher Clark (2): sdcard_image-rpi.bbclass: enable extensible inclusion into boot docs/extra-build-config.md: document vars to add to boot partition Fabio Berton (1): u-boot: Move fw_env.config to u-boot append Jakub Luzny (2): rpi-config: Add CAN_OSCILLATOR variable to set mcp2515 crystal frequency docs/extra-build-config.md: Document CAN_OSCILLATOR variable Jeff Ithier (1): Generalize the naming of the bootfiles deploy directory Martin Jansa (1): linux-raspberrypi-5.4: bump SRCREV to latest to fix perf build Pierre-Jean Texier (3): rpi-default-versions: Switch defaults to 5.4 raspberrypi-firmware: update to current HEAD linux-raspberrypi: bump to revision 4b945d5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I50eca26a801bfe014d3cea271f0cb91e7b653445
2020-08-21phosphor-nvme: srcrev bump 188ad95e36..69b9618d68Andrew Geissler1-1/+1
George Hung (1): Add vendor id/name mapping and remove extra space for serial number (From meta-phosphor rev: 3a38e0077efca8f344b16ad6e281a235439e4a34) Change-Id: Ib7b3dbce640ec0efe5e26c054a40e7dda60f3d8b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21bmcweb: srcrev bump 2618d5e390..80789c8e76Andrew Geissler1-1/+1
Ed Tanous (2): Add reoccuring errors doc Fix missing inlines Sunitha Harish (1): Redfish : Fix setting the Hypervisor interface prefixlength (From meta-phosphor rev: eb219753764a90c35ec79e6abbc7dea26f6fe2bc) Change-Id: Ie4371c9adc9bc0a043df31de5b81c0e561a85e3c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21pldm: srcrev bump a792b2162d..1b180d8a6dAndrew Geissler1-1/+1
George Liu (5): libpldm: Implement requester flow for SetBIOSTable libpldm: implement responder flow for SetBIOSTable test: fix bios JSON in the test file pldm: Add verify CRC value of the BIOS table libpldmresponder: Implement SetBIOSTable (From meta-phosphor rev: 01f62bb8d600045cd3d7c88458d521f46f00dca0) Change-Id: Ifefaf6f96458de3f828c29c4ec0b999b8a14a44e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21phosphor-debug-collector: srcrev bump 9b841d0d16..bb410df796Andrew Geissler1-1/+1
Ramesh Iyyar (1): build: Enabled meson build infrastructure (From meta-phosphor rev: e8b1064d4e860563bf9f08777e1cb77ee7ff1987) Change-Id: Ia99bd861c8f4522a78957fe3d24ae003a9197f16 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21phosphor-debug-collector: srcrev bump 9b841d0d16..bb410df796Andrew Geissler1-1/+1
Ramesh Iyyar (1): build: Enabled meson build infrastructure (From meta-phosphor rev: 3879a924d3b02ab36bdab422e22ee44483330d0b) Change-Id: I585a79cb106d08cfe6254ce7f202f6211e3e1a91 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21phosphor-power: srcrev bump 8e1cd0b63f..8e2294dc8aAndrew Geissler1-1/+1
Bob King (2): regulators: Add monitorSensors support to Chassis regulators: Add monitorSensors support to System (From meta-phosphor rev: 43b9d5239adf49fb203fd632c50cff7d0006cfca) Change-Id: If36010a7bcde3d494d9647f963c7ef811b443ce6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21dbus-sensors: srcrev bump 58e02efa73..e4a970d9aeAndrew Geissler1-1/+1
James Feist (1): Fix PXE VR reading negative (From meta-phosphor rev: 94eb493b6cf7412b8ddcf372a3a8963f0684126b) Change-Id: Ifdd491139a5414f691bf309fa162b238f2860252 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21webui-vue: srcrev bump 60713b0bf2..10fe276be1Andrew Geissler1-1/+1
Dixsie Wolmers (2): Add last reset time to server power operations page Add last reset time to reboot bmc page SurenNeware (1): Add default empty table state Yoshie Muranaka (3): Fix form properties on Firmware page Remove Vue Router dynamic import Fix reference to undefined property on Firmware page (From meta-phosphor rev: ad7cdd50779effdb7a4a98725450987ed278ddd9) Change-Id: If118ddb333242c862c6107ce48d33f91b3f3dafa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21openpower-pnor-code-mgmt: srcrev bump 0e0a3b1ae3..3c81037e39Andrew Geissler1-1/+1
Adriana Kobylak (2): mmc: Add read-only directory to support mboxd pnor: Add updatable association to active PNOR FW (From meta-openpower rev: 36350d6b94208502f770026a0942f2e09c04f8cb) Change-Id: I6aeecb745a4b59427b234e7f25ea6c72caa056b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21openpower-proc-control: srcrev bump d3b3d6e7b7..4d7d6daaa0Andrew Geissler1-1/+1
Chirag Sharma (1): mpreboot: Adding PDBG device tree environment variable (From meta-openpower rev: 7b754070f4300dd5ddffc288a5093a09b1d605b3) Change-Id: I8b12650ff240679a95abc8d4bebb117c72213775 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21openpower-vpd-parser: srcrev bump d5d52bb49b..43c3afcaffAndrew Geissler1-1/+1
Santosh Puranik (1): Remove make build system support (From meta-openpower rev: 34b205f8b5c5176ef6c633e3faa048dfcab0fcde) Change-Id: I2424b8332bb24a29d6edd993583332e807196bb3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21Enable USB gadget ECM support in kernel configLei YU2-0/+6
The USB gadget ECM enables the BMC to enumrate as an ethernet device to the host. (From meta-bytedance rev: 9447c4e6d55b1f8ed57f42f46c3c3a8041e4a5ca) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I2a64716588b88950df41880f01e2ff76fbf70b6f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21Enable Rest API in bmcwebLei YU1-0/+1
Append -DBMCWEB_ENABLE_DBUS_REST=ON to enable Rest API for D-Bus objects. (From meta-bytedance rev: 028a30ea9d433d4963357e1ada9a9d00298e0ad2) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I77339dee77fc6c620be853969fb23a697b51dc05 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21meta-gsj: opt out of obmc-user-mgmt-ldapBrad Bishop2-1/+1
Upstream is in the process of reworking how ldap user management is included (or not) - moving from a distro feature to an image feature. Opt out from the new image feature to avoid picking up the ldap user management packages when upstream makes the switch. There is no longer any need to remove ldap from DISTRO_FEATURES, so remove that. (From meta-quanta rev: a6a05a72f7a39af65a5fa28c56650e774fe12e6d) Change-Id: Ica159c232dad540246166d571e5e3e7bc1824c01 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21entity-manager: srcrev bump e707de6b28..4212485fbeAndrew Geissler1-1/+1
Brad Bishop (1): probe: don't match unsupported json types (From meta-phosphor rev: 003b1fe2caa4a74c55a130273a469e7158f38570) Change-Id: Iee378bab7a040586096514578bf6400a541e669b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21bmcweb: srcrev bump 92ccb88d9a..2618d5e390Andrew Geissler1-1/+1
Gunnar Mills (1): Increase TFTP timeout Sunitha Harish (1): EventService : Send event for the Task Lifecycle (From meta-phosphor rev: 8897242c3b85b0e8d664af16097a8744d8495776) Change-Id: I2c8701f742814181537c61125799edacb0ca825a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21phosphor-webui: srcrev bump 6bb1f476bc..0c4aceb775Andrew Geissler1-1/+1
Ed Tanous (1): Relace node-sass with dart-sass (From meta-phosphor rev: 0554b25c0812c3a260fc54506cced9c3b277b7c8) Change-Id: I18fb06a530750f3823bc7f1da8ec9721b7fb8444 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21pldm: srcrev bump b427547726..a792b2162dAndrew Geissler1-1/+1
George Liu (2): soft-off: Add pldm host soft off requester application. soft-off: Add soft off timeout seconds configure option for the soft off app Tom Joseph (2): sensor_event: Refactor sensor event code VMI sensors: Add JSON changes to support VMI sensors (From meta-phosphor rev: 0e35d0a5da0d7728e2797c838f532c6f5a32a19e) Change-Id: I7601771e466cad2031fcd9a6849f39b1a8254208 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21mmc-init.sh: Wait for mmc deviceAdriana Kobylak1-2/+14
The initramfs was accessing the mmc device before it was probed in some cases, leading to this error message: [ 4.412464] mmcblk0rpmb: mmc0:0001 R1J56L partition 3 128 KiB, chardev (248:0) tail: can't open '/dev/mmcblk0': No such file or directory tail: no files [ 5.471158] mmcblk0: p1 p2 p3 p4 p5 p6 p7 Implement a wait loop of up to 5s to wait for the device, similar to what the kernel would do with rootwait. Tested: Verified the error is not longer seen. Printing the count value as debug, it took one sleep iteration to appear: [ 4.396492] mmcblk0boot1: mmc0:0001 R1J56L partition 2 16.0 MiB 0 [ 4.403500] mmcblk0rpmb: mmc0:0001 R1J56L partition 3 128 KiB, chardev (248:0) [ 4.416176] mmcblk0: p1 p2 p3 p4 p5 p6 p7 1 [ 6.159693] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null) (From meta-phosphor rev: b7dccc1c380431f4cc96e0228fb9975d33df1f88) Change-Id: I625a879882311285dbdeaa2ea271c379366f4b9b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-21Move OpenPower VPD Parser to MesonSantosh Puranik1-4/+5
This commit moves the openpower-fru-vpd recipe to use meson instead of autotools. Tested: Tested in conjunction with openpower-vpd-parser master. Builds and runs fine. (From meta-openpower rev: 08d415a4e7501805b26f33d650fb550d6e7ed034) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Ic1ce24c8b1382294cfed5b682d52fa27b2cce441 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20meta-nicole: opt out of obmc-user-mgmt-ldapBrad Bishop2-2/+1
Upstream is in the process of reworking how ldap user management is included (or not) - moving from a distro feature to an image feature. Opt out from the new image feature to avoid picking up the ldap user management packages when upstream makes the switch. There is no longer any need to remove ldap from DISTRO_FEATURES, so remove that. (From meta-yadro rev: 8675f543d73843d5d4fe185134d8edc72ef22246) Change-Id: I5071152dfa9c2d71286d76d72d10a4e4569eea2d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-power: srcrev bump ab7d6cbabb..8e1cd0b63fAndrew Geissler1-1/+1
Bob King (1): regulators: Add monitorSensors support to Device (From meta-phosphor rev: 797190a9319f484612a0e37261033d00cd2401f1) Change-Id: I6267c47d1a32c3a45cd0326db78b6bc6e2d76c67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-net-ipmid: srcrev bump 2b1edef0b1..07bb095158Andrew Geissler1-1/+1
Ed Tanous (1): Fix includes (From meta-phosphor rev: fc7a691345ea50909fbe0709777cbe53bacce87b) Change-Id: I31aa04b1e385684110ac60f7bb072965068a50f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-host-ipmid: srcrev bump b18c8bc310..778418daaeAndrew Geissler1-1/+1
Ed Tanous (1): Fix includes (From meta-phosphor rev: 39de3aeaab485d6ce738fd621e24f67c8bf066eb) Change-Id: I1613cf3921eb0194da5b05801d45d9fbc42c2c98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20webui-vue: srcrev bump 5ea167820b..60713b0bf2Andrew Geissler1-1/+1
Gunnar Mills (1): Code update: Fix TFTP Yoshie Muranaka (1): Fix account settings double toast confirmation (From meta-phosphor rev: d2ef6846d5c2c7833029fac19f21a2f39a064d95) Change-Id: I5318db0cc97b914129a8cd03c5f7273e1e3f452a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-dbus-interfaces: srcrev bump 0f5729187d..1e8c11bf26Andrew Geissler1-1/+1
Nirmal Patel (1): Add memory media property to dimm interface (From meta-phosphor rev: 9a034df5c2fc66c8a3fd02552c83955e19f86cc0) Change-Id: I9cc78165842f2ee69fee0b6051b77be70c2c6f9b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20entity-manager: srcrev bump a9804f4650..e707de6b28Andrew Geissler1-1/+1
Andrei Kartashev (2): docs: fix in JSON example FruDevice: fix FRU 6-bit ASCII field decoding Brad Bishop (1): cmake: drop support (From meta-phosphor rev: 6f00c9f36315814c6a809712089afc20a7db069c) Change-Id: I6257abbcda5749b257b4a8f7e9a1a7227da64cb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20bmcweb: srcrev bump d6c414f36c..92ccb88d9aAndrew Geissler1-1/+1
Ed Tanous (6): Remove middlewares Enable clang warnings Enable unused variable warnings and resolve url_view throws if a parse error is found Fix minor regression in chassis Catch more errors in url_view Jonathan Doman (1): Improve base64Decode bounds checking Karthick Sundarrajan (1): Deleting the deprecated format for SendRawPeci (From meta-phosphor rev: 4beb45faaeac02370b829a321181f8f23bbf71b4) Change-Id: Ide1ab55fc91307a89a8a2d2a9e5a1b7f55bac975 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20Enforce the coding standard usages of boostEd Tanous2-0/+13
3 years ago, we pushed a patch to allow the usage of boost libraries, and deleted the phrase "If you give a mouse a cookie". Seemingly, we've done a decent job of not asking for glass of milk, despite the cookie being given. https://github.com/openbmc/docs/commit/56d79455f15ef07be326e59fde4b47ca5866a30c This commit adds some enforcement of this by removing the libraries that are disallowed by the coding standard, and ensuring that only the boost headers are passed through the build. This means that it reduces a large bottleneck in the build, and saves a significant amount of build time (about 5 minutes the last time I measured it). After a discussion a long time ago, it was deemed that coroutine and context would be allowed in, given that they solved a significant problem, and didn't add a large binary size to the image. This patchset preserves those two libraries. I've had this patch locally for a long time to improve my build times; I only remembered it because boost-url broke it given that by default it builds in c++11 mode, which requires boost. As such, I have modified our build of it to build in standalone mode, which relies on c++17 semantics, and does not require boost libraries. This is added as a bbappend, given that it will likely be deleted from meta-phosphor shortly, once we merge in the latest yocto tree, which has accepted it. Tested: Built with the patchset below. obmc-phosphor-image builds in significantly less time, which no sstate cache. (From meta-phosphor rev: 69e46c2f6f94563762c57382f7dfcc6ac84229b5) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I44b849ad395092254a0df84e219e6e78b47625f1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20meta-quanta: gbs: phosphor-ipmi-host srcrev bump 675d587...1670af5George Hung1-1/+1
This includes the commits from openbmc/phosphor-ipmi-host, add new sensor types for IPMI SEL log William A. Kennington III (1): ipmi_fru_info_area: Fix Model Number name jayaprakash Mutyala (1): transporthandler: Fix for invalid VLAN id Johnathan Mantey (1): Modify Get Lan Configuration IP Address Source to use correct DBus DHCPEnabled type SpencerKu (1): Add Sensor Types into Config Samuel Jiang (1): sensor type: add watchdog sensor type (From meta-quanta rev: 27e1d94b3769bd16017324e047b02a542d2ee58f) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id04dd26b7105f5f0c901df94939ef4a93deb98d3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19openpower-hw-diags: srcrev bump 46b456bd75..06e10f91faAndrew Geissler1-1/+1
Ben Tyner (1): Use pib target for sbe_mpipl_get_ti_info call Zane Shelley (2): added analyzer traces for debug Get pib target for processor register access (From meta-openpower rev: b4b4397e75616ce4f8ed7c6fe75c586666179792) Change-Id: I102dbdbb8d51b140eb885e21b831f11939559fbc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19webui-vue: srcrev bump dfc4fd3fba..5ea167820bAndrew Geissler1-1/+1
Dixsie Wolmers (1): Add form input field validation icons SurenNeware (2): Add default or empty table state Add processors to hardware status page (From meta-phosphor rev: 085aabd1f74195c57a41d16a94ea2b8907387123) Change-Id: I0bd0ec909600005ec49fad9328044d43c49816ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-power: srcrev bump 3c68286b20..ab7d6cbabbAndrew Geissler1-1/+1
Bob King (1): regulators: Fix for GMOCK WARNING (From meta-phosphor rev: 9728f98705450882c785a8b625b091245b3c3fc6) Change-Id: Id53da2cee1a28637134c674b4f2a9aa50de024a0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-pid-control: srcrev bump 8729eb983b..a5cf20865aAndrew Geissler1-1/+1
Patrick Venture (14): dbushelper: drop obsolete parameter from interface move util methods to dbusutil header dbusconfiguration: deconflict variable names pid/zone: split zone interface into its own header s/PIDZone/DbusPidZone/g use ZoneInterface pointers where Dbus aspect not important dbus/dbuspassive: drop no longer used bus reference pid/builder: switch to structured bindings pid/builder: add missing headers ipmi: split library constructor ipmi: split dbus get property into separate file ipmi: add zone controller interface pid/stepwisecontroller: fixup method name stepwisecontroller: add stepwise info setter (From meta-phosphor rev: 4bd8e3e5b3719f06e02e0cda262684a5cca27c76) Change-Id: I74a92964b63e47fcc3558b2e707b1e169ef14807 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-networkd: srcrev bump 7f9c6680ab..76b2aa3e7eAndrew Geissler1-1/+1
Alexander Filippov (1): Ensure that the MAC address is saved in u-boot-env (From meta-phosphor rev: 9af3db339a485a036155673eaaf77b33cb1c5bf2) Change-Id: I63e1f353e53cf43832feb56dd5711c837afc8297 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18Adding recipe for exprtkVijay Khemka1-0/+22
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extensible. It is a header only library. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Change-Id: Ib5903421678afbce6b20c1b8e3a7ea9395100f25
2020-08-18phosphor-fan-presence: srcrev bump ad2cd247a7..a916f039ecAndrew Geissler1-1/+1
Matthew Barth (1): Correct optional JSON config file check (From meta-phosphor rev: 84b85a613bfcec35d79aa0e348c5446a554fb3dd) Change-Id: I8c227263c93e38f0101426e6dd9ca8fe4373ac95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18phosphor-pid-control: srcrev bump f3b04fd363..8729eb983bAndrew Geissler1-1/+1
Patrick Venture (8): sensors:sensor: drop unused chrono header sysfs/sysfsread: add missing explicit to constructor Move the sensor utils into their own module sensors/zones: place in namespace and cleanup sensors/builder: add missing headers move dbus helper interface into its own file dbusconfiguration: fixup header inclusion Make the dbushelper own its own bus handle. (From meta-phosphor rev: 82e8d5cedd1a0a4223ed41caf30f5b9816469f0c) Change-Id: I677da5940fec4a4423fa0bee4c2c1b8ad15e9a1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18webui-vue: srcrev bump f0a1ac7eb7..dfc4fd3fbaAndrew Geissler1-1/+1
Yoshie Muranaka (2): Update use of Sass variable background variant colors Fix Sass build error (From meta-phosphor rev: e292ff8031ca56229545dbcee98c34be1347f59f) Change-Id: I85d0e45029c3796363854af699db8fd6c1cd3ca0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>