summaryrefslogtreecommitdiffstats
path: root/meta-openpower
Commit message (Collapse)AuthorAgeFilesLines
* Enable BMCWEB_ENABLE_REDFISH_ONE_CHASSISGunnar Mills2019-03-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass the DBMCWEB_ENABLE_REDFISH_ONE_CHASSIS option to bmcweb for openpower systems. All openpower systems currently only have a single chassis and no immediate plans to have a multiple chassis system. When this build option is set, bmcweb will return a single redfish chassis named "chassis" which will include all sensors. This is a short-term solution to solve associating sensors to a chassis. Long term, inventory-manager needs to be enhanced to allow sensors to link to a chassis, or the rest of the project needs to move to EntityManager. See https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/17563/ Tested: Build an image with this change, loaded on a Witherspoon, and see "/redfish/v1/Chassis/chassis" and no errors in the Thermal and Power objects. (From meta-openpower rev: 211da9583b1124dccbf3ab3e701245745affcd22) Change-Id: I97e78c3ab7d7a755bacbe63af252c033875d880b Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: Fix explicit dependencies antipatternBrad Bishop2019-03-266-32/+0
| | | | | | | | | | | | | | | | | | | | Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-openpower rev: 42fbcf6040860dc6b0b553febeabedd241f22a27) Change-Id: If56c264d3807f604ae8ba9c948095ba61093285d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ipmi application srcrev bumpsAndrew Geissler2019-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openpower-host-ipmi-flash: srcrev bump cc2fe1effe..ee3064bace Vernon Mauery (1): Use new ipmid signal handling interface phosphor-host-ipmid: srcrev bump 1bb0c7fc55..be37630691 Jia, Chunhui (2): Extra Bytes in response data for chassis Identify command [IPMI]Set/Get global enables Kun Yi (1): utils: Use 5s timeout for D-Bus get/set property calls Richard Marian Thomaiyar (1): Fix: User commands require channel layer lib Vernon Mauery (16): ipmid: Compiler-generated unpacking and packing of messages ipmid: add message packing/unpacking unit tests ipmid: Rewrite ipmid to use the new architecture ipmid: Add in Native OEM and Group OEM support ipmid: Add command filter mechanism ipmid: Add whitelist filtering using the new filter registration mechanism Set new default ipmid provider path Add back an interface used by an external provider fix whitelist RestrictionMode lookup Use payload interface to unpack group/IANA from message errorResponse must not pack completion code in data payload Change linkage of ipmid_get_sdbus_plus_handler() to libipmid.so make utility.hpp available for external things that include ipmid/api.hpp Add generic signal handling API to work with boost::asio make ipmid respond to SIGTERM and SIGINT for clean shutdown Add user context parameter to legacy ipmi handler registration Change-Id: I3a15d46177f4e4ea81106bc8637b83bcc64e1ba7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add HIOMAP IPMI cmd to whitelistAndrew Geissler2019-03-221-0/+1
| | | | | | | | | | | | | | | This command is required for the host to boot so it needs to be on the whitelist for openpower systems Testing: Verified witherspoon now boots in restricted mode with this change and a fix from Brad in this commit: https://gerrit.openbmc-project.xyz/#/c/openbmc/meta-openpower/+/19182/ (From meta-openpower rev: 9b018490597a9fa9fbeb7de8e4d8c83792bf7c33) Change-Id: Ie8ccb792c97a55ab8f818c4dfa4fffd71493cc02 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: move some metadata to machine confBrad Bishop2019-03-212-1/+9
| | | | | | | | | | | | | | | | | Install the openpower-ipmi-oem whitelist. It is not currently installed because the ipmid recipe looks for whitelists in VIRTUAL-RUNTIME_phosphor-ipmi-providers and openpower-ipmi-oem is not set there. Move VIRTUAL-RUNTIME_phosphor-ipmi-providers += openpower-ipmi-oem to the machine configuration so that the whitelist is detected by the ipmid recipe and installed. (From meta-openpower rev: df7a13f6328a0b8c45e255e553bfbf38497e8179) Change-Id: Ibc94c2d5218a8ae4e78998c677d7405d1445f10b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-pnor-code-mgmt: srcrev bump e499446423..45c267a9aaAndrew Geissler2019-03-201-1/+1
| | | | | | | | | | | Adriana Kobylak (1): Add Lei as Maintainer (From meta-openpower rev: 9839583f5b98a3eddf2d926f224438191ba14f40) Change-Id: I29640869992cf19be9b1e0593d7b7437507e2b9c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-pnor-code-mgmt: srcrev bump 0d2f932124..e499446423Andrew Geissler2019-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lei YU (25): Add repo specific items in .gitignore Refactor: Split item_updater to common and ubi Refactor: Move watch to ubi Refactor: Move determinId to ubi Refactor: Remove unused isLowestPriority() Refactor: Split Activation into common and ubi Refactor: Move serialize to ubi Refactor: Make createActivation() common Static layout: Generate tar.gz for static layout pnor Static layout: Add dummy item_updater Static layout: Read PNOR VERSION using pflash Static layout: Add dummy activation_static Static layout: Implement PNOR code update Static layout: Implement gard reset Static layout: Implement factory reset Static layout: Use pflash to get partitions to clear Static layout: Do not update PNOR when host is on Static layout: Do not crash on empty PNOR test: Fix parallel build error on tests test: Add sources of static PNOR test: Add test for GetVersions() test: Add test for getPartsToClear Refactor: Fix issues found by cppcheck Install services to systemd unit dir Refactor: Use hiomapd instead of mboxd (From meta-openpower rev: 847e65d7734035384e227003a685a32242f6e233) Change-Id: If8ef37077f6f8b40962ef3f09dff3778303cdf2f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* pdbg: srcrev bump 59ebe397a3..deb577949aArtem Senichev2019-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alistair Popple (20): pdbg/gdbserver: Make ragel optional libpdbg: Add api to get 32-bit device tree property libpdbg: fix a bug in get_class_target_addr libpdbg: Add API to get device tree path and find target via path libpdbg: Add indirect address translation via callback libpdbg: Add xbus hardware unit libpdbg: Remove unused code libpdbg: Make more declarations static libpdbg: Move property code into libpdbg/device.c libpdbg: Rename property functions libpdbg: Rework chip-id functions libpdbg: Rework target addressing libpdbg: Remove old dt_prop functions libpdbg: Rework target compatible libpdbg: Make dt_root private libpdbg: Remove device.h device.c: Fix pdbg_target_address libpdbg: Remove zalloc macro optcmd: Add parser for 8-bit power of 2 integers adu: Add arugments for block size Amitay Isaacs (49): Makefile: Install libpdbg header libpdbg.h Makefile: Keep libfdt sources sorted Makefile: Keep libpdbg sources sorted Makefile: Add missing header file in libpdbg_SOURCES Makefile: Keep pdbg sources sorted Makefile: Add missing headers to pdbg_SOURCES Makefile: Define arch dependent sources explicitly Makefile: Redefine sources required for gdbserver Makefile: Package src/gdb_parser.rl Makefile: Order the libraries for make install to work build: Allow device tree headers to be generated in subdirs tests: Fix the condition to check if bmc is up tests: Update driver to pass test_wrapper argument tests: Exit on first test failure tests: Ensure tests can be run from builddir tests: Log stderr output (if any) on test failure libpdbg: Convert printf to DEBUG statements main: Convert target_selection() to return a boolean util: Move parse_list() into a separate file path: Add device tree path based targeting main: Add an option for path based targetting main: Add explicit probing of selected targets main: Convert -p/-c/-t/-a/-l to path based targets main: Switch to path based target selection main: Fix probe() to print targets correctly tests: Add path based selection tests main: Do not use argv[0] for progname main: Update probe output to display device names libpdbg: Add an api for address translation main: Convert getcfam/putcfam to use path based targeting main: Convert getscom/putscom to use path based targeting main: Convert register functions to path based targeting main: Ignore nodes that do not have class names libpdbg: Split nhtm hardware units for p8 and p9 main: Move device_node setting before parse_options main: Mark print_target static main: Convert getring to path based targeting main: Convert thread commands start/stop/step/sreset main: Convert threadstatus command to path based targeting main: Convert regs command to path based targeting main: Drop unused iterators with callbacks main: Convert htm commands to path based targeting main: Convert gdbserver command to path based targeting main: Drop unused target_select/target_selected functions libpdbg: Fix probing of pib libpdbg: Use index instead of chip-id for id libpdbg: Drop pdbg_target_chip_id() dtc: Drop chip-id property README: Add information about target selection Artem Senichev (1): main: Set I2C backend device specified in arguments Joel Stanley (1): Fix build failure in target detection Nicholas Piggin (1): stack: guess endian for stack frame walking Rashmica Gupta (3): pdbg/gdbserver: Add in basic skeleton for a gdbserver on p8 pdbg/gdbserver: Make gdbserver optional README: Add some gdbserver info (From meta-openpower rev: 16c5b8f97176373b8e91ab2f8e86b6b3dea314d9) Change-Id: Ic03552fc25a7cf4c64796347d38acb50209ea30e Signed-off-by: Artem Senichev <a.senichev@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-host-ipmi-oem: srcrev bump 4457f90d35..822eaf6dc62.7.0-devAndrew Geissler2019-02-271-1/+1
| | | | | | | | | | | William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-openpower rev: 5cb372827a7363e297a296f29b70ab0661499285) Change-Id: Ia5b6bfacc0c5c40f5c22ec8d7cc7021f8884c93a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-occ-control: srcrev bump 29a8ed18cc..577a935e02Andrew Geissler2019-02-181-1/+1
| | | | | | | | | | | | | | Brad Bishop (1): MAINTAINERS: Add Eddie James Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: e4763b7fa96cbdcbe9394000d90de49128dc942c) Change-Id: Iff6b06b466f157fb9a8a156b55def032fd2a70e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-dbus-interfaces: srcrev bump 998a82ec58..2f7e6758beAndrew Geissler2019-02-181-1/+1
| | | | | | | | | | | Brad Bishop (1): build: Set pkg-config Requires (From meta-openpower rev: 26c13ddcdb68b53d8486152a036c3694555420d6) Change-Id: If35d11a2244602bafd2040f1576343ff78b68d77 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-host-ipmi-flash: srcrev bump 619207dc22..cc2fe1effeAndrew Geissler2019-02-181-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: 19b8f465dba99e73c56d8c8838208ff9c426239d) Change-Id: I9af8f941294260e9e4741a5c54f75223f1e54718 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-host-ipmi-oem: srcrev bump b61b107f82..4457f90d35Andrew Geissler2019-02-181-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: 3c7506e20c95473be1e897deaa31a066c8d4bc19) Change-Id: If299d0fe8714aa285470cbc6fe56cf23fd889729 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-pnor-code-mgmt: srcrev bump c9caf86988..0d2f932124Andrew Geissler2019-02-181-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: 6f4f052ae82f5d2ebaa11f95a9f1faf70b999694) Change-Id: I4b3259e103ba7ef80616b3672e94311b18bb3baa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump a27263d48e..3348e62e2aAndrew Geissler2019-02-141-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: 5191e3cc6c97fb64e2f1741802f040c5488a655e) Change-Id: I553b26813efab549e5c39809c113aa7cc5b8da20 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-vpd-parser: srcrev bump c83c4dc327..1bdf22f802Andrew Geissler2019-02-141-1/+1
| | | | | | | | | | | Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-openpower rev: 06c8569d5255f41a780c08a0ab9d4afc1f73573e) Change-Id: I408dc673f02cd25c5e86bd077e8b2b8cda1eecfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Generate dump during watcdog_timeout errorMarri Devender Rao2019-02-131-0/+1
| | | | | | | | | | | Tested: 1. Ran watchdog_timeout app and ensured dump is collected (From meta-openpower rev: cbc612ca07ccdeff72de42e8f5ee77b898d4d59d) Change-Id: I32bbe27954f1d02f36b7343343e8bd2d78e4e4ac Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-vpd-parser: srcrev bump 6c830e9dfa..c83c4dc327Andrew Geissler2019-02-121-1/+1
| | | | | | | | | | | Patrick Venture (1): Add .clang-format to repo for automated style (From meta-openpower rev: dd6ca1fbc0e0770a1f62ba27a526362a432d75a5) Change-Id: I4e1440a58852f1eb74a3d2d3f57173a979930cac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump 729521fef4..a27263d48eAndrew Geissler2019-02-061-1/+1
| | | | | | | | | | | Matt Spinler (1): Don't create errors in cleanupPCIE (From meta-openpower rev: 7162ce804046e633c3bfc9a9cf74b6377707cd2c) Change-Id: I6871f8a6c3d5e4266e661cde16e63c03a6942080 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower: remove phosphor-rest related metadataBrad Bishop2019-02-062-15/+0
| | | | | | | | | | OpenPOWER systems are no longer using phosphor-rest so drop phosphor-rest server related metadata. (From meta-openpower rev: 6eb4d66c90911698bf0f56119d0917ba45a324a5) Change-Id: Id393acc8ed5e151e729aba2436bf3b556a8a671d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower: webui: remove nginx workaroundsBrad Bishop2019-02-061-16/+0
| | | | | | | | | | Remove some workarounds that aren't needed anymore with the transition to bmcweb. (From meta-openpower rev: 50bc196dccc7aa374e05b0e2e16a0d0ddd48e324) Change-Id: I220ef7a683a41c21914ab2bd936bec44d34ff024 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-host-ipmi-oem: srcrev bump 02261c0c55..b61b107f82Andrew Geissler2019-02-011-1/+1
| | | | | | | | | | | | Tom Joseph (2): eSEL : Handle logging of eSEL in OpenPower OEM library eSEL: Add severity and callout to the error metadata (From meta-openpower rev: d16c9e4a292a4203ca46204e98a893018df9fc4e) Change-Id: I9d1062b6471a1eb07c096ea41ba44649f19247e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add dependency on the phosphor-ipmi-inventory-sel recipe.Tom Joseph2019-01-311-0/+5
| | | | | | | | | | | | The phosphor-ipmi-inventory-sel recipe provides the system specific mapping between the IPMI sensor numbers and inventory path. The openpower-ipmi-oem library will consume this mapping to log eSEL as D-Bus error objects. (From meta-openpower rev: 55b87c2cdb7c75ec8674a4a77999f2630e6d282f) Change-Id: I24893f342920fbd9690d0d769ac1f0f44017948b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-pnor-code-mgmt: srcrev bump 17f55a8231..c9caf86988Andrew Geissler2019-01-301-1/+1
| | | | | | | | | | | | Lei YU (2): Allow delete functional PNOR if only 1 PNOR is allowed Invoke Delete method to correct service (From meta-openpower rev: 417c724d1ad9f1e5e71fac4eb2e9197ef296c997) Change-Id: I127ae1e91b2cbc26fa4887898278d70898883dc8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-debug-collector: OP Pass errors to watch through YAML fileMarri Devender Rao2019-01-302-0/+5
| | | | | | | | | | | | Introduced checkstop dump type. Error object paths to watch for checkstop dump type are specified in the YAML file. (From meta-openpower rev: ee3362b9f94e225c4cb607be928373bb8ca892d1) Change-Id: I32ec30a77a0b22d1a610c9a0233653375467bb7e Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* oneshot services should only be run onceAndrew Geissler2019-01-233-1/+3
| | | | | | | | | | | | Still chasing root cause of openbmc/openbmc#3466 but either way, these services should be configured to only ever run once. They do one-time things and do not make sense to be run multiple times. (From meta-openpower rev: b246b509da91db98ebc326afda0d68827ef2b5f9) Change-Id: I56b2b975f20aa42ed43c8b1bd185ee49ecba2eb9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Switch to phosphor-buttons for button handlingMatt Spinler2019-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use the 2 button packages from the phosphor-buttons repo for button press handling: obmc-phosphor-buttons-signals - Sends signals when buttons are pressed and released obmc-phosphor-buttons-handler - Listens for the signals and performs the corresponding actions, which are the same as the current button code that lives in skeleton. These support the power, host reset, and ID buttons, All buttons are optional, and for a button to be configured its GPIO must reside in /etc/default/obmc/gpio/gpio_defs.json. If the GPIO isn't found, then nothing will listen for those button presses. See the phosphor-buttons code for the naming requirements. Tested: Built and ran image. (From meta-openpower rev: 5c738445228bc3916d24f582fe8b82e6ef7c539e) Change-Id: Ic6ac31d2df0000108b191971b959dbd635558258 Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add TPM to host config YAML fileMarri Devender Rao2019-01-151-0/+23
| | | | | | | | | | | | | To cater for parsing the Trusted Platform Module(TPM) FRU data sent by host to BMC and populating the inventory. Caters for printing the FRU data for TPM as part of IPMI command. (From meta-openpower rev: 1e56c7eccc807199e69ec2858cf49839d8718947) Change-Id: I6d63ef63c2bb21d78b255c67e318486467ef0eb1 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* reset upstream subtrees to yocto 2.6Brad Bishop2019-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset the following subtrees on thud HEAD: poky: 87e3a9739d meta-openembedded: 6094ae18c8 meta-security: 31dc4e7532 meta-raspberrypi: a48743dc36 meta-xilinx: c42016e2e6 Also re-apply backports that didn't make it into thud: poky: 17726d0 systemd-systemctl-native: handle Install wildcards meta-openembedded: 4321a5d libtinyxml2: update to 7.0.1 042f0a3 libcereal: Add native and nativesdk classes e23284f libcereal: Allow empty package 030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG 179a1b9 gtest: update to 1.8.1 Squashed OpenBMC subtree compatibility updates: meta-aspeed: Brad Bishop (1): aspeed: add yocto 2.6 compatibility meta-ibm: Brad Bishop (1): ibm: prepare for yocto 2.6 meta-ingrasys: Brad Bishop (1): ingrasys: set layer compatibility to yocto 2.6 meta-openpower: Brad Bishop (1): openpower: set layer compatibility to yocto 2.6 meta-phosphor: Brad Bishop (3): phosphor: set layer compatibility to thud phosphor: libgpg-error: drop patches phosphor: react to fitimage artifact rename Ed Tanous (4): Dropbear: upgrade options for latest upgrade yocto2.6: update openssl options busybox: remove upstream watchdog patch systemd: Rebase CONFIG_CGROUP_BPF patch Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump 171fbdf683..729521fef4Andrew Geissler2019-01-071-1/+1
| | | | | | | | | | | Matt Spinler (1): In startHost, don't set bit 2 in scratch reg 8 (From meta-openpower rev: a09650483bee67009e54fda9c80500e0b750e03b) Change-Id: Ibb134a2c865de6e88a37976859b765861c091db8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skiboot: fix stringop-truncationsBrad Bishop2018-12-172-0/+36
| | | | | | | | | | | | These warnings start to occur under GCC8. Submitted to upstream skiboot: https://patchwork.ozlabs.org/patch/1001179/ (From meta-openpower rev: ddbe3f7349269e5b2a94581fd7e5908159fab2e2) Change-Id: I9257e7e37c563d62660980ed07ebba12e828093a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-pnor-code-mgmt: srcrev bump af07acf84a..17f55a8231Andrew Geissler2018-12-031-1/+1
| | | | | | | | | | | William A. Kennington III (1): std::variant: Fix forgotten conversion (From meta-openpower rev: 4bfcecb015b78607cac21a89bf49e4a77686ed7f) Change-Id: I88529fa60976575da7a372c4ed60371b57e1cee3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-host-ipmi-flash: srcrev bump ee70196b0d..619207dc22Andrew Geissler2018-12-031-1/+1
| | | | | | | | | | | Andrew Jeffery (1): hiomap: Handle SIGTERM to ensure delivery of HIOMAP BMC status (From meta-openpower rev: ae07e037fa7f86eb12efd7ed4defc10656f5dff2) Change-Id: I6b8fb4d5f362e3e5020af4e94402518baba06ecb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-host-ipmi-oem: srcrev bump 5dd0c1b689..02261c0c55Andrew Geissler2018-11-291-1/+1
| | | | | | | | | | | Patrick Venture (1): add .clang-format (From meta-openpower rev: 98602070243fbd1ebb22bef934c1194750effb13) Change-Id: I81d0a53a03ec42f30da3da88df96114e0bdd4d57 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Update recipe to include pcie-poweroff serviceAndrew Geissler2018-11-261-2/+9
| | | | | | | | | | | | | | | Updated recipe to incorporate service file added in [1]. These changes add a p9 PCIE poweroff workaround in openpower-proc-control. The new services will use this workaround before cutting power during a chassisoff. [1] https://gerrit.openbmc-project.xyz/#/c/openbmc/openpower-proc-control/+/15192 (From meta-openpower rev: 179b68f566e0cc88c4b93910e9a6ae3a38baa3ae) Change-Id: I7eb4ef37343d518bb3757551605921322f7c8caf Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-software-manager: Specify PNOR Minimum Ship LevelsAdriana Kobylak2018-11-191-0/+4
| | | | | | | | | | | | Specify the PNOR Minimum Ship Level (MSL) to v2.0.10 and v2.2 which will be the next tags for the 2 streams op-build supports: https://github.com/open-power/op-build/tags (From meta-openpower rev: 26e87c5909fa89a7430d5c013de33d09bd9ac6ba) Change-Id: I0550abd5e29c6dd90c367f5d0fc372a9b727af92 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-pnor-code-mgmt: srcrev bump ea4e6aee07..af07acf84aAndrew Geissler2018-11-181-1/+1
| | | | | | | | | | | William A. Kennington III (1): Fix std::variant usage (From meta-openpower rev: 4992b4f42bafa7118b539d52374817edc59eb5ba) Change-Id: I372906cf8096fe13688c35d8fd7b35a7ed78c7ec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skiboot: Bump to 6.0.13Adriana Kobylak2018-11-151-3/+3
| | | | | | | | | | | | | | | | | Bump skiboot to 6.0.13 which contains the commit that adds the --skip flag to pflash[0] plus the release notes[1]: [0] 977aa1e pflash: Add --skip option for reading [1] e550528 skiboot v6.0.13 release notes Tested: Copied the built pflash binary to romulus and verified it had the new flag. (From meta-openpower rev: 13f6cad2d40fd06340500348e06097cdfb39eca1) Change-Id: I04d960471e0dfb728774b3eb6b5953c1b5eabcc2 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-occ-control: srcrev bump 5902d5f99c..29a8ed18ccAndrew Geissler2018-11-091-1/+1
| | | | | | | | | | | William A. Kennington III (1): powercap: Fix std::variant usage (From meta-openpower rev: ef42193c8626e891a2fc0b2c6910ed67e5db11e9) Change-Id: I3d763dcec0b8230e750513a0bd5ed650a7adeeba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump 1f733b3d82..5970484133Andrew Geissler2018-11-091-1/+1
| | | | | | | | | | | | Anthony Wilson (2): p9: cleanupPcie: Correct line endings p9: cleanupPcie: Run procedure on all CPUs (From meta-openpower rev: 2ac03e0ba7d0aca852b4b5fc6f90c0185b6fa937) Change-Id: I53a7554709dae260eb71089fb97f879a65b36692 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump f78d904209..1f733b3d82Andrew Geissler2018-11-081-1/+1
| | | | | | | | | | | William A. Kennington III (1): Fix std::variant usage (From meta-openpower rev: 26d2fe16255b0ed60a6a45db5da389939b2561e7) Change-Id: Ic0ace81b7d34498022b101747f69641c53757462 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-opnepower: master refresh e9a2e1a2d8..39ab114ed6Brad Bishop2018-11-085-5/+9
| | | | | | | | | | | | | | Update meta-openpower to master HEAD. Patrick Venture (5): meta-openpower: vpd: fru-inventory-mrw-native: set LICENSE field meta-openpower: vpd: fru-properties-example-native: set LICENSE field meta-openpower: vpd: fru-properties-mrw-native: set LICENSE field meta-openpower: vpd: fru-vpd-layout-native: set LICENSE field meta-openpower: ipmi-oem-whitelist-native: update LICENSE field Change-Id: I74959fd078a397701be44380721a420329552716 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: master refresh afc774a7f5..e9a2e1a2d8Brad Bishop2018-11-0712-11/+25
| | | | | | | | | | | | | | | | | | | | | | | Update meta-openpower to master HEAD. Brad Bishop (1): openpower: Add OPENPOWERBASE Patrick Venture (11): meta-openpower: dbus-interfaces-mapper-config-native: set LICENSE field meta-openpower: op-fsi: set LICENSE field meta-openpower: host: checkstop-monitor: set LICENSE field meta-openpower: host: hostboot-settings: set LICENSE field meta-openpower: host: p9-cfam-override: set LICENSE field meta-openpower: host: p9-host-start: set LICENSE field meta-openpower: host: p9-vcs-workaround: set LICENSE field meta-openpower: ipmi: /hostboot-inventory-config-native: set LICENSE field meta-openpower: ipmi-oem-sensor-inventory-mrw-native: set LICENSE field meta-openpower: occ-control-config-mrw-native: set LICENSE field meta-openpower: vpd: fru-inventory-example-native: set LICENSE field Change-Id: I8a40d1de336265d6c68932a5f6aec1dadbf0d4b8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: ipmi-oem-whitelist-native: set LICENSE fieldPatrick Venture2018-11-051-2/+3
| | | | | | | | | | Set LICENSE field explicitly. (From meta-openpower rev: afc774a7f5d89f05dce07f7244b69bfe6a959ac9) Change-Id: Ib07e3ab0fbce45a6137f229c92e68f5fe2df4e7f Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: ipmi-oem-error-native: drop extra licensePatrick Venture2018-11-051-1/+0
| | | | | | | | | | | Drop obmc-phosphor-license from recipe, the LICENSE field is set in the included piece. (From meta-openpower rev: aa923f75bddda3df95e707e1cb172c16a839a3a6) Change-Id: Ic92b75c6fe33665500f3321ca287e6865609273e Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: aspeed-lpc-ctrl: set LICENSE fieldPatrick Venture2018-11-051-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-openpower rev: a5da1d51efc81ac29728388c98308deee11fca8b) Change-Id: I128c593c8aecc01874e13f66486673d7feb42f29 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: dbus-interfaces: set LICENSE fieldPatrick Venture2018-11-051-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-openpower rev: ec25fd570f91daf647c9cbbedfd3715c342a4582) Change-Id: I2a2af224f0a729c053cb8a3be0547ffdd984de56 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-openpower: ipmi-oem: set LICENSE fieldPatrick Venture2018-11-051-1/+2
| | | | | | | | | | Set LICENSE field explicitly. (From meta-openpower rev: 530b49430c4d7ad62b8e2af68658a9fab14059b4) Change-Id: Ic197bedffd2001cbf4c5c2327cc652b7f3007b9d Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-pnor-code-mgmt: srcrev bump 5c33b4c6e5..ea4e6aee07Andrew Geissler2018-11-051-1/+1
| | | | | | | | | | | | Adriana Kobylak (2): item_updater: Call remove association on delete msl_verify: Read the functional version from D-Bus (From meta-openpower rev: 0f44c30f5e0fe4b4f5f610d83ebbaae5fdae9575) Change-Id: I05dd93be95071ca8ebff32a1a57f2eb66c44b43d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-proc-control: srcrev bump f0d958dff5..f78d904209Andrew Geissler2018-11-051-1/+1
| | | | | | | | | | | | Patrick Venture (2): s/copyright char/(C)/g to make compiler happy add .clang-format (From meta-openpower rev: 287e51a94d31e5299f995fb436b02877a891c258) Change-Id: Ida138c0f19151a0911e8f35a774a3368b6ac1634 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud