summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revup skeletonRaptor Engineering Development Team2018-01-251-1/+1
|
* Revup phosphor-fan-presenceRaptor Engineering Development Team2018-01-241-1/+1
|
* Split fan control zones for CPU0 and CPU1Raptor Engineering Development Team2018-01-233-22/+93
| | | | This allows fan control to function when only one CPU is installed
* Revup phosphor-fanRaptor Engineering Development Team2018-01-231-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-01-231-1/+1
|
* Add softbeep packaging filesRaptor Engineering Development Team2018-01-222-1/+10
|
* Revup skeletonRaptor Engineering Development Team2018-01-221-1/+1
|
* Revup obmc-linuxRaptor Engineering Development Team2018-01-221-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-01-221-1/+1
|
* Revup obmc-ubootRaptor Engineering Development Team2018-01-221-1/+1
|
* Reset OCC on error detectionRaptor Engineering Development Team2018-01-221-2/+11
| | | | | This fixes a corner case where a hung OCC did not report rising core temperatures and the fans failed to react as a result
* Remove DD1 VCS workaround hackRaptor Engineering Development Team2018-01-229-97/+2
|
* Revup obmc-linuxRaptor Engineering Development Team2018-01-221-1/+1
|
* Recover from loss of either OCCRaptor Engineering Development Team2018-01-221-3/+39
| | | | This fixes a corner case where the second OCC could drop off the bus undetected
* Revup skeletonRaptor Engineering Development Team2018-01-211-1/+1
|
* Restart OCC service before restarting fan controllerRaptor Engineering Development Team2018-01-211-2/+17
| | | | This fixes fan control failing on boot due to offline OCC services
* Fix incorrect Talos fan control settingsRaptor Engineering Development Team2018-01-213-21/+21
| | | | Fan control is now operational on Talos hardware
* Revup phosphor-fan-presenceRaptor Engineering Development Team2018-01-211-1/+1
|
* Enable ambient temperature sensorRaptor Engineering Development Team2018-01-212-0/+2
|
* Change IPL monitor LED service to simple serviceRaptor Engineering Development Team2018-01-211-2/+1
| | | | | The IPL monitor LED service does not provide a DBUS service, so systemd assumes it keeps timing out. Convert to simple service.
* Add watchdog mode to OCC enable serviceRaptor Engineering Development Team2018-01-212-5/+20
| | | | This works around transient OCC communication failure disabling fan control
* Enable OCC service after IPL completionRaptor Engineering Development Team2018-01-214-6/+16
|
* Revup skeletonRaptor Engineering Development Team2018-01-211-1/+1
|
* Revup obmc-linuxRaptor Engineering Development Team2018-01-211-1/+1
|
* Enable the W83773G driver on Talos systemsRaptor Engineering Development Team2018-01-201-0/+1
|
* Revup obmc-linuxRaptor Engineering Development Team2018-01-201-1/+1
|
* Revup skeletonRaptor Engineering Development Team2018-01-201-1/+1
|
* Enable Talos IPL monitor LED serviceRaptor Engineering Development Team2018-01-201-1/+1
|
* Add IPL monitor LED serviceRaptor Engineering Development Team2018-01-202-0/+38
|
* Add IPL status observerRaptor Engineering Development Team2018-01-203-0/+39
|
* Revup skeletonRaptor Engineering Development Team2018-01-201-1/+1
|
* Revup pdbgRaptor Engineering Development Team2018-01-171-1/+1
|
* Update U-boot and kernel revisionsRaptor Engineering Development Team2018-01-172-2/+2
|
* Signal BMC ready when BMC has finished booting on Talos systemsRaptor Engineering Development Team2018-01-173-2/+5
|
* Initial port of Witherspoon fan control to TalosRaptor Engineering Development Team2018-01-1747-11/+2935
| | | | | NOTE: Not yet tested on hardware Mapping likely incorrect
* Redirect most of the Phosphor applications from GitHub to the Raptor ↵Raptor Engineering Development Team2018-01-1728-29/+29
| | | | Computing Systems GIT repositories
* Enable Talos fan controller kernel driverRaptor Engineering Development Team2018-01-171-1/+1
|
* Copy Romulus files to Talos for future developmentRaptor Engineering Development Team2018-01-1750-13/+3443
| | | | Apply initial renames and conversions to copied sources
* Add OpenBMC BSP Layer READMEGunnar Mills2018-01-161-0/+8
| | | | | Change-Id: I0ad9cd55f4320b63ff08417a1e546ca9517810d1 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add AST2500 Layer READMEGunnar Mills2018-01-161-0/+7
| | | | | Change-Id: I2d07f675997efeb1ec2d1d764bb4874fdf188a93 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Add Witherspoon Layer READMEGunnar Mills2018-01-161-0/+8
| | | | | Change-Id: Ia2f1eda41b7b7af97deeb24743623fd7beecfadf Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* meta-openpower: Predicate packages on MACHINE_FEATURESXo Wang2018-01-168-17/+17
| | | | | | | | | | | | Change packages enabled by meta-openpower to be enabled if and only if both its corresponding feature string (obmc-openpower, obmc-openpower-extra, obmc-openpower-legacy) are present in both MACHINE_FEATURES and DISTRO_FEATURES. Fixes openbmc/openbmc#2652. Change-Id: Ife1a9b08e94bd85a888d584a0caa4dbfa6a172c0 Signed-off-by: Xo Wang <xow@google.com>
* bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa2018-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Since 2017-08-17 (git version 2.14.1.473.g3ec7d702a) using deprecated git branch parameter "--set-upstream" causes a fetcher error. Replace it by "--set-upstream-to". https://git.kernel.org/pub/scm/git/git.git/commit/?id=52668846ea2d41ffbd87cda7cb8e492dea9f2c4d says, it's deprecated since 2012-08-30 so hopefully all still supported host distributions have new enough git to support "--set-upstream-to". ERROR: PACKAGE do_unpack: Fetcher failure: ...; git -c core.fsyncobjectfiles=0 branch --set-upstream master origin/master failed with exit code 128, output: fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead. ERROR: PACKAGE do_unpack: Function failed: base_do_unpack (Bitbake rev: 991b533f1d61042a7b3edd1fbf3dea0bf9991606) Signed-off-by: Andre Rosa <andre.rosa@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Xo Wang <xow@google.com> (cherry-picked from unreleased Yocto 2.2.3. Fixes openbmc/openbmc#2608.) git-subtree-dir: import-layers/yocto-poky Change-Id: Ib0fc0b9533b3d4813a5843b232f6f0088dacf56a
* meta-romulus: Remove vcs workaroundLei YU2018-01-167-75/+2
| | | | | | | | Romulus uses CPLD trigger for vcs workaround and it is not needed anymore for DD2.0 CPU. Change-Id: I21b3c15f81b1b7be9aaab03f5f951731fc686c38 Signed-off-by: Lei YU <mine260309@gmail.com>
* phosphor-fan.inc: bump versionAndrew Geissler2018-01-111-1/+1
| | | | | Change-Id: Ieed5d68fb8bc35a4a863855009fc8ee35b2a6925 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Organize OpenPOWER BMC support as featuresXo Wang2018-01-108-1/+46
| | | | | | | | | | | | | | | | | Add OBMC_MACHINE_FEATURES for OpenPOWER support under openpower.inc. Select OpenPOWER features in the POWER machines' DISTRO_FEATURES so that the features are built. The features are: obmc-openpower for required base support obmc-openpower-extra for non-essential tools obmc-openpower-legacy for deprecated packages like org.openbmc and skeleton packages Part of openbmc/openbmc#2652. Change-Id: Ib9f44a0c2e243eebb6594de6554cdc3fa0d076af Signed-off-by: Xo Wang <xow@google.com>
* Create meta-arm layerKen Chen2018-01-102-0/+28
| | | | | | Change-Id: I129cb06d9367d73fa06c81c3827802a62667be71 Signed-off-by: Ken Chen <chen.kenyy@inventec.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-host.inc: bump versionAndrew Geissler2018-01-081-1/+1
| | | | | Change-Id: I8f222cfa61dd9b6db373ee7252c61feac334d560 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* phosphor-logging.bb: bump versionAndrew Geissler2018-01-061-1/+1
| | | | | Change-Id: I4c22c912f125dfb2123feb04d6f3800eb9a28b1c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
* Get Device ID - JSON for WitherspoonDavid Cobbley2018-01-052-1/+5
| | | | | | | | | This is a reference for how to use get device ID with the witherspoon platform. All other platforms that need get device ID should add dev_id.json in their own machine specific bbappend files. Change-Id: I0348748bfb9442d2de43b661cc291663f279efcb Signed-off-by: David Cobbley <david.j.cobbley@linux.intel.com>
OpenPOWER on IntegriCloud