summaryrefslogtreecommitdiff
path: root/meta-openpower
AgeCommit message (Collapse)AuthorFilesLines
2019-11-11openpower-pnor-code-mgmt: srcrev bump f3dfe65de8..59d5657643Andrew Geissler1-1/+1
Adriana Kobylak (1): Host.Updater.service: Move dependency on ubi service to the ubi service (From meta-openpower rev: 2ac5d5b59e4b9eb4acdce0d962fef1ddd50e5e0b) Change-Id: I134d5dda1ba9523eff4fb095914b4b1da255936f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-11openpower-software-manager: New virtual pnor bbclassAdriana Kobylak3-2/+10
Create a new virtual pnor bbclass to hold the updatesymlinks systemd service file. This service file was moved because it doesn't depend on the filesystem layout. Enable it if the virtual-pnor distro feature is selected. Tested: Verified the service file was still present on witherspoon since the virtual pnor distro feature is part of ubi. (From meta-openpower rev: 86c282465aa3d601fcc949233049558ee6851d30) Change-Id: Id2d91e5bbcce93ed6d8c6750a0fa54fcf5a9615b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-11meta-openpower: Create new virtual-pnor distro featureAdriana Kobylak2-0/+4
Currently the virtual pnor features are conditioned on the ubi distro feature, but there are cases where a system running on an emmc for example is not using ubi but would like to use virtual pnor. Therefore create a separate distro feature to enable it, and add it to the ubi distro feature to ensure that any system that includes ubi doesn't have to remember to add this new virtual pnor distro feature. Tested: "bitbake -e" shows DISTRO_FEATURES="... openpower-virtual-pnor openpower-ubi-fs" (From meta-openpower rev: c835070e9e05a71e1b8bc1a06a61d0d28e5d29f4) Change-Id: If6951ea06effbfa545697ecd564be5762b2bfb2b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05openpower: skiboot: Bump version to v6.5.1Joel Stanley1-3/+3
(From meta-openpower rev: 27653bb5bb34433743c2b42ff31fec52c4706b15) Change-Id: I22ab48db5097c3a01c1a039ffa6cbc7c54e664ef Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05openbmc: Add systemd service for croserverJoel Stanley2-0/+19
The upstream application does not ship a systemd service file so we include it in meta-openpower. The service does not have an 'install' section as it should be started on demand by the cronus user. This may change in the future if OpenBMC gains the ability to put itself in a debug state, where starting the croserver will be part of that process. (From meta-openpower rev: c6c86e4602e7d8734e771ee4bf2fb1049acbfb75) Change-Id: I088ae4acfb7a8f039fd9342ba2314255ec7987f1 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05openpower: Include croserver in system packagegroupJoel Stanley1-0/+1
It should only be started on developer systems, as it listens on a network port without further authentication. (From meta-openpower rev: 221baaeb7dfe598261774371a5f8ca9832cd1306) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I4bd8fc85a7e885bfd1bf64af5a31915eb2d9d1d3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-11-05openpower: Build croserver from eCMDJoel Stanley1-0/+29
This packages the croserver so it can be shipped as part of the image. It should only be started on developer systems, as it listens on a network port without further authentication. The eCMD build process is unique. Due to the way it handles LDFLAGS the recipe passes the GNU hash style to the linker manually. If/when eCMD's build scripts are improved to support the build environment providing extra LDFLAGS this could be removed. (From meta-openpower rev: d02041513915469430aed06ad60804d625331b87) Change-Id: Ic842089770e4f9e0c7e47ba855a074ae6ef70d73 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-23openpower-pnor-code-mgmt: srcrev bump b41a57d52c..85f2540759Andrew Geissler1-1/+1
Adriana Kobylak (2): generate-tar: Call mksquashfs with -all-root option generate-tar: Set permissions of partition files to read only (From meta-openpower rev: eb5aad30583a3edb6b2f574a47bd216b13df7e6b) Change-Id: I3241ae65cb21ee0a1563fe05dfa658bf763d919d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-22meta-openpower: host-fw: New recipe to include the host firmwareAdriana Kobylak1-0/+33
This recipe will be used to bundle the bmc and host firmware into a single image file. The location of the host firmware image can be specified via variables. If no host firmware image is specified, still create the default destination directory, to mimic a blank PNOR device. (From meta-openpower rev: d552bf6e0cf9cc1c9d4bfd650cf2765277cda980) Change-Id: I4719cce17ae947610691a38cb0dc48ce7011db14 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21first-boot-set-*: Use ConditionPathExistsAlexander Filippov4-2/+7
Replaces the calls of `systemctl disable` with `ConditionPathExists=' in the systemd units files. It will allow us to distinguish an admin created state and a runtime created state. (From meta-openpower rev: 4b5603b4426442973f29392ee4d0955f48680fac) Change-Id: I1d187662576dea93550d21cf7031fbc663610fe7 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17pdbg: Bump version to v2.4Joel Stanley1-2/+2
This release contains various fixes, and improved support for running the SBE in istep mode. Alistair Popple (5): libpdbg: Fix segfault when auto-detecting host backend libpdbg/host.c: Use reg property index of index to find chip-id libpdbg: Fix pib_to_sbefifo pdbg: Make getmem always hexdump configure.ac: Tag version 2.4 Amitay Isaacs (3): main: sbe_istep takes pib target istep: Add checking for istep major/minor numbers istep: Run all sub-steps if minor is 0 (From meta-openpower rev: b1c73efdc2d7e1ea7b506e1ddb30493aa818bc1d) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Ib621492778359205b2eb497de20567454e1d0534 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17openpower-proc-control: srcrev bump 60db8b147d..22a057ed88Andrew Geissler1-1/+1
Jayanth Othayoth (1): Update MAINTAINERS list (From meta-openpower rev: da22dc13750a4a37cc8ec5782d09f6482baa77e6) Change-Id: I92bd57bea31c14d84faa302d1eb7ca0b1a87b767 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10Do not reload systemd when removing servicesAndrew Geissler2-2/+2
Testing has shown that reloading the systemd daemon during the execution of the multi-user.target can cause intermittent failures. systemctl itself has special code to handle the situation when it sends the Reload command to the systemd daemon. It doubles the D-bus timeout and it also expects a disconnect, not a reply to it's sd_bus_call(). There is no need to have systemd do a daemon-reload with these services. The goal is to just prevent them from running during the next reboot of the BMC in which case systemd will be reloading the services anyway. (From meta-openpower rev: dc61895cbd6b269ed925fdb6266973a98f8a1d8e) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic9741234c9b0a4f7b1c020492a611da21f956d4f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10dreport: Added GUARD pluginMarri Devender Rao2-0/+36
Plugin used for collecting GUARD record information. GUARD records provides failed hardware FRU information in the system. This will be usefull for debugging field issues related to hardware failures. Resolves openbmc/openbmc#199 abandoned commit which was in meta-ibm https://gerrit.openbmc-project.xyz/c/openbmc/meta-ibm/+/14592 (From meta-openpower rev: 28ad34e17e2b3a127c10d1bac618614c5dd0b922) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I6fbd0e41b4139cbb28d67760b96eef5412417e0f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08openpower: Remove hostboot-settingsBrad Bishop3-140/+0
With the resolution of CVE-2019-6260 the SuperIO scratch registers that hostboot-settings uses cannot be read from the host. This means it is not being used, so we can remove it from the build. (From meta-openpower rev: d6124f416c014e1710c17b5d7c2fd90f85a2d0ca) Change-Id: I508555ba063fa08f322f66ee2ce88bd15e500d97 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-03pdbg: Bump version to v2.3Joel Stanley1-2/+2
New features since v2.2: - Support for using the SBE to read/write memory - General SBE chip-op support - Cronus backend - Fixed for clang - Default device-tree selection for applications - Bugfix for newer OpenBMC kernels using alternate FSI paths (From meta-openpower rev: 42f47f251fabfbc1c19d0616a429be48f6a6918d) Change-Id: Id602f80f8fb87b3258c3b4d4bd72a5c2b3f6ecda Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-03openpower: op-apps: Remove hostboot setting serviceAndrew Geissler1-1/+0
With introduction of HIOMAP function, this is no longer needed (From meta-openpower rev: 3f3edac739961e7d9f632d04a13450ee42456a4a) Change-Id: I4fb7390938fd44ab38cf6f583adb7901a1ffe020 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01openpower-proc-control: srcrev bump 424475d4b9..60db8b147dAndrew Geissler1-1/+1
Joel Stanley (3): Remove endian swapping abstraction targetting: Remove old sysfs path Update sysfs paths to use /sys/class/fsi-master (From meta-openpower rev: f9e31dbd85d95fd1f183a27965d0dab2db321c8e) Change-Id: I9e99dca94b2cc697014e5b908edc81cf52e903b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-openpower: express layer dependenciesBrad Bishop1-0/+1
meta-openpower has hard dependencies on oe-core, meta-phosphor and meta-aspeed. Express those in layer.conf so users can get a helpful error message if they are missing a required layer from their layer configuration. Generally users will look here for this information here as well, so it helps to have it here. (From meta-openpower rev: b1c327664fed9dfddc2e67c09831af72b3cf1fea) Change-Id: Icadfe6a62343963c9c53184a4504b388512c6338 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-openpower: enhance README.mdBrad Bishop1-4/+46
Add words to the layer README. The existing README is somewhat terse. Expand it some, adopting some of the conventions from other well-known OE BSP layers (used meta-freescale as a template). Briefly describe the goal of the layer. The goals mention full implementations for OpenPOWER reference platforms, which doesn't match reality today; however, the current plan/thinking is to consolidate the meta-foo layers for each reference platform into meta-openpower. Added layer dependencies. meta-openpower depends on oe-core, meta-phosphor and meta-aspeed. Add contributing guidelines and style guide. (From meta-openpower rev: 259c9bad006ecdc814f5d9dbd0b718ca5559fb1e) Change-Id: I737ac1960fe2e3ba38994e9a9c36c95de19f7746 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26meta-openpower: layer.conf add zeus compatibilityBrad Bishop1-1/+1
OE-Core master will be dropping warrior soon; zeus is the next release. (From meta-openpower rev: 919b020895d59ef129695aba0b26245db6cf8ad2) Change-Id: I03090f096d4dec31d15d4ddcabe78b42e8ebe8b9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25openpower-pnor-code-mgmt: srcrev bump d23b5b74cf..b41a57d52cAndrew Geissler1-1/+1
John Wang (2): Move to new association interface msl: Support for v-xx.xx.xx format version ID (From meta-openpower rev: 62ac00b8bcb252cd49b3c39f13caab2fd19600eb) Change-Id: I9a9a072f19a61871d837e2b9de84858f34fe1c74 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-24openpower-host-ipmi-oem: srcrev bump 81c34dfea4..64354b6604Andrew Geissler1-1/+1
Andrew Geissler (1): Increase power down wait on factory reset (From meta-openpower rev: f9ea123445d920b0e9d2f3a6e30c871064badcd6) Change-Id: I1641d57f70b470a9d2de99be39be33972c5682ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-17openpower-vpd-parser: srcrev bump ee79ca8425..18197ae979Andrew Geissler2-1/+6
Alvin Wang (1): Add 2nd MAC address for 2nd NIC (From meta-openpower rev: 44cb053cceb59e300b56e8e2e3207489f4e9950f) Change-Id: If7bff634111dbd2124635234ba518c983666f1c1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Alvin Wang <alvinwang@msn.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-17meta-openpower: Remove references to OPENPOWERBASEBrad Bishop20-22/+19
OPENPOWERBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-openpower rev: 2e899dc36982e5420f136da967669544e49c0c0e) Change-Id: Ia201bc5e60a9e4cd2392bb3735c99596d1fee006 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-12Add two MAC addresses support for Mihawk's 2 NICsAlvin Wang1-1/+22
(From meta-openpower rev: 94da1d8dee685dbfb062f457597265289d369295) Change-Id: I0df0ad8b66d8dfc7774bf3af73a08eed26a6d497 Signed-off-by: Alvin Wang <alvinwang@msn.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-12openpower-dbus-interfaces: srcrev bump bd2f0cb412..c5191609d0Andrew Geissler1-1/+1
Matt Spinler (1): PEL: Change IDs from int32 to uint32 (From meta-openpower rev: f0cce10b5730eabd3cb3c829c3da0906476e5194) Change-Id: I2bb6fcdd7939f752dad7267370747cf924d04c65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-28meta-openpower: avahi: Append MAC address to the hostnameasmithakarun1-11/+45
The idea of this commit is to handle situations where the serial number is not written into bmc-vpd. In such cases, the MAC address will be appended with the hostname to make the hostname unique. Tested By: 1. When BMC Serial Number is present: Output: root@witherspoon-YL10UF78A0H4:~# hostname witherspoon-YL10UF78A0H4 2. In the absence of BMC Serial Number, MAC Address is appended: Output: root@witherspoon:/# hostname witherspoon After enabling first-boot-set-hostname.service and reboot, root@witherspoon-70e284143365:/# hostname witherspoon-70e284143365 3. When Inventory interface is not found: Output: Exits with error: "No Ethernet interface found in the Inventory. Unique hostname not set!" Hostname will not be set. It remains the same. (From meta-openpower rev: d9e4700f7a09894fdd17b2fe97e51cf88135c585) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ia753e9797ee1627bf3ddd2edbb7ceed81fccad12 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-20openpower-pnor-code-mgmt: srcrev bump 4d3d91262b..d23b5b74cfAndrew Geissler1-1/+1
Oliver O'Halloran (1): Use wc to calculate file sizes (From meta-openpower rev: d55dcd5d08b6f806464ca92ed6748fcd787ac836) Change-Id: I7503ab3c2a8ee450373f17e177e3ef8d1bbcd689 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-16op-proc-control: Use libpdbg to issue NMIAndrew Jeffery1-9/+1
(From meta-openpower rev: 075a2d9cadc92542d6a0527e77542d4507c11c12) Change-Id: I13df8506231521d6878450760322cf6ea0cfbc64 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-14openpower-dbus-interfaces: srcrev bump 84a750aeee..bd2f0cb412Andrew Geissler1-1/+1
Jayashankar Padath (1): New property to clear or reset the security keys (From meta-openpower rev: b7cd00fcb997d277b3c4d9ea4f78d1edb246f6e8) Change-Id: I001947b8d21de9d19d02f4ae1861d79ec9e0ca08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-12openpower-pnor-code-mgmt: srcrev bump abe862aae4..4d3d91262bAndrew Geissler1-1/+1
Jayashankar Padath (1): Code Update: Host ApplyTime support (From meta-openpower rev: b9501ff650720ef93b864e45d82e828c57ae0f84) Change-Id: I8dcfc59700a727e2ad96e82a87e1d40bac8ca30b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-09meta-openpower: first-boot-set-hostname: use BPNAdriana Kobylak1-4/+4
Avoid a new QA warning: SRC_URI uses PN not BPN [src-uri-bad] (From meta-openpower rev: b46a23a26760830e18f4813cbec8e143b9effd0c) Change-Id: Ie14704b132d684c4f8733b99ce2c44a0f4fab9f5 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-08op-proc-control: Depend on pdbg for libpdbgAndrew Jeffery1-0/+9
Subsequent patches will link against libpdbg. (From meta-openpower rev: 06513d650714e3d85fb35c53d5b3361096b1a012) Change-Id: I09d98752af5ffc62f9f6b89aeb8e171bd5ac56d6 Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-06Avahi: Removing Inventory svc dependency from unique hostnameasmithakarun1-2/+0
xyz-openbmc-project-inventory.service dependency is removed from first-boot-set-hostname service. Unique hostname service may depend only on the VPD parser service, which has dependency on the Inventory service. (From meta-openpower rev: 3c830d7d08a729935e1ed9eece82a2a64ca693cc) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: Ib4445d418ce5f64676b1758ba3d7b216f54d7964 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-08-02openpower-occ-control: srcrev bump eaaf3b284c..00a647809aAndrew Geissler1-1/+1
Matt Spinler (1): Use experimental::filesystem for the power cap (From meta-openpower rev: 30c99b05cc1d6c0a2b222164e87adba16ec23196) Change-Id: I583ba8175b3e99a14cae06789e010870ff24fd1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-08-01openpower-pnor-code-mgmt: srcrev bump adf91f58da..abe862aae4Andrew Geissler1-1/+1
Adriana Kobylak (1): ubi: Rewrite freePriority (From meta-openpower rev: a42a8c25f9abdf6b3f5246ea0b9c9619f9d5cffc) Change-Id: I757fc926b69fb8fd4921b7a8b75e3cec317e718d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-26openpower-dbus-interfaces: add dependency and bumpMatt Spinler1-1/+2
This latest revision bump contains code that has an xyz.openbmc_project error listed in an interface, so add phosphor-dbus-interfaces as a build dependency. openpower-dbus-interfaces: srcrev bump c7fc323383..84a750aeee Matt Spinler (1): Add PEL related methods (From meta-openpower rev: 62390046fe692dddf7e5d18e2358cfc133c20bc1) Change-Id: I310a72b504f9fd9c6e7c7e70338ac0069e375d2f Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-26meta-openpower: add a recipe for nmi serviceLakshminarayana R. Kammath1-1/+7
1) Generic interface to initiate non maskable interrupt on host processors. 2) Bump up SRCREV for openpower-proc-control that enables NMI control (From meta-openpower rev: e915010db7ab5a874908f91ddd7fd985efbc64c5) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Change-Id: Ibc7cb76bcde558618ed3624c022f0b016f022492 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-26pdbg: Bump version to 2.2Jayanth Othayoth1-2/+2
Upstream changes: - api for custom sbe chip-op - SBE chip-op based sreset - sbefifo procedure to get ffdc data (From meta-openpower rev: b91da78f6bbc02f6aee8a16b00ab9ef98c6b0d1d) Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic573d66a24b96a183e29f15a9b9dbd4be9d641ba Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-24meta-openpower: move bmcweb bbappendBrad Bishop1-0/+0
Upstream bmcweb is in recipes-phosphor/interfaces, not recipes-phosphor/bmcweb. Move to match. (From meta-openpower rev: 7e685d7edb9e030217d4980aac7397102e0e3fa1) Change-Id: I04735e31b4f983a15bd07a1dfef5651e6b2d08b6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23openpower-pnor-code-mgmt: srcrev bump 10e915abf1..adf91f58daAndrew Geissler1-1/+1
Oliver O'Halloran (1): Fix generate-tar on ppc64 hosts (From meta-openpower rev: 00b0d2a65c0a79850923fae9e86ae351549ec484) Change-Id: I0ff4cb3d17965053d36b2b1b8285268d4839bef8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-19openpower-occ-control: srcrev bump 6d6d1b380a..eaaf3b284cAndrew Geissler1-1/+1
Matt Spinler (1): Power cap fixes required for the 5.0 kernel (From meta-openpower rev: 629c85c6fba8440e1e56c47489ae3d1c4e942948) Change-Id: I6532a6c7c752213e312ed4278d7928ef87f00c5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-17openpower-vpd-parser: srcrev bump eb67ba13dd..ee79ca8425Andrew Geissler1-1/+1
George Liu (1): Fix decoding of MB (From meta-openpower rev: 847417cadf5866a02da9be843fde381a21565644) Change-Id: Ia162c6cb9463e69d8e9c4ba7849cfd87589717a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-17openpower-dbus-interfaces: srcrev bump 2f7e6758be..c7fc323383Andrew Geissler1-1/+1
Matt Spinler (1): Add .gitignore (From meta-openpower rev: 39ccd87dc47b9c455283b8d50061eb314e0a99ea) Change-Id: I3745beb9752b4d4b7f54f66085ea79cbdb02de6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-14openpower-software-manager: Use in-repo script and systemd unitsAdriana Kobylak14-518/+0
Use the script and systemd service files provided by openpower-software-manager. Remove the op-pnor-msl.service from the ubi bbclass since it's already being included from the main recipe. Tested: Verified the service files were present on the image and PNOR updates were successful. (From meta-openpower rev: b3d3c717140ed02d116174d6496a7cb291369b78) Change-Id: I4f77c9bb5869a2380247b7b6a1c772ab98cddf10 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-11GUI: Turn off Redfish Event LogGunnar Mills2-0/+13
OpenPower systems use the exisiting D-Bus GUI panel, named "Event log". This new Redfish Event Log panel was added here: https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/15801 More detail there on why a 2nd event log page was added. One day would like to share a Event Log panel in the GUI, but at this time it is not possible due to the field differences. OpenPower systems still use the following phosphor-logging features: resolve field (not in the Redfish spec), delete event logs one at a time (not yet implemented on the backend), and EventID (not in spec). See https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/22868 (From meta-openpower rev: bc28b6abe52b70b60874fe57ee60ae12e196c359) Tested: Built image with 22868. No longer see the Redfish Event Log panel. Change-Id: Ie2d89fd059bfc3df4d333fac5c4177994425d462 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-26Avahi: Adding Asset interface in the script to generate unique hostnameasmithakarun1-1/+2
xyz.openbmc_project.Inventory.Item.Bmc is a null interface where the SerialNumber is not present. xyz.openbmc_project.Inventory.Decorator.Asset interface contains the SerialNumber and is replaced in place of the former interface. Tested by: 1. Finding SerialNumber in Inventory interface - busctl introspect xyz.openbmc_project.Inventory.Manager /xyz/openbmc_project/inventory/system/chassis/motherboard/boxelder/bmc output: [[0;1;39mxyz.openbmc_project.Inventory.Decorator.Asset [[0m interface - - - .BuildDate property s "" emits-change writable .Manufacturer property s "IPS " emits-change writable .Model property s "" emits-change writable .PartNumber property s "01DH137 " emits-change writable .SerialNumber property s "YL10UF76W015 " emits-change writable 2. Finding hostname - hostname output: witherspoon (From meta-openpower rev: cb0591457e1af5e79e8ac63770897ec1f25a1d51) Signed-off-by: asmithakarun <asmithkr@in.ibm.com> Change-Id: Ia7234471503562cfcbe14630e2e1352a3a84062e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-26meta-openpower: first-boot-set-mac: use BPNBrad Bishop1-3/+3
Avoid a new QA warning: SRC_URI uses PN not BPN [src-uri-bad] (From meta-openpower rev: 3ba5cd5ddaa2536ed583ee5ad47732d82577623f) Change-Id: I328253a3d1348bfde764a8a4b2485f09c62249cf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-22openpower-pnor-code-mgmt: srcrev bump 851bc064b2..10e915abf1Andrew Geissler1-1/+1
Adriana Kobylak (1): Move script and systemd service files into repo (From meta-openpower rev: eeca4577ce2dc143bfb1c1de2710a26985d7ad2a) Change-Id: Iff9cf0ec18112b6985c1522287858a772b323de5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>