summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* phosphor-state-manager.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I19a3a9fe13379a637d91782fdfb4ef83c557e5c4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I1613b1032d484694e4a661b047530e790e4f7249 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Revert "Add service to monitor the UCD90160 at runtime"Matt Spinler2017-09-083-17/+2
| | | | | | | | | | | This reverts commit 8dac5fdbe854a5684664cd54f450094de0606a88. It went in a little early. Will put back in later. Resolves openbmc/openbmc#2235 Change-Id: Ia6d6e34460b668d2134f678c4a32d853bbf2f19d Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* PNOR: Add logic to handle the case where ubi volume creation failureSaqib Khan2017-09-083-12/+3
| | | | | | | | | | | - Combine the service files that creates the UBI volumes - Add "OnFailure" to service files that creates UBI volumes in order to clean up any ubi voumes or mount points that were created during the activation. - Part of the change required for openbmc/openbmc#1616. Change-Id: Ibe316c810e797b256c141c5ea6583970da5e57b8 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* witherspoon: Change fan floor speed to 10500 RPMMatt Spinler2017-09-081-8/+8
| | | | | | | | | | | Until complete fan control functionality is delivered, we're going to just keep speeds at the max, 10500, to ensure GPUs are always properly cooled. Resolves openbmc/openbmc#2268 Change-Id: Id195eaa0be0a4a229440a10bb5a49cfa0d8d99ed Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* boot settings: add new 'one_time' objectDeepak Kodihalli2017-09-081-0/+14
| | | | | | | | Add boot/one_time object to denote boot settings that should apply only to the next boot. Change-Id: I0c422985104b5fd8688e0a5b69176683a6f2cf54 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* boot settings: create single objectDeepak Kodihalli2017-09-081-3/+1
| | | | | | | | | | | Now that settings objects can implement multiple interfaces, create a single control/boot object that implements both the Control/Boot/Mode and Control/Boot/Source interfaces. This is more natural to apps interested in this setting, instead of two objects representing the boot mode and boot source. Change-Id: I57c1cd65243b2a334352e6c298ed0572bca4c8cd Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* settings yaml: enable multiple interfacesDeepak Kodihalli2017-09-083-74/+75
| | | | | | | | | The settings manager now supports multiple interfaces per settings object. For that reason, the settings yaml should contain a list of interfaces under each settings object. Change-Id: Ief5aff4c1305c3ee0629ecd1b7da5868b4b4c73e Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* Fix mtd partitions udev ruleEddie James2017-09-081-1/+1
| | | | | | | | | | | Prevent the ro partitions from triggering the udev rule. They don't have the necessary "name" attribute and so udev attempts to symlink them to the base /dev/mtd/ directory. Resolves openbmc/openbmc#2172 Change-Id: I438feb796b3e5c070949757d178d5382ce3a9e0f Signed-off-by: Eddie James <eajames@us.ibm.com>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: Ia0ebecccb16a2e8e00bbe04db20fe579eabc7d16 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-mapper.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: Icf07544786951649ff14f7acf4f18db6e37b49be Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I4133b3c4b1231ba7706638e6390229a20b9218f9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I7826c3ae53a84eb2bf5ba6eb5c616c6703fba534 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I8b244a484d8d33a3c9a9e7aeca47ce5177394a9d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-occ-control.inc: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: I3364d2fa2fd5d6518ce72c11a4b949050b904fca Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-dbus-interfaces.bb: bump versionPatrick Williams2017-09-081-1/+1
| | | | | Change-Id: Ifc7a7eb6e80f21e0060aebf18ab6135f550cce1e Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* meta-q71l: phosphor: sensors: Add iio-hwmon configPatrick Venture2017-09-072-1/+14
| | | | | Change-Id: I39148a5229dbe6d86f40a2c1e18f53f76b7a9880 Signed-off-by: Patrick Venture <venture@google.com>
* Fix the function that is responsible for deleting bmc ubi volumesSaqib Khan2017-09-071-2/+2
| | | | | | | | | | - The current script was checking for ubi4:rofs-<versionId> inside /proc/mount but it is listed as /media/rofs-<versionId>. Therefore the service files that removes the ubi volumes were failing. Change-Id: Ie715e4b82d1e9c15708318cae367636d26642af3 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* meta-mellanox: meta-msn: update defconfigMykola Kostenok2017-09-071-2/+4
| | | | | | | | Disable CONFIG_FSI since msn not using FSI, it's significantly increases kernel size. Change-Id: If99d30814242a3f3b06063d014adbd27082559ee Signed-off-by: Mykola Kostenok <c_mykolak@mellanox.com>
* Get the mtd# that corresponds to bmc and alt-bmc.Saqib Khan2017-09-071-9/+3
| | | | | | | | | | - The mtds that corresponds to bmc and alt-bmc holds the correct ubi volumes for rofs-<versionId>. Resolves openbmc/openbmc#2266 Change-Id: I27c6dba21ead40572403d05d63c89461825ea6a4 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* phosphor-watchdog.bb: bump versionPatrick Williams2017-09-061-1/+1
| | | | | Change-Id: I94b809e3c7d3f3de3a468d1b16635c2235d67c10 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-rest.inc: bump versionPatrick Williams2017-09-061-1/+1
| | | | | Change-Id: I38a2a280c7f60addff3fa842728b7c6677bb1855 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add "After" mapper to Host updaterGunnar Mills2017-09-061-0/+2
| | | | | | | | The Host updater needs to start after the mapper since the mapper maps the associations. Change-Id: Ia51400d3f630c2aef039738f55127c4a01307fe6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add "After" mapper to BMC updaterGunnar Mills2017-09-061-0/+2
| | | | | | | | The BMC updater needs to start after the mapper since it uses the mapper to get the BMC inventory path. Change-Id: I5c79c8162a948a8ddcafc2816fcd65c5d6f2407d Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* phosphor-hwmon.bb: bump versionPatrick Williams2017-09-051-1/+1
| | | | | Change-Id: I7c34905be7fc42a634c3b86f5641892d6c773e07 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-09-051-1/+1
| | | | | Change-Id: I309b62e87107923f214abcf98af96ab9e4b31bb4 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-software-manager.bb: bump versionPatrick Williams2017-09-051-1/+1
| | | | | Change-Id: I732fd64662b0e54e07a1b68c081e05677bbed525 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-09-051-1/+1
| | | | | Change-Id: I0fe6e55309befed48ea7319cd296a1394950506f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add dir "srv" to the root file systemSaqib Khan2017-09-051-0/+4
| | | | | | | | | | | systemd-tmpfiles-setup.service tries to create a temporary dir /srv but due to the read-only root file system it was failing. Resolves openbmc/openbmc#2231 Change-Id: I429b16a7736959583f24bf7fb4c6766cda24130a Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* openpower-occ-control.inc: bump versionPatrick Williams2017-09-011-1/+1
| | | | | Change-Id: I4e84ce5c850efb1139dca452ad2d6730b468a737 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-networkd-rev.bbclass: bump versionPatrick Williams2017-09-011-1/+1
| | | | | Change-Id: I690f1864db64d3eeb720c698f898a0b860bd81a0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-ipmi-host.inc: bump versionPatrick Williams2017-09-011-1/+1
| | | | | Change-Id: Ieab4bc2134dd576a888d433400f963ff1a292f74 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Witherspoon MRW XML revision bumpMatt Spinler2017-09-011-1/+1
| | | | | | | Fixes the IDs for the Power Limit and PS Derating Factor sensors. Change-Id: I439a1586edb983c2628db233f24b5d77a7381297 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Create dir /usr/local for ubi patch serviceSaqib Khan2017-09-011-0/+2
| | | | | | | | | | | Since /usr will be a read-only file system, we need to create a dir before the service usr-local.mount can mount tmpfs onto that dir. Resolves openbmc/openbmc#2199 Change-Id: I0277ca343081581a1359d20687997dd573fa65b0 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
* Do not allow power on if PNOR doesn't have required imageEdward A. James2017-08-303-0/+40
| | | | | | | | | | | | - The new BMC code requires the UBI based PNOR image to be loaded before HOST turns on. If the PNOR is not formatted as UBI, we want a clear error in the journal and quick fail to boot to notify the user. Resolves openbmc/openbmc#2117 Change-Id: I547ba488a94c5b5871c6327b0fd3af678c656b1b Signed-off-by: Saqib Khan <khansa@us.ibm.com> Signed-off-by: Edward A. James <eajames@us.ibm.com>
* kernel: Fixes for LEDs (PCA9552) and VUARTAndrew Jeffery2017-08-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | Andrew Jeffery (5): dt-bindings: leds: gpio: Add optional retain-state-shutdown property leds: gpio: Allow LED to retain state at shutdown leds: pca955x: Don't invert requested value in pca955x_gpio_set_value() aspeed: witherspoon: Tidy and unify LED nodes aspeed: witherspoon: leds: Retain state across BMC resets Cédric Le Goater (2): leds: pca955x: sync with mainline driver leds: pca955x: check for I2C errors Jacek Anaszewski (1): leds: pca955x: Prevent crippled LED device name Lei YU (1): ARM: dts: aspeed: Assign vuart to serial5 Change-Id: If93efe233549e864888e3009f5ef9bd9b0cfe462 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* phosphor-inventory-manager-assettag-native: Missing ${D} install pathPatrick Williams2017-08-301-2/+2
| | | | | | | | | | Leaving off a ${D} in a do_install function causes the package to install directly into the 'sysroot' and bypass the sstate cache for the package's do_install task. This can cause re-builds of the same package to fail. Change-Id: I4276c58b364f1359679de15f533dc3f47da676e9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* Add BMC accessible FRUs to generate FRU mapMarri Devender Rao2017-08-306-2/+138
| | | | | | | | | | At present MRW does not have FRU ID's for BMC accessible FRUs, so supporting by hand coding the config details. Resolves openbmc/openbmc#1931 Change-Id: Ia33aa56378fe0e31df722b9134c041e66a5133d5 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
* Add service to monitor the UCD90160 at runtimeMatt Spinler2017-08-303-2/+17
| | | | | | | | | | | | | | | | This service starts the witherspoon-pseq-monitor application with the runtime-monitor argument (as opposed to the pgood-monitor argument). The service will start after PGOOD comes on. The application monitors for loss of PGOOD at runtime, in which case it will analyze the UCD90160 power sequencer chip for errors. It will also poll the chip for the errors that can only be detected that way. Resolves openbmc/openbmc#1724 Change-Id: Ieb456f56b6b4223cf9fe7a0635c5a3e725efcb29 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* skeleton-rev.bbclass: bump versionPatrick Williams2017-08-291-1/+1
| | | | | Change-Id: Ia616697c6ff75718e6faad50b54811f0250e239b Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-occ-control.inc: bump versionPatrick Williams2017-08-291-1/+1
| | | | | Change-Id: Ie1806e8b02a59dbcaca0f1a54f6f4c520206f782 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* openpower-software-manager.bb: bump versionPatrick Williams2017-08-291-1/+1
| | | | | Change-Id: I8419b5bcee6fb0784053d69dcb84ff1da5c5d753 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* phosphor-software-manager.bb: bump versionPatrick Williams2017-08-291-1/+1
| | | | | Change-Id: I3bae95485621c8d5909f070bb04d1316a3e7d5da Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
* filesystem: mount rw /media with fstabLeonel Gonzalez2017-08-291-0/+1
| | | | | | | | | | | | | /media will be a tmpfs. This is done so that /media is writeable in a read-only filesystem to be able to mount the ubi volumes for the systems that implement the software interfaces. Resolves openbmc/openbmc#2072 Change-Id: Id6163fe43843f9d17ef49760dee1caee7cc17ceb Signed-off-by: Leonel Gonzalez <lgonzalez@us.ibm.com>
* Enable environment variable deletion from obmc-flash-bmc-setenv@.serviceMichael Tritz2017-08-291-3/+7
| | | | | | | | | | | | | | | | | This commit extends the functionality of obmc-flash-bmc-setenv@.service, which calls upon the obmc-flash-bmc script to set an environment variable. When working with environment variables in the shell, one can set OR clear a particular variable using the fw_setenv command. This commit expands the functionality of the service file to match. If a name-value pair is specified, this script will set the environment variable as given. If a name is supplied with no value, the environment variable with that name will be cleared. Change-Id: I2eed0148957363668600986f56cb9e678caf855c Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
* Add Witherspoon Power Supply policyGunnar Mills2017-08-293-0/+170
| | | | | | | | | | Create an error if a power supply is removed while the system is powered on Resolves openbmc/openbmc#1860 Change-Id: I7456505bb16771e9fd6edad9ebf6c28dbd0b7824 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Create error log when cores are too hotGunnar Mills2017-08-291-0/+14
| | | | | | | | Update the witherspoon thermal-policy PDM yaml to create an error log when more than 3 cores are > 115C. Change-Id: Icbf9125f922117dfece42f58e22d504fdcb58561 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Create error logs when a fan is unplugged or failsGunnar Mills2017-08-292-28/+468
| | | | | | | | Update the witherspoon fan-policy PDM yamls to create error logs when a fan is unplugged or fails. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I8f7f69b9335953e5a15c359ef897eaa1103601a7
* u-boot fw-utils: Add alternate fw_env configEdward A. James2017-08-296-0/+56
| | | | | | | Allows fw_setenv/fw_printenv tools to access alternate bmc image. Change-Id: I7f634fd1201f5df1af01f4407d9d8791557242ae Signed-off-by: Edward A. James <eajames@us.ibm.com>
* openpower-software-manager.bb: bump versionPatrick Williams2017-08-291-1/+1
| | | | | Change-Id: I9050906c47f98b8c697dae889e67205adb425eb9 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
OpenPOWER on IntegriCloud