summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05phosphor-ipmi-flash: srcrev bump 56a2273fc7..49dd8ce280Andrew Geissler1-1/+1
Jason Ling (1): make building handlers from json more generic Willy Tu (2): Add option to skip p2a bridge disable tools: remove shadow field (From meta-phosphor rev: 0c673882d14219fcc5c5c0150f4fc452154b6332) Change-Id: Ib71ec2d45382c95373a196a71c8cfe8b8ca91eae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05soft-off: ensure ipmi soft off is run in correct seqAndrew Geissler1-2/+2
The flow of synchronization targets during a obmc-host-stop@.target is the following: obmc-host-stop-pre -> obmc-host-stopping -> obmc-host-stopped The obmc-host-stop-pre is where we notify the host that a shutdown is occurring and allow it to gracefully shut itself down. This is where xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service should run. (From meta-phosphor rev: 7290bebb60ee03ff649c04fd430bb4dbef979fe9) Change-Id: Ib3dd748e73b0d4a056d508caabe6c9c2351b5ab8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-05soft-off: ensure only one soft off service runsAndrew Geissler1-0/+1
OpenBMC has two implementations of the soft off function. This function is utilized to tell the host to shutdown gracefully and for the BMC to wait for that shutdown. The implementation used depends on the interface being used to talk with the host. There is the IPMI based interface and the new PLDM based interface. In theory, only one of these interfaces should be used to talk with the host on a system. In reality there are some systems such as rainier which are in the process of switching from IPMI to PLDM. In this case both services for soft off are installed into the image. Since this co-existence of both packages on a single system is a temporary situation, put a simple change in which ensures the IPMI soft off service does not run if the PLDM one is present. The assumption here is that if the newer PLDM based package is installed, the system owner prefers the PLDM soft off service be utilized. (From meta-phosphor rev: 4c6e2c14a957111a7875eb03abb3121fab61f073) Change-Id: If843f578590b99a90e53116f8cefc4065332e999 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-03meta-phosphor: fix S with trailing slashBrad Bishop1-1/+1
Upstream OE added a warning when S has a trailing slash. Remove the trailing S from the flagged recipes to avoid the warning. (From meta-phosphor rev: 29d26b3f9b014d156846b0b6e0a1e2f65510b328) Change-Id: I932d3758c5080a335970dca2e462fe6accd06928 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-29phosphor-host-ipmid: srcrev bump be4ffa8720..515bc375cbAndrew Geissler1-1/+1
William A. Kennington III (1): sensorhandler: Fix uninitialized reads (From meta-phosphor rev: c54aacd0bb061f5c73985cba45febe9fd654779a) Change-Id: I496d638c4e6bfc079458050d085aabfd1409f8d1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-29phosphor-ipmi-flash: srcrev bump a606550743..56a2273fc7Andrew Geissler1-1/+1
Jason Ling (1): extend file_handler to support reads (From meta-phosphor rev: a5a032d5759f7dd6fbcaf854eda832c06eada306) Change-Id: I84ae173fca5922896e26cf5418015a367bfef93d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-29kcsbridge: srcrev bump d8594e9a62..4a4d1d03d9Andrew Geissler1-1/+1
Konstantin Aladyshev (1): Don't use "-" in a DBus interface path and name (From meta-phosphor rev: 15060b72361b0ec71f80ac07a943afb6954e2c99) Change-Id: I7a325d02aa8b369f9b0399904629b4cff792bcfe Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-29Use correct type for Dbus sensor interface in IPMI sensors YAML filesKonstantin Aladyshev1-5/+5
Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. (From meta-phosphor rev: ade38f11fda08fe426ba8ece743421cf8b63c098) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I1cec719689e37fab98232d4d03f94c13d73bb03d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-27phosphor-ipmi-flash: srcrev bump 63902a439c..a606550743Andrew Geissler1-1/+1
Jason Ling (1): move files around to create a common convenience library Patrick Venture (1): bmc: firmware-handler: lpc: minor cleanup (From meta-phosphor rev: 8dc426ca4a459a7adba82cc94af4b16cd130992f) Change-Id: I2d53847306a70c53fba5b9e7bf0f9b398d13f2e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-21ipmbbridge: srcrev bump 1f0b833940..3e07b9ea35Andrew Geissler1-1/+1
Chen Yugang (1): bug fix for different ipmb communication (From meta-phosphor rev: e70709bc1529109e29996da6db201d0e81013927) Change-Id: Ic87da300ba13327e16ff531add651421c48e94e4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-08phosphor-ipmi-flash: srcrev bump ede9c9f668..63902a439cAndrew Geissler1-1/+1
Patrick Venture (5): tools/test: add updater tests to increase coverage cleanup: coverage: add missing coverage tools: io: add ppcMemFd cleanup tools: add missing io handler unittests bmc/test: cleanup remove unused declarations (From meta-phosphor rev: d9f7481ada5eeacb47d067844e1ce025484b006e) Change-Id: I0bcbddc4c31d92a7da58a80a6ef40152219eda70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-06ipmbbridge: srcrev bump 15185ff6c7..1f0b833940Andrew Geissler1-1/+1
Andrew Geissler (1): boost: disable rtti temporarily (From meta-phosphor rev: 60f0c52fb91c4fbacb1ab79d43147aec729e3bb6) Change-Id: Idba0fcfdff0bfbfff73be02c88ab9a0dd7c15e2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-06phosphor-host-ipmid: srcrev bump 8b1c303eb9..be4ffa8720Andrew Geissler1-1/+1
Jeremy Kerr (2): scripts/writesensor: make sensor map definition less cryptic sensor yaml: allow custom sensor names jayaprakash Mutyala (1): user_channel:Remove unused ipmiUserSetUserName API (From meta-phosphor rev: 02b1f732dff9e1fc1c14b2aba460626381764789) Change-Id: I36dcbd88f3765fd6fa3120cfc3f1e8fa47b64e80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-10-02phosphor-ipmi-flash: srcrev bump e261ca2adb..ede9c9f668Andrew Geissler1-1/+1
Patrick Venture (2): bmc/test: add missing util header util: use constexpr string instead of string objects (From meta-phosphor rev: 7de6e412719be201a9914fcd2809a09988498a47) Change-Id: If797ce36879dafd3e234a17918282e35a68a060a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-30phosphor-ipmi-blobs: srcrev bump 03fd5b8b9e..b6ed562666Andrew Geissler1-1/+1
Patrick Venture (1): test: flexible array member cannot go into lambda (From meta-phosphor rev: a6b576aeee8b866f8380d05f14305a4acb9d3c1b) Change-Id: I564df2af2861e4f02a19835b4f0df3be93ff51b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-30phosphor-ipmi-flash: srcrev bump 794a37c14c..e261ca2adbAndrew Geissler1-1/+1
Patrick Venture (2): bmc/test: fixups detected in bazel-type build tools/test: add missing virtual destructor (From meta-phosphor rev: c00b7f08fb22942b267644eda9a3879202991b66) Change-Id: I8fc674e3713c2ee48459021cbf6097c9a15b4a8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-26phosphor-ipmi-flash: srcrev bump 2950c258a4..794a37c14cAndrew Geissler1-1/+1
Patrick Venture (8): bmc: move transports vector into handler object bmc: using namespace ipmi_flash simplifies reading bmc: move support transports vector into factory bmc: move data handler to owned object bmc: move memory region size variable to method cleanup: transition to emplace_back where possible bmc: move the memoryRegionSize out of the method bmc/test: drop unused variable (From meta-phosphor rev: 34558f16cf71c58156c8df2fde1032a71139c330) Change-Id: I30d759afffcbb809280daef2358ee631a833eadb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-17phosphor-host-ipmid: srcrev bump 690a2342ba..8b1c303eb9Andrew Geissler1-1/+1
Patrick Venture (1): chassishandler.cpp: typofix valid/invalid (From meta-phosphor rev: 030bca23c79ffb5455c6c4283128f4af820d0ea2) Change-Id: I7dd8562f0f98786461b01c8166381ae53330705b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-11ipmbbridge: srcrev bump 09027c0e07..15185ff6c7Andrew Geissler1-1/+1
Chen Yugang (1): Remove broadcast limitation of ipmb channel (From meta-phosphor rev: 2d763efe86cc3ef214229d9e93f7ca3886d21019) Change-Id: I3e4f06a9fbe72502c3b10dd8e6e3d1012099e398 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-09phosphor-host-ipmid: srcrev bump d1ef877fb3..690a2342baAndrew Geissler1-1/+1
Patrick Venture (1): transporthandler: move IPMI definitions to header (From meta-phosphor rev: 7d0f03018e21a05908015820d46446317dfffded) Change-Id: I63107143641fffb9a7625e610e36ee0d63719bf3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-04phosphor-ipmi-blobs-binarystore: srcrev bump e496b2bb47..c3abe753fcAndrew Geissler1-1/+1
Patrick Venture (1): test: use char arrays instead of strings (From meta-phosphor rev: 5d80dec6abad65e948e05506007945f1f8f1900f) Change-Id: I728ef34d98cac62196866ae1cea4c2f9585d922e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-03ipmbbridge: srcrev bump a86059348f..09027c0e07Andrew Geissler1-1/+1
Ed Tanous (1): Fix includes (From meta-phosphor rev: a77c80b55f8fb59171e6bb214b7d226d71b9a4b4) Change-Id: Ice9541b6cddc2362f0ebb18c36b7df2c2b18d64a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-03phosphor-host-ipmid: srcrev bump 778418daae..d1ef877fb3Andrew Geissler1-1/+1
Jayaprakash Mutyala (1): chassishandler: GetSystemBootOptions to new API Vernon Mauery (1): remove include boost/asio.hpp jayaprakash Mutyala (1): chassishandler: SetSystemBootOptions to new API (From meta-phosphor rev: 963238efd877c4c3809080294f2d6ecbab730a5e) Change-Id: Ia68ff0a7d4e882f2e081497a3aba2be8ace455db 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-18phosphor-net-ipmid: srcrev bump f6e7230d9c..2b1edef0b1Andrew Geissler1-1/+1
Zhikui Ren (1): add size checking for input payload data (From meta-phosphor rev: d3e2f08bd4f246f9c98f43cebd54f799f46cf2b6) Change-Id: I662819cf6cde9a38c48526d01bd481af2b3cde0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-14pam-ipmi: move to netipmiBrad Bishop1-0/+2
There is no reason to install the pam-ipmi module if net-ipmi isn't being installed. (From meta-phosphor rev: 26921a3944fe1a7d223212c9715e6b50dd53f666) Change-Id: Ibb4a418f710f41d85472f7224fd9e480ca881296 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-net-ipmid: srcrev bump ecb32fbc69..f6e7230d9cAndrew Geissler1-1/+1
srikanta mondal (1): Close active SOL session after disable SSH SOL (From meta-phosphor rev: e3d8b11457a72bcb0e90785e5946fe20d56421e6) Change-Id: I387e3e31f66b12c634111abd014fe9d61ecc2c98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-11phosphor-host-ipmid: srcrev bump c11cc5c069..b18c8bc310Andrew Geissler1-1/+1
Andrew Geissler (2): mapper: remove un-needed string defines mapper: remove mapper from host attention path (From meta-phosphor rev: fb08c9e5d2e80c166bd73ef994ea8a5eb3c64c2c) Change-Id: Id21cb135c7c196bdae56a47e0560c7308f544c07 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-06phosphor-host-ipmid: srcrev bump c4f4f7a6f5..c11cc5c069Andrew Geissler1-1/+1
Johnathan Mantey (1): Add LUN to the IPMI sensor context structure (From meta-phosphor rev: 5e0d8ad468015e908d77e854d6250a24e97c75c5) Change-Id: Ib9a37b3e8e2467688d40410dfec3d98b3ecc10a1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-22phosphor-host-ipmid: srcrev bump a5ae77282b..c4f4f7a6f5Andrew Geissler1-1/+1
AppaRao Puli (1): minor fix: corrected cc for get channel access (From meta-phosphor rev: 7af8eb19f0423fd5eaee11b153c7454b7ea732f8) Change-Id: I0438f3f0cb63ea0312e6c452bafd102a008dfb02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-18phosphor-ipmi-flash: srcrev bump c1a30c047e..2950c258a4Andrew Geissler1-1/+1
Patrick Venture (3): cleanup: drop inclusion of unused filesystem header cleanup: drop default filesystem handler cleanup: let the handler own the file system implementation (From meta-phosphor rev: 1bc73fde89f14b58d3735581e1878bbb630275e5) Change-Id: Ic004b892826e7337f513f73411070021c48ebd14 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-15ipmi-blob-tool: srcrev bump 570fcc6d28..714e3888a8Andrew Geissler1-1/+1
Brandon Kim (1): blob_handler: Add check to avoid OOB memory access (From meta-phosphor rev: d2b73f35ca8c249774934639b3882b4506716583) Change-Id: I20ea7858a1288d0eefdf6d80a32ffa16bbd606f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-ipmi-blobs-binarystore: srcrev bump 1a25e0d16e..e496b2bb47Andrew Geissler1-1/+1
Patrick Venture (3): test: fixup boost endian change splits objects into separate headers maxSize parameter to binarystore unused (From meta-phosphor rev: 3a355a3cc6a666614e4a0c608f9ecbbd8c91eee5) Change-Id: I1818e9d65f8022e2c05a2b80c114e9978759db5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-10phosphor-host-ipmid: srcrev bump 785223a686..a5ae77282bAndrew Geissler1-1/+1
Jayaprakash Mutyala (2): apphandler: Fix for total session slots count Fix for get Channel Info cmd for reserved channels Patrick Venture (1): ipmi_fru_info_area: remove move calls Snehalatha V (1): apphandler: Fix for get system info command jayaprakash Mutyala (1): apphandler: Fix for set system Info parameter cmd (From meta-phosphor rev: 8dcc4e42eee391a19d63835139fb980ebb3aa1a8) Change-Id: I79059414185d635119c6218c8c37721facf3764d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-09phosphor-net-ipmid: srcrev bump 5b114ed728..ecb32fbc69Andrew Geissler1-1/+1
AppaRao Puli (1): Add channel access mode check for ipmi commands. (From meta-phosphor rev: 5c9d4622cf75c7b7fd8406f2c58e226f2c5ffcc7) Change-Id: I2f8850f365f035628f9586b732a3d4ae78a7f2ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-08phosphor-host-ipmid: srcrev bump 65265369af..785223a686Andrew Geissler1-1/+1
srikanta mondal (1): Removal of OEM privilege setting for User (From meta-phosphor rev: c471136b00aec8c3a0367ed5caff919dd0000e2b) Change-Id: I286cd119975ab5df4be9656c4abb68cbc768c2bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-01phosphor-host-ipmid: srcrev bump 84c49dc17f..65265369afAndrew Geissler1-1/+1
Johnathan Mantey (1): Modify Get Lan Configuration IP Address Source to use correct DBus DHCPEnabled type (From meta-phosphor rev: 5568e5186f44e8c16cee86a7c436dd8fa26870f8) Change-Id: Id6ea09ae3389f045139c873e408364d65868d9d3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-01ipmi-blob-tool: srcrev bump 48125b51b2..570fcc6d28Andrew Geissler1-1/+1
Patrick Venture (1): initialize responseBuffer array (From meta-phosphor rev: 07631663aa89a27dcb789673a6d29b6bef90bb83) Change-Id: Ie5f17a7bd7c440357c9989e4cdc4c94cc05a4961 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-30phosphor-ipmi-ethstats: srcrev bump a05b073873..75ca0187b1Andrew Geissler1-1/+1
Patrick Venture (1): handler: move static object to main (From meta-phosphor rev: e9c91e75e56a70922be2ca16c9ba141e94464fbb) Change-Id: I5f2a3624672609c3faa612f6bdd438be2833ffa4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26ipmi-blob-tool: srcrev bump 00f39b8403..48125b51b2Andrew Geissler1-1/+1
Patrick Venture (2): update clang-format zero-initialize structs (From meta-phosphor rev: 06fc2d17f4904dd491270de184e22fd5a93904b8) Change-Id: Ic96af5db295f397a676f28d667f656adcb79015e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-ipmi-ethstats: srcrev bump 7a1b2033e8..a05b073873Andrew Geissler1-1/+1
Patrick Venture (1): MAINTAINERS: drop venture@ from list (From meta-phosphor rev: 4d941e589d509f9ba86643b0b8f9e219ffb31a01) Change-Id: I0e58d101d10942d698c9959970e59f562e2fdeea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22phosphor-host-ipmid: srcrev bump ecd9f378bf..84c49dc17fAndrew Geissler1-1/+1
jayaprakash Mutyala (1): transporthandler: Fix for invalid VLAN id (From meta-phosphor rev: a145675c9973d2c03df1fcf3bf97639a216a1a9a) Change-Id: I2f26f962139ec204adf88aba9e740c28e0594625 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-17phosphor-ipmi-flash: srcrev bump 83a71c42b3..c1a30c047eAndrew Geissler1-1/+1
Benjamin Fair (4): tools/pci: replace pciutils with pciaccess tools/pci: add wrapper for libpciaccess tools/pci: refactor PCI bridge tools/pci: add Nuvoton bridge configuration (From meta-phosphor rev: 273a392c26ac745b504dac3675d83d0b83ac5c0b) Change-Id: If56bd1078f502235dbe6d36ad5aa058afc251bb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-16phosphor-ipmi-flash: srcrev bump 7aac4868f5..83a71c42b3Andrew Geissler1-1/+1
Patrick Venture (1): bmc+cleanup: drop remaining log includes (From meta-phosphor rev: 965819a084fb16ff96d7ca2b98dda27a814b1001) Change-Id: Id9a221041c62f7eab753742270073eebb89db05d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-12phosphor-ipmi-flash: srcrev bump 92f261502d..7aac4868f5Andrew Geissler1-1/+1
Patrick Venture (1): bmc: drop unused phosphor-logging header (From meta-phosphor rev: d47836998e35cc9d344bf16f2da30393b077f492) Change-Id: Id482395bfaa35a5272ddb76fca01705921f67c25 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-10phosphor-host-ipmid: srcrev bump 3dc3558944..ecd9f378bfAndrew Geissler1-1/+1
William A. Kennington III (1): ipmi_fru_info_area: Fix Model Number name (From meta-phosphor rev: 2098f0061f831b8e987b6e3735262eae270d88d4) Change-Id: I2a209b91e1b2f216539e6a1abe5319db4564142c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-08phosphor-ipmi-flash: srcrev bump 6f61af8fd1..92f261502dAndrew Geissler1-1/+1
Patrick Venture (3): update gcc10 and clang-format10 log consistently via stderr firmware: add expiration handle (From meta-phosphor rev: cd1a556eb05dbe499902a0ae67556dfcb82caca6) Change-Id: Id49dc15b3aa7cd03b3261ed22502f6ada1ed6c5a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-05phosphor-net-ipmid: srcrev bump 9d9b7638cb..5b114ed728Andrew Geissler1-1/+1
Vernon Mauery (1): Add AfterCaseLabel for clang-format-10 (From meta-phosphor rev: b9e630f9edd80a4bbaacbd0aafb35bf5cc981a54) Change-Id: I08ec100d1421cd17e80de25f406ce2d0b917120f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-05kcsbridge: srcrev bump 58d596ad96..d8594e9a62Andrew Geissler1-1/+1
Patrick Williams (2): sdbusplus: replace message::variant with std::variant MAINTAINERS: remove Ed Tanous as maintainer (From meta-phosphor rev: 45bee3a6f808fc61821bac70cb9d9d951973f244) Change-Id: If3c9a9cbd3e31fc60a4d9ac7e28c83192f3aad6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>