summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
Commit message (Collapse)AuthorAgeFilesLines
* remove use of meta-virtualizationBrad Bishop2018-08-2114-26/+0
| | | | | | | | | | | | | | | Remove meta-virtualization from any bblayer.conf.samples. It was originally added for the python-pyyaml and python-gevent recipes but better maintained versions of these recipes are provided by meta-python. Before this can be done the python-gevent bbappend in the phosphor layer must be removed. The version scope was wildcarded to any version but the patches don't apply to python-gevent_1.2.2, which becomes the default from meta-python when meta-virt is removed. Drop the bbappend. Change-Id: I6658a163460e3c8e63dc7371ffff803a7b6915b5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Use ColdFire FSI interface on Palmetto (P8)Joel Stanley2018-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Moves Palmetto to use the kernel API, and the ColdFire master driver. This change bumps the kernel (with device tree changes) and the skeleton repository for a corresponding op-hostctl (host_control.exe) change. Palmetto is the only system in the tree using this code. Any out of tree systems (such as other P8s) must switch to using the kernel interface as well. Skeleton changes: Joel Stanley (1): hostctl: Move to kernel FSI interface Linux changes: Benjamin Herrenschmidt (2): ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Palmetto system can use coprocessor for FSI Change-Id: I43aada22c9d7b21dc24bd5aae3c4dcb77bdaaa8f Signed-off-by: Joel Stanley <joel@jms.id.au>
* openpower: Add ASPEED LPC Control toolJoel Stanley2018-08-163-1/+25
| | | | | | | | | | | | | | | | | | This includes the 'pnorboot' tool for configuring the LPC firmware mapping. This is used by Palmetto instead of mboxd, as Palmetto only requires the LPC mapping component. The mbox component causes interrupts to be continually triggered on the host, causing unnecessary CPU load. As Palmetto is the only in-tree user of this tool, the service file hard codes the PNOR size. If we merge machines in the future this should be configured by the machine layer. Resolves: openbmc/openbmc#3357 Tested: Booted host on Palmetto, checked interrupt count Change-Id: I87daafa5008e978afd3a5fc386b347b014624911 Signed-off-by: Joel Stanley <joel@jms.id.au>
* meta-romulus: Increase delay in host rebootLei YU2018-08-082-0/+4
| | | | | | | | | | | | | | | By default phosphor-reboot-host@.service sleeps for 5 seconds between power off and power on. On Romulus, this interval is not enough for CPU to clear the error status, e.g. checkstop status. Increase the interval to 8 seconds to makre sure the status is cleared. Resolves openbmc/openbmc#3330 Tested: Verify the checkstop status is cleared after error injection. Change-Id: I14ab9975fe820e7fba27feaf1da32a2903d4bc13 Signed-off-by: Lei YU <mine260309@gmail.com>
* openpower-software-manager: Remove ubiclearAdriana Kobylak2018-08-073-20/+0
| | | | | | | | | | | With commit 494894d69c88cf4909993227af2dd8f2ca938752, the code to perform a factory reset (ubiclear) is now an API call instead of a service call, so we can remove the service. Tested: Host factory reset still works. Change-Id: Ifb5876eee30332b2e6c0923cf315349c69c78fcc Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* openpower-ipmi-oem.inc: bump versionAndrew Geissler2018-08-061-1/+1
| | | | | Change-Id: I5fa2416a10f17356b8d93e45852ce2aba1477bf3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower: inventory-config: fix-up interfaceDeepak Kodihalli2018-07-271-1/+1
| | | | | | | | | | | The motherboard or 'node' should implement the Inventory.Item.Board interface, and not the Inventory.Item.Chassis interface. The patch lets us view contained systems via the redfish/v1/Systems API on openpower boxes running bmcweb. Change-Id: I1a8755636b516e2284d4fa09391ce88cad113ec5 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* meta-lanyang: add LED recipeBrian Yang2018-07-252-0/+49
| | | | | | | | | Update LED Manager recipe to support Lanyang machine Tested: Built the LED recipe then checked the LED behavior on Lanyang Change-Id: Ic6be977815897007e09ebc685f1e714be02c36c9 Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
* Add bmcweb to meta-ibm layer for redfish supportAndrew Geissler2018-07-245-1/+32
| | | | | | | | | | | | | Put behind nginx and only activate when /redfish is queried via https. Testing: Verified that with this change in bmcweb: https://gerrit.openbmc-project.xyz/#/c/openbmc/bmcweb/+/11518/ that redfish commands can successfully be sent via nginx on the witherspoon qemu model. Change-Id: I97509dc3484deffd06c3d60db710eb3b17dfccb5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-07-241-1/+1
| | | | | Change-Id: Iadf107e86a6fb343bbf6292ebbdd71a4b1ae101f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* skiboot: bump to v6.1Gunnar Mills2018-07-241-2/+2
| | | | | | | | This bumps skiboot to the latest release. Tested: Built on a Witherspoon Change-Id: I7fc9d0f3e236fd6734617ddd86e27ed06ba2770b Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* ibm-logging.bb: bump versionAndrew Geissler2018-07-241-1/+1
| | | | | Change-Id: I09eff172c39d44d5e7a32552cfb34c68b58acfe8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Put bmcweb in common layer for others to useAndrew Geissler2018-07-243-56/+0
| | | | | | | Initially interested in bmcweb for its redfish support Change-Id: Ia180a895c8db2b184a455cd3be2bf28db4c4116d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* powerwell-neptune: Rename linux-obmc to linux-aspeedAmithash Prasad2018-07-233-2/+2
| | | | | Change-Id: I6770247bb9202d68ab9f9e4140c60ff2201b8d03 Signed-off-by: Amithash Prasad <amithash@fb.com>
* meta-romulus: Add led groups for faultsLei YU2018-07-231-0/+300
| | | | | | | | | | | Add fault groups, e.g. core, dimm fault groups in led config, so that fault monitor could set related fault group to turn on the fault led. Tested: Verify the led fault groups are created, and when asserted, the fault led is turned on. Change-Id: Iace27d605c11b8c5b3d33685eecdaffb402fc6ad Signed-off-by: Lei YU <mine260309@gmail.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-07-201-1/+1
| | | | | Change-Id: I5be442e3fe38ce840f1f16abb68b55fc880e9232 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-07-191-1/+1
| | | | | Change-Id: Ib6fa73502384669f8e6cca209f7ca34abd0fa2cf Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* nuvoton: Set LAYERSERIES_COMPATBenjamin Fair2018-07-192-0/+2
| | | | | | | | Bitbake warns when this variable is not set for a layer. Set it in the Nuvoton BSP and EVB layers to indicate sumo branch compatiblity. Change-Id: If2dd63954ca88d0dc4e0427eb6c3ccf035681585 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
* Fix bmcweb socket activationEd Tanous2018-07-192-1/+10
| | | | | | | | | | | | It looks like the socket activation part of the recipe got missed in the review. bmcweb can boot without it, but it's still desired to allow people to change what port bmcweb boots on per platform. Tested By: Launching image and verifying bmcweb boots on port 883, and all services are available. Change-Id: Idba19082d80ea4007c6a450219481756bd03938b Signed-off-by: Ed Tanous <ed.tanous@intel.com>
* nuvoton: move npcm7xx support into meta-nuvoton layerBenjamin Fair2018-07-191-2/+0
| | | | | | | | Move support for the npcm7xx SOCs directly into the meta-nuvoton BSP layer. This matches the layout for other chip vendors' BSPs. Change-Id: I47ac7a5b02cf87f6dd60d0f6fba2463c18e9fdf1 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
* ibm: Set LAYERSERIES_COMPATBrad Bishop2018-07-184-0/+4
| | | | | | | | Starting with sumo, bitbake emits a warning if this variable is not set. Indicate sumo branch compatibility. Change-Id: I592ecf6f9940004b2dccb0f4217464d389c771d4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Get whitelisted URLs - witherspoon jsonNagaraju Goruganti2018-07-182-0/+15
| | | | | | | | This commit adds witherspoon specific json file that specifies whitelisted URLs to be allowed access by REST server. Change-Id: Iaa9c77a38ac60748df8d819191596c17c635a18a Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
* Get whitelisted URLs - openpower jsonNagaraju Goruganti2018-07-182-0/+15
| | | | | | | | This commit adds a json file that specifies whitelisted URLs to be allowed access by REST server for openpower layer. Change-Id: I14b1c40db87c7806a86e34b0b7ca12c2bcd20635 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
* ingrasys: Set LAYERSERIES_COMPATBrad Bishop2018-07-182-0/+2
| | | | | | | | Starting with sumo, bitbake emits a warning if this variable is not set. Indicate sumo branch compatibility. Change-Id: I231b7d38f4dea0e34f408bd6d721dd221abf3545 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Move systemd bbappend to match base layer pathAndrew Geissler2018-07-184-0/+0
| | | | | | | | | | | | | | | yocto requires bbappend paths match the path of the layer that is being appended to. This was working with prior yocto releases but seems like the latest now enforces this rule. Testing: Verified override conf files are back in witherspoon image. Resolves openbmc/openbmc#3316 Change-Id: Idaace35871276ad20ef4d5bef51974fcdfbce9f1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-07-171-1/+1
| | | | | Change-Id: I6652c21f914f1a7eb4767ee73e458879bedf8fe2 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-romulus: Enable image signature checkLei YU2018-07-172-1/+2
| | | | | Change-Id: I05a4bb07a08cc6e89df302b2f25531a665118e1d Signed-off-by: Lei YU <mine260309@gmail.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-07-161-1/+1
| | | | | Change-Id: Ia0d8671b7607b274d99f8b4e640add36bfe2167e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-lanyang: add AVSBus script, servicesBrian Yang2018-07-166-1/+159
| | | | | | | | | | | | | Add AVSBus control script. Add systemd services to enable AVSBus after power on and disable AVSBus at power off. Add bitbake recipe to install script and services. Remove p9-vcs-workaround in the lanyang.conf and p9-host-start.bbappend because there is no UCD on lanyang platform. Change-Id: I3508776ff2b3ef5378af840f096d1cc4420f5062 Tested: built image correctly then can boot to host. Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
* meta-lanyang: add Lanyang config recipeBrian Yang2018-07-161-0/+5
| | | | | | Change-Id: I4a85d84158ba8ff14b5de2452c353f865188486c Tested: Built lanyang image correctly uses the Lanyang.py's config. Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
* meta-lanyang: Rename obmc-console recipeBrian Yang2018-07-161-0/+0
| | | | | | | | | | | | | The obmc-console.bb on meta-phosphor (openbmc/meta-phosphor/common/recipes-phosphor/console) has been renamed as obmc-console_git.bb so we rename obmc-console_%.bbappend to fit it. Please refer below link: https://github.com/openbmc/openbmc/commit/586e2261981bd999e31875b870569d6cfac86f58 Change-Id: Ic199f46e8a010378ec52de82201aef9b3617bdbd Tested: Built the obmc-console recipe Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
* openpower: Set LAYERSERIES_COMPATBrad Bishop2018-07-161-0/+1
| | | | | | | | Starting with sumo, bitbake emits a warning if this variable is not set. Indicate sumo branch compatibility. Change-Id: Ic95fb7929b2115c4659abf5632c4954cdd9a4440 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2018-07-121-1/+1
| | | | | Change-Id: Ia141956fd41dcbf1c95573455118c9eb9a169ca9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Update bmcweb to latestv2.3Ed Tanous2018-07-121-1/+1
| | | | | | | | Update bmcweb recipe to pull in the new dependencies (sdbusplus) and drop old (boost-dbus and libdbus), as well as bump bmcweb to the latest Change-Id: I056c6c835f7f4f4aa7891e0d3afca70ec70712bc Signed-off-by: Ed Tanous <ed.tanous@intel.com>
* Fix dependency in fsi-enable.serviceMatt Spinler2018-07-111-2/+2
| | | | | | | The hub scan was removed, now it's just the regular fsi-scan. Change-Id: I9fc73d5a21cb3233311f2eb5d583311461ed6cc7 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* openpower: Fix typo in enable-clearvolatileMatt Spinler2018-07-111-1/+1
| | | | | | | Tested: system boots and reboots Change-Id: I3c122f0a1f1f186e831a5e8965c9168f9bf15690 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* openpower-occ-control.inc: bump versionAndrew Geissler2018-07-101-1/+1
| | | | | Change-Id: I5110c3a82fd035c7ee3ba143c9b249e3bf69247a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* bmcweb.bb: bump versionAndrew Geissler2018-07-091-1/+1
| | | | | Change-Id: Id9dd42affea6437030bc267b15bc44b48cb00eef Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Fix openpower-ipmi-oem error yaml installationMatt Spinler2018-07-041-1/+1
| | | | | | | | | | Need the ${D} in the copy destination. Tested: Check that the errors now show up in the elog-lookup.cpp file generated during the build by phosphor-logging. Change-Id: I70d0b0acde98c697cadd2c4c50f0f16088014ce2 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* meta-romulus: Add ipmi inventory sel configLei YU2018-07-043-0/+359
| | | | | | | | | | | | | | phosphor-ipmi-inventory-sel provides a yaml config for sel events, and Romulus was using the default one, which makes the sel events not mapping to the expected devices. Provide a yaml config that matches Romulus system. Tested: Inject error and check SEL logs are correctly parsed by openbmctool.py in openbmc-tools/thalerj. Change-Id: Ic2a03a34e98bb383e32ef902f1a5da1d6ee6fe9e Signed-off-by: Lei YU <mine260309@gmail.com>
* meta-romulus: Add callouts yaml configLei YU2018-07-043-0/+25
| | | | | | | | | | | | Romulus was using the exmaple callouts yaml and it is just a dummy one. Provide the real callouts yaml config for Romulus. Tested: With the following commit, verify CALLOUT_INVENTORY_PATH is correctly set when CPU error is injected and the event is sent to BMC. Change-Id: I266c51cc52ebdd770dd332c50e26ed3e8cd65155 Signed-off-by: Lei YU <mine260309@gmail.com>
* openpower: Remove fsi-bind serviceJoel Stanley2018-06-292-25/+1
| | | | | | | | | | A year ago I added support for the external mode sysfs file to use when using cronus. This meant we did not need to un-bind the FSI driver. When that change went in we also should have removed the now-unused fsi-bind service. Change-Id: Ief0c2362f30f4dd7c320bf904000fe11be6b4914 Signed-off-by: Joel Stanley <joel@jms.id.au>
* openpower-occ-control.inc: bump versionAndrew Geissler2018-06-291-1/+1
| | | | | Change-Id: I0db419e4a175c47a806b18a76b4e7dcabb2b0091 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Remove the meta-stonewither layerMatt Spinler2018-06-2911-121/+0
| | | | | | | That project was killed. Change-Id: I8fec67b0136f7302f43f45223606bf7410c628d3 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* zaius: Rename u-boot bbappend to u-boot-aspeedBrad Bishop2018-06-283-0/+0
| | | | | | | | | | | | | 8099077e3 renamed the u-boot recipe and as such the append and associated patches no longer applied. Typically bitbake complains about recipe appends without a base recipe but in the u-boot case oe-core provides u-boot and the bbappend applied cleanly to _that_ version of the u-boot recipe. Change-Id: I5d526509813fdfce177d180aecb9ecb507d4e2b7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* openpower-software-manager.bb: bump versionAndrew Geissler2018-06-271-1/+1
| | | | | Change-Id: I7c3eee7b8c4a888929ece932faea0b77ddc67971 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* meta-x86: quanta--q71l: drop ipmi-fru-propertiesPatrick Venture2018-06-263-95/+0
| | | | | | | The ipmi-fru-properties were placeholder. Drop the definition. Change-Id: Ie188003dcd2710f243c36891fece1c6c352349b4 Signed-off-by: Patrick Venture <venture@google.com>
* meta-phosphor: Add Mailbox DaemonBrian Yang2018-06-262-0/+2
| | | | | | | | | | Change-Id: Ie65c83cfde93ae47c0dd1f9ffcfc37ce9566f18e Tested: Built image and mboxd then ran on lanyang motherboard, checked the mailbox daemon on BMC, used instruction "ps -l" to check mailbox process status, the result like "mboxd --flash 64M --window-size 1M" Signed-off-by: Brian Yang <yang.brianc.w@inventec.com>
* Add meta-openpower subtree maintainers fileBrad Bishop2018-06-261-0/+48
| | | | | Change-Id: I64ad8377d1aceb0949a48a11ba69825f59ae1f69 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* flash: Move image manager tmpfile configBrad Bishop2018-06-252-28/+0
| | | | | | | | | | | | | | 1e4452449 added a systemd tmpfile config file for the software image upload path but the config file was added to the systemd recipe. tmpfile config files should be added to the recipes/config files that use them. For example on an RPM based distro: $ rpm -qf /usr/lib/tmpfiles.d/samba.conf samba-common-4.7.7-0.fc27.noarch Tested: Validated software.conf present in Witherspoon rootfs Change-Id: I47e8c8c44eb19440cc98d0380e9634f688eccb21 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud