summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14meta-yadro: add subtreeBrad Bishop34-0/+5733
Alexander Filippov (4): Initial commit meta-yadro: Initial version of meta-vesnin layer meta-yadro: Add readme files meta-vesnin: Use VESNIN DTS from kernel repo Change-Id: Ifa6f1ad3890af4800d27a76fb709e8f8d91295df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14linux-aspeed: New machines: Inspur fp5280g2, Facebook YAMPJoel Stanley1-1/+1
John Wang (1): ARM: dts: aspeed: Add Inspur fp5280g2 BMC machine Tao Ren (1): ARM: dts: aspeed: Add Facebook YAMP BMC (From meta-aspeed rev: 6c800dad240d943c5b92f054525de3bc15bdd857) Change-Id: Ifb3c2d707a1a319a2f932b914e06ecd10a880a1e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-host-ipmid: srcrev bump c419680b29..2a5d8d1ffeAndrew Geissler1-1/+1
Brad Bishop (1): autotools: fix broken out of tree builds (From meta-phosphor rev: 9a7abf5bfb98dd48aed5c8717152963581bded0f) Change-Id: I0e974d58840e1fab461f176325bac05ac6db0325 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-ipmi-flash: srcrev bump f81199536d..7a5dcd8c21Andrew Geissler1-1/+1
Patrick Venture (2): tools: update status debug message bugfix: build: treat strings as variables (From meta-phosphor rev: 2483dc656c1a8b68734ee0f1926620037987283d) Change-Id: If112472bd2a34d9fd61785efb988933c50b3b4a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14bmcweb: srcrev bump 7e27d83281..286b9118a3Andrew Geissler1-1/+1
Johnathan Mantey (1): Redfish: Remove "state" response content from PATCH commands (From meta-phosphor rev: 1475f5cd1860a0c1d3521fe0637c7f992f23f084) Change-Id: Ibbcaa6e55a94301df82bcd551ebf1c29c88ed959 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14phosphor-networkd: srcrev bump 0283b39bd3..7bcaccfdaeAndrew Geissler1-1/+1
William A. Kennington III (1): makefile: Get rid of unneeded include prepends (From meta-phosphor rev: 0d52b0cf5a8721996c3aebe832dd08ed167a8ec5) Change-Id: If91d0c84b26ce821b0cef891b89f1808704e4309 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14meta-phosphor: ipmid: enable EXTRA_OECONF overrideBrad Bishop1-1/+3
Set the whitelist with the post-parse append operator, so ipmid bbappends can set EXTRA_OECONF directly. A simple example illustrates how this helps: foo.bb: BAR = "def" FOO = "abc ${BAR} foo.bbappend: FOO = "zyx" FOO would be "zyx" But if one has: foo.bb: BAR = "def" FOO = "abc" FOO_append = " ${BAR}" foo.bbappend: FOO = "zyx" FOO would be "zyx def" This is because bitbake parses recipes and bbappends in multiple passes - the second pass is when things like the _append operator and inline python are evaluated. for more reading: https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#override-style-operation-advantages (From meta-phosphor rev: bb60cffd406a8a413be0ce70b65d9b3447c95bbf) Change-Id: I2c9a4eaf65c815ebdf18ff158de75448837872b4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14bmcweb: srcrev bump d22c8396f0..7e27d83281Andrew Geissler1-1/+1
Johnathan Mantey (2): Redfish: Correctly identify IPv4 LinkLocal vs. LinkGlobal Redfish: Remove the IPv4 AddressOrigin read-only element Marri Devender Rao (1): Redfish: Add certificate service to manage HTTPS certificates Zbigniew Kurzynski (1): Updating Roles to version 1.2.1 to be in compliance with PSMEv2.4 specification. (From meta-phosphor rev: d11ffe527ee5bc2e54557a6086be3ac1d9921c2c) Change-Id: Ibac126066b45791aa9cd47886de57c0ab167ee64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14linux-aspeed: FSI i2c, sbefifo, video, dps301Joel Stanley1-1/+1
Eddie James (2): fsi: sbefifo: Don't fail operations when in SBE IPL state iio: dps310: Add pressure sensing capability Jae Hyun Yoo (1): media: aspeed: add a workaround to fix a silicon bug Joel Stanley (1): iio: dps310: Add changes following upstreaming Oliver O'Halloran (1): i2c: fsi: Create busses for all ports (From meta-aspeed rev: cb57f16315255438fd265816a31f607698913f49) Change-Id: I40c252f3d003faa8354b58fd0c693dfa31f57354 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14u-boot-aspeed: Add W25M512JV flash chipJoel Stanley1-1/+1
Hongwei Zhang (1): aspeed/flash: add winbond SPI support (From meta-aspeed rev: d2b5ec7b57fc02081b0912adb0a6b60a496aef8a) Change-Id: Id9db8daa9f5df2b16951bc02a4ea9d4d389b3ed7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14pdbg: Bump version to 2.1Joel Stanley1-2/+2
Upstream changes: - libpdbg API clean-up - Path based targetting - POWER8 sreset fixes - gdbserver (From meta-openpower rev: b04dd8356006348552b41a81994404299af52a4d) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I625ef7adceb7b0086c424dfe764ed442528e6a16 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-openpower: new YAML configuration recipeBrad Bishop5-0/+235
YAML configuration files exist scattered throughout the OpenBMC tree and how they are used is controlled with layers dependencies of virtuals and preferred providers. Most of the time the above scheme is very difficult to comprehend. This patch begins a re-thinking of that approach towards a more centralized scheme. Specifically, a number of YAML files that can be shared across OpenPOWER systems (in theory...in practice they are only used in the ACx22/Witherspoon layer) are copied (and run through pyyaml yaml.dump(yaml.load(fd)) for style purposes) to a single recipe: hostboot-inventory-config-native:config.yaml -> openpower-yaml-config:ipmi-hostboot-fru-mrw.yaml openpower-ipmi-oem-sensor-inventory-mrw:openpower-config.yaml -> openpower-yaml-config:ipmi-occ-active-sensor-mrw.yaml openpower-yaml-config:ipmi-hostboot-volatile-sensor-mrw.yaml phosphor-ipmi-fru-properties-mrw-native:config.yaml -> openpower-yaml-config:ipmi-fru-properties-mrw.yaml Notably these YAML files are installed to the target sysroot rather than the native sysroot, which enables MACHINE derived overrides. This new recipe enables the deprecation of: hostboot-inventory-config-native openpower-ipmi-oem-sensor-inventory-mrw-native phosphor-ipmi-fru-properties-mrw-native and all the virtuals and PREFERRED_PROVIDERS associated with those recipes, once any layers using these YAML configuration files are updated to obtain them via openpower-yaml-config. That will greatly reduce comprehensional complexity. (From meta-openpower rev: 31f20185c231ccab0d9faaa80b2281195066b1e5) Change-Id: I1fd0c64c03c77006a7858a4ed773b84e6b34c312 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-ibm: palmetto: new YAML config recipeBrad Bishop4-0/+1395
YAML configuration files exist scattered throughout the OpenBMC tree and how they are used is controlled with layers dependencies of virtuals and preferred providers. Most of the time the above scheme is very difficult to comprehend. This patch continues a re-thinking of that approach towards a more centralized scheme. Specifically this patch implements a single YAML config recipe for the Palmetto systems. The logic contained in the recipe was pulled from all over the OpenBMC tree - the ability to comprehend how the different YAML files are generated and consumed should be greatly eased. One notable detail - unlike the upstream recipes, palmetto-yaml-config is a target recipe and as such enables MACHINE based overrides. YAML files were copied from different locations in the tree, and run through a styling application (pyyaml dump(load(yaml))): phosphor-ipmi-fru-properties-native:extra-properties.yaml -> palmetto-yaml-config:palmetto-ipmi-fru-properties.yaml phosphor-ipmi-sensor-inventory-native:config.yaml -> palmetto-yaml-config:palmetto-ipmi-sensors.yaml phosphor-ipmi-inventory-map-native:config.yaml -> palmetto-yaml-config:palmetto-ipmi-fru.yaml (From meta-ibm rev: 70eb689af4a1b27d5cdcca1acdff8d27329c6808) Change-Id: I0f26e60db3caf66cbb2ec6d2ad0a053617eee50e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-ibm: romulus: new YAML config recipeBrad Bishop6-0/+4641
YAML configuration files exist scattered throughout the OpenBMC tree and how they are used is controlled with layers dependencies of virtuals and preferred providers. Most of the time the above scheme is very difficult to comprehend. This patch continues a re-thinking of that approach towards a more centralized scheme. Specifically this patch implements a single YAML config recipe for the Romulus systems. The logic contained in the recipe was pulled from all over the OpenBMC tree - the ability to comprehend how the different YAML files are generated and consumed should be greatly eased. One notable detail - unlike the upstream recipes, romulus-yaml-config is a target recipe and as such enables MACHINE based overrides. YAML files were copied from different locations in the tree, and run through a styling application (pyyaml dump(load(yaml))): romulus-ipmi-fru-properties-native:extra-properties.yaml -> romulus-yaml-config:romulus-ipmi-fru-properties.yaml romulus-ipmi-fru-read-inventory-native:config.yaml -> romulus-yaml-config:romulus-ipmi-fru.yaml romulus-ipmi-fru-read-bmc-inventory-native:bmc-fru-config.yaml -> romulus-yaml-config:romulus-ipmi-fru-properties.yaml romulus-ipmi-inventory-sel-native:sel-config.yaml -> romulus-yaml-config:romulus-ipmi-inventory-sensors.yaml romulus-ipmi-sensor-inventory-native:config.yaml -> romulus-yaml-config:romulus-ipmi-sensors.yaml (From meta-ibm rev: 67b17f7aa658b71908de47aa0b0814530da36259) Change-Id: I3953274db23f9ccf8cb74d3962e797bf935d61a8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-evb-nuvoton: evb-npcm750: add warrior compatibilitykwliu2-2/+2
Set compatibility to thud and warrior. (From meta-evb rev: 4d85a858915070372700be7905c397379030d595) Signed-off-by: kwliu <kwliu@nuvoton.com> Change-Id: I5de64963f205ffd5f9e56937f2fccab6cced1138 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-phosphor: ipmid: remove POWER_READING_SENSORBrad Bishop1-1/+0
/usr/share/ipmi-providers/power_reading.json is the ipmid default anyway, so there isn't any point in setting it explicitly. (From meta-phosphor rev: 0f6fbb63bb52af49d0075838417c4184e065aae8) Change-Id: I7d3696255e71c7c2ee2b2f33efb77dda6b0b5a87 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13meta-phosphor: ipmi: fru: remove unused dependencyBrad Bishop1-8/+0
Remove the ipmi-fru-hostfw dependency from phosphor-ipmi-fru. It isn't used. Remove the todo that refers to the dependency. The TODO suggests some refactoring but it probably doesn't make sense to push the hostfw abstraction all the way out to the IPMI FRU parser - this is already being accomplished elsewhere with simpler schemes than the one suggested. (From meta-phosphor rev: 02826baeea9bb63317e4ebeff67b7f4db029c19c) Change-Id: Ia5223be36908307179852e767f58732e7e8bf11b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13include bmcweb-cert-config the same as bmcwebEd Tanous2-3/+1
bmcweb Redfish certificate service in this review: https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/18545 Will require phosphor-bmcweb-cert-config to function correctly. Move the location that this is included to ensure that they are included together. Tested: built image with aformentioned patch. observed that GET /redfish/v1/Managers/bmc/NetworkProtocol/HTTPS/Certificates/1 no longer throws 500 errors on image types that are not exactly obmc-phosphor-image targets. (From meta-phosphor rev: 80c1e1a4a052f23e05d87d9dce0aa57d9627005e) Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I98cd1b07fb6b3050ac3c95609fbbcdc71943a7bd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13linux-aspeed: Move to 5.1.9Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.8 and 5.1.9 stable releases. (From meta-aspeed rev: c774792b8c027409f945f030e286164e8d567f44) Change-Id: Ibb858660e66746122f0d59c237cc60e3fa87e5e4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13linux-aspeed: Add PCA953X driver to defconfigJoel Stanley1-0/+2
This is used by the Swift system. (From meta-aspeed rev: 27b8161d02b6a37c4822a2f9eb26f94fcbe82dca) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I68ccf9a25befa874634cfbe076ab300801d2f70b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13phosphor-debug-collector: srcrev bump fa180596fe..5ba7176ca2Andrew Geissler1-1/+1
Marri Devender Rao (1): Fix dreport os-release script point to a symbolic link (From meta-phosphor rev: 9e088796df3d7063c7e891c691c0a52cf684d6bb) Change-Id: I3724598a40bf84a873b13f2313f679f5d81b2658 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13phosphor-host-ipmid: srcrev bump 02650d5302..c419680b29Andrew Geissler1-1/+1
Richard Marian Thomaiyar (1): user_mgmt: Fix error message with file name (From meta-phosphor rev: c2e9ac97928e8a97646bb1d3fca9441afc6cac46) Change-Id: I06b4c259319454bc9e5a827c32632541977fa5ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13bmcweb: srcrev bump 6ca6ac12e6..d22c8396f0Andrew Geissler1-1/+1
Jason M. Bills (1): Update supported ResetTypes and actions (From meta-phosphor rev: ab434039d188f9ac5a21f0fa96dbdbd7ed36666c) Change-Id: I948b4fb6beddcd493491490e76b2292743c90ad8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11setup: Use config name instead layer nameAlexander Filippov1-16/+20
Allows user to pass a config name instead of a layer name. This can be extremely useful for layers, which contain several configs. E.g. to build firmware for swift you can call: ``` . setup swift bitbake obmc-phosphor-image ``` Change-Id: I397a53b0cc135f622e4b3dc712ff93f6a0c10b8a Signed-off-by: Alexander Filippov <a.filippov@yadro.com>
2019-06-11swift.conf: Build an ext4 imageAdriana Kobylak1-0/+2
Build an ext4 image for swift to be used in its eMMC chip. Tested: An ext4 image was built in addition to the current ubi ones. (From meta-ibm rev: 59bef037b63a73626434bfbfa22e1a53ca7133cd) Change-Id: I102b821754e2dd4998797f29bb935bd69324e8a3 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11swif: Add power supply sensorsMatthew Barth3-2/+48
Initially configure Swift's power supply sensors as they were on Witherspoon. Keep the config files separate between systems as they will be different due to differences between the power supplies used. Tested: Built Swift image that contained the config files Built Witherspoon image that still contained the config files (From meta-ibm rev: d8d27673f1b277db83859408842619ae24606235) Change-Id: I64d893c6c5dbea0e4d4a592042b17d6bad5b4596 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11swif: Add CP0/CP1 OCC sensorsMatthew Barth3-7/+809
Create Swift's OCC sensors initially using the same thresholds as they were on Witherspoon. Swift has 12 dimms/proc with 2 temp sensors per dimm. Also there are 2 GPUs/proc. Tested: Built image that contained the config files (From meta-ibm rev: 2bd366ab4bd4b9e085b70d46f07f5f1acdd35790) Change-Id: Ia381c561f283c4d542e0035534375fa14c493278 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11Add a recipe for hostboot-debug-tools.Lakshminarayana R. Kammath1-0/+21
This is a work in progress - at the moment this recipe doesn't do anything beyond ensuring the dependencies are installed. Tested : Verified. Perl executable and dependent libs available in debug tarball. (From meta-openpower rev: d252fd06a3bd282e4c80a6c961070acc2bfb3242) Signed-off-by: Lakshminarayana R. Kammath <lkammath@in.ibm.com> Change-Id: Iaee4127714bf9ccc5571bfea95d56f4d30add240 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 86dea2b5fe..15266a96d7Andrew Geissler1-1/+1
Cheng C Yang (1): Correct association of PSU PWM Sensor (From meta-phosphor rev: 4fcfd1a32290cad390561e2659a877e8d58785b2) Change-Id: I95e4811c01ae682829cf4a9e8c415c816c08dfa6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11phosphor-ipmi-host: Remove HostIpmi requirementWilliam A. Kennington III1-1/+0
We have systems that have no host present, but require the use of the network ipmi functionality. This requirement doesn't work for these systems since they don't have a host transfer mechanism. This doesn't change the ordering requirements of the services. (From meta-phosphor rev: 484aa1574f390c9a32ba3a31fb5518d94058d7d9) Change-Id: I455b7dad4aecda64b0bc05c0349b011e0e8885d3 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11meta-phosphor: nuvoton-layer: generate full flash image.Oshri Alkoby (NTIL)1-0/+70
Nuvoton's full flash image includes also a bootloader called Bootblock, and headers for it and for the u-boot. Generating headers and merging the Bootblock and the u-boot are being done by Nuvoton's binary generator tool (Bingo), which uses external paramteres from XML files for that. (From meta-phosphor rev: 13cc41f61207bcf06a9daab552c66b05120aa379) Signed-off-by: Oshri Alkoby (NTIL) <oshri.alkoby@nuvoton.com> Change-Id: Ic95719e83d5a4c998b20d3ece70893ea34106a06 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11entity-manager: srcrev bump 3e5e41fb89..15c49902cfAndrew Geissler1-1/+1
James Feist (3): Update Variant Visitors Enhance device added / removed log message Add thresholds for Exit Air Temp Sensor (From meta-phosphor rev: b5b6c63135a09ac2927014a217cac01ea95fcd07) Change-Id: Ifea6a825cb8f0733c2c51d7f4c9cb5fc7b20676b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11bmcweb: srcrev bump 4d2849acfe..6ca6ac12e6Andrew Geissler1-1/+1
Johnathan Mantey (1): Redfish: Correct PATCH for IPv6 static addresses (From meta-phosphor rev: 4e9ecc031e0af0fbf57a322c3d5694248a032c90) Change-Id: Idca7a798b5e654cb905090e6d17d7403e2205029 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11phosphor-certificate-manager: srcrev bump f46827128c..dec5877c7eAndrew Geissler1-1/+1
Marri Devender Rao (1): Fix subject property value is set with certificate string (From meta-phosphor rev: a37d0de134fb4dcf01568fdcdb68ef035936d771) Change-Id: I4e77f1525ed738464c2a2139fb897474113ed7a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 9f16b4bea8..86dea2b5feAndrew Geissler1-1/+1
Vijay Khemka (1): cpusensor: Add thresold offset (From meta-phosphor rev: ecca2828f5b7e415d36f93afb829fe1c31450c03) Change-Id: I314dbdcf89f3fd9fb1a7b3aa9e634ac3ece1f6a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11entity-manager: srcrev bump 99fa42789a..3e5e41fb89Andrew Geissler1-1/+1
Vijay Khemka (3): ADC Scale factor update for FBTP Add stepwise FSC configurations for FBTP Add DTS critical offset (From meta-phosphor rev: db2ff3cae90948b53fc49ca972af661e642bffb8) Change-Id: Ifb0b37c65a711fe9d844ab46668088c4f7e49bf7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11fp5280g2: Enable host UART VGA outputJohn Wang1-1/+1
This allows the machine to have the host UART output rendered to a framebuffer and output on the BMC's graphics device up until the host loads it's PCIe VGA driver. Tested: Built and ran on a fp5280g2,saw that the host UART output displayed on the monitor. (From meta-inspur rev: 89bd7c2a383d1318ef885c50f9cc4ee5b2af1174) Signed-off-by: John Wang <wangzqbj@inspur.com> Change-Id: Ib7c37a750b508aee314e1b3360733fe8b3eef311 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11meta-ibm: romulus: drop channel.yamlBrad Bishop2-12/+0
These files aren't used by ipmid anymore, so drop. See host-ipmid change 41ac50530a for details. (From meta-ibm rev: dfd8a072958aa531a41d7fbb190675c66b75e15c) Change-Id: I3aaab61c24fa0a4167cb04b60e577c1761605887 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11dbus-sensors: srcrev bump 58b2b53e6f..9f16b4bea8Andrew Geissler1-1/+1
James Feist (4): cpusensor: detect if cpu is available adcsensor: Add CPU presence checking Follow up on Todo, move path out of base sensor Add Hysteresis support (From meta-phosphor rev: 04564d9a8e751c5dbf077dfa66b99461b04e0b34) Change-Id: Iede48bfc8984fa39d669f885ff58395e922c0171 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11gpio-presence: Add extra-iface param to service execAnthony Wilson1-1/+1
With the addition of a new parameter in the phosphor-gpio-presence app, this addition to the service exec file ensures any additional interfaces specified in the appropriate config files are passed to said app. phosphor-gpio-presence: srcrev bump 64c8fcb651..206f004098 Anthony Wilson (1): gpio-presence: Support for multiple iface assocs (From meta-phosphor rev: da2632a84ad78b4b0ff97bd3648a4a165cccbcd7) Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Change-Id: Ie5c1c970f4f90b12e46284dede4091862b8ca6f5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Add sensor configsLisa Liu5-0/+92
temperature sensors inlet and outlet of tmp75, adc voltage sensors and fan-tach sensors. Tested: Build it in hr630 image, load on hr630 platform, make sure it could show these sensors correctly with command: ipmitool sdr list. (From meta-lenovo rev: 8cd1949d5b4c66682baf951bb8c060320032ad0b) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: Idfd89ea40642130daddbb9e8c0384004c076638a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Initial led yaml file equipped with hr630 platformLisa Liu2-0/+35
Add heartbeat and fault led in yaml file. (From meta-lenovo rev: 8a7b9b0a15f36b6ecbd47442b7095f9d43639e79) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I87418b92d988ba92dd4a4a33e1484d2e42fceca9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: add kernel configurationsLisa Liu2-0/+21
Add kernel configurations. Tested: Build Lenovo hr630 image and load on the target hardware, ensure that BMC boots to console. (From meta-lenovo rev: 5c27e5f9f7504fc9b9c9567f2ff0ca6d3a9e7eed) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I32d845b4990d7769e3ddc1b57301c778cfb265f6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: network: Disable link-local IP address auto configurationLisa Liu1-0/+6
Add --disable-link-local-autoconfiguration flag for auto-configure. Tested: Check IP address in debug console by ifconfig to see real IP address. (From meta-lenovo rev: f6ec76794761cf29d70c56788570400b7c16fcee) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I05a10baa1071cd6d93e0a2bcf317c95187bf7539 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-lenovo: hr630: Add hr630 platformLisa Liu6-0/+96
hr630 is a Lenovo platform. Add machine to repo. kernel device tree of Lenovo is being reviewed, so aspeed-bmc-lenovo-hr630.dts has not been merged yet. (From meta-lenovo rev: 460c31a424e0ee831933f61ecb55f60a0c9ba38f) Signed-off-by: Lisa Liu <liuyj19@lenovo.com> Change-Id: I1577775ea92fd8dbc9ab5b3f2b045ef04e524dc6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10Swift: Swap power supply I2C bus addresses.Matt Spinler2-4/+4
The top supply, PS0, is 0x68, and PS1 is 0x69. (From meta-ibm rev: c4df414e0284f1859ff1c709eb84eace6d848e87) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4a9f38830f86b18932a918119bafaf1f5bd5d72a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10Swift: Fix UCD90160 device pathMatt Spinler1-1/+1
More than 1 directory in the path is dependent on the I2C bus. (From meta-ibm rev: dc4b6022d75a5ed50588c71f1890f5cb7df0dcd4) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Iec2026ab941e735e684b939bca40482a7c603150 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10Swift: run avsbus-disable.sh through dos2unixMatt Spinler1-18/+18
It had the '^M' which which prevented the BMC from running it. (From meta-ibm rev: 06b094f1a87a61da756323ce5ea3e75d6f4c709f) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I42dfc1a8d3af5c8f949003775b3076218de9035a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10Swift: Run power-workarounds after PGOODMatt Spinler6-0/+41
On swift, the VRMs that power-workarounds.sh touches can't communicate until the system has been powered on. Rearrange the services to make this happen. (From meta-ibm rev: b5980e57561bc2f161bd61965551c1a3e1323131) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I0ac7fb6adaa0de18feb525259f991e99c147e244 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10meta-gsj: quanta-nvme-powerctrl: Update package processSamuel Jiang2-94/+66
Update quanata-nvme-powerctrl process and delete two duplication function and variable init_once.sh: 1. Dump input pin information because of confirming HW signal. 2. HW POWER_U2 default is output high. If detect SSD is plugged, don't need to initialize POWER_U2 again. 3. Add RST_BMC_U2 steps, check PWRGD_U2 is fine, wait 100ms then st RST_BMC_U2 high. nvme_powermanager.sh: 1. Add RST_BMC_U2 steps, check PWRGD_U2 is fine, wait 100ms then set RST_BMC_U2 high. 2. Independent package for power control delete nvme_main DBus property trigger and tranfer led trigger to nvem_main package. (From meta-quanta rev: e689ff4990c9d76bb54c89f37831d23ff31993d2) Change-Id: Idb1faff9f30785c5cc168adfe18173ea93e7a146 Signed-off-by: Samuel Jiang <Samuel.Jiang@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>