summaryrefslogtreecommitdiff
path: root/meta-openpower
AgeCommit message (Collapse)AuthorFilesLines
2020-04-07openpower-ipmi-oem: use python3nativePatrick Williams1-1/+1
(From meta-openpower rev: 074f464712912f574cc68d4fd79479bfe836df97) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7f5100d8a00c65705f969fa531dca71d31cfa327 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-debug-collector: switch to python3Jayanth Othayoth1-1/+1
(From meta-openpower rev: 45c1fcd1ea9a3e0cf476853e719adcffd28221ad) Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I96ba2d6854b992e619f5c5fc60f90de6ff8d560f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-software-manager: remove dependency on sdbus++Patrick Williams1-2/+0
openpower-software-manager doesn't use sdbus++ internally anymore and the configure.ac check for it has been removed. Remove this dependency. As a result of removing sdbus++, the recipe no longer needs python3native either. (From meta-openpower rev: a8e50f821c69ada335b8921c1b4131172c997d0f) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8b6df5395489b91d4c1f1190ce216875f951ad43 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-pnor-code-mgmt: srcrev bump 7f1967d56b..228f16d47bAndrew Geissler1-1/+1
Patrick Williams (1): configure: remove unused dependency on sdbus++ (From meta-openpower rev: 8d5f86fb472399e398b07a6536b92c62f2e106a8) Change-Id: Ibf13ed4869c7ef4a64e3976bc16f7f6e5ff6f3b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-openpower: PN.inc to BPN.incPatrick Williams4-4/+4
Some recipes have abstracted the git revision into a separate file and have a line 'require ${PN}.inc'. The issue with PN is that it changes to have a -native or -nativesdk for those contexts. The variable ${BPN} (base package name) should be used instead. (From meta-openpower rev: df35a2536cf347e9a4e5b15ae48b59630722d08d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I12040750b349bc36601c00a1b355d81ded2a0a01 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-ipmi-oem: prep for python3Patrick Williams1-0/+2
(From meta-openpower rev: 07cc98a90dc4be2ef5998efd197238098a8a21c6) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie7aed79f1e1ab6cdc27c399deea8ea53d43e5453 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-host-ipmi-flash: remove dependency on sdbus++Patrick Williams1-1/+1
(From meta-openpower rev: b7c44645b3bb790f64e051f1e67167667573221d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If352296c33f28ea6ac7a0240bca2ebf57d880195 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-fru-vpd: Move to python3Santosh Puranik2-4/+4
Inherit python3native in the recipe. (From meta-openpower rev: 3a87b168eb42e1045921f4b611d3fbc4617b93cc) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I9d29b7d6e74d827a36a6d36ee98f18db1a82bc72 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07meta-openpower: update DEPENDS for sdbusplus-nativePatrick Williams4-10/+7
sdbusplus has changed the package layout so that sdbusplus-native and sdbus++-native are now ${PYTHON_PN}-sdbus++-native. Update recipes that need to use sdbus++ (or its associated python modules) or remove the DEPENDS if it is no longer necessary. (From meta-openpower rev: d555f82d1a10a4c65377ae9b090996220a635c0d) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie79b13b1cce3ee14e89d895d325c021c68cf89bd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-07openpower-host-ipmi-oem: srcrev bump 36ae8e5c42..9975ae919eAndrew Geissler1-1/+1
Patrick Williams (1): scripts: convert to python3 (From meta-openpower rev: fad5b1fa8e3b3753bf3176b2a6c7d2adbda0eb15) Change-Id: I3749c500387a14b3d03ce1ffbdd8be5ac1ef47fb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03openpower-hw-diags: srcrev bump 970fd4fbb9..9ae5ca416dAndrew Geissler1-1/+1
Ben Tyner (3): Integrate openpower-libhei with openpower-hw-diags Combine attn handler and openpower hwdiags Added end2end test case (From meta-openpower rev: b24a6f1c2165779efb7cb6880acfe98fc31f02f2) Change-Id: I330341ef0d520de0ca66a4e2123da75cf236e66f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03op-occ-start/stop should not impact host targetsAndrew Geissler1-2/+2
There have been some situations where things get so messed up that starting or stopping the occ monitoring on the BMC will fail. When this happens, the systemd target, obmc-host-start/stop can not complete. This really should be a wants relationship vs. a requires so that the targets can continue to start/stop the host. The service is not required to start/stop the host. (From meta-openpower rev: fe1136ab98b70c016720a4bd489d90d8feac17a0) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I99f858b611ba58d9f66773d36b06a07f84c0dbfb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03stop-instructions should not cause host-stop failAndrew Geissler1-3/+3
There have been some situations where things get so messed up that you can not even stop the instructions on your processor. When this happens, the systemd target, obmc-host-stop can not complete. This really should be a wants relationship vs. a requires so that the target can continue to stop the host even when this service fails. (From meta-openpower rev: 8dfb06a8656eeff1c0393607a5bf9cdc6320aae5) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I2704fecab789d6ffa8e274c37d0653bf64f3c8b0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03croserver: build using python3Patrick Williams1-2/+4
(From meta-openpower rev: 80327188d074d91d52500647bb09d810b5e5b2e6) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I64f184cc47835e0afc9663f9d377eddd5704729c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-03openpower-hw-diags: Change SRC_URI, update SRCREVBen Tyner1-2/+2
Update to build with more recent revision of openpower-hw-diags code. (From meta-openpower rev: 8e6534a9293f2a5900644104389de1a247330b64) Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: Iffd0601f4ddfb1fd69840b5cab09583ab313b0a8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-01openpower-software-manager: Replace pythonnative with python3nativeAdriana Kobylak1-1/+1
(From meta-openpower rev: 476b9ea78ce9622eb11a460eba59cb17e6a393ec) Change-Id: I120169953014458817360e811d91e2827592e0cc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-27openpower-proc-control: Add new service file for setting the SPI muxEddie James1-0/+1
This service file is only necessary with phal-type systems, so only install it there. (From meta-openpower rev: 85ffbd0d999a823d4d07042c8bb36d89a48fd66d) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I4335368cf7c57fc74f70efa5f4906189c2791954 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-26openpower: Build libecmd, capi, ext and stub librariesLakshminarayana R. Kammath1-0/+61
1) ecmd-pdbg(edbg) will use this as depends 2) All the ecmd, stub, capi & ext headers are copied to standard location instead of module specific path 3) help text files are copied under /usr/share/libecmd/help (From meta-openpower rev: 7814d18487f8836b40fb6fedb7c001250400cbc4) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Change-Id: Id1e516873a1d6a2c4c24e7b709861a274d8cc6b2 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-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-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-16warm-reboot: ensure cfam override is runAndrew Geissler2-0/+15
The cfam_override@.service is required in two situations: - When chassis power is turned on (to ensure proper workarounds and overrides are in place) - When the host is warm rebooted (i.e. no chassis power is turned off/on) Install this service in both targets and ensure it only runs once per boot. Tested: - Verified service was only run once during a cold boot - Verified overrides were correctly applied on a warm reboot (From meta-openpower rev: 59c6d368452c05a184549c0ee844eba63203250f) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idb667eb7c0b09d7c00e5893443abbcf58058a465 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16warm-reboot: stop instr and cfam resetAndrew Geissler3-2/+38
Install the new stop instructions and cfam reset services required for a warm reboot into the appropriate target Includes following in bump: Andrew Geissler (4): warm-reboot: ensure sbe start bit is 0 warm reboot: stop instructions support warm-reboot: add cfam-reset capabilities warm-reboot: cfam-reset service (From meta-openpower rev: 84962a9850f8f7b61698134ecf2d016a9b1e33de) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ia8fe30f160e0078bbdca2bcef322c9e23ea0e9e0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16op-proc-control: remove openpower-dbus depMatt Spinler1-1/+0
Now that the openpower D-Bus interfaces are contained within phosphor-dbus-interfaces, the dependency to openpower-dbus-interfaces is no longer needed. (From meta-openpower rev: 6db27914b559ba60df53a956dd7e39ad8952eff3) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I357c8d2343771ab858a81559180a68501b5e2452 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16phosphor-logging: Remove openpower-dbus depMatt Spinler1-1/+0
Now that all of the YAML in openpower-dbus-interfaces moved into phosphor-dbus-interfaces, there doesn't need to be any dependencies on openpower-dbus-interfaces anymore. (From meta-openpower rev: b670354f8522d5a4bc610bdae993f8559d769832) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I117da1de7dd039f623ca60f9fd137f4675b2e02d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-16openpower-occ-control: remove openpower-dbus depMatt Spinler1-2/+0
Now that the openpower D-Bus interfaces are contained within phosphor-dbus-interfaces, the dependency to openpower-dbus-interfaces is no longer needed. (From meta-openpower rev: bc7a9db563bacc13f5b1b8e2339a7b797a790be0) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I1033871d0788ddcca523c28b3c7115d2a82b2899 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-12openpower-vpd-parser: srcrev bump 18197ae979..675ee7e445Andrew Geissler1-1/+1
Artem Senichev (1): Fix undefined reference error (From meta-openpower rev: af4e285533875c233ea5ca43fe5de530e6d4053e) Change-Id: Id649c216b90574ab130f2f54779bc1bf7798bc43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-03-11openpower-pnor-code-mgmt: srcrev bump 647d6134d4..7f1967d56bAndrew Geissler1-1/+1
Albert Zhang (1): cleanup the code related to emit_interface_added (From meta-openpower rev: 6fe3f8d250fab2fb5689e1b8676591c44f38734d) Change-Id: I53683cb0d46dfa954be8d59a77b9f880e6def778 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-02-26openpower-software-manager: add missing openssl depPatrick Williams1-0/+1
Related to openbmc/openbmc#3645. (From meta-openpower rev: e8bacf5e9341c38c51582c7b873b8026349b6451) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9c390610641402c2ad07f0acebf5314d4eea4ee8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-19openpower: add recipe for openpower-hw-diagsBrad Bishop1-0/+17
Support for monitoring the attention gpio and handling attention events. (From meta-openpower rev: 560d394dbfa515d0be618ea78688c069651c1ad5) Change-Id: Ice63991a5861ad128765c0eeb9d9d7fbf6654e43 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-18openpower-proc-control: srcrev bump ce042fe87d..a5311abddaAndrew Geissler1-1/+1
Jayanth Othayoth (2): Enable cfam overrides procedure for all power versions Enable host debug procedure for all power version (From meta-openpower rev: 0a1a11e437fb71251f98dc82461659e591aa4a65) Change-Id: I06d05db1c532ea1fcbf8aff542afa69ad7a65ff7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-13obmc-targets moved to phosphor-state-managerAndrew Geissler1-4/+5
The systemd targets provided by obmc-targets have been moved to the phosphor-state-manager repo. Interestingly enough, this dependency is not needed to get things to compile so there does not seem to be a co-req needed between this and the change that moves the targets to phosphor-state-manager. The target move is in the following commit: https://gerrit.openbmc-project.xyz/c/openbmc/meta-phosphor/+/28444 (From meta-openpower rev: 72aea7005606fa2eb64b05c3120f666346016cee) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I6a93b8ba4b5f96283e36656fdfc5f2520948e828 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10cfam-reset: libgpiod dependency for gpio accessAndrew Geissler1-0/+1
Some new software will be added to openpower-proc-control which requires gpio access. libgpiod provides interfaces to make gpio access using the new chardev kernel interfaces easier. (From meta-openpower rev: e17157587e97826413195e46714296ff7c025791) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idc738fb32dccc57093ca9438c00da05af0ad1fa7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10openpower-proc-control: srcrev bump 2e249abd60..ce042fe87dAndrew Geissler1-1/+1
Eddie James (1): Add procedure and service file to set the SPI mux on P10 (From meta-openpower rev: 5610d98103834464931e75c7c40af750b7c398c9) Change-Id: Ida78580ab3688a1ecc60b0ef79367e732981bfe0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-02-10openpower-pnor-code-mgmt: srcrev bump 00d8ade53c..647d6134d4Andrew Geissler1-1/+1
Lei YU (1): generate-tar: Add machine name (From meta-openpower rev: 18a8471ca5264f668df32bd57078566e8daf01f0) Change-Id: Ieb4295f1e05a6b86f15d5349a07a5dbcf12d2ca2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-24openpower-proc-control: srcrev bump b181d3bb87..2e249abd60Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: fb57806cfd0a8ebfd3c21d572147b6909f638bee) Change-Id: I8079026424ed15d06496de6d5db8893eb87758e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-23openpower-pnor-code-mgmt: srcrev bump fa9a6bec4b..00d8ade53cAndrew Geissler1-1/+1
Lei YU (1): generate-tar: Add --interactive=never for rm (From meta-openpower rev: 121bdf0319f04152a63164003cd5d2e61783924f) Change-Id: Ib57786c29279fa9b55781925335434830e47491f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-20meta-openpower: croserver: use pythonnativeBrad Bishop1-1/+3
croservers config script requires python2. Use the yocto built python2 instead of the build host python2, for cases where the build host does not have python2 installed (or env python is python3). (From meta-openpower rev: 1f32015926ead63cea102bbbd67d452e9685f165) Change-Id: I5ef071c141c5b3e3cf2524b5e166bc4891445846 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16openpower-occ-control: srcrev bump 00a647809a..5ebf803cf6Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: d64f091727f39d178274d609e8e6de011c69175e) Change-Id: I9862ec29fac7669571e935543588e2d8d0c2ca73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-16openpower-host-ipmi-oem: srcrev bump 64354b6604..36ae8e5c42Andrew Geissler1-1/+1
Matt Spinler (1): Remove openpower-dbus-interfaces dependency (From meta-openpower rev: 20ee1a1cac20daa82bc06e829adcccde8753ac5b) Change-Id: I7ad4073b9a777eb228f93aac6d6abc63c558bde2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-14openpower sdk: Drop openpower-dbus-yaml depMatt Spinler1-1/+0
Now that the org.open_power D-BUS yaml moved into phosphor-dbus-interfaces, don't need this anymore. (From meta-openpower rev: 57d0db2abf2b433e72d7500593f367ccf47878e6) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I99077e9e491a3600e21a98fa3bc03764bccf0d2e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-09subtree updatesBrad Bishop2-1/+2
meta-openpower: ea1e440136..c43a57b0a3: Andrew Geissler (1): openpower-dbus-interfaces: srcrev bump c5191609d0..109ded04f3 Matt Spinler (1): Enable OpenPower D-Bus interfaces meta-phosphor: 0ae881fcff..6322fa6943: Andrew Geissler (1): phosphor-dbus-interfaces: srcrev bump 548d3e988f..f7616bc6be Change-Id: I2f1cb5952b6e7f50bf0954a87102d3f33f18d326 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-09openpower-pnor-code-mgmt: srcrev bump 59d5657643..fa9a6bec4bAndrew Geissler1-1/+1
Alexander Filippov (1): Fix ECC usage of being cleaned partitions (From meta-openpower rev: ea1e440136215ae1403e84dbd8eaf1181cbfdcfe) Change-Id: Iaf349669c23e1892cd897d5253e209d845fdd8f6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-01-08croserver: Bump for fsi device path fixJoel Stanley1-7/+2
Upstream now accepts linker flags from the environment, so remove the hard codeded --hash-style=gnu option from the conigure step. Jason Albert (3): Add ecmdChipTarget hash support to pyapi Defined __deepcopy__ functions on classes Added python support for vector<vector<databuffer>> Joel Stanley (2): Fix device paths again server: Fix linking Kahn Evans (10): More complete use of ECMD_REMOVE_SCOM_FUNCTIONS compile flag Use chipUnitNum instead of core in targets Resolve doxygen errors/warnings Adding spy APIs to pass in multiple images Updated query code as well Use const ecmdChipTargets in new APIs update to version 14.19 Revert to checking all return codes instead of just a single one for non-enum retry. Syncing up with what's in Cronus Use system _AIX compile flag Lakshminarayana R. Kammath (1): Adding support for LDFLAGS and SLDFLAGS to pickup value from environment Matt K. Light (6): update fapi2::ReturnCode get/putspi get/putspi links and htxt fix doxygen param name fix serverlock authorization storage fix target for ecmdGetPbaUnit (From meta-openpower rev: c02a90c17ab5b19bd1c2d4db3cb5af78ac474b2a) Change-Id: If64c0394ed0d39cac432c205785eb4ce2069d662 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-12openpower-proc-control: srcrev bump 22a057ed88..b181d3bb87Andrew Geissler1-1/+1
Ramesh Iyyar (2): Added feature flag instead of CHIPS Enabled pHAL infrastructure to boot the host (From meta-openpower rev: 4bb6ee298278d0dcb40d3050427cd82ca0e48a49) Change-Id: Ia9f049f92829afc379003563a8dcbc87e61d496d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-12-10Revert "Enable ecmd-pdbg for openbmc"Brad Bishop2-21/+1
This reverts commit cdda494596425d01a8fa5e68c428546cc12b67bc. cdda494 breaks the build with errors like: meson.build:89:2: ERROR: Problem encountered: git submodule update of ecmd : FAILED in the do_configure task. A closer inspection of the build process for ecmd-pdbg shows that it does not support offline builds (it attempts to fetch source code and provides no alternative for offline builds) - this is not supported when building with yocto. To build with yocto, anything requiring network access must be done in do_fetch. (From meta-openpower rev: b8c25333b8045b1d576c2e0ef472d9e7260c32ad) Change-Id: I27464cb386e2cff75aa7374e103bef24341842b2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22Enable ecmd-pdbg for openbmcLakshminarayana R. Kammath2-1/+21
1. Enable ecmd-pdbg to build with openbmc 2. ecmd-pdbg will use newly enabled meson build infrastructure to build 3. Enabled and tested HW access utils like getscom/putscom, getmem/putmem & getcfam/putcfam, etc. (From meta-openpower rev: cdda494596425d01a8fa5e68c428546cc12b67bc) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I54fcca0de41224c99d6ef8cd88a2a89562056597 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-22meta-openpower: remove exe perms from udev rulesBrad Bishop1-1/+1
Remove execute permssions from udev rules to avoid errors like: systemd-udevd[110]: Configuration file /lib/udev/rules.d/70-iio.rules is marked executable. Please remove executable permission bits. Proceeding anyway. (From meta-openpower rev: 83b053de240b37b43ff06984543e2af3b21e94ba) Change-Id: I825747964feda292b5aacf2e9034d65eddc9484e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>