summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-11-21meta-amd: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). (From meta-amd rev: 053aaa505b711929800bffdcc1f748ddb89e50e7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I98a0b761a51db8813ac50fb89ba3923b89a39259 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-21meta-yadro: update Yocto compat for gatesgarthPatrick Williams2-2/+2
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-yadro rev: a5126fbe78b18fbe1e52356fb7500cf528e74a65) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9f89933f2d3892323400e7acad213a2a1e0c09eb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-21meta-evb: update Yocto compat for gatesgarthPatrick Williams4-4/+4
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunfell (previous). (From meta-evb rev: 4d356d1b1afe5b7050220a649b894b1309973495) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia4a5889b5cb26171b4578f7a29254c9ad0c527a0 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20health-mon: remove from ibm systemsAndrew Geissler1-0/+3
The phosphor-health-monitor package added some code recently that only supports a mtdblock based filesystem. This causes issues with the HW CI machine, witherspoon, documented in openbmc/phosphor-health-monitor#1. Time permitting, IBM should come back to the phosphor-health-monitor and figure out if it makes sense within it's products. If it does, then the appropriate bmc_health_config.json should be created for IBM systems. (From meta-ibm rev: 3a70e470e8ec8239e27db9b7361f568cebd5ef72) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I02dff59cade863d287919a01d0b1f93f67661279 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20Dump manager: Add system_dump_policy objectSunitha Harish1-0/+6
This commit adds the system_dump_policy object to the xyz.openbmc_project.Settings. This is used to enable or disable the system dump. Default value is true Tested by: busctl tree xyz.openbmc_project.Settings └─/xyz └─/xyz/openbmc_project ├─/xyz/openbmc_project/dump │ └─/xyz/openbmc_project/dump/system_dump_policy busctl introspect xyz.openbmc_project.Settings /xyz/openbmc_project/dump/system_dump_policy (From meta-ibm rev: ad88bbcbbd01d92773f61b1712f5e458f1b661bd) Signed-off-by: Sunitha Harish <sunharis@in.ibm.com> Change-Id: Ieae8a01a266ba8ff2d984b1a1b2ea9ada243d439 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20meta-quanta: gbs: fix getting SATA/PE gpio present statusGeorge Hung1-6/+5
Add mapper wait for the GPIO present dbus to make sure we get the SATA/PE GPIO Present status successfully (From meta-quanta rev: ac35d89c6a02f67ae2b7a40aa014570f279f5426) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I67cfd417b6d4e7ee04dd0ef2b01a82fca63b5b92 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20sensors:max31785-msl: Make max31785-msl package be "opt-in"Matthew Barth1-1/+7
By default, the max31785-msl package was getting installed in all images including phosphor-hwmon. A fix was done in the phosphor-hwmon repo to make this be an "opt-in" configure option to install the max31785-msl application. This makes the max31785-msl a package config on the phosphor-hwmon recipe where its not included unless explicitly appended in a bbappend file in a machine layer. ex.) PACKAGECONFIG_append_ibm-ac-server = " max31785-msl" SYSTEMD_ENVIRONMENT_FILE_max31785-msl_append_ibm-ac-server = " obmc/hwmon-max31785/max31785.conf" SYSTEMD_LINK_max31785-msl_append_ibm-ac-server = " ../phosphor-max31785-msl@.service:multi-user.target.wants/phosphor-max31785-msl@${MACHINE}.service" Tested: Built image without appending the max31785-msl package Verified no files related to it were in the image Build image appending the max31785-msl package Verified all related files were in the image (From meta-phosphor rev: 22546d9032e077cddd4cef325080315e51720016) Change-Id: Iacd8e4194f4749b023463965514ff6f73beb4739 Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-fan-presence: srcrev bump fcbdc0e41f..8e1b382122Andrew Geissler1-1/+1
Matthew Barth (21): control: JSON parsing compile framework control: JSON parsing classes static lib framework control: Setup configured zone groups retrieval control: Setup configured power on delay retrieval control: Parse optional "manager.json" control: Base JSON configuration attribute class control: Add profile configuration class framework control: Add loading JSON configuration class objects control: Complete profile configuration parsing control: Add fan configuration class framework control: Complete fan configuration parsing control: Pair profiles with name as key control: Remove storing bus reference on fan objects control: Zone configuration framework and basic attrs control: Complete zone configuration parsing control: Group configuration parsing control: Add event configuration class framework control: Create ZoneHandlers directly from JSON control: Construct base zone group from JSON control: README note on limited JSON support Allow JSON use on all apps except fan control (From meta-phosphor rev: 56a4e696e13b1518163eb0bbd3b3624a0e7d09b7) Change-Id: I713bb7a1408e2112d8202751d4ea94478c70e6b1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20meta-intel : Switch bmcweb to meson build systemManojkiran Eda1-4/+4
- This commit would switch & pass the extra options, that are accepted by bmcweb meson build. (From meta-intel rev: ce4bf37db207a714db9fffbbabc540b9cb4770ff) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I6ca68463eb8eb6a037b466ad8cb5d0be77c47a89 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20meta-intel: update Yocto compat for gatesgarthPatrick Williams1-1/+1
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). (From meta-intel rev: 43deddce9ce3761a856deee4ebefa3ac922535d8) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I91cf833d32f64e2332a63e31971f824e66b8d92d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20linux-nuvoton: Move to latest v5.8Joel Stanley1-2/+2
Includes addition of Fii Kudo device tree. (From meta-nuvoton rev: f525a14ffcd06c41c512565ace585910a36e2c02) Change-Id: I4e6b77655a94c71987af53c327b03e39063d38ed Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20meta-ethanolx: Add 'channel_config.json' fileKonstantin Aladyshev1-0/+178
Add 'channel_config.json' file with configuration settings for the AMD EthanolX Customer Reference Board (From meta-amd rev: 6ea0bb93cc31d9caeb876411849229c8c49c1a2a) Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I42bbb4f3593e51f845a28e2d7b6c2e040c299819 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20openpower-vpd-parser: srcrev bump 0246a4d7d0..9d149345b9Andrew Geissler1-1/+1
Priyanga Ramasamy (1): Fix some warnings (From meta-openpower rev: 8290a9df225d1fde2f470f5d3919fa898e59e51d) Change-Id: I20027c0f8296e874f233faab7edc61421cc06770 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20openpower-proc-control: srcrev bump 5e5d44516a..68dc6b3ef2Andrew Geissler1-1/+1
Andrew Geissler (2): spi-mux: ensure mux is reconfigured on chassis off spi-mux: do not set if chassis power is on (From meta-openpower rev: aaf0401c8773a4c7693ad395fcc703938a916760) Change-Id: I6783225dba2e7ca56c80ad3adea282aa3b61e99b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-hwmon: srcrev bump 7ab1b25b50..9455535224Andrew Geissler1-1/+1
Matthew Barth (1): max31785-msl: Default not to install (From meta-phosphor rev: 328da48152267df4da8b233d63b80c6c45d25d8c) Change-Id: I3689ed12336c71a18ddb873f81d9714c6890733e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-logging: srcrev bump 1ab6696f01..53ef155246Andrew Geissler1-1/+1
Miguel Gomez (1): Specify PEL callout priority and sort callouts. (From meta-phosphor rev: 4ff3fd247abb82dba05d6a6c870007895893eb79) Change-Id: Iac4e28da42475275220c795e45b0dd731fc28958 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20bmcweb: srcrev bump 929d4b57f1..83deb7d8bdAndrew Geissler1-1/+1
AppaRao Puli (1): fix bmcweb crash during sol communication Jonathan Doman (1): Avoid std::filesystem exception on trust store (From meta-phosphor rev: 9b1150b1d6b96e9291ecce4ffb671f2b9b4de749) Change-Id: If02599fd16b64b02b8064b261bffde93763dc6c4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20sdbusplus: srcrev bump c67e1e8730..e4f21dfbf0Andrew Geissler1-1/+1
Waqar Hameed (1): message: Declare getters as const member functions (From meta-phosphor rev: 742385416d3546911579258efebc2ff9cf1bcb5d) Change-Id: I0d8736128810a6e3b63869b17c9087983855e4a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20phosphor-dbus-interfaces: srcrev bump d37091affc..9f65dfeaa5Andrew Geissler1-1/+1
Andrew Geissler (3): boot-progress: add new pldm/redfish progress enums boot-progress: track time of last update transition: support transitioning host states Krzysztof Grobelny (1): Create Report and ReportManager interfaces (From meta-phosphor rev: 002081eff496abd1d6f9f55c1010044e9784ce01) Change-Id: I21fb5a4f149c5b2ad369e9581519ffe6aab85b43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20entity-manager: srcrev bump 9c7fd64642..e1ecc1adc9Andrew Geissler1-1/+1
Brad Bishop (1): configurations: Rainier: fix 4u IM keyword value (From meta-phosphor rev: c57bc1143955f8ee32f84fb352781fd7207861e1) Change-Id: I4ceb27bd9d326d9f2f084d16d499b04a25994042 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20pldm: srcrev bump 30450fe332..29d2211987Andrew Geissler1-1/+1
Tom Joseph (1): softoff: Don't return error completion code if PDR not found (From meta-phosphor rev: 3f6b8b63085a7ab0573d3f2971bffba7d2e55b2c) Change-Id: Ieb2631ba402127646cd1f16a5e9b909d14ce332e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20webui-vue: srcrev bump e6e924527f..ab93192e39Andrew Geissler1-1/+1
Derick Montague (1): Fix docs button alignment and image path (From meta-phosphor rev: 736fd530d8f40f5250f2b330ae22f62463590307) Change-Id: I8732e6230d50456f045dbbf35faf71f526a14f4a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-20Revert "Revert "poky: subtree update:b23aa6b753..ad30a6d470""Andrew Geissler416-113241/+1742
This reverts commit 4873add6e11c1bd421c83cd08df589f1184aa673. A fix has been put up for openbmc/openbmc#3720 so we can bring this back now Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If59020a5b502f70aa7149fbef4ad2f50824d1ce6
2020-11-20os-release: disable 'pseudo' for gitPatrick Williams1-2/+4
bitbake recipes are run under a process monitor called 'pseudo'. We are observing cases where these are triggering a "Pseudo Abort" due to inode reuse (https://wiki.yoctoproject.org/wiki/Pseudo_Abort) of some sort. 'pseudo' is used for running operations which may require higher levels of privledge and recording them so they can be re-applied when building a file system. The `git` calls we are doing are to determine the revision of the repository and therefore do not need 'pseudo' support. Disable it with the PSEUDO_DISABLED=1 env var. Also, add a bb.warn call of any exception that is caused by the `git` call for future debugging. (From meta-phosphor rev: 64cdbcfa62b5009f7282091b54d10e1149cf0689) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6ac3fbb1ee15f435ce53ce8f82830120446205a9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18fans:witherspoon: Disable JSON on fan controlMatthew Barth1-1/+3
Witherspoon should still use YAML based configs for fan control instead of JSON. Once all of fan control's JSON support is available and witherspoon's YAML fan configs are converted to JSON, this can be removed to enable JSON. *Temporarily pin to 8e1b382122fed73e788d44f3a67cecbfbcc6972e to pass CI (From meta-ibm rev: 7ec9b860b5ea1d986702bb978b528ddcd28f2ce5) Change-Id: Ic31f5ab915d5478b9a2027732bd3ffd44f50b02f Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18os-release: switch python to variable expansionPatrick Williams1-15/+4
The previous implementation of the OpenBMC os-release.bbappends used a python function to inject `git` results into Python variables. Since the python function is then executed at multiple task phases, it can result in the hash value changing between tasks, which causes bitbake failures. Rewrite the os-release implementation to use forced immediate variable expansion, rather than a python function. This, combined with BB_DONT_CACHE, allows the variables to be expanded once at recipe parse time and the values to continue through to the rest of the task phases without affecting the hash. Fixes openbmc/openbmc#3720. (From meta-phosphor rev: 5266d02bd2a8a6d3a6e047b212f06c7e7aaacb36) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If221573cdfefc2b0496a0ef2aca4d3cbc82abb7b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18phosphor-health-monitor: srcrev bump 1d0d012063..af9acbde4bAndrew Geissler1-1/+1
Bruceleequantatw (1): Add storage utilization functions (From meta-phosphor rev: 4fa446573e65217b73f187c2794bc8f4e5d33b96) Change-Id: I7f2344100c89d7212671c5ff207df83bf58d6050 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18telemetry: srcrev bump c8e3a64a1d..0e29f43922Andrew Geissler1-1/+1
Wludzik, Jozef (1): Fix CI job (From meta-phosphor rev: 007ca239512b27cbdb2e21bf5364abfb150cf9bc) Change-Id: Ib57d969c7580ca58c3d6a906dade248533c13111 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18phosphor-objmgr: srcrev bump 21c6059531..e82b05840bAndrew Geissler1-1/+1
Patrick Williams (2): exception: switch from org.freedesktop to openbmc mapper-wait: handle switch to openbmc exceptions (From meta-phosphor rev: 42112ddb3eae58696c26d44d64f1fd9561b62db2) Change-Id: I1d7d2c1782755b20c29481c33c3a64f7c05d78c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18rainier: Add virtual ambient temp thresholdsMatt Spinler1-0/+7
The phosphor-virtual-sensor code recently started checking the values of the upper/lower warning/critical thresholds for the virtual sensors and prints to the journal if they are exceeded. If the threshold values to use aren't specified in the JSON file, it will just set them to zero so any nonzero sensor value will trigger the trace. So, even though code will not use the threshold values for the virtual ambient temperature sensor, put some into the JSON anyway that should never be exceeded to avoid these traces. If the temperature does happen to go outside the range of between 0 and 100, then seeing the trace may be interesting anyway. (From meta-ibm rev: 9fdb9598d0eee4d9820962320391bb9f7e4568ea) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I1c6c5f1faaaf58599a3840eed6ec4749a70a1364 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-18remove += from _appendAndrew Geissler1-1/+1
No need to use _append and += (From meta-ibm rev: 72b20dddfcd790a0a0398ec4c16e76b54866b989) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ibcbd5c83a137799f4f80d017e19a8d9b9a9f681f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17obmc-yadro-fwupdate: bump version bc26764..f141bdfAlexander Filippov1-1/+1
Alexander Filippov (2): * Add more clear message about machine mismatch * signature: handle image verification (From meta-yadro rev: 6b3feee568fe56b29af1051ee4506057a1504995) Change-Id: I792fda981263d250af3954f749f535ce3e733d17 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17obmc-yadro-cli: bump version 1b0347f2..9457a085Alexander Filippov3-8/+24
Alexander Filippov (2): vegman: sensors: use lssensors bmc/datetime: add time synchronization method This also adds some used tools as runtime dependency. (From meta-yadro rev: e884b08867fed7ba959ae86f4ff676ff94262062) Change-Id: Ifc702728ab05346ed44d4e33bdb986692cc28afe Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17linux-aspeed: tacoma and rainier ramoops, ethanolx updatesJoel Stanley1-1/+1
Andrew Jeffery (6): ARM: dts: tacoma: Fix node vs reg mismatch for flash memory ARM: dts: tacoma: Zero-pad flash memory region length ARM: dts: rainier,tacoma: Fix size comment whitespace ARM: dts: rainier, tacoma: Comment reserved memory regions ARM: dts: rainier: Add reserved memory for ramoops ARM: dts: tacoma: Add reserved memory for ramoops Konstantin Aladyshev (3): ARM: dts: aspeed: amd-ethanolx: Enable KCS channel 3 ARM: dts: aspeed: amd-ethanolx: Enable devices for the iKVM functionality ARM: dts: aspeed: amd-ethanolx: Add GPIO line names (From meta-aspeed rev: 521b4bb4e011a86f27f1ef0f519cb3d161f8da35) Change-Id: I89a98cd464b4e4ae57bdad64126112a13f95723a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17MAINTAINERS: add filePatrick Williams1-0/+46
(From meta-portwell rev: 1a8c063c5b490a3d031e5b1c2c403479d22ce3fb) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib8180763df3175e4871241b53c39ce42871ed87c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-pnor-code-mgmt: srcrev bump 3387b3ec57..7c053c3f49Andrew Geissler1-1/+1
Brad Bishop (1): meson: fix busname (From meta-openpower rev: 29f6d7151310ea2b01b73a868070af5545ca8646) Change-Id: I3fc577dc9a392a2d03d3477ca7b47988abfcc9e7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-hw-diags: srcrev bump 1c4b02ea68..fb19054539Andrew Geissler1-1/+1
Ben Tyner (1): Attn: Cleanup trace messages (From meta-openpower rev: e9a558866d4471f6781b69f5af51dc53fb539b53) Change-Id: I7b5166fe97589053ad80ee0c7b3d4ec7f97b7562 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17openpower-libhei: srcrev bump abc51c2b6f..ba5dc16120Andrew Geissler1-1/+1
Zane Shelley (1): Build Chip Data binary files from XML (From meta-openpower rev: 64ce5cab440ddde777d130132146a54433d1715e) Change-Id: Ic9de8b9f9c89f19b43f779d997654b6019ca1327 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17meta-amd: Add MAINTAINERS fileSupreeth Venkatesh1-0/+45
Adds MAINTAINERS file which lists the initial maintainer for the meta-amd repository. (From meta-amd rev: bf95777b8150cef8772d825124b9d72c5a727e9e) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: I498ecb9403c2c4cbfea3a0b4a2e1113fdf244d64 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17meta-amd: Update chassis control applicationSupreeth Venkatesh2-92/+262
Updates chassis power control app based off of x86-power-control recipe with modifications needed to support EthanolX customer reference board. (From meta-amd rev: c375601d165c33c3f31019336dfae6ff04e3b9b2) Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@amd.com> Change-Id: Ib4de4a919a2f5ad5f2b40692a46d4b28b15a2fa9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17ipmi-blob-tool: srcrev bump 714e3888a8..bae76647e7Andrew Geissler1-1/+1
Patrick Venture (1): nit: use empty instead of size==0 (From meta-phosphor rev: 7ea3dc8ef6d751ec51c6611f47c578d7c0d89413) Change-Id: Id7d54cceea98cb030e5a436ebcce8b3c15a8bcd1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17webui-vue: srcrev bump ff8c5cd23f..e6e924527fAndrew Geissler1-1/+1
Yoshie Muranaka (2): Update VuePress configuration Add documentation for table row expansion (From meta-phosphor rev: c507d3aae85ef230f36866f7118d604cdbc39add) Change-Id: I59cb9be782b7405773a9e3cccc9af402823d9c73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17image_types_phosphor: mmc: Fill empty image with zerosAdriana Kobylak1-1/+9
There are errors seeing in the eMMC when the empty space of an image is filled with 0xff like it's done for NOR chips instead of 0s. Create a function to create empty images with 0s. Also create an empty image for u-boot of 1MB (twice its current size) so if the u-boot image that is flashed on a system is smaller than what the system has, there's no leftover data at the end that can cause issues. Tested: Booted the new image-u-boot file on HW. (From meta-phosphor rev: e4c3d766a0cda490758636f563572152a6ddfaa1) Change-Id: I27f31f76c38bc256b84cad566afa1e98471695db Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-17rainier: Only install one dbus-sensors serviceMatt Spinler1-0/+1
Rainier is only using the hwmontempsensor dbus-sensors service for now, so remove the other ones. Without this, 8 other services would be running at BMC ready state. (From meta-ibm rev: b51345ced440ca935f8678d8521a690301e63db5) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: If60d9a0ba585c029877c5fda77b5085cec394d04 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-16README: suggest Discord over IRC for supportPatrick Williams1-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7af13404d6e5101ac3d9d05d5f7d1c1d4e550d9d
2020-11-16README: Add Discord invite linkPatrick Williams1-0/+1
Add invite link to Discord per announcement email at https://lore.kernel.org/openbmc/20201112145740.GB4495@heinlein/ Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iedde67dc94d071206688bece588ac2615bbb9f01
2020-11-14phosphor-ipmi-flash: srcrev bump 49dd8ce280..85e54f1bf6Andrew Geissler1-1/+1
Jason Ling (2): test: move shared mocks to common area version-handler: implement json parser (From meta-phosphor rev: d011590599fd02f8833e4776032ebcf289e71f4f) Change-Id: I66807ea98302488b4cbff2701b7281dff62af7ac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-virtual-sensor: srcrev bump 1d78a47c28..f8db722567Andrew Geissler1-1/+1
Matt Spinler (1): Tolerate missing sensors on startup (From meta-phosphor rev: c8f02c890931b5723b9972724db156e410515dad) Change-Id: Iaa0d8ca3bc9894a19241d4aaa4486bac89e3562b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14phosphor-state-manager: srcrev bump 3191be88af..bbbc016552Andrew Geissler1-1/+1
Matt Spinler (1): Put state change values into the journal message (From meta-phosphor rev: 2f0ae7561b028c34cbcf95d20189f3cb68743bcb) Change-Id: I4d4bece39df6e1ca18c6adfaf22c90dff36a3b38 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-11-14bmcweb: srcrev bump 3a17e02873..929d4b57f1Andrew Geissler1-1/+1
Gunnar Mills (1): Common Errors: Fix list formatting (From meta-phosphor rev: 6760371c5526e60496414caa3995b18c1b8d66cf) Change-Id: If642641b87310057431f7df2d394655ca6238be4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>