summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06phosphor-pid-control: srcrev bump 375f7098c2..98b704e179Andrew Geissler1-1/+1
James Feist (1): Add Fan Redundancy Support Kun Yi (1): docs: Add a small guide for thermal tuning (From meta-phosphor rev: 5e457ebaec191fff7638cbf7f6ce3defed7497fa) Change-Id: I6edb83b11b184ab0be38ae06baa64f6ad1a74d6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-29phosphor-pid-control: srcrev bump ded0ab5662..375f7098c2Andrew Geissler1-1/+1
Hank Liou (1): Add stepwise parser (From meta-phosphor rev: 57bfafb4518833a5a308e10d32787a3b1c126978) Change-Id: Ic5faa0a4dc4b1bc1b4991b065c1bb856cc16f2b5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-23phosphor-pid-control: srcrev bump d4695590d2..ded0ab5662Andrew Geissler1-1/+1
Will Liang (1): Check fans for failure (From meta-phosphor rev: ce48d17ffb91d6d7c481d6c21d7a20c914b26a4e) Change-Id: Icbe2c6e138ca44f1ad49b9280c753ee895627aab Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-22meta-phosphor: fans: remove native supportBrad Bishop9-172/+10
All OpenBMC BSP layers have moved to target class config recipes. As such, support for native class config recipes can be removed. (From meta-phosphor rev: f3b437c327b94df6f22c7d821f25d76f1d1c2180) Change-Id: I7729f7e34529a220af36b88017cb48a3ee887acb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-21phosphor-fan-presence: srcrev bump 71779ab4b3..d9a580aa50Andrew Geissler1-1/+1
Anthony Wilson (1): Add Fan item interface (From meta-phosphor rev: 5f1a69e3a27c1afbe71301b48460667458342852) Change-Id: Ib7954e4d12c9f9fcd008afcbbb6ea2056901fe2d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-21meta-phosphor: fans: enable non-native recipesBrad Bishop9-10/+170
There exists a number native class recipes throughout meta-phosphor that simply provide a data (often YAML) file as input to building another application. Having these data file recipes implemented as native class recipes prevents the use of machine overrides because bitbake (rightfully so) discards machine qualifiers from native recipes. Further, data files aren't really any different than library header files and those are consumed by recipes as target class recipes that are DEPENDed on. Do the same thing for data file recipes. A number of steps (patches) are required to ensure backward compatibility while other BSP layers make the transition to target class recipes. This patch is the first step in the sequence. Each native class recipe is duplicated with (approximately) the following transformation applied: 1 - remove "inherit native" 2 - add "inherit allarch" 3 - Add appropriate files to FILES_${PN} Also fixed a couple idiosyncrasies like SRC_URI += and LIC_FILES_CHKSUM that are not required. Finally, add a temporary layer of indirection around STAGING_DIR_NATIVE and STAGING_DIR_HOST to the fan metadata until other BSP layers have fully transitioned to target class config recipes. (From meta-phosphor rev: 19ee51f5cdce2ff2f076a3ca9263dabc79072ba9) Change-Id: I9671cc5343ed29a7ccfcee4cc00ebaaa9327e359 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-20phosphor-pid-control: srcrev bump 3987c8b499..d4695590d2Andrew Geissler1-1/+1
Kun Yi (1): main: fix loggingEnabled checking (From meta-phosphor rev: 2dc611b353e217b4989764d75e726a5ac1d7ef42) Change-Id: I81741340363c77e6591f3da1df55ee59581769ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-15phosphor-pid-control: srcrev bump 1fe08952e5..3987c8b499Andrew Geissler1-1/+1
James Feist (1): Remove FanProfile configuration (From meta-phosphor rev: 326889ca9b81b1d62754b1bfdc1d7e70b8222b26) Change-Id: Ib99a8a504d237c457fef575eefbeec5d3a67aef1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-10phosphor-pid-control: srcrev bump 0c8223b5f5..1fe08952e5Andrew Geissler1-1/+1
James Feist (1): Make dbusconfiguration reloadable without reboot (From meta-phosphor rev: 1a31b47656a84feda8de2084437864a6ea035fa7) Change-Id: If02147d896d7ab18ec3690ee2b30fe104deabb3d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09meta-phosphor: pid-control: drop duplicate dependPatrick Venture1-1/+0
Drop the duplicate dependency on phosphor-dbus-interfaces from the phosphor-pid-control recipe. (From meta-phosphor rev: 2043a7965609b50e2b3dc814404a919788986bd6) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I8ccffb817bf992661798f0f020b364a55f28f529 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09phosphor-pid-control: srcrev bump ce6a3f36ce..0c8223b5f5Andrew Geissler1-1/+1
James Feist (1): Consolidate all util.hpp Patrick Venture (3): main: drop log file path check split parameters for logging and tuning explicitly expect a directory for logging (From meta-phosphor rev: 160bd289f9b27c2d00c73c5846879d5144f60af6) Change-Id: Ic6c82a280d9b1d6a718fcb0ad1f0b3fd92e2e171 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-24phosphor-fan-presence: srcrev bump 59096e50db..71779ab4b3Andrew Geissler2-4/+4
Patrick Venture (1): build: install into bin instead of sbin meta-ibm: phosphor-fan: grab cooling-type from bindir The output binaries from phosphor-fan-presence are now installed into bin instead of sbin. Change-Id: I2d42f62b4535775ffd0d1b9473375dd8dc66bb61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-16phosphor-pid-control: srcrev bump 5782ab8136..ce6a3f36ceAndrew Geissler1-1/+2
James Feist (1): Remove threads Also add boost depends, as asio is now being used. (From meta-phosphor rev: 7c617d052bcff00996eba227c2af230ea498f63b) Change-Id: I23f090e9f010856441f56fa21604ae250a71ba3a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-07phosphor-pid-control: srcrev bump fe0b896bfe..5782ab8136Andrew Geissler1-1/+1
James Feist (1): Bugfix: dbusconfiguration: read correct hysteresis (From meta-phosphor rev: 09d414c5e209b507ee5dc15976d65ec481bb71f8) Change-Id: I6b6ea543a9057c2f5103d81494ac45f1c72aef5c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop2-2/+2
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-02phosphor-pid-control: srcrev bump e3eeef45a7..fe0b896bfeAndrew Geissler1-2/+2
Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: f0bbd183b9296fefae5b9bd6bd50dd35fc1708cb) Change-Id: I92cce6ffc4dd70aa9a3279bf625272a92723df02 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-28meta-phosphor: Fix explicit dependencies antipatternBrad Bishop2-1/+3
Out of the box bitbake examines built applications, automatically adds runtime dependencies and thus ensures any library packages dependencies are automatically added to images, sdks, etc. There is no need to list them explicitly in a recipe. Dependencies change over time, and listing them explicitly is likely prone to errors - the net effect being unnecessary shared library packages being installed into images. Consult https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-RDEPENDS for information on when to use explicit runtime dependencies. (From meta-phosphor rev: 26873c99d30b55e21a920c9851f21c3e2eab19f7) Change-Id: I38640d75a2d834c07d45ddcdb0162f1a23f848d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-phosphor: pid-control: fixup dependsPatrick Venture1-2/+1
Fixup depends, remove obsolete dependencies. Drop rdepends. Add missing dependency on phosphor-dbus-interfaces. (From meta-phosphor rev: 135828d436d5401220d0ade3d7d97f9b3acb7152) Change-Id: I241e38b6698937c97b33bcc8712016520ebb6969 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-27meta-phosphor: pid-control: drop pythonnativePatrick Venture1-3/+0
phosphor-pid-control no longer requires pythonnative. (From meta-phosphor rev: eb536822f1ae686143cf433e4350bd122ef13f56) Change-Id: If0a439db9a0df0a930745417a989ba02c8db7368 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26phosphor-pid-control: srcrev bump 90e9dbcae6..e3eeef45a7Andrew Geissler1-1/+1
Patrick Venture (1): bugfix: grab hystersis parameter from pid json (From meta-phosphor rev: fcff32b9078aeb5ca1aa5c0a46c81a7c1c0ae6d3) Change-Id: Ib0ffd9cb3d08c95c510a959d609a14fdcc7564a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-22phosphor-pid-control: srcrev bump e6e6f62680..90e9dbcae6Andrew Geissler1-1/+1
Patrick Venture (1): autotools: Fix for autoconf-archive 2019.01.19 (From meta-phosphor rev: 4ccd46a9da1138b2ff1999827767286ee741f631) Change-Id: Ic2fcef6cc75539b3b3e348c4462b96e32491da61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-19phosphor-pid-control: srcrev bump b5cc37cebe..e6e6f62680Andrew Geissler1-1/+1
Patrick Venture (1): pid: zone: add zone id to log name (From meta-phosphor rev: 90638ea770f31f0f2a1a7daa999356e9a6a673d1) Change-Id: Ief5cad623acf0b710be74d9fb3fc6770315faeaa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-13phosphor-pid-control: srcrev bump 6d31049a4e..b5cc37cebeAndrew Geissler1-1/+1
Patrick Venture (1): swap out getopts for cli11 (From meta-phosphor rev: 6e897aafdcb63b52b96e793c078cda08e615c6e6) Change-Id: I2c70efe6c7be2a680efce76e58bdd274a015a321 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-12meta-phosphor: pid-control: add cli11 dependencyPatrick Venture1-0/+1
Add cli11 dependency for build. (From meta-phosphor rev: d0742562ef9e8853d9e22cebf460c57064c2e747) Change-Id: If3efd7a28c63e816fb61b490c2a18a81c55b0408 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-11phosphor-pid-control: srcrev bump 005d462140..6d31049a4eAndrew Geissler1-1/+1
Patrick Venture (1): experiment: cppcheck cleanup (From meta-phosphor rev: e5ad9ec48ea6582555df1015ab7b1e475c13f920) Change-Id: Iea7ce7595a75ed88040f9a0efc4910adb543d365 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-11phosphor-pid-control: srcrev bump f42741197e..005d462140Andrew Geissler1-1/+1
Patrick Venture (1): use filesystem instead of experimental (From meta-phosphor rev: 7090766c766b373736761555c23306e19610d957) Change-Id: I551d0666f70af42e09d5d95a4e014e512c5974d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-08phosphor-pid-control: srcrev bump 94feffa5cd..f42741197eAndrew Geissler1-1/+1
Patrick Venture (1): build: add CODE_COVERAGE_CXXFLAGS everywhere (From meta-phosphor rev: 11e20b88ba117fa841410156905fe783ae27d044) Change-Id: Ief8ffabd105a480d0a38c47ce3d6c104be0e35ff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-07phosphor-pid-control: srcrev bump c32e3fc5d9..94feffa5cdAndrew Geissler1-1/+1
Patrick Venture (3): gitignore: add coverage pieces build: rework gtest checks build: enable code coverage (From meta-phosphor rev: dd56af96507d6760db3d5271c069a7dad01bfc09) Change-Id: Ifc5c62afd9b15f50e5ca2e53e66815c03add424b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-01phosphor-pid-control: srcrev bump f81f28860b..c32e3fc5d9Andrew Geissler1-1/+1
James Feist (1): Add fan profile support to dbusconfiguration Patrick Venture (1): add tuning enable variable (From meta-phosphor rev: b22e528e725d5c853eb49f78cd57dd5aef7b533b) Change-Id: I838eeb5dcbf96c030a9ba353f757633abfd97a6b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-27phosphor-pid-control: srcrev bump 473d68db2a..f81f28860bAndrew Geissler1-1/+1
James Feist (5): dbusconfiguration: set timeout to 0 stepwise: Add ceiling type dbuspassive: allow scaling s/minThermalRPM/minThermalOutput Expand conf namespace (From meta-phosphor rev: 9cfe098e2c64b78e3885948347ea985335fa7777) Change-Id: I04ee3af38cb932960d6a079acf70645d54c97490 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-26phosphor-pid-control: srcrev bump 903b04276b..473d68db2aAndrew Geissler1-1/+1
James Feist (1): Allow removal from failsafe if timeout=0 (From meta-phosphor rev: 5785d9ad7138b79eb0fb60989f76d40eee634647) Change-Id: I6da38fac43d398296ec7d18ea0b9a3f250e89d9d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-21phosphor-pid-control: srcrev bump dca2d484ee..903b04276bAndrew Geissler1-1/+1
Patrick Venture (1): conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/g (From meta-phosphor rev: d14245234a05110d2e2da2dcf1d5d3378f373bd2) Change-Id: Ic3d80895d5fd575429b13f3ef89e1eff34627f9f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-20meta-phosphor: phosphor-pid-control: transition away from YAMLPatrick Venture1-7/+1
phosphor-pid-control no longer relies on a native recipes to provide a yaml configuration that is compiled into the binary. To enable this, srcrev bump f72ad44140..dca2d484ee James Feist (1): DBusConfiguration: Fix scaling Patrick Venture (3): main: add json configuration path main: if json configuration, override yaml built build: drop support for YAML configurations (From meta-phosphor rev: c7eef0103625e8a7381c23597165e653fc8868a4) Change-Id: If164061e677bccdd2d3a3afa520722dd641d9f1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-20phosphor-fan-presence: srcrev bump 4b258ac8b6..59096e50dbAndrew Geissler1-1/+1
Matthew Barth (8): Add framework to set properties on a zone Parse and generate zone interfaces Fix: srcrev bump 4b258ac8b6..7883f58ab2 Current mode set as uppercase Initially use default current mode upon restoring Verify mode provided is supported Persist zone object properties option Generate zone property persist configs (From meta-phosphor rev: b39954f6004f1decca9b1f8960b54fa691c2f934) Change-Id: I7c17f375caf44af3277bdc9735dea05ab9a4eafa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-02-14phosphor-pid-control: srcrev bump 331143cea8..f72ad44140Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: ab89b443282648bfc10eae4f5409d7b6b6a4eab8) Change-Id: I6986694e9516af0752d8e7dd86be59341896b4eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14phosphor-fan-presence: srcrev bump 0a1f686cb4..4b258ac8b6Andrew Geissler1-1/+1
Patrick Venture (1): build: pkg anti-pattern: use defaults (From meta-phosphor rev: d1a6c4e4a09d84c7d8472007e9546d70689469e8) Change-Id: I230d173423858c6e01acfc0406ec58f3cf5111c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14phosphor-fan-presence: srcrev bump dea024f072..0a1f686cb4Andrew Geissler1-1/+1
Matthew Barth (9): Fan control dbus busname and object path Add thermal control interface to zone objects Persist current mode property framework Restore current mode property Override setting Current mode property Store and access zone object properties Trigger current mode property change events Update parser for properties on zone objects Use zone object's path attribute (From meta-phosphor rev: 2545551f642b6db4ff08c62b5bd35b7dc1063b56) Change-Id: I3bc1757a7d45c0721f87b49a0f554142a19f5722 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14meta-phosphor: pid-control: use json instead of libconfigPatrick Venture1-1/+1
The requirement for libconfig has been removed. Add new dependency on json. (From meta-phosphor rev: 9b40f49d7373c596758bf3a2a9c6988838f5fc87) Change-Id: I09a996c5aea2a3f42d2d6770ff49c9619ea118f2 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-13phosphor-pid-control: srcrev bump 31eebcddcf..331143cea8Andrew Geissler1-1/+1
William A. Kennington III (1): Convert host-ipmid -> libipmid (From meta-phosphor rev: 33a23e8a6d35bf6159b11ab5e0b15371e7457d28) Change-Id: I77a0c172ac360241cd3dd741e6bd3842e633384c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-13phosphor-pid-control: srcrev bump ba8ffa73eb..31eebcddcfAndrew Geissler1-1/+1
Patrick Venture (1): build: check for json header (From meta-phosphor rev: 74226a93387f02a79c41c39f2a0c232a66f8c6bb) Change-Id: I07ac15aeae97c80aac044ee753436b50248c2793 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-13phosphor-pid-control: srcrev bump eeeb867de1..ba8ffa73ebAndrew Geissler1-1/+1
Patrick Venture (12): sensors: buildjson: add todo for failure pid: rename structure components for style pid: rename variables with full names conf change: rename zone variables conf change: sensors: read and write path rename sysfs: style fix on sysfswrite conf change: pid: all pid details are now camelCase conf change: s/set-point/setpoint/ add support to build zones and PIDs from json errors: add configuration exception add json verification for configurations swap libconfig++ for json in configuration parsing (From meta-phosphor rev: d828dfd254a6c06a9882c5f3401fbe6b6d041985) Change-Id: I477d5933d27a76cd72ec231e69bdc8f05d0231f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-09phosphor-pid-control: srcrev bump 572c43dab6..eeeb867de1Andrew Geissler1-1/+1
James Feist (1): Move all variant usage to std Patrick Venture (2): sensors: add method to grab default timeout add support to build sensors from json (From meta-phosphor rev: 2bcab3d9203dd7b1c02febe136ba48d2b3c6821e) Change-Id: I671da94ed5468f16556e8b614c2f01886ffc67bb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-07phosphor-pid-control: srcrev bump 35621ebeb9..572c43dab6Andrew Geissler1-1/+1
James Feist (3): [dbus-configuration] Back out divide by 100 [dbus-configuration] Add regex support Add Hysteresis to pid controllers (From meta-phosphor rev: 4138ba1e895f4481a0608ebe6f2b8b32af2b7e86) Change-Id: Ic131ceb306a17d752642f1695b9ff561b512e2cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-07phosphor-fan-presence: srcrev bump a1aef7a100..dea024f072Andrew Geissler1-1/+1
William A. Kennington III (2): Remove timer in favor of sdeventplus/utility/timer libfan: Remove (From meta-phosphor rev: 7892de8996022670821c6bd4d5edebe1dbb314ce) Change-Id: Id218cf8c0876d1447035c89e3dc7cffd6149f567 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-01phosphor-pid-control: srcrev bump 9fa90c1923..35621ebeb9Andrew Geissler1-1/+1
Patrick Venture (4): README: drop TOC README: move contents into markdown README README: add missing verbatim wrap README: Add margin thermal example (From meta-phosphor rev: 731defb61dcea549e7f3f6eb4eb3fe05eea43042) Change-Id: Ia763291489ae4559de3daea6fb34b03c87805fb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-30phosphor-pid-control: srcrev bump 80b5d9a8a5..9fa90c1923Andrew Geissler1-1/+1
James Feist (1): Change all default_bus back to new_system bus (From meta-phosphor rev: 205cd07c72d304c711bbdb8273a148576d3c543c) Change-Id: Ibc4b1daa8fdf116768e06a814a42c11b8241575b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-30meta-phosphor: refresh master: 80d39cecca..c531e38a57Brad Bishop1-1/+1
Update meta-phosphor to master HEAD. Andrew Geissler (12): dbus-sensors: srcrev bump e8b60d0bf0..b82c2a78c7 entity-manager: srcrev bump bcf722e0ce..63845bfe69 bmcweb: srcrev bump 7625cb81a6..da21df7cde phosphor-webui: srcrev bump a83cd057aa..7e48d0818a phosphor-ipmi-flash: srcrev bump 46bdadc210..13e49868de phosphor-fan-presence: srcrev bump f0b020fb32..a1aef7a100 phosphor-hwmon: srcrev bump 9a7ef7c639..cd40c8815a phosphor-net-ipmid: srcrev bump 744b3c8b84..22c8a210c4 phosphor-net-ipmid: srcrev bump 22c8a210c4..5f1dd316fc phosphor-net-ipmid: srcrev bump 5f1dd316fc..d5a4f45e1e phosphor-host-ipmid: srcrev bump 23df06f44f..f301f04567 phosphor-objmgr: srcrev bump a82779fb66..d732287cdd Change-Id: Ic03af27608cb33750e1d9d4765f521a39463762c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-01-16phosphor-pid-control: srcrev bump e54c7fffbb..80b5d9a8a5Andrew Geissler1-1/+1
James Feist (2): Make James Feist a Maintainer Remove singleton from dbuswriter (From meta-phosphor rev: 436fe68bf8fedace42f1455f3bd51bcc4b42a574) Change-Id: If46e8797ade44552031b9d0dfd6c9ed2c7cf6424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-18meta-phosphor: Create obmc-autotools to update AR and RANLIBJames Feist1-1/+1
Many recipes are turning on -flto which causes issues with the linker when dealing with libraries. It was suggested here http://stackoverflow.com/questions/25878407/how-can-i-use-lto-with-static-libraries#comment67660913_25878408 to use the gcc wrappers to deal with this problem. Create flto-automake class as this seems like something that could be globally applied if needed. Tested-by: phosphor-pid-control began to build, saw no new build issues. (From meta-phosphor rev: ae3f085053fa2de4783d6f35a6b5f998743a130a) Change-Id: I3f682cf0fb70e266b544badb0223fa89306332db Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-18phosphor-pid-control: srcrev bump 208abce8d8..e54c7fffbbAndrew Geissler1-1/+1
Patrick Venture (1): build: cleanup configure script PKG_CHECK_MODULES (From meta-phosphor rev: 3c998a8c5c9c64083330094a1396f0c63bc75a6f) Change-Id: I132857a34560d458bfa29fdd33b537d72ed6a962 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>