summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc
Commit message (Collapse)AuthorAgeFilesLines
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2019-04-251-1/+1
| | | | Computing Systems GIT repositories
* ipmi-fru-parser: srcrev bump 349a33c1b8..7d740a670bAndrew Geissler2019-04-011-1/+1
| | | | | | | | | | | | Patrick Venture (2): transition to cli11 instead of custom arg parser build: install into bin instead of sbin (From meta-phosphor rev: a1776222c1d2b8de7a4ff86fe9a22d46790db1a2) Change-Id: I7ea9b22f8cf5b732ea6a46334e11fb516a521393 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 8ab5784aee..349a33c1b8Andrew Geissler2019-03-291-1/+1
| | | | | | | | | | | Patrick Venture (1): add autom4te.cache/ to .gitignore (From meta-phosphor rev: 0db11d35a700a93c6b78aaab57f4fd547b3fd2f3) Change-Id: I76c23f5b7af1688e93c9cdfbb72bfa422d14e1b8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 06fb28bcec..8ab5784aeeAndrew Geissler2019-02-251-1/+1
| | | | | | | | | | | William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-phosphor rev: eb2b74028e6c0a5742c9e9031ed6c887e45e5d24) Change-Id: Icefc9fec2b3898b37f07c6f6a8725aa3adf2de04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* ipmi-fru-parser: srcrev bump 8f51109d8e..06fb28bcecAndrew Geissler2019-02-181-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: d3b712988c39b102b3e1d317f5363105b7a46b0d) Change-Id: Ib9e464f6ddc253b3114ee77d635c5367bb3e4a9e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump ec73c95892..8f51109d8eAndrew Geissler2019-02-121-1/+1
| | | | | | | | | | | | Oskar Senft (2): writefrudata: Fix verifyFruData to skip CRC check for internal use area. readeeprom: Allow FRU ID 0 to be selected (From meta-phosphor rev: 0c6a8d59abee3f93c764bcf6265e217749274622) Change-Id: I6b831b06e2d6fe8502874236b9f43889270f2d5d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 6cc8904408..ec73c95892Andrew Geissler2018-11-291-1/+1
| | | | | | | | | | | Brad Bishop (1): frup: gcc8: swap abusive use strncpy w/ memcpy (From meta-phosphor rev: fe8201e587c86b0dff06d219ff64c9e6d2ff3a07) Change-Id: Ib060f2a2fcc1add23ab18669b3c761ac7b28e84b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 1816ff30cf..6cc8904408Andrew Geissler2018-11-201-1/+1
| | | | | | | | | | | Patrick Venture (1): writefrudata: add doxygen for methods (From meta-phosphor rev: ee9cbd5cc3943f4c8624afc06a592e8670e80366) Change-Id: Iad2dad8ba8a167dd3de66a7f03b974cc1258d0c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: ipmi-fru: Set LICENSE to GPL-3.0Patrick Venture2018-11-201-1/+1
| | | | | | | | | | Set LICENSE field to GPL-3.0 instead of Apache-2.0. (From meta-phosphor rev: e5aefc8c9154e1ba842f58b7886879644db2ba54) Change-Id: If42a8dcd3ab313d7950f1eb8ae183c00476a1aad Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 355c561df2..1816ff30cfAndrew Geissler2018-11-091-1/+1
| | | | | | | | | | | Patrick Venture (1): IPMIFruArea: Add doxygen to class (From meta-phosphor rev: 40ef91e1baca38aca95ff2404f5acdcfbfd42fe6) Change-Id: I6a88ff423ba2e8f4feef88662104400e342d784a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 84c416125b..355c561df2Andrew Geissler2018-10-311-1/+1
| | | | | | | | | | | | | | | | | Patrick Venture (7): build: set language to C++ IPMIFruArea: rename member variables per openbmc style writefrudata: add missing curly braces for style IPMIFruArea: use vector instead of raw byte pointer IPMIFruArea: use default destructor IPMIFruArea: Drop unused dbus debug writefrudata: drop extra parens in call to parse (From meta-phosphor rev: 95a5e6a2cc74bb6126620ce634983006d7073a95) Change-Id: Id69207bb318bf66b176ec2d0afb867913c21df84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 69418ebc49..84c416125bAndrew Geissler2018-10-301-1/+1
| | | | | | | | | | | Emily Shaffer (1): MAINTAINERS: Update Emily's IRC nick (From meta-phosphor rev: e8ddbe4596ac741d77492e76653b96137ba28ed8) Change-Id: I4b1216c44487ef28662f1ead0a713655525663ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 19bea9ae44..69418ebc49Andrew Geissler2018-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Patrick Venture (16): fru_area: cleanup headers IPMIFruArea: move source into separate fru_area.cpp IPMIFruArea: move assignments to constructor list IPMIFruArea: drop unused member methods IPMIFruArea: drop iv prefix from members IPMIFruArea: move private area under public IPMIFruArea: apply naming convention to member functions writefrudata: cleanup extra parentheses IPMIFruArea: delete default constructor writefrudata: add missing constness update: use sdbusplus instead of sd_bus raw pointers writefrudata: fixup function naming per style writefrudata: rename all variables per openbmc style strgfnhandler: rename all variables per openbmc style strgfnhandler: rename function per openbmc style guide writefrudata: drop unused sd-bus.h (From meta-phosphor rev: c4c1e6cc5d1d9291c5ea5305096468500ef66418) Change-Id: I731b9e8674116f9da41a816fe908809d5a2432b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 5c787214b1..19bea9ae44Andrew Geissler2018-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patrick Venture (22): writefrudata: drop function parameter set readeeprom: use log error instead of fprintf(stderr) types: fixup header frup: add missing header writefrudata: cleanup header writefrudata: add function header style: apply naming convention to ipmi_validate_fru_area style: rename cleanup_error, move into anonymous style: move getFRUValue into anonymous namespace style: move getService into anonymous namespace style: rename update_inventory, move into anonymous writefrudata.cpp: fixup variable shadowing writefrudata: add missing header: map writefrudata.cpp: add header for file writefrudata: drop unused dynamic linking header writefrudata: drop unused lib mapper header ipmi_fru: drop unused member functions ipmi_fru: drop unused sd_bus pointer ipmi_fru: Rename to IPMIFruArea writefrudata.cpp: drop unused, add used header rename header: fru-area.hpp to fru_area.hpp cleanup: rename fru_area_vec_t type and use using (From meta-phosphor rev: 70be299f7b635c27ab91cc3c83875f6cd9d5ad65) Change-Id: I3be469c5fe2cb15220c64262df60cde66da980e3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 5739ac3b37..5c787214b1Andrew Geissler2018-10-251-1/+1
| | | | | | | | | | | | | | | Patrick Venture (5): readeeprom: c-library cleanup frup.cpp: drop unused variable strgfnhandler: fixup c-style cast strgfnhandler: swap in log<> calls, cleanup c calls writefrudata: swap in log<> calls, cleanup c calls (From meta-phosphor rev: 21945c00b9526d8ddc490a904fd5449b4dd89a9a) Change-Id: I63937e720d3e187a5f2629f7ff63661b8822afb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump c9508db8d3..5739ac3b37Andrew Geissler2018-10-241-1/+1
| | | | | | | | | | | | Patrick Venture (2): build: add phosphor-logging library throughout writefrudata: catch exceptions in sdbusplus call (From meta-phosphor rev: dcebd190fd4d27fa9ba789bbed9b952dee6410b2) Change-Id: Ib26fdb6d5d7b5a73e0cb7cbfd488f4ff74c9e0d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 5fcff6720e..c9508db8d3Andrew Geissler2018-10-181-1/+1
| | | | | | | | | | | | | | Patrick Venture (4): writefrudata: delete unused variable cleanup: reduce variable scope gitignore: update with additional files add clang-format (From meta-phosphor rev: 652b2dba99be9c8e8570ad11ffeeb92405951c63) Change-Id: Id33f4d7d661f2fc08c62f7ea8e3e4c7c2297d1bf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump 25fbd433ec..5fcff6720eAndrew Geissler2018-10-071-1/+1
| | | | | | | | | | | Vernon Mauery (1): ipmi-fru-parser: use c++17 (From meta-phosphor rev: 32337472e2b5654e44e6748588a407dbb9deec70) Change-Id: I04050f544a22172e040b6d9e1b0ec6beaadcfb6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi-fru-parser: srcrev bump c19b813e79..25fbd433ecAndrew Geissler2018-09-071-1/+1
| | | | | | | | | | | Adriana Kobylak (1): gen_pimrules: Update the Boot Progress Sensor (From meta-phosphor rev: 43812b766f7bfada6c367a0ce9cc3076ab50cd8f) Change-Id: I72a23734724e968e292bc8452ea1876ed352ae0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: Move layer content from common/Brad Bishop2018-09-061-0/+5
Adopt a more conventional directory hierarchy. meta-phosphor is still a _long_ way from suitable for hosting on yoctoproject.org but things like this don't help. (From meta-phosphor rev: 471cfcefa74b8c7ceb704cb670e6d915cf27c63b) Change-Id: I3f106b2f6cdc6cec734be28a6090800546f362eb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud