summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01phosphor-host-ipmid: srcrev bump 894d022017..83a0b8483eAndrew Geissler1-1/+1
Patrick Venture (1): sensorhandler: add accessor for entities singleton jayaprakash Mutyala (1): Sensorhandler: move get SDR info & reserve SDR to new API (From meta-phosphor rev: 7df573ad674a3205b16a2cffa2c895bd6a1a616d) Change-Id: I2ab77275980f11d7bfa5fdcc084e95480fde8d76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31phosphor-ipmi-flash: srcrev bump e3feacfa00..cf0e5de3f8Andrew Geissler1-1/+1
Patrick Venture (1): tools: p2a: enable bridge on host side (From meta-phosphor rev: 7b57d1c49ee1bfeb68d43ad13f06b4291be00c73) Change-Id: I9f07d4772ee84d2dc5298271cad33aa00ef1e0b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-27phosphor-ipmi-flash: srcrev bump 1871fe94af..e3feacfa00Andrew Geissler1-1/+1
Patrick Venture (1): bugfix: tools: p2a: read returns bool (From meta-phosphor rev: 444945d00c59f32dccf1af11bec9b87daf7ceecc) Change-Id: I5472e5963d318684895267d5baf4a2c85685bf4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-26phosphor-host-ipmid: srcrev bump b755772f87..894d022017Andrew Geissler1-1/+1
anil kumar appana (1): chassishandler: move set chassis cap to new api (From meta-phosphor rev: deb38961d92581d88a147f4c60b0b7c4901cf9e7) Change-Id: I79f624c653b8cf0f8d9e2c09840ca709d6eaba0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-25phosphor-host-ipmid: srcrev bump 77381f15bd..b755772f87Andrew Geissler1-1/+1
jayaprakash Mutyala (1): storagehandler: move get & reserve SEL to new API (From meta-phosphor rev: 845648ff3b83fd2b4d0181a511b28bc88804fc91) Change-Id: I9337e107ae8f96d03e9a7401d97504777f064a2e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-24phosphor-ipmi-flash: srcrev bump 298930a18d..1871fe94afAndrew Geissler1-1/+1
Patrick Venture (6): bugfix: build: fix enable-host-bios build: always define conditionals bmc: move from data section objs to owned bmc: consolidate action pack code slightly bmc: implement search for json files bmc: use json for configuration (From meta-phosphor rev: 55742d6a25acc87f354dab00f8e254d266f6b8e6) Change-Id: I06b39070a743e2443ee96b6089e0e379c17539e0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-24phosphor-net-ipmid: srcrev bump f8a34fc471..0a269046d0Andrew Geissler1-1/+1
Saravanan Palanisamy (1): netipmid: SOL payload activation control. (From meta-phosphor rev: f46808558e7db372260c98cc806c17c3c6169aa4) Change-Id: I9cea519a39bb9c43e90b14ffa4c49474c7ab3a1c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23meta-phosphor: ipmi: flash: add layout optionsPatrick Venture1-0/+4
The library will support by default a few flash options: the host bios, a static layout bmc image, and later a ubi-tarball approach. Other options later will include tying into bmc-code-mgmt allowing static tarballs, etc. (From meta-phosphor rev: ba602d9b0302743ab7c2685728ccf0ff899ade9c) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iaa8d40994bc1f08eca3a3bc02f1d73ab8ff2896b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23phosphor-host-ipmid: srcrev bump e5c9d2fbd8..77381f15bdAndrew Geissler1-1/+1
Saravanan Palanisamy (1): user_layer: Add get/set user payload access. (From meta-phosphor rev: 3bc673318ca97da1e386fd76b77afc75e4701c59) Change-Id: Ibe033a6d1e6aad42e17a84f183636ef4b2df4e09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-19meta-phosphor: ipmi-flash: provide bitbake variable for addrPatrick Venture1-0/+4
Provide a bitbake recipe variable to specify the MAPPED_ADDRESS, instead of requiring a user to specifically set the configuration. Setting this value is required for any of the larger transfer mechanisms and is therefore an option effectively always set. Therefore, this simplifies configuration. Note: meta-lenovo/meta-hr855xg2 currently has this variable set, a separate patchset will address this to use this new value during sync. (From meta-phosphor rev: 2fba5de5486426c79c9dccb63394e82ff58093cb) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I35fb753aaea4a9ca5e52d48c6c60b50ac0511ac6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-19meta-phosphor: ipmi-flash: add config hardware optionsPatrick Venture1-0/+5
Add PACKAGECONFIG options for the various hardware options supported. Although a configuration will require setting specific configuration flags, the use of PACKAGECONFIGs reduces the amount of specific configuration options manually set. By reducing the number of manually set options, the overall configuration can be simpler. (From meta-phosphor rev: 7f113ef43c87d151d758f0f1056f2a8931e0cd85) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idd59a068bb669825c97688600331a129ca5055a8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-19phosphor-ipmi-flash: srcrev bump c9792e7536..298930a18dAndrew Geissler1-1/+1
Patrick Venture (1): bmc: provide disabled json support (From meta-phosphor rev: d61d6c11c75f259d08d044d2c7fd7602e048caa2) Change-Id: I21bfc09e1ebd100ce788d5ae6a54e9ca4634cb52 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-14Revert "Revert "Accelerator interface for sensorinventory items""Santosh Puranik2-0/+8
This reverts commit 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52. Restore function reverted by 7fb0c049d3a290c8f9d7f7c9690cdef9a97b3c52, swift build issue has now been resolved. (From meta-phosphor rev: 7106ecfbc78b7ab9aba84dfa3319455cdc833903) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: Iec14a8efc79f9094e6c37e0b1489e4e9ab9406c9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-13phosphor-host-ipmid: srcrev bump b60e840abc..e5c9d2fbd8Andrew Geissler1-1/+1
Emily Shaffer (1): sensorhandler: fix type of get_reservation_id() (From meta-phosphor rev: 8c08a8061afc56eab9657cf581d164d602c28a2f) Change-Id: Ice961642e2294671b2ee03ba44a340d1aa4fee4f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-11ipmbbridge: srcrev bump 8188d7651c..bbfd00abdbAndrew Geissler1-1/+1
Qiang XU (2): Support dynamically update BMC slave address Support broadcast message (From meta-phosphor rev: 7c828d1e47ef152f83f07e867df47ae4947b0425) Change-Id: Ic5c3d58be2506ff0bea1d968babb92fe519f2e3b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-10phosphor-host-ipmid: srcrev bump 455ee0b99c..b60e840abcAndrew Geissler1-1/+1
Pradeep Kumar (1): storagehandler: move get sdr info to new API (From meta-phosphor rev: b20ea16551b56981a9eeba0e5052c7b82e79de19) Change-Id: I13f01b4289df895c38f5525acef6e83d107bacfd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: add systemd targetsAndrew Geissler1-1/+16
phosphor-ipmi-flash installs three targets by default, this adds those installations. Each system that leverages phosphor-ipmi-flash will want to define their services to be installed by these three targets. The phosphor-ipmi-flash-bmc-prepare.target should have a service that clears caches or any other steps to prepare to receive an update image. The phosphor-ipmi-flash-bmc-verify.target should have a service that verifies the image's contents against a hash value provided. If a platform is using reboot-update, they don't need to provide an additional service for phosphor-ipmi-flash-bmc-update.target. Otherwise, this target should have service(s) that handle updating the BMC's firmware. This can mean, unpacking and installing the UBI tarball, or anything required. If the host is using phosphor-ipmi-flash to update the host bios, then via the host-bios package configuration option, you are provided an additional three targets: * phosphor-ipmi-flash-bios-prepare.target * phosphor-ipmi-flash-bios-verify.target * phosphor-ipmi-flash-bios-update.target These three targets are effectively the same uses as the BMC targets, but are triggered if one is sending data to the /flash/bios blob. phosphor-ipmi-flash: srcrev bump 33311b47b3..c9792e7536 Patrick Venture (9): build: prevent enabling aspeed and nuvoton build: drop --enable-pci-bridge option build: drop --enable-lpc-bridge option build: prevent enabling both static and ubi tarball build: install three targets to handle bmc updates bmc: only add verifyBlobId if data sent for image bmc: add ActionPack notion to bundle actions build: add option --enable-host-bios tools: add bios support (From meta-phosphor rev: a560e8e1f911f445500b42a5f3fd1c17adb37451) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Idb35a05279468745260085182a466776d9fe7d61 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: add reboot-update configPatrick Venture1-0/+2
Add reboot-update PACKAGECONFIG option. (From meta-phosphor rev: 1e8155ce4422c41fc0c0a5e4766f259729dd9072) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I874c7ea7d91a2fd60a129b2bbd5633a451e95657 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-09meta-phosphor: ipmi-flash: set version to 1.0Patrick Venture1-1/+1
(From meta-phosphor rev: e4e8e7b1ebb214b19fbe0bce9261bbbba18121d6) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6a0415a88b5b162721bf090bf9d6e51483261e07 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-ipmi-flash: srcrev bump 48e309c5ff..33311b47b3Andrew Geissler1-1/+1
Patrick Venture (1): README: Add comment re: building via SDK (From meta-phosphor rev: 39a6940b98317615a87d24fb89761c046d5d41ca) Change-Id: If5cb67e287664a1d024f523838bac3a6f51b1e1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04phosphor-ipmi-flash: srcrev bump cf9b2195a3..48e309c5ffAndrew Geissler1-1/+1
Patrick Venture (2): tools: tweak: add missing newline in progress bmc: split out service objects (From meta-phosphor rev: c367288ca3da4d2ee1f99f406eca6fcc5daba056) Change-Id: I62d5defaeb18b16e8442bddacdb56ebd05e3cf7d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-host-ipmid: srcrev bump a3a1cdc299..455ee0b99cAndrew Geissler1-1/+1
Emily Shaffer (3): docs: add chapter on running tests doc: add writing test chapter to testing.md docs: add reviewing chapter to testing.md (From meta-phosphor rev: 1130958b37b58a0c792206ac52fcecdf3594629b) Change-Id: I51c499c9acb39948c615e31278ec1e98a7a06d98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-ipmi-flash: srcrev bump a29216eccb..cf9b2195a3Andrew Geissler1-1/+1
Patrick Venture (1): tools: add progress implementation (From meta-phosphor rev: 0b1ab9485edce9ceb5f16720869348999925dc0a) Change-Id: Ib1a7cc110f31cb2395296af2f522c279ccbef8a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-29phosphor-net-ipmid: srcrev bump 4c4694ef85..f8a34fc471Andrew Geissler1-1/+1
Suryakanth Sekar (1): netipmid: Manage and expose session object (From meta-phosphor rev: a38240031c608adf4a615642885b2e8dc2278968) Change-Id: I4a93911b63f00dd17a3386dd523f7ac037f4fcfc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-ipmi-flash: srcrev bump ae0941a965..a29216eccbAndrew Geissler1-1/+1
Patrick Venture (9): build: split out BMC dependencies move bmc code into bmc folder tools: remove phosphor-ipmi-blobs dependency build: add configure option to not build BMC module build: split up package checks by what is being built build: use a common library for shared pieces build: install burn_my_bmc README: add notes on building the host-tool build: bump to release 1.0 (From meta-phosphor rev: 7942f133db75b967fa5831798cda2f6559a9c5c8) Change-Id: Ibe2e77291189a4875137dcb604e2c1670033a6a6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-host-ipmid: srcrev bump b5248c9573..a3a1cdc299Andrew Geissler1-1/+1
Emily Shaffer (1): docs: add initial testing.md outline (From meta-phosphor rev: 0b7693dbcc6d78cea0935a3e222a359267be2152) Change-Id: Ifc6f05ff7a403d71cc70b071dc2abd7c81fa92fc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-ipmi-blobs: srcrev bump a67323a86e..8bc117792fAndrew Geissler1-1/+1
Patrick Venture (1): blobs: s/struct BlobMeta/BlobMeta/g (From meta-phosphor rev: 7f289517004ea06676e5ce2c97b002175b968f11) Change-Id: Ia113fa36c4dd08f6e3a90c295bc29492645a851e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-28phosphor-ipmi-ethstats: srcrev bump c3f5618ffd..7a1b2033e8Andrew Geissler1-1/+1
Patrick Venture (1): MAINTAINERS: +M: William K (From meta-phosphor rev: ef4db0b46cd3402a15d500ed7c8f47d13d6f9bc3) Change-Id: I44da1b360721840d2821354590a08dfe004dbb4b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-27phosphor-ipmi-flash: srcrev bump 7c79b252c1..ae0941a965Andrew Geissler1-1/+1
Patrick Venture (1): bmc: lpc aspeed: add missing file open failure check (From meta-phosphor rev: 7810d5ef912e0a90682fedb045322190955c2c50) Change-Id: I9a11761953e808a41ce1e2535eae0fe3bff4ac81 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-26phosphor-ipmi-flash: srcrev bump ef4993ef41..7c79b252c1Andrew Geissler1-1/+1
Patrick Venture (2): bmc: lpc: add support for lpc mapping and copying tools: implement lpc support (From meta-phosphor rev: f0fe64c89790435afa5e4809c457ba6360e8cd3b) Change-Id: I0097e5a8761333a3836de1881fb21d9fbc8417da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-25phosphor-host-ipmid: srcrev bump 23d06441e9..b5248c9573Andrew Geissler1-1/+1
Jason M. Bills (3): Fix power restore policy input parameter check Use xyz.openbmc_project.State.Chassis for IPMI chassis status Fix privilege level for Read FRU Data command anil kumar appana (1): storagehandler: move Add SEL to new API (From meta-phosphor rev: 182552583d738173252d6564039a40f96e866909) Change-Id: I3a7bdbc57785dbf9db0416e74163f78c04366c09 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-25phosphor-ipmi-flash: srcrev bump 75c0c2740b..ef4993ef41Andrew Geissler1-1/+1
Patrick Venture (5): bmc: add preparation step before data is received build: minor style cleanup in configure_ac build: s/update-bmc/update_bmc/g README: Add reboot default configuration option bmc: pci_handler: set pointer to null (From meta-phosphor rev: f1d92f9787ec587873d4acef921ff3a3cde41ccb) Change-Id: I69cc9650fbffeda0b33825ac9c084e420b06a085 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-24phosphor-host-ipmid: srcrev bump b90a53280c..23d06441e9Andrew Geissler1-1/+1
Suryakanth Sekar (1): Defining session const for multi net session mgmt Vernon Mauery (1): Use boost::asio::post() instead of io->post() (From meta-phosphor rev: e6d35de785f1f832d04c91ff3addd4770a28552b) Change-Id: Iee70278287fd05130eefdd28c3bb8ce65865a34c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-22phosphor-ipmi-flash: srcrev bump 03db87e481..75c0c2740bAndrew Geissler1-1/+1
Patrick Venture (4): tools: split out the update handler tools: bugfix: add missing close after failure tools: add support for ubi tarball from host bmc: provide state change method (From meta-phosphor rev: 19f2cbdf110c4ab5a8d29cc92433d5d18b3796ff) Change-Id: Id490b50adbaf9557b2b5a42f85f494dcd30ada97 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20phosphor-ipmi-flash: srcrev bump 380832ccf6..03db87e481Andrew Geissler1-1/+1
Patrick Venture (5): README: Add notes about delete mechanism blob option tool: continue the unit-tests of the host tool tool: LPC data handler needs an address and length tools: add cleanup blob on failure tools: specify parameter size limits for LPC (From meta-phosphor rev: 58b5bef5a5a70d020f85804e5362057f57123904) Change-Id: I22655cee00c9ceefcec651d8803edf188d5569e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20phosphor-host-ipmid: srcrev bump 7453544dd3..b90a53280cAndrew Geissler1-1/+1
Vernon Mauery (1): rewrite Get System GUID to use new provider API (From meta-phosphor rev: e4d91b78cc080c10d85063963c80c31f08a8acd7) Change-Id: Ibdbfd9d88db116058a38403ef596a31b92c01f5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20phosphor-net-ipmid: srcrev bump 052b7cf374..4c4694ef85Andrew Geissler1-1/+1
Ayushi Smriti (1): Rakp12: Validate user lockout status, before RMCP+ session Richard Marian Thomaiyar (1): [netipmid] Fix: validate user lockout status (From meta-phosphor rev: 0bd6dd0bb9c71d620884486fefa7df07697aa26d) Change-Id: I6bed6a43f91cdb9c6c5ad6e3a23e361f10077f22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20ipmi-fru-parser: srcrev bump fcb1a25618..de0a59ee05Andrew Geissler1-1/+1
Patrick Venture (1): writefrudata: update error message for FRU not found (From meta-phosphor rev: 8f79aeee7f1f224037c46347f46981ff919649e8) Change-Id: I676c409540e1e00f46586245117c7c0619bcec05 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20phosphor-host-ipmid: srcrev bump 61d8dcc697..7453544dd3Andrew Geissler1-1/+1
Brad Bishop (1): yaml: drop execute permissions from yaml files (From meta-phosphor rev: d67a4df79823771be1b7daf3e73c7470fca2ac19) Change-Id: I78e9e18531a3e3dc47564cc9cd53683fbb99502e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20phosphor-ipmi-flash: srcrev bump e1118bcb2d..380832ccf6Andrew Geissler1-1/+5
Patrick Venture (2): bmc: add cleanup blob handler test: cleanup by moving tool tests into subfolder (From meta-phosphor rev: 67a224f2b6c7bec818cfc3f6f59085a226ef4da3) Change-Id: Ic7bc04b7883803f02bfe2ab540c2fc051d8cdc56 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19meta-phosphor: ipmi: improve entity YAML selectionBrad Bishop3-24/+12
The existing scheme for selecting an entity configuration YAML for building ipmid consists of a virtual (phosphor-ipmi-entity-config) with the preferred provider set to a default recipe (phosphor-ipmi-entity-inventory-native) in the Phosphor distro configuration. Instead, provide a reasonable default directly in the ipmid metadata. This is a small step towards enabling ipmid to build without any distro configuration and should lower the effort required (slightly) to comprehend where the the entity YAML file is coming from. There aren't any known clients overriding the entity YAML in the first place, but a client could still override with an ipmid bbappend and setting EXTRA_OECONF appropriately. (From meta-phosphor rev: fe88ee4211c93f4ca4acba5ecec502aef17944ce) Change-Id: Ie152c413ee6674735b6bf3192b01ec0bc5a39a29 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-flash: srcrev bump 237545f864..e1118bcb2dAndrew Geissler1-1/+1
Patrick Venture (1): fixup pessimizing-moves (From meta-phosphor rev: eeebe16a26614e16eddb437abeb1037ad20f641a) Change-Id: Ia378260c915d0639465468869a32867d1f94eb55 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-flash: srcrev bump 9a69f73446..237545f864Andrew Geissler1-1/+1
Patrick Venture (1): ipmi_flash.md: update docs to include fileOpen state (From meta-phosphor rev: 9764ff8b90c12ecdd2890c26bc83ef07bbb9a4fd) Change-Id: I07270cb752a3e63ee44720c69fdff4088bb8fd40 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-host-ipmid: srcrev bump 0b979b61c1..61d8dcc697Andrew Geissler1-1/+1
ofery (1): Add an option to exclude libuserlayer from host-ipmid (From meta-phosphor rev: cba181a48fd10c5d2d64f00b736883ee3ee82aba) Change-Id: I66aec465a336b79abc9d1035375d286f49e4e287 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-flash: srcrev bump 3955aed915..9a69f73446Andrew Geissler1-1/+1
Patrick Venture (1): test: consolidate blob lists (From meta-phosphor rev: 0d2df72af65c04e3f89f81adfa85e37177a51185) Change-Id: If8013083fc79bfc3dec8078f1a06eb0e986edcb4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-flash: srcrev bump c9f62393a2..3955aed915Andrew Geissler1-1/+1
Patrick Venture (7): bmc: updateCompleted: close bmc: verificationCompleted: close: handle failure test: notyetstart: cut obsolete todo test: drop obsolete open(blob) tests test: uploadinprogress: cut obsolete todo test: verificationStarted: drop incorrect todo bmc: firmware: drop obsolete todo about states (From meta-phosphor rev: cd6558eab01fba88d1fb953429b4790363f11ec5) Change-Id: If6848719c9ad3e6781408fd262d1f51b10a904b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-blobs: srcrev bump 826e17355d..a67323a86eAndrew Geissler1-1/+1
Patrick Venture (1): README: add delete blob contract note (From meta-phosphor rev: 0ad8b24c293232c77cba029f7e42fb576b06957c) Change-Id: Ia148e9f32c68af491619925325a6219dd3a83ba2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-host-ipmid: srcrev bump 2a5d8d1ffe..0b979b61c1Andrew Geissler1-1/+1
Ayushi Smriti (1): Add get channel payload version command Vernon Mauery (2): user_channel: Get Channel Payload Support command refactor Remove unused function convertCurrentChannelNum(uint8_t) (From meta-phosphor rev: ee1b2cf78222aecc8ec33da070ac18056b107e29) Change-Id: Ia9cd9ff84ba0708cf090381f3f643a47bf60c1af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-19phosphor-ipmi-flash: srcrev bump 7a5dcd8c21..c9f62393a2Andrew Geissler1-1/+1
Patrick Venture (6): bmc: abort from verificationStarted bmc: abort from updateStarted bmc: delete if open sessions bails bmc: notYetStarted: deleteBlob(blob) bmc: verificationPending: deleteBlob(blob) bmc: updatePending: deleteBlob(blob) (From meta-phosphor rev: 66a6dedc3ea8b8eab9743543ee19734e139a6ed2) Change-Id: I69268e0b8d75e9c1f48f99be4c55fac23a18f9e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-host-ipmid: srcrev bump c419680b29..2a5d8d1ffeAndrew Geissler1-1/+1
Brad Bishop (1): autotools: fix broken out of tree builds (From meta-phosphor rev: 9a7abf5bfb98dd48aed5c8717152963581bded0f) Change-Id: I0e974d58840e1fab461f176325bac05ac6db0325 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>