summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Service for enabling/disabling host failure rebootsMatt Spinler2017-03-153-0/+23
| | | | | | | | | Wraps the auto_reboot host setting in a service so it can be enabled or disabled by starting or stopping the service. Change-Id: Ib3e92f67eb833cd6e31e153b58a63edb6837ae2c Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* sdbusplus.bb: bump versionPatrick Williams2017-03-151-1/+1
| | | | | Change-Id: Ie58fbf4d71663d70128a05b9f6dfd5fd8cf07d6e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Mount a specified PNOR UBIFS volumeAdriana Kobylak2017-03-152-0/+12
| | | | | | | | | | | | | | | Create a template systemd unit file to mount a specified PNOR UBIFS volume (systemd does not support template mount files). Create it with an arbitrary size of 1MB, it can be dynamically resized at runtime. Example usage: systemctl start obmc-flash-bios-ubimount@N where N is the desired partition number, ex: 1. This will create a volume named pnor-rwN (ex: pnor-rw1) under the /media directory. Change-Id: I6c4d8662dfb50e83d02bfb946ce11b74726fe3bd Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Attach the PNOR mtd device to UBIAdriana Kobylak2017-03-152-0/+11
| | | | | | | | | | | | | Create a new service that gets the PNOR mtd device from /proc/mtd and performs a ubiattach to it. Since only one mtd device (PNOR) is being attached, it's assumed that a /dev/ubi0 device is created. Later when more devices/chips are attached, a udev rule might be needed to link them to a specific ubi device number. Change-Id: I5e3018b7f4b9551861ca52718cc40b8ccfe0da6e Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Automatically check for chassis power on BMC rebootAndrew Geissler2017-03-154-1/+32
| | | | | | | | | | | | Run the obmc-chassis-reset@.target: - Check if pgood is on - If it is, create the file in /run/openbmc/chassis@%i-on and - Run the systemctl command to start the chassis power on target Resolves openbmc/openbmc#1094 Change-Id: I93f94fc1b75e35fd353387d0bed5569e07615171 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Targets and services to check for pgood on bmc resetAndrew Geissler2017-03-157-2/+84
| | | | | | | | | | Once enabled these targets and services will be run after a BMC reboot to check if pgood is on and if so, to create a file which will be used by other power on services to know whether they need to run or not. Change-Id: Id2e75f9bce20f362d2f57a79e91ece1eaf7d7c45 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* Do not run chassis power target services if power onAndrew Geissler2017-03-1516-0/+16
| | | | | | | | | | | | This is the first commit in a series that will ensure we do not run the chassis power on services when the chassis is already on. Specifically this is to handle the situation where the chassis is on and the BMC is rebooted. Change-Id: I733ca076f044731a4ba327fe2f46302dce5f4edd Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-03-151-1/+1
| | | | | Change-Id: I4fadf9ab68dff9ebd7326c8f1496a73c92576944 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-151-1/+1
| | | | | Change-Id: I4b3c77be1c8717129258f1a24c0a3b12afa7a003 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add delay after running mboxd reloadAndrew Geissler2017-03-151-0/+2
| | | | | | | | | | | | The previous temporary fix for openbmc/openbmc#1045 was lost when the code moved over to the new host state code to issue reboots on the watchdog timeout. Now that the new code is in, the software is now guranteed to run this service which means it can simply put the delay in the service file. Change-Id: Ie713f1291072d3a35d721b5a4c911d7baf756d4b Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
* kernel: i2c workaround and fsi unbind fixJoel Stanley2017-03-151-1/+1
| | | | | | | | | | | | | | | | i2c workaround to ease the symptoms of openbmc/openbmc#998 FSI patch to set the FSI pins to the correct state for Cronus when unbinding the driver. Andrew Jeffery (1): i2c-core: Expand buffers used in i2c_smbus_xfer_emulated() Christopher Bostic (1): drivers/fsi: Set enable line to '1' on unbind Change-Id: Id1be5b9727391e4c56c797e5daa063e29a071b6f Signed-off-by: Joel Stanley <joel@jms.id.au>
* phosphor-led-sysfs: Add DEPENDS on phosphor-dbus-interfacesXo Wang2017-03-141-0/+1
| | | | | | | | | | | | | | | This fixes a build warning WARNING: phosphor-led-sysfs-1.0-r1 do_package_qa: QA Issue: phosphor-led-sysfs rdepends on phosphor-dbus-interfaces, but it isn't a build dependency, missing phosphor-dbus-interfaces in DEPENDS or PACKAGECONFIG? [build-deps] and occasional build failures due to phosphor-led-sysfs:do_configure running before phosphor-dbus-interfaces is built. Signed-off-by: Xo Wang <xow@google.com> Change-Id: Id59e0ffff5befa66e90a0d29373368ab0a0a36ee
* meta-romulus: Remove VDDR workaroundLei YU2017-03-141-5/+0
| | | | | Change-Id: I269dde2c5bc77d9362b139df0206e78574073d09 Signed-off-by: Lei YU <mine260309@gmail.com>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-141-1/+1
| | | | | Change-Id: I468dc8928d0d8133f41c5c9abdc2634fbfd0745c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-sysfs.bb: bump versionPatrick Williams2017-03-141-1/+1
| | | | | Change-Id: I660be705473dacdaa1a9b9e555daab0487830afc Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-141-1/+1
| | | | | Change-Id: I68220a9b23da25b3aca07d61428e553ac372cd89 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-141-1/+1
| | | | | Change-Id: I7d8b7a525bbd084924b68af95790fa804512e257 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-led-manager: add missing dep on phosphor-loggingRatan Gupta2017-03-141-0/+3
| | | | | | | Fixes openbmc/openbmc#1308. Change-Id: I10bbbec6113df49e6d6c0480eb8bf3cc06d017f4 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* phosphor-led-manager.inc: bump versionPatrick Williams2017-03-131-1/+1
| | | | | Change-Id: I6a0bb20fe94ad87b049799e698684df6930fe3b4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* meta-witherspoon: Remove vddr voltage overrideJayanth Othayoth2017-03-131-1/+1
| | | | | | | | | | The VDDR overrides were only appropriate for chip before DD1.02. Those older chips have all been removed from lab circulation. Resolves openbmc/openbmc#1285. Change-Id: Ie5d6efe6cadaa1f6938741d4932f79d5130afaf0 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-03-131-1/+1
| | | | | Change-Id: Id3c296c4b84c37e8ee695ea43f23b60ba2ddffeb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Fix incorrect led name in platform specific filesVishwanatha Subbanna2017-03-102-3/+3
| | | | | | | | | | Changing the names in led config caused DOA since the corresponding bbappend changes were not done. This fixes that bug. Fixes openbmc/openbmc#1291 Change-Id: I4ff1fbb01be14f0af15a7d14f736bd79b5940dc3 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Update LED group definition for Barreleye boxVishwanatha Subbanna2017-03-101-17/+7
| | | | | Change-Id: I48c79cc0fd9d847cba3aeb57ee5392deac230fc3 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Update LED group definition for Palmetto boxVishwanatha Subbanna2017-03-101-15/+5
| | | | | Change-Id: Ica59ac295b4ab5e071c02d6c0f6f519be8414827 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Update linux kernel version to 4.7.10Saqib Khan2017-03-101-1/+1
| | | | | | | | | This is the last supported version of 4.7 branch. There will be no more updates of this level. Joel recommended this change. Change-Id: I8fea65b614c0528997a6f77fb6b6a35c52a6d6cf Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* kernel: FSI fixes and device tree updatesJoel Stanley2017-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Four more bugfixes for issues with the FSI driver from Chris. An update to the Romulus device tree to reflect the fact that it has only one BMC flash. And an addition of a hog for the NC-SI mux pin to the Zaius device tree. Christopher Bostic (4): drivers/fsi: Set I/O to standby values on unbind drivers/fsi: Reorder hub devices so that parent is set before add drivers/fsi: Remove hub devices during master unregister drivers/fsi: Free up allocated resources on fsi-master unbind Cédric Le Goater (1): ARM: dts: aspeed: romulus: remove second BMC flash Xo Wang (1): ARM: dts: aspeed: zaius: Enable NC-SI mux Change-Id: I0bbf8514f1c5f3c04e03ab051ae233d72d3328f4 Signed-off-by: Joel Stanley <joel@jms.id.au>
* mboxd.bb: bump versionPatrick Williams2017-03-101-1/+1
| | | | | Change-Id: I8e30ad9d847dacf0e88123ef8e0d1ed3096f8ece Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-101-1/+1
| | | | | Change-Id: I4a20edd44397b22a077711ccbbcd5c12d85b49d6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I5fb8e148c527c8cf0a285f824cc898ce953a8b96 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I617ece78cd9e7f296ecf0f441405e6e48bdfd8c4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-fru-vpd:Fixes the build failure for non mrw systemRatan Gupta2017-03-091-1/+1
| | | | | | | | Install the sample example file as out.yaml which is expected in openpower-fru-vpd recipe. Change-Id: I50689b98814b8a4c8fa23261c4fcf0bd73c63538 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-romulus: add YAML for system InventoryRatan Gupta2017-03-092-1/+638
| | | | | Change-Id: I069d7a0586d416692f01d54cc01318002a810c6f Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-garrison: add YAML for system InventoryRatan Gupta2017-03-092-1/+1393
| | | | | Change-Id: I1e7b02813a53fd63e0c867e8712a407a0422c725 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-firestone: add YAML for system InventoryRatan Gupta2017-03-092-1/+1393
| | | | | Change-Id: I8d5d39c1dcafdd5c18582957db9a41781b5aa0ed Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-palmetto: add YAML for system inventoryRatan Gupta2017-03-092-1/+275
| | | | | Change-Id: I537fea3f24af262d181865381bc7564ca3404aee Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-barreleye: add extra properties YAML for system inventoryRatan Gupta2017-03-091-0/+352
| | | | | Change-Id: I18d31e2adc31f2ac5b5094414623be3c40992837 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* meta-barreleye: add YAML for system inventoryRatan Gupta2017-03-091-0/+1041
| | | | | | | | This YAML file is for Barreleye, as it can not be generated from MRW. Change-Id: Ie42b49bcef11b7a8e137ae634eecd481c9f73efe Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I56697e33d0559da9d39a22d811377fcd402c2635 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-logging.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I20b34277d3abdefd9ca8c993608d01b2b0e91d1c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I83c70c264d3851991ac5880a4e00f1ceb7d5d06f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-phosphor-user.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I58f490d0878f04751f388d30b4b2a967905f4eef Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* network.bb: bump versionPatrick Williams2017-03-091-1/+1
| | | | | Change-Id: I1daf9324ff0841dcf4ada0d61f853898d5833deb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-inventory-manager.inc: bump versionPatrick Williams2017-03-081-1/+1
| | | | | Change-Id: Ibfcf11cc9506ee971f7cdc0ab6fd4c5931806c30 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-03-081-1/+1
| | | | | Change-Id: I0f101bf6252a799e37286fe6ee57e5b1cb4310da Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-03-071-1/+1
| | | | | Change-Id: I50b41c78660f5628af53746931a7688156bd756a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-03-071-1/+1
| | | | | Change-Id: Ia8f4f5e15827df4d99dfeb9b78114590f9c9a6cf Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* obmc-phosphor-image: disable /etc/version filePatrick Williams2017-03-061-0/+7
| | | | | | | | | | | | | | The /etc/version file is created by image generation with the timestamp of when the image was built. This is not useful to users and they should instead use /etc/os-release. There appears to be no way to disable the version file. Per the following email, delete it as part of the ROOTFS_POSTPROCESS_COMMAND: https://www.mail-archive.com/yocto@yoctoproject.org/msg33555.html Fixes openbmc/openbmc#1232. Change-Id: I78b3f31477c8490312be253eb363c4aafadf486c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-03-061-1/+1
| | | | | Change-Id: I9bec4d5d5a5c4087cdf5bc40e3fc53bca292c04e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* mrw-rev.bbclass: bump versionPatrick Williams2017-03-061-1/+1
| | | | | Change-Id: I20be9aa1afee8d165d6812640036677e8996f455 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* image: Use VIRTUAL-RUNTIME for state pkgsBrad Bishop2017-03-065-15/+39
| | | | | | | | | | | | The correct idiom for modeling runtime only virtual implementations with no build time API is to use VIRTUAL-RUNTIME in favor of PREFERRED_PROVIDER. Update the state management management applications accordingly since they fall into this category. Change-Id: I8f0092a38da4ea0741dd0f464b71f4ea12d12019 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud