summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-13Update to internal 0.47Jason M. Bills86-1725/+2524
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2020-04-06Merge tag 'wht-0.47' of ↵Jason M. Bills80-363/+571
ssh://git-amr-1.devtools.intel.com:29418/openbmc-openbmc into update
2020-03-25phosphor-debug-collector: Fix build when pldm enabledJoel Stanley2-2/+2
The PACKAGECONFIG directive for pldm offload was missing a comma, meaning the dependency was being interpreted as the 'disable-feature' flag. Add a comma to indicate an empty 'disable-feature' option for PACKAGECONFIG[host-dump-offload-pldm]. This also bumps the pldm repository by one commit to include a build fix. Dhruvaraj Subhashchandran (1): Add pdr.h to headers in meson.build. (From meta-phosphor rev: 765da5bf2e8b60cd08dbc5faabfaff264d6755a4) Change-Id: I97895199d7fdc457b1557d75c82b485c1bb68924 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25phosphor-host-ipmid: srcrev bump e7e8b8166a..e0af1c496aAndrew Geissler1-1/+1
NITIN SHARMA (1): user_channel:Change fun ret&cmd cc as per New Std jayaprakash Mutyala (1): Fix for ipmiUserSetUserName (From meta-phosphor rev: 9ecb795c3f2eb922ce393b7008c16804f13f6ed6) Change-Id: Icefe6a520a28535b633dc6e3464686ba2cf72e9f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25fb-ipmi-oem: srcrev bump 2515e0931a..dd14c0f75dAndrew Geissler1-1/+1
Vijay Khemka (1): Add DCMI command (From meta-facebook rev: de5279340c97ca3cb89a29739aab63f2f61f6e31) Change-Id: Ic952ec5296244a32ec2bbeef400da1e487b42f36 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25linux-aspeed: Remove old config optionsJoel Stanley3-3/+0
CONFIG_CRYPTO_ECHAINIV is default n so we don't need it in our config. CONFIG_EDAC_ASPEED is not supported on AST2600. (From meta-aspeed rev: 337c8064630d95aa7d7cc5d948bd99e72cfa3af8) Change-Id: Ief0ebacbd2b9ed2d8f8dce7eb4c4828da0ae58d3 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25linux-aspeed: Enable CGROUP_BPF and NAMESPACESJoel Stanley3-0/+9
These are used by systemd to provide isolation features: Required for IPAddressDeny= and IPAddressAllow= in resource control unit settings CONFIG_CGROUP_BPF Required for PrivateNetwork= in service units: CONFIG_NET_NS Note that systemd-localed.service and other systemd units use PrivateNetwork so this is effectively required. Required for PrivateUsers= in service units: CONFIG_USER_NS (NET_NS is default y so we get it by enabling namespace support). (From meta-aspeed rev: 5ad76c27abbb7d7e65c97bce6be63d7aa542a531) Change-Id: I8e6311526393c663c62e310a465df9306251c021 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25MAINTAINERS: remove Ed Tanous as reviewerPatrick Williams1-1/+0
Per mailing list email, Ed is no longer at Intel and the email address listed in the MAINTAINERS file is not valid. https://lists.ozlabs.org/pipermail/openbmc/2019-October/019000.html (From meta-phosphor rev: eecdab03b5be540b34d322f0006932a8b750469b) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I082e387a0531a16908c1e1e44bc5ca7b7fd31e34 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25chassid/flashd: avoid QA issues with SRC_URIPatrick Williams2-2/+2
The SRC_URI used ${PN} which can changed depending on target context, such as appending "-native" or prepending "nativesdk-". Use ${BPN} instead. Cleans up the following QA warnings with Tiogapass: WARNING: obmc-phosphor-flashd-1.0-r1 do_package_qa: QA Issue: obmc-phosphor-flashd: SRC_URI uses PN not BPN [src-uri-bad] WARNING: obmc-phosphor-chassisd-1.0-r1 do_package_qa: QA Issue: obmc-phosphor-chassisd: SRC_URI uses PN not BPN [src-uri-bad] (From meta-phosphor rev: 2ac028916f7fd7e291ed3d1a4d38dec4d5663325) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f507a729277153f6827e6807c00ec6b32154f4b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-25meta-ibm: All witherspoon tacomas are air cooledMatthew Barth1-3/+2
Set the configuration file to phosphor-cooling-type to set all witherspoon tacomas to be air cooled only. Tested: Removed DEVICE & CODE on witherspoon config to see always be set to air cooled Updated config on witherspoon tacoma and restarted service to see always be set to air cooled (From meta-ibm rev: 373d3485c500ee8d3d07f2f68d0fec896856c374) Change-Id: I1bf483da9580c4fd4b833da5840a0a98e691a811 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24linux-aspeed: Move to 5.4.26Joel Stanley1-2/+2
This includes security and bug fixes from the 5.4.24, 5.4.25 and 5.4.26 stable releases. (From meta-aspeed rev: e9a99472750d69a0efdfe0277de48dd19dafb839) Change-Id: I7d2721fde89ac7ad201b6418d9956d29adaea178 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24linux-aspeed: XDMA, tacoma, FWH2AHB on AST2600Joel Stanley1-1/+1
Eddie James (16): dt-bindings: interrupt-controller: Add Aspeed SCU interrupt controller irqchip: Add Aspeed SCU interrupt controller ARM: dts: aspeed: ast2500: Add SCU interrupt controller ARM: dts: aspeed: ast2600: Add SCU interrupt controllers dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl ARM: dts: aspeed: ast2500: Add XDMA Engine ARM: dts: aspeed: ast2600: Add XDMA Engine ARM: dts: aspeed: witherspoon: Enable XDMA Engine ARM: dts: aspeed: tacoma: Enable XDMA engine soc: aspeed: xdma: Add memory controller configuration soc: aspeed: xdma: Add root complex reset soc: aspeed: xdma: Disable PCI AHB bridge during probe soc: aspeed: xdma: Fix BMC PCI device class and revision for AST2600 Guenter Roeck (1): ARM: dts: aspeed: tacoma: Enable eMMC controller Joel Stanley (1): soc: aspeed-lpc-ctrl: LPC to AHB mapping on ast2600 (From meta-aspeed rev: de4339cc7a300c65f129cc71ed5f8da367a504a1) Change-Id: I233aa1eb763bb445b5a46c6762ea6b377bb378dd Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24intel-ipmi-oem: srcrev bump abd11ca36b..8709fbb3a3Andrew Geissler1-1/+1
jayaprakash Mutyala (1): ipmi-whitelist: Add Get/Capture mfg data commands (From meta-intel rev: c0d52856effb8d54d9106bd510f1eb18d7e54baf) Change-Id: If5d97a595b62bf6f1bb1aa851e8c5a5d42eea0e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24Add PLDM based host dump offload support.Dhruvaraj Subhashchandran1-0/+3
Add PLDM based host dump offload support for Witherspoon-128, Rainier and Witherspoon-tacoma. (From meta-ibm rev: 2350054c62b5783cb49fd12671cb70809be4e573) Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: Idf26b5cc66860553db651f90b57cd0ac0b7cfd9f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24croserver: Fix systemd address familiesJoel Stanley1-1/+1
The croserver opens a network socket, not a unix socket. OpenBMC will hit this and cause croserver to exit if run on a kernel with seccomp system call filtering enabled. (From meta-openpower rev: 4e016c59f027ba09a9a4efe363e531c37f4bbb69) Change-Id: Ib6bd0bb5d2e9f87eca5f1e61210511f49544fc01 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24webui-vue: srcrev bump a06fe4695e..fd22b5b0e7Andrew Geissler1-1/+1
Derick Montague (3): Add buttons documentation Add toast component documentation Add alert message component and documentation (From meta-phosphor rev: 0ebf09ab3088536e44595ed36748a1dffb09d83d) Change-Id: I91687608a4b8262823c371619968c1b41878ed56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24sdbusplus: srcrev bump 7eb0d25fbc..ddc0eba2beAndrew Geissler1-1/+1
Lei YU (1): sdbus++: Generate initial client header (From meta-phosphor rev: db8f37d16de5dcad40fbb51aa9e3f93dabb1163a) Change-Id: I8cc08d65dbdd2b7b3c70e17fb6f45aec6e68e3b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24entity-manager: srcrev bump 35f5e0e3df..29d83258f1Andrew Geissler1-1/+1
Brad Bishop (2): entity-manager: remove inventory manager interface remove dead code (From meta-phosphor rev: 630a9c22919a8c385ffa37764b4a5e0a759c71f6) Change-Id: I2a9be2f5c90df32f04a87e76b6787b7acf618d6a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-24phosphor-debug-collector: srcrev bump d11d6139b3..59642e214dAndrew Geissler1-1/+1
Dhruvaraj Subhashchandran (5): Update dump manager and entry to have multiple types Add system dump entry. Implement Notify method Add call to request to offload dump Make PLDM an optional feature for host dump offload Jayanth Othayoth (1): Added PLDM Dump offload command (From meta-phosphor rev: 8666218efe3e69043b23c8619eca7e3dec30481a) Change-Id: I09c88167e067180126a43394b9d01a8adff135d3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22pldm: srcrev bump c91822bf04..f3295be12dAndrew Geissler1-1/+1
PriyangaRamasamy (1): libpldm: encode GetFruRecordTable request api (From meta-phosphor rev: 7362066952b41b6d4753ec4da7a5fd939fcd8b9b) Change-Id: I1a56e72e170eba5939576f0fa85dfba8fb72c3cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22phosphor-fan-presence: srcrev bump 8c8f53dd6a..5a80f3aec4Andrew Geissler1-1/+1
Matthew Barth (1): Enhance handling sensor value property type change (From meta-phosphor rev: 71bddff8e822af1fae0aa4559c184223dfd455d6) Change-Id: I3337f663ad6cbf767756fc5287bb5fb0c4cd9797 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22phosphor-power: srcrev bump 3afa711d1c..8b89f1b183Andrew Geissler1-1/+1
Brandon Wyman (2): Install phosphor-psu-monitor configuration files Updates to load JSON file from default location (From meta-phosphor rev: b7c529edab2e219171dcf9af3dda7566b74fb63c) Change-Id: I24b35d76e05053edfca788e3c138d22d80e31773 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22bmcweb: srcrev bump a3316fc6f1..12c7f4388bAndrew Geissler1-1/+1
James Feist (1): Add TaskEvent registry Joshi-Mansi (1): [Redfish] Making LimitException OCP Compliant jayaprakash Mutyala (2): msg_registry: Add CPUMisMatch message entry Fix for message_registry entries count mismatch (From meta-phosphor rev: ca3aa0b4dc133195fc88316112bdda40a5d171b2) Change-Id: Id255685da56e910b04b34655ce0381a3f7e268cc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22PLDM based host dump offload.Dhruvaraj Subhashchandran3-2/+7
Limiting the PLDM dependency of phosphor-debug-collector to the systems which needs PLDM to offload host dumps throgh BMC. BUMPed SRCREV of phosphor-debug-collector to 59642e214dd0df652f8ca6e5b6780218f0ce4f51 BUMPed SRCREV of phosphor-dbus-interfaces to 86d1ab141212fd5380ac220217e46d01108b995f (From meta-phosphor rev: 0402743af80f72a21b1fc87264b2d19364ef703c) Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I8f7c11640d3425951228003ac181b7a312d3ea40 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22phosphor-power: srcrev bump 3f1242f3a1..3afa711d1cAndrew Geissler1-1/+1
Bob King (1): regulators: Add test cases for action. (From meta-phosphor rev: b9de049f00d84858979e0d941023f66a236fdabf) Change-Id: I94c3998ebb207fc4359f71b99311572ed2a0a8db Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22entity-manager: srcrev bump 92daaaa3c1..35f5e0e3dfAndrew Geissler1-1/+1
James Feist (1): EM: On duplicates use device index (From meta-phosphor rev: e7f7e56bb97ba491f657943acea04b8790a6f2af) Change-Id: Ia8b2023a431e9a4171f4c0f6965cf3b7271259e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22intel-ipmi-oem: srcrev bump eaeb6cb06c..abd11ca36bAndrew Geissler1-1/+1
NITIN SHARMA (1): oemcommands: move GetLedStatus to new API (From meta-intel rev: 3faa21e8ba281d92206a7511833180a4c3ae8bcd) Change-Id: I2e7ab27c2b6f831718c951ee4a0dd1f99470eca7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22u-boot-aspeed: Fix fw_env.config for ast2600Joel Stanley2-1/+5
The configuration was not set at all, leaving us with the default configuration file from u-boot. This sets it to the u-boot environment partition, /dev/mtd2. (From meta-aspeed rev: fc48e308dd25b99535a5412cbbdf1fcd66238a9b) Change-Id: Ied346a6c15f0068b8ab54cec02bc89bf9e553127 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22u-boot-aspeed: Fix env locationJoel Stanley1-1/+1
Joel Stanley (1): config: Update ast2600 openbmc environment location (From meta-aspeed rev: 8f741295a2a80ecd37cf865e76fa6f32a0223af8) Change-Id: I83fa7c4ab457972f2efd738eda8a2d2a10cb65e7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22openpower-proc-control: srcrev bump a007668ac9..7847960506Andrew Geissler1-1/+1
Marri Devender Rao (1): Create PEL for boot errors with error XML data and traces (From meta-openpower rev: 7fdf66e9526878415a5a095e4b08a660d598a0af) Change-Id: I13884407a603ea0007ac8bdafe2fc3b748a62828 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-22openpower-occ-control: Update recipe and SRCREV to python3nativeEddie James2-2/+2
The python file in the repo has already been changed to use python3 explicitly, so update the SRCREV to get the latest. (From meta-openpower rev: 5d84b27a2ddb8a56671d1bef846c2c54735a7c0e) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ib4211cd68e86b332cfc5316a6b4f27a58979a9ff Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-21Update README with default user credential infoJason M. Bills1-5/+47
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2020-03-19Add the rainier target to the targets in local.conf.sampleSunitha Harish1-0/+1
(From meta-ibm rev: c01884719907cf567e748bb00d6ebf3c13dbb1db) Signed-off-by: Sunitha Harish <sunithaharish04@gmail.com> Change-Id: I0c42518e03f06d06baec4a03095180e71508c065 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19entity-manager: srcrev bump 61f5ac4a77..92daaaa3c1Andrew Geissler1-1/+1
Brad Bishop (1): meson: Add fru-device-less build configuration (From meta-phosphor rev: ad462f90a6e52cd73d7cdd69c606a475ae14f17f) Change-Id: I33fe117549654908ce12114d03828a67c2d33cac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19bmcweb: srcrev bump fe30672809..a3316fc6f1Andrew Geissler1-1/+1
ZhikuiRen (1): Log BIOS POST Codes Through Redfish (From meta-phosphor rev: f2ca725a117b0b20799830ca5a5fc64a61ee9dfa) Change-Id: I9aca2f6ecde0ec562190c84875f0efb00143190d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19pldm: srcrev bump 1c861712e5..c91822bf04Andrew Geissler1-1/+1
Deepak Kodihalli (4): libpldmresponder: GetPDR: fix response libpldm: PDR API: endianness fixes libpldmresponder: FRU: construct PDRs pldmtool: PDR: add parsers Sridevi Ramesh (1): Enable verbose flag '-v' in pldmtool (From meta-phosphor rev: 84b6cae76d94ea0e8a11c5fb3d6b868df9b29961) Change-Id: I436c5e349fae95e545580e1f702c3fd5a40d037f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19phosphor-power: srcrev bump 8a3afd70ea..3f1242f3a1Andrew Geissler1-1/+1
Bob King (2): regulators: Add test cases for check_duplicate_object_id. regulators: Add test cases for entire config file. Brandon Wyman (2): Create PMBusBase class to allow for mocking Update analyze function to check STATUS_WORD Shawn McCarney (1): regulators: Increase timeout for validator tests (From meta-phosphor rev: 603158d07dff63b41723e7240c7403ec00ffcbc6) Change-Id: Ibae4c0efcea692d8a31a22457c8573d73bbc7414 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19phosphor-networkd: srcrev bump faa72e5c87..99801cea8cAndrew Geissler1-1/+1
Ratan Gupta (1): Fix the networkd crash during creation of vlan (From meta-phosphor rev: e502d092aace77296f39668fbf56fbf51307b72b) Change-Id: I20547010c5c5e4db113cb4b70d5e3f577e385e8a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19meta-phosphor: Update phosphor-fan python dependsMatthew Barth1-2/+2
Update needed to handle transition to python3 so the proper version of python dependencies are picked up. (From meta-phosphor rev: fc0ad52fcc46763a176688812d9c5c8ae25257f5) Change-Id: I8bc8ec414fc112c0c64627337c71f39ca1bdebbb Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-19Update to internal 0.44Jason M. Bills24-107/+1303
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
2020-03-18openpower-occ-control: Fix missing dependsEddie James1-0/+4
The repo runs python to generate code or validate config, which requires python and the dependent python packages. Previously that happens to be satisfied by sdbusplus's RDEPENDS. If sdbusplus is changed to use python3, this repo fails to built because it lacks the dependency. See details in https://lists.ozlabs.org/pipermail/openbmc/2020-February/020771.html This commit fixes the depends by adding the required python and python packages so that it builds fine. (From meta-openpower rev: 344718b8b4dda75d47f89e72fb9b1372039ec6eb) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: Ib744c2da0d42a12180c345a11086cba738880b42 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18op-proc-control: remove python depMatt Spinler1-1/+1
This repository doesn't use python anymore, so remove the dependency on python native. (From meta-openpower rev: 467ed1a9e273b8393731d809c99fd0d63c057bdb) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2befe422c9bad9d7526d091fd3727dbe14140fe7 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18fb-ipmi-oem: srcrev bump 317999d3ac..2515e0931aAndrew Geissler1-1/+1
Vijay Khemka (3): Remove chassis status command Remove get device guid command Fix manufacturing test command (From meta-facebook rev: 2825b5e6d0ce30f654fb58d2a4c5e78508903a76) Change-Id: Icc53b61217149af5eb71cd324036c571ade4c457 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18meta-ibm: Change the name of mihawk ledBen Pai2-77/+77
We want to make mihawk's led names the same as witherspoon. (From meta-ibm rev: dfef3e04755e7be5dad40dc7d0cb064372b49694) Change-Id: I60cc8b17df0956a230e1a2824f4a3e247f5a4624 Signed-off-by: Ben Pai <Ben_Pai@wistron.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18ibm-logging: Switch to python3Matt Spinler1-1/+1
(From meta-ibm rev: 04925b9f4076932f319fa62114526ce8fa709829) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I63a166b85792ed9192f5185847e03e8fe59a3a85 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18phosphor-host-ipmid: srcrev bump cc76925e5b..e7e8b8166aAndrew Geissler1-1/+1
Vernon Mauery (1): rewrite Get Session Info to use new yielding D-Bus API (From meta-phosphor rev: 9c8315450ea07d4f00be7f67bdb4091de0fa217b) Change-Id: Ib54247431854a53791339a2b321520921077e072 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18bmcweb: srcrev bump f857e9ae6f..fe30672809Andrew Geissler1-1/+1
James Feist (1): Task: Add payload support (From meta-phosphor rev: 475b1d324b6e8ff6b75bf52daea5459f7f22249e) Change-Id: I8f3ecbf701488f9118f4022db9aa8f2fe39acf80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18sdbusplus: srcrev bump 1dfce5a294..7eb0d25fbcAndrew Geissler1-1/+1
Patrick Williams (1): sdbus++: refactor enum handling for container-types (From meta-phosphor rev: 59f86f07919de11c33b80f768522c6f4b56ea890) Change-Id: I6b309f0f5ae12d84af84c01ea883b2e13764a3bd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18phosphor-power: srcrev bump 43082e70b2..8a3afd70eaAndrew Geissler1-1/+1
Bob King (1): regulators: Update validator testcases for python3 Shawn McCarney (2): regulators: Add remaining props to Device class regulators: Create Chassis class (From meta-phosphor rev: df9b3e11810b489f39a7e0a052c1fd1ae15acf43) Change-Id: I5539d019475daecc5628312c11dc3785fbe774b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-18phosphor-certificate-manager: srcrev bump bddee63b9a..c4522d2ea7Andrew Geissler1-1/+1
Marri Devender Rao (2): Fix application crash issue with uncaught exception Return error if certificate expiry date is beyond year 2038 (From meta-phosphor rev: dc1f6b14f8bbc4667c6e5e90f3cc8bf4360bd795) Change-Id: I37b7927a7cc8ae16de1f450f3abf49b457e60c46 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>