summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* intel-ipmi-oem: srcrev bump 880b733d3d..bc54667993Andrew Geissler2018-12-171-1/+1
| | | | | | | | | | | | | | Kuiying Wang (1): Fix read std::vector message issue. Richard Marian Thomaiyar (1): Move SensorSubTree declaration to ipmi scope (From meta-intel rev: 2f8a3851fb238ab8563da63548ecfadf25a7e377) Change-Id: I3c4e6828ce078796f4a528a5f434f7752e6bdd73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* x86-power-control: srcrev bump c8153bca62..80f6d927c2Andrew Geissler2018-12-171-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>
* meta-phosphor: dbus-sensors: Enable new serviceJames Feist2018-12-171-0/+1
| | | | | | | | | | | Enable exit air sensor service file and bump as these need to be changed at the same time. (From meta-phosphor rev: 4fb76700a2fe73baa6b791385bb4eb9867416341) Change-Id: I3134d359692b966a5bb9e88432b47b777d2503b8 Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-hwmon: fixing starting occ sensorLei YU2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | On P9 the occ device has `:` in path, and it needs to be converted to `--` while starting hwmon service. The commit 2f714db14 accidentally removes the convertion, and cause P9's occ hwmon sensor are not started. This commit fixes the issue by converting `:` to `--` first. Tested: Verify the occ hwmon sensors are started on Romulus (From meta-phosphor rev: b9f0f689b1b86f3415c83bb3bace0c0f78ea65b0) Change-Id: If7a1cf91fdde31ed83db99fa16553cc5577bad82 Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* skiboot: fix stringop-truncationsBrad Bishop2018-12-172-0/+36
| | | | | | | | | | | | These warnings start to occur under GCC8. Submitted to upstream skiboot: https://patchwork.ozlabs.org/patch/1001179/ (From meta-openpower rev: ddbe3f7349269e5b2a94581fd7e5908159fab2e2) Change-Id: I9257e7e37c563d62660980ed07ebba12e828093a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor: netsnmp: enable des and snmpv1Brad Bishop2018-12-171-2/+0
| | | | | | | | | | | These non-default configure flags result in a broken build on net-snmp 5.8 and the rationale for their use was never provided in the first place. Stick with the defaults. (From meta-phosphor rev: a6ce644c4c0563b8f8ae11ed74e0851ac2447b67) Change-Id: I3e25eb2c5f45cba3e52485cc49e44145523fbd7e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 2723f38f75..9d7251c623Andrew Geissler2018-12-171-1/+1
| | | | | | | | | | | | | | Vernon Mauery (1): ipmid: user_channel: fix include path for libuserlayer William A. Kennington III (1): make: Build user_channel separately (From meta-phosphor rev: 678a9b8456e0b853d694f54a3f814711204bc6ce) Change-Id: I19fbb8de32d381f6c46fb7ac4adf2155c8634ec0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-flash: srcrev bump a658636f90..aa32a36aabAndrew Geissler2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Patrick Venture (16): README: Update the documentation given new approach test: move mocks into root test folder test: add missing headers to ipmi_interface_mock test: Add tools to search path firmware: add read/write flags to enum tools: main, use copy instead of looping tools: add crc implementation tools: return data or throw exception on ipmi resp tools: blob: implement layer above ipmi tools: blob: implement get blob stat command tools: blob: add missing header tools: add data interface type tools: blob: implement open blob tools: updater: implement send contents tools: updater: add exceptions for errors tools: add missing updater unit-tests (From meta-phosphor rev: e8082774d536f3493c1e223314dd986532488fa8) Change-Id: Ie88d3c7411b734b643ba8ee4afa967fd9c91f726 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump f5a5d81de6..aceb7fc879Andrew Geissler2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | Gunnar Mills (1): bmcweb: Redfish make MemorySizeInKB optional Matt Spinler (9): REST: For enumerate, use GetObject for target path REST: For enumerate, try GetAll as last resort REST: For enumerate, return the error in JSON REST: For GET, return errors in JSON REST: For list, return the error in JSON REST: For /action/<method>, return errors in JSON REST: Add JSON error when no D-Bus handlers found REST: For PUT, return errors in JSON REST: Add DELETE support (From meta-phosphor rev: ada292c8f5f9364333f58a3f93c1d2ace164b349) Change-Id: If461ff8408d495de77dc1c754b62894f6045b6f0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* kcsbridge: srcrev bump ccf086f151..33aea0d47fAndrew Geissler2018-12-171-1/+1
| | | | | | | | | | | Jia, Chunhui (1): [kcs]Add paramter for dbus name and objpath (From meta-phosphor rev: 0e67da4388446367269ea22f1a7a2185eb1fac11) Change-Id: I941f9632cdcc8e6ec5b8b0234e14eed990bd2e2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* entity-manager: srcrev bump 2f0030cd9f..3cab78718eAndrew Geissler2018-12-171-1/+1
| | | | | | | | | | | James Feist (1): Make stepwise configuration writeable (From meta-phosphor rev: 918c39a8f4e4e49044e070c9514b29ff4a1097d2) Change-Id: I348606d8868a08e99ec4f6fd43dc2d7b3f257a76 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* u-boot-aspeed: workaround old in-tree libfdtBrad Bishop2018-12-171-0/+4
| | | | | | | | | | | | | | | | | | | | | U-boot has its own FDT implementation but it isn't isolated in terms of include search paths very well in our ~2016 snapshot. Prior to now (December 2018) it wasn't noticeable but with the move to yocto 2.6 and libfdt 1.4.5 the FDT implementations are different enough that if you have libfdt headers installed on your build host (which under Yocto, is _always_) you will have host contanmination and 2016 u-boot will fail to build. Work was done in upstream u-boot during 2018 to address this, but backporting would be a not-insignificant level of effort. Instead, use the following hack until such a time that we can rebase on a more recent (circa end of 2018) u-boot tree. (From meta-aspeed rev: 7f8140089d95a529bf50c6c71112385607a64bcf) Change-Id: I7513e2c651040fab55c2e500a6e801d4f5120d9d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* README: Remove reference to OCC from feature listAndrew Jeffery2018-12-171-1/+0
| | | | | | | | The On-Chip Controller is a Power-specific item while the rest of the list generalises over multiple host architectures. Change-Id: I56e0b5c65615aa416391a29630b5d0a8d56960ec Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
* poky: sumo refresh a4c7d28688..78020fb639Brad Bishop2018-12-1746-642/+484
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update poky to sumo HEAD. Michael Halstead (1): scripts/runqemu: Replace subprocess.run() for compatibilty Richard Purdie (35): scripts/runqemu: Tidy up lock handling code scripts/runqemu: Improve lockfile handling for python with close_fd=True oeqa/selftest/signing: Skip tests if gpg isn't found oeqa/selftest/signing: Allow tests not to need gpg on the host oeqa/selftest/signing: Use do_populate_lic target instead of do_package oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove() oeqa/selftest/buildoptions: Improve ccache test failure output oeqa/utils/commands: Add extra qemu failure logging oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file oeqa/utils/commands: Avoid log message duplication oeqa/qemurunner: Remove resource python warnings oeqa/selftest/buildoptions: Improve ccache test oeqa/selftest/buildoptions: Ensure diskmon tests run consistently oeqa/selftest/runqemu: Improve testcase failure handling oeqa/utils/qemurunner: Avoid tracebacks on closed files oeqa/loader: Fix deprecation warning oeqa/utils/commands: Avoid unclosed file warnings oeqa/selftest/context: Replace deprecated imp module usage oeqa/utils/qemurunner.py: Fix python regex warnings oeqa/selftest/context: Improve log file handling oeqa/core/runner: Improve test case comparision oeqa/runner: Ensure we don't print misleading results output oeqa/core/threaded: Remove in favour of using concurrenttests oeqa/runner: Simplify code oeqa: Remove xmlrunner oeqa/runtime/ptest: Inject results+logs into stored json results file oeqa/runner: Always show a summary of success/fail/error/skip counts oeqa/runner: Sort the test result output by result class oeqa/selftest: Improvements to the json logging oeqa/utils/metadata: Allow to function without the git module image-buildinfo,oeqa/selftest/containerimage: Ensure image-buildinfo doesn't break tests oeqa/selftest/esdk: Ensure parent directory exists oeqa/selftest/esdk: Fix typo causing test failure testimage: Improvements to the json logging testsdk: Improvements to the json logging Ross Burton (3): oeqa/oelib/path: don't leak temporary directories oeqa: don't litter /tmp with temporary directories oeqa/selftest/esdk: run selftest inside workdir not /tmp Scott Rifenbark (1): documentation: Prepared for 2.5.2 document release Stefan Lendl (1): default-versions.inc: Make PREFERRED_VERSION_openssl* overwritable Yeoh Ee Peng (6): oeqa/core/runner: refactor for OEQA to write json testresult oeqa/core/runner: write testresult to json files oeqa/selftest/context: write testresult to json files testimage.bbclass: write testresult to json files testsdk.bbclass: write testresult to json files oeqa/selftest: Standardize json logging output directory Change-Id: I3c8123930c8c3441126c1e81b3bbbde9f2b126f2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 8550b60fc2..2723f38f75Andrew Geissler2018-12-161-1/+1
| | | | | | | | | | | William A. Kennington III (1): gitignore: Ignore libraries regardless of directory (From meta-phosphor rev: 72656c07162f0170b8aa17f17a60fd283ecd792f) Change-Id: Ife1bad0d1db9815158ba18050c6e19507744bdcb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 6af8330046..f5a5d81de6Andrew Geissler2018-12-161-1/+1
| | | | | | | | | | | James Feist (1): build_x86.sh add missing dependencies (From meta-phosphor rev: c35b08432c783568d9450ab330a9b2dcc13d1346) Change-Id: Iefc76d3495b0ca0c5d2cfbb13f9bc47ff9c9ceb8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: add x86 power controlKuiying Wang2018-12-131-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>
* entity-manager: srcrev bump 61c25c07ca..2f0030cd9fAndrew Geissler2018-12-131-1/+1
| | | | | | | | | | | James Feist (1): CmakeLists: Remove unneeded line (From meta-phosphor rev: 4f80f88fcac6a9ca3d172b27d6cc384c349f597e) Change-Id: Ife051235c2f8c54b108e0b8b544aaf10046fa844 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 4026e446d6..8550b60fc2Andrew Geissler2018-12-131-1/+1
| | | | | | | | | | | | | | Kirill Pakhomov (1): Fix units for fan RPM sensor Richard Marian Thomaiyar (1): SetUserName to return success - for same user name (From meta-phosphor rev: 8cdc6b2448d98a70551c8ff8aff93145c09b863b) Change-Id: I4759f7b06c83b3a477ed2ceb979458f0e6e855ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-flash: srcrev bump d333a870a6..a658636f90Andrew Geissler2018-12-131-1/+1
| | | | | | | | | | | | | | | Patrick Venture (5): tools: start burn_my_bmc tool tools: start implementing data interface tools: start implementing blob interface tools: start implementing ipmi interface tools: move interface building into main (From meta-phosphor rev: b5208663c4248f3770c9a4e5bd1d1f33e54f6324) Change-Id: I7cd13bb045cb56a760ca16aaadfcf0c147e358e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump 87d713abb7..1d123a1702Andrew Geissler2018-12-131-1/+1
| | | | | | | | | | | | | | James Feist (1): Install exit air sensor service file Richard Marian Thomaiyar (1): Consider nan too as an override value (From meta-phosphor rev: b7045c33fdfd69bd210bd12b0cf084f3af3d44a5) Change-Id: Ibb5b4d035b119657c8fe69cc4225788bdc802a1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ibm: Add missing nginx dependenciesBrad Bishop2018-12-131-0/+5
| | | | | | | | | | The IBM layer bbappend for nginx brings in the shell and openssl. Add missing runtime dependencies. (From meta-ibm rev: f6d19e0c30ec918d7c0288a6270ce7e3679e4dec) Change-Id: I01d1727ccbe91fad68407b0c18f3e10282a4d847 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor: drop meta-webserver from sample confBrad Bishop2018-12-131-2/+0
| | | | | | | | | | There aren't any dependencies in meta-phosphor on anything in meta-webserver, so drop meta-webserver from the sample configuration. (From meta-phosphor rev: e737217a6a960df6282653dd8db45901cd5c2994) Change-Id: Icbcd801317c7cef7c0b5e2aeca2c73e1c48e0adb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add ON5263M5 platformJohn Wang2018-12-1316-0/+715
| | | | | | | | (From meta-inspur rev: 42e8cb80b7e8344ce9fb6ff0c40f81e0bdd03cbe) Change-Id: I8affa38b64d7db1f4826718983d049dea5ea2f26 Signed-off-by: John Wang <wangzqbj@inspur.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-ipmi-flash: srcrev bump 7b91cbc101..d333a870a6Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | Patrick Venture (1): firmware: add logging to factory failures (From meta-phosphor rev: 9c5dd20c6086f49e11f23bbff6b02a70265c776f) Change-Id: I4872982124ececea0d6b1efdd8d77962198eb3b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump 02516d3ff9..991af7ecfbAndrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | Adriana Kobylak (2): Remove deprecated is_method_error code item_updater: Call remove association on delete (From meta-phosphor rev: b275bbe2313890fe389cd4dd081fd69ff69cbd7f) Change-Id: I0f9a09f3c669cb29549a0d99325c720fa79afaff Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump 0e8f9a7729..87d713abb7Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | James Feist (2): pwmsensor: signal properties changed for opposite iface FanSensor: Add configurable min max (From meta-phosphor rev: c4a4be12b7056e9def28d4574f28b63f59474ada) Change-Id: I274b88793b5a1ed213d21f72858f886ed7efa36d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 316f23d939..4026e446d6Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | Patrick Venture (2): build: drop linking of libssl build: fix pam library inclusion and usage Richard Marian Thomaiyar (2): Update const uint8_t& to const uint8_t Fix response length for Set user access command William A. Kennington III (1): configure: Fix literal usage in AS_IF Yong Li (1): Implement set chassis capabilities IPMI commands (From meta-phosphor rev: ef97ca1845a98e58cc878ac15869df9fd85d92f4) Change-Id: Ibeac233d19b6f418e848d715e088fa1dff8736a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-logging: srcrev bump 30047bf964..31552c05e2Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | | | | Patrick Venture (5): add sdjournal interface to inject tests test: use only one main library bugfix: add fixes to mock class bugfix: rename method to match implementation test: add test to force building of sdjournal mock (From meta-phosphor rev: 17316b6d4d13da98b2f4feee489cb85d37547e5d) Change-Id: I5ad126a739cad075832efed6204bc97c13cbb3ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-host-ipmid: srcrev bump 4fe7efe885..316f23d939Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | Vernon Mauery (1): ipmid: host-cmd-manager to use default event source for timers (From meta-phosphor rev: 0389ed7a39a0403ecbca792a512ebac836ed2485) Change-Id: If18a4e64150abc13b8d6823d8de839917f5edd84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-bmc-code-mgmt: srcrev bump 3a19e62a59..02516d3ff9Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | Brad Bishop (1): sync/watch: reduce memory usage (From meta-phosphor rev: 5beb64bddba0c07453bc418feef3e48b8662b8ae) Change-Id: I8916ba461e1723982b08947ef4803b32b575e8a9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-buttons: srcrev bump f654267db9..391a21a1bbAndrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | | | | | | Matt Spinler (7): Add .gitignore Add button-handler framework button-handler: Add power button actions button-handler: Add reset button actions button-handler: Add ID button actions button-handler: Add button-handler service file Add myself as a maintainer (From meta-phosphor rev: 443f1b00f78c2dcacd9f776fd75007523e9ed910) Change-Id: Ia3ded7e495a3ad91a230c1053fffdce615eb7798 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* dbus-sensors: srcrev bump ce3fca414e..0e8f9a7729Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | | James Feist (3): Add exit air temp sensor Break CFM out into its own sensor Add exit air temp service file (From meta-phosphor rev: 90a0fbd23d460d87d5ce07d17a6f1091426b64a2) Change-Id: Ie2f26e773b802cbb6fe96346a99a77a113a566de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 63c7908ddb..6af8330046Andrew Geissler2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | AppaRao Puli (1): Redfish AccountService service modifications Ed Tanous (7): bmcweb: Session member count is zero bmcweb: make SSL enabling more effective Remove custom version of getPtr bmcweb: Redfish make CpuCoreCount optional bmcweb: Clean up security headers bmcweb: Move boost::optional to std::optional bmcweb: Fix inversion of SSL Joseph Reynolds (1): Add details to BMCWEB config option help strings (From meta-phosphor rev: d655096a0f9aabc92e05ff05a1768f68b2685cef) Change-Id: Ie7b5874cc0d73cdf6b3d6540941ca0e9d94c7389 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Intel: Enable threshold event monitoringJason M. Bills2018-12-121-0/+2
| | | | | | | | | | | This append enables threshold event monitoring in the phosphor-sel-logger. (From meta-intel rev: e2bf47543d715c14dda49ddeec2c21c884dc63aa) Change-Id: I9df9b7da2c9c90dc9eb683e20102e4a48753819a Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add obmc-phosphor-buttons recipe.Kuiying Wang2018-12-111-0/+23
| | | | | | | | | | | | | Add obmc-phosphor-buttons_git.bb file and enable buttons TestBy: export TEMPLATCONF=meta-intel/meta-s2600wf/conf/ bitbake obmc-phosphor-buttons (From meta-phosphor rev: 0d737656491b85b06ecb0aaa1290276abc98234f) Change-Id: I09b182b2adc4d245a3b42794a2e133d940074d55 Signed-off-by: Kuiying Wang <kuiying.wang@intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to to 4.19.8Joel Stanley2018-12-111-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.7 and 4.19.8 stable releases. (From meta-aspeed rev: b16d0dc6fd3af4d4ef0ad8fe6d8304efa2030ba2) Change-Id: Ib8180d72e4fd147d0a4427ce5ac1bb9063fcff50 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bitbake: bitbake-user-manual: Added "usehead" parameter.Yong, Jonathan2018-12-111-0/+8
| | | | | | | | | | | (Bitbake rev: 17fb5216c9a5b5d4305bef6dcb267345040280c6) (From poky rev: a4c7d286883db186f17d4044a6531eac88473403) Change-Id: I4f2662d7d1a54762ed559134323ab3dc13f4b372 Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add kcs bridge to Facebook TiogapassVijay Khemka2018-12-111-0/+1
| | | | | | | | | | | | | Added phosphor-ipmi-kcs to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensured that kcsbridge is running fine. (From meta-facebook rev: 90f7a7bf5b581b12a6a9abc4160a86fdf82476e8) Change-Id: If9f80347e1b644fae72cc3c42e63e98e7a95b8f7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* obmc-phosphor-image: Don't install any localesBrad Bishop2018-12-102-2/+2
| | | | | | | | | | | | | | Don't install any locales in an obmc-phosphor-image. The defaults probably meet most requirements at present and this saves ~128K with an xz compressed squashfs. Remove locale setting from distro configuration. The defaults are fine and this also allows the user to override. (From meta-phosphor rev: c2207adeb8ecfa1add3868eafc1f0d94d2e503d7) Change-Id: I2bd5eb4225cfd8f0024b14afc415c0c1bd166484 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* intel-ipmi-oem: srcrev bump 360f593bf0..880b733d3dAndrew Geissler2018-12-101-1/+1
| | | | | | | | | | | | James Feist (2): Update variant usage to use visit Fix variant usage (From meta-intel rev: 49c8a3a51c3d967e6332d9bee36bdcc5b541a2a3) Change-Id: I97dbbcb2f9c295c73aaff5245f12a20353a6543c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh 65f8850b66..aa2e4bba38Brad Bishop2018-12-1013-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Andrew Geissler (13): skeleton: srcrev bump a9427c85f3..e32e33784a phosphor-dbus-interfaces: srcrev bump 0e6d655be2..99b5aaa499 phosphor-dbus-monitor: srcrev bump ecf8910c01..12789e6c66 phosphor-fan-presence: srcrev bump 4978e06c45..f0b020fb32 phosphor-networkd: srcrev bump 35297177b8..cb500dc2b5 phosphor-pid-control: srcrev bump f77ecc7bca..208abce8d8 phosphor-host-ipmid: srcrev bump e04c004b21..4fe7efe885 bmcweb: srcrev bump 3112a144b3..63c7908ddb dbus-sensors: srcrev bump f87dc4c139..7c977b6de8 phosphor-webui: srcrev bump bd500cd2d6..dbf0481196 dbus-sensors: srcrev bump 7c977b6de8..ce3fca414e phosphor-time-manager: srcrev bump 1f1d8e012f..37539dcc2b sdbusplus: srcrev bump 6b4fb2969c..f042393a65 Brad Bishop (1): phosphor: net-snmp: clean up configure options Change-Id: Icfb3ec61eeb63921cce883cbabfa318361964052 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-intel: delete custom dbus-sensor recipeJames Feist2018-12-065-70/+0
| | | | | | | | | | | It has been merged into meta-phosphor, don't need our own copy. (From meta-intel rev: c2f1613dc31aed042662d4033482e787d0222ac6) Change-Id: I42aed979830ca8e95fef8814eacc8bda23b9e7ad Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-phosphor: master refresh 632923e49c..65f8850b66Brad Bishop2018-12-069-10/+10
| | | | | | | | | | | | | | | | | | | | | Update meta-phosphor to master HEAD. Andrew Geissler (8): bmcweb: srcrev bump 99ad599508..3112a144b3 phosphor-networkd: srcrev bump 74db23cf88..35297177b8 phosphor-objmgr: srcrev bump 6a39e8c727..47c09755e5 entity-manager: srcrev bump b69602b877..61c25c07ca dbus-sensors: srcrev bump 95b079b785..f87dc4c139 phosphor-snmp: srcrev bump bbee5d0d8f..9d18e56285 phosphor-host-ipmid: srcrev bump 77ff3fe596..e04c004b21 phosphor-ipmi-blobs: srcrev bump 50539d3646..9e0c1af678 Yong Li (2): Fix incorrect license type Do not use DBUS_SERVICES in the systemd string substitutions Change-Id: I3f170aee1b5d0e0ab5f040c6a13d39274fdedfc2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add dbus-sensors to Facebook TiogapassVijay Khemka2018-12-061-0/+1
| | | | | | | | | | | | | | Added dbus-sensors to Facebook Tiogapass Tested: Build Facebook TiogaPass board and load on the target hardware. Ensure that all sensors informations are displayed on dbus. (From meta-facebook rev: e5376be34bd11d070fd6d68ed7740035a6c56990) Change-Id: If995235085c902521dff82ffd45d3a9c34746f45 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* poky: sumo refresh 64a257fa22..fa962ec72fBrad Bishop2018-12-0610-26/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update poky to sumo HEAD. Anuj Mittal (1): linux-yocto: update genericx86* SRCREV for 4.14 Martin Hundebøll (2): shadow: improve reproducibility by hard-coding shell path busybox: make busybox.links.{suid, nosuid} reproducible Paul Eggleton (1): socat: fix LICENSE Richard Purdie (10): sanity: Add check for WSL poky.conf: Update the distros we test against on the autobuilder poky.conf: Bump version for 2.5.2 sumo release build-appliance-image: Update to sumo head revision bitbake: server/process: Fix unclosed socket warnings upon server connection refused bitbake: lib/bb/server: Avoid UnboundLocalError traceback bitbake: server/process: Fix ConnectionRefusedError tracebacks bitbake: runqueue: Ensure disk monitor is started when no setscene tasks are run bitbake: process: Flush key output to logs bitbake: main: Don't use print() directly, use logger Change-Id: Ie14695232a8adecd2013d629208da320963532ce Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-webui: srcrev bump f875e01222..bd500cd2d6Andrew Geissler2018-12-051-1/+1
| | | | | | | | | | | | | | Gunnar Mills (1): Remove bower.json beccabroek (1): Remove AngularUtils (From meta-phosphor rev: 632923e49c1dcc9176f47a9d74cc45ba60a3e704) Change-Id: I1b748df3a08ebc73a1f7f5a92d8939a68fabe16b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* phosphor-certificate-manager: srcrev bump feddcf2017..ca4f7887caAndrew Geissler2018-12-051-1/+1
| | | | | | | | | | | | | | | | | Patrick Venture (7): build: Add missing inclusion of phosphor-logging build: add requirement for openssl to configure_ac build: add check for experimental/filesystem test: delete empty parameters build: add gtest, gmock to configure_ac gitignore: add missing items test: use tabs in Makefile_am (From meta-phosphor rev: 7222db38e730434d22df4e5cd32f8de5f212494e) Change-Id: I13c037b80ecf36706499fae8e5eab31309f282c5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* bmcweb: srcrev bump 79ba46fdca..99ad599508Andrew Geissler2018-12-051-1/+1
| | | | | | | | | | | | | | | Ed Tanous (2): Fix missing Managers route on serviceRoot bmcweb: Move some functions to utilities Joseph Reynolds (1): Update Content-Security-Policy (From meta-phosphor rev: acf0c6025ba836af3166748de7b4dbaf44b27310) Change-Id: Id5bc85b5328b55f6bc4cd496aabe093d8a4f5368 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19Joel Stanley2018-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OpenBMC ASPEED kernel continues in it's quest to track upstream. This tree is a rebase of the dev-4.18 tree on top of 4.19 witht 58 out of tree patches. Currently the base is 4.19.6, the latest 4.19 stable release. The out of tree patches are as follows. Note that some of these have landed in 4.20 or are queued for 4.21. Adriana Kobylak (1): ARM: config: aspeed: Add Network Block Device Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f Andrew Jeffery (8): ARM: dts: aspeed: witherspoon: Update max31785 node dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (core): Use driver callbacks in pmbus_get_fan_rate() pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers soc: aspeed: Miscellaneous control interfaces ARM: dts: aspeed-g5: Expose VGA and SuperIO scratch registers Benjamin Herrenschmidt (4): ARM: dts: aspeed: Romulus system can use coprocessor for FSI ARM: dts: aspeed: Palmetto system can use coprocessor for FSI ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Add Power9 CFAM description Brad Bishop (1): ARM: configs: Remove atags from Aspeed G4 config Brendan Higgins (1): i2c: aspeed: fix invalid clock parameters for very large divisors Christopher Bostic (1): iio: dps310: Temperature measurement errata Cyril Bur (1): misc: Add ASPEED mbox driver Cédric Le Goater (7): mtd: spi-nor: aspeed: use command mode for reads mtd: spi-nor: aspeed: add support for SPI dual IO read mode mtd: spi-nor: aspeed: link controller with the ahb clock mtd: spi-nor: aspeed: optimize read mode mtd: spi-nor: aspeed: limit the maximum SPI frequency ARM: dts: aspeed: Add "spi-max-frequency" property /dev/mem: add a devmem kernel parameter to activate the device Eddie James (1): fsi: sbefifo: Add missing mutex_unlock Edward A. James (2): drivers/fsi: Add On-Chip Controller (OCC) driver hwmon: Add On-Chip Controller (OCC) hwmon driver Guenter Roeck (1): i2c: aspeed: Acknowledge most interrupts early in interrupt handler Jae Hyun Yoo (1): i2c: aspeed: Handle master/slave combined irq events properly Joel Stanley (19): ARM: dts: aspeed-palmetto: Add LPC control node ARM: dts: aspeed-palmetto: Add i2c OCC hwmon node ARM: dts: aspeed-ast2500: Update flash layout ARM: dts: aspeed: Add LPC mailbox node ARM: dts: aspeed: Enable mbox iio: Add driver for Infineon DPS310 ARM: dts: aspeed-g4: Expose SuperIO scratch registers ARM: dts: aspeed-g5: Add resets and clocks to GFX node ARM: dts: aspeed: Enable the GFX IP ARM: dts: aspeed: Enable VHUB on Romulus drm: Add ASPEED GFX driver drm: aspeed: Debugfs interface for GFX registers dt-bindings: gpu: Add ASPEED GFX bindings document ARM: config: aspeed: Add out of tree drivers ARM: dts: Add OCC description to Power9 dtsi rtc: Add ASPEED RTC driver dt-bindings: rtc: Add ASPEED description ARM: aspeed: Add RTC node ARM: config: aspeed: Add internal RTC driver Justin.Lee1@Dell.com (1): net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI command Lei YU (1): ARM: dts: aspeed: romulus: Enable iio-hwmon-battery Matt Spinler (1): ARM: dts: aspeed: wspoon: Enable iio-hwmon battery Tomer Maimon (2): dt-binding: pinctrl: Add NPCM7xx pinctrl and GPIO documentation pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver Vijay Khemka (2): net/ncsi: Add NCSI OEM command support net/ncsi: Add NCSI Broadcom OEM command Wolfram Sang (1): i2c: aspeed: use proper annotation for "fall through" YueHaibing (1): net/ncsi: remove duplicated include from ncsi-netlink.c (From meta-aspeed rev: d35b4f3cebfe24c6e0ba26859a10e5919d47e146) Change-Id: I44f8cb9685d99e8a409ef60a4ead7f58f2604429 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud