summaryrefslogtreecommitdiff
path: root/meta-intel/meta-common/recipes-intel/chassis
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29x86-power-control: srcrev bump f61ca6fdcc..6c2ad36526Andrew Geissler1-1/+1
Jason M. Bills (1): Add event logs for power supply and system power good failures Vijay Khemka (2): Fix GPIO initialization Power on state machine fix (From meta-intel rev: cd39a9e3860825e079020e61ff91e7004e2f2a9c) Change-Id: I3febee090f56c4372ace6c9a7828fc4fd59f76a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-16Update recipe with new dependenciesEd Tanous1-158/+12
Add new dependencies for libgpio, and remove the now missing target files from the recipe. The latest incarnation of x86 power control includes some significant changes to function, namely that libgpio is now used for interrupt/poll based changes on GPIO state changes. This allows x86 power control to maintain system power state _much_ better than the old one. Many people that have used the old one noted that the BMC would "forget" the power state, or the power state would be incorrect during periods of transition (like while doing a power cycle). Moving to libgpio seems to have resolved most of these. libgpio also has the advantage that it's more future proof than the sysfs interface, as character device seems to be the trend going forward. Also, libgpio provides RAII compliant gpio, line, and chip objects that make c++ much easier to use properly. (From meta-intel rev: bafa5a36300a5427f6b6b699aa06caedab36f922) Change-Id: I4d0daab798906ece0126d7573aaa7db8e679aa02 Signed-off-by: Ed Tanous <ed.tanous@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14x86-power-control: srcrev bump 2c714052d6..f61ca6fdccAndrew Geissler1-1/+1
Ed Tanous (1): Reinvent x86 power control application (From meta-intel rev: 917ed348d6620da818be73a0f9b7a039f5ba6a50) Change-Id: I98f14e28eefdace7664b24f1ae6cf8e995ea0422 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-16meta-intel: common: move all services to multi-user.targetPatrick Venture1-4/+4
Hard-code multi-user.target instead of SYSTEMD_DEFAULT_TARGET. x86-power-control: srcrev bump 6ce6ab4548..2c714052d6 Patrick Venture (1): move all services s/obmc-standby/multi-user/g (From meta-intel rev: d6627dc3382296e7434abf45e496b2c7af1bb4cb) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I6b599ce7af132f347da5b1feb0607d55c0049042 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-19x86-power-control: srcrev bump 676d2c3997..6ce6ab4548Andrew Geissler1-1/+1
Kuiying Wang (1): Sync w/ updated power control interfaces (From meta-intel rev: 7d1b62a686d83c7c6f9ccf35d66689c4614c37a7) Change-Id: I6edd025d28600409368024934e217605dbe73137 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-19x86-power-control: srcrev bump 80f6d927c2..676d2c3997Andrew Geissler1-1/+1
James Feist (1): Fix build (From meta-intel rev: 5660de96c82a11d828e6f7b41f50bc487ca1e373) Change-Id: I6c58c20c1fbb0667b01f998779b48b8ccac8ebe8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-01Enable x86-power-control recipeKuiying Wang1-1/+1
(From meta-intel rev: fbcd11d0ccbd820d67464782b3ac95e6ed16c211) Change-Id: Ia333dd6385b76e737f236f645cb8657b81290481 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-17x86-power-control: srcrev bump c8153bca62..80f6d927c2Andrew Geissler1-1/+1
Kuiying Wang (1): Remove useless inlcude and modify properties. (From meta-intel rev: 8ee898a3d631f959ea5d1ecc7e6102730ed294bb) Change-Id: Icab2ca7de6ee7412ebc4a9f796c61c43b73d35f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-12-13meta-intel: add x86 power controlKuiying Wang1-0/+170
Configure all the dependence among all the services. TestBy: exort TEMPLATECONF=meta-intel/meta-s2600wf/conf/ bitbake obmc-phosphor-image (From meta-intel rev: 8bce44a796a6481dacea1f8afb984d496e6d0958) Change-Id: Ie1a661e58c2aa8575b7523058cd0d62710c851b4 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>