summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-29image_types_phosphor: Create a image-u-boot file with splAdriana Kobylak1-2/+18
If a u-boot spl file is built, generate a image-u-boot file with it so that code update can flash the u-boot mtd with the spl. (From meta-phosphor rev: 8fe768d9c696730eb67d48c243cbab9b228b8334) Change-Id: I8ead2155593945602c925b26e85d2b6effc206f9 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28Add PSU software manager recipeLei YU1-0/+52
Add phosphor-psu-software-manager recipe to manage PSU software versions and updates. Tested: Add the recipe into Witherspoon build, verify the service is running and the PSU version objects are created on Witherspoon. (From meta-phosphor rev: 99cf05d696d52eee5c89a464296d2151a957fb0a) Signed-off-by: Lei YU <mine260309@gmail.com> Change-Id: I466725976dd70209f7bbc670bad6b09f14d53684 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28Override the fallbackDNS propertyManojkiran Eda1-0/+1
- fallbackDNS is a space-separated list of IPv4 and IPv6 addresses to use as the fallback DNS servers. Any per-link DNS servers obtained from systemd-networkd.service take precedence over this setting, as do any servers set via DNS= above or /etc/resolv.conf. - This setting is hence only used if no other DNS server information is known. If this option is not given, a compiled-in list of DNS servers is used instead. - The default compiled list of DNS for systemd-resolved are ['1.1.1.1', '8.8.8.8', '1.0.0.1', '8.8.4.4', '2606:4700:4700::1111','2001:4860:4860::8888', '2606:4700:4700::1001', '2001:4860:4860::8844'] which are google DNS servers. - The problem with this is that, when there is no DNS configuration on BMC(or the customer removes it),resovld would still used the precompiled compiled list of google DNS for quires without the user knowledge(security issue) - This commit would override the fallbackDNS to NULL (From meta-phosphor rev: 7ce78b26c90ada8c203e17d76de8f481f1a9cf5d) Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Ib743887a3155d48e5dbe4735bfed0ad548d6a610 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28meta-zaius: Remove mention of vcs-workaroundJoel Stanley3-6/+1
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. Zaius opted to use it's own application for vcs control. We can now add that directly instead of overriding vcs workaround with vcs control. (From meta-ingrasys rev: 721db18e94f400a0b81d4a92ad2336be76fe1a6d) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I4e9b26e5791a9b1dc8a5de343e52d5859154330a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28dunfell: add support for new layerAndrew Geissler3-3/+3
(From meta-facebook rev: e7ca2cd4edb25b44205da051630ab28f36f1e0a2) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I643b04c0ec805d0155f62fc6e136de40248f018f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28meta-ibm: Remove references to vcs-workaroundJoel Stanley5-10/+0
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. All of the p9 systems in the tree exclude the package so this change should be a noop. (From meta-ibm rev: 38c5c9539fb3f01fc2b96d483701938bffdf48a0) Change-Id: I1c7786526dee4d9bb0d5db916890c1cbe3d51577 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28meta-quanta: dunfell: add support for new layerAndrew Geissler2-2/+2
(From meta-quanta rev: cbd23c178e4a13d876c5f4fd0ca111f8fec43a83) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Idd24cffd70bbb8b9cd9f11e746c0759874ed8a95 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-28setup: Use machine-specific build directories by defaultAndrew Jeffery1-1/+2
bitbake can struggle to cope with switching machine configurations in the one build directory, so default to using machine-specific build directories. It's recommended that the following be added to your .profile to provide a common location for bitbake data caches: ``` BB_ENV_EXTRAWHITE="SSTATE_DIR DL_DIR" SSTATE_DIR="/var/cache/bitbake/sstate-cache" DL_DIR="/var/cache/bitbake/downloads" export BB_ENV_EXTRAWHITE SSTATE_DIR DL_DIR ``` Change-Id: I70abb6a6bc901c42266f92c9f8c230b793b7a0f9 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2020-04-27intel-ipmi-oem: srcrev bump 2b664d5a18..fe3e96283cAndrew Geissler1-1/+1
Snehalatha V (1): ipmi-whitelist: Add Get/Set System Info commands (From meta-intel rev: da76958e2d549b59c88ee3f5f5134e83fe8a237a) Change-Id: I41e39ff54f7ebcfe61a10f5d13ab5e4bede33ba8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27meta-ibm: move all meta-witherspoon metadataBrad Bishop304-104/+190
The metadata common to all IBM systems is confusingly split between meta-ibm and meta-witherspoon. Move everything to meta-ibm. The meta-ibm README is re-written to more accurately reflect the scope of the layer. Allow the configuration samples (bblayers.conf.sample, local.conf.sample) to be sourced from either meta-ibm or meta-witherspoon until such a time that any workflows and tooling have had the opportunity to move to meta-ibm. (From meta-ibm rev: 6e05ef2e90b214eaf4e43ee7027bbbb1d8d09442) Change-Id: I3ec890d5300f9649c974ea6b9dca93a2e8a889ab Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27witherspoon/tacoma: Substitute variable in fan control serviceMatthew Barth2-2/+7
The fan control service has a dependency on the max31785 hwmon service being started where the i2c address of the max31785 is in the name of the service file. That i2c address is different between witherspoon and tacoma, so a systemd substitution is needed to place the correct address based on machine into the fan control service file. Tested: Built witherspoon and verified correct i2c address substituted Built tacoma and verified correct i2c address substituted Built mihawk and verified base fan control service used(no max31785) Built swift to verify base fan control service used(max31785) Verified witherspoon image on hardware (From meta-ibm rev: 7b56fea6e2180ca110d49868b3ad543f9a5e4e76) Change-Id: Ie0e43fb18f9349135ad66f40993a9fad662224ea Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27phosphor-nvme: srcrev bump fc8472c692..e41b2e4c6cAndrew Geissler1-1/+1
Vijay Khemka (1): Remove gpios dependency (From meta-phosphor rev: 3d5873bc39b8e18c733aac78b0e0c94012954515) Change-Id: Iab9fffb8cb92e060ae9d2f5f73273b46f54cc7ed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27obmc-console: srcrev bump 44036f0b5c..d802b11942Andrew Geissler1-1/+1
Joseph Reynolds (1): Add design notes - UART abstraction (From meta-phosphor rev: 11b52d2aa40becb420fff090149481a8ba37ac2c) Change-Id: I35a62e757362e45cd3cca13e4b16b9ba4c4a7502 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27webui-vue: srcrev bump 791622bc08..9e36f522b9Andrew Geissler1-1/+1
Yoshie Muranaka (3): Update bootstrap and bootstrap-vue Update layout fluid prop to set max-width Add webpack config for env specific builds (From meta-phosphor rev: 93ccf684fea2c89788589f9cdd3c36b7ce5ae3b1) Change-Id: I471a39cd743e9c55f5d64a48470e5366fbb7ceca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27bmcweb: srcrev bump 3946028d2d..b52664e2f4Andrew Geissler1-1/+1
AppaRao Puli (1): EventService: Manager and subscriptions support George Liu (1): Map policy restore D-Bus interface to Redfish Xiaochao Ma (1): BMCWeb: Add SNMPinfo in redfish-NetworkProtocol (From meta-phosphor rev: ba1b6d8a49a28d4de2d06e73c3826ab3eff4fc36) Change-Id: Iad01b1ec54e8f8c4f750fccb2c0a9a9fe53d6bb4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27phosphor-power: srcrev bump 8a392d9d62..b267b7ebf1Andrew Geissler1-1/+1
Bob King (5): regulators: Implements support for if action regulators: Implements support for presence_detection regulators: Implements support for set_device action regulators: Create regulators ComparePresenceAction class regulators: Implements support for compare_presence action (From meta-phosphor rev: ceeb16c05fa92a2d01c0b327588d0dcf54f7e9b0) Change-Id: I3a92e570801372fb96c180a1a726f562dd81028f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27python: remove a legacy python recipeAndrew Geissler2-87/+0
(From meta-phosphor rev: 69dc71a98b67f63ea71ab264becd45849c13f538) Change-Id: I3c5cbcf32af2fbd89da7752a8ab2eda6a9ffb804 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27phosphor-net-ipmid: srcrev bump 9979e9971e..a6ad5e161eAndrew Geissler1-1/+1
Vernon Mauery (1): Check if the object is still valid in the timeout callback function (From meta-phosphor rev: 2f7b1fd1084036fc62b1c6662c0766b07b25e3a8) Change-Id: Ifb9bc9b6f61cc97e5258bf31b42dbf06c0262012 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27dbus-sensors: srcrev bump 1afda6bbb6..10306bd503Andrew Geissler1-1/+1
Yong Li (1): Stop the timer when the deasserted events occur (From meta-phosphor rev: 8dcac5891dbb34be634041e2ededc36e67bb0d33) Change-Id: I86639aad787f16ebe30d3541202ab6f37fbc3717 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27phosphor-debug-collector: srcrev bump 719c5f0821..638b43f50cAndrew Geissler1-1/+1
Andrew Geissler (1): ensure deleted object is entry (From meta-phosphor rev: 83d65f05cbe8f081e40085e000a4f8f7b08e9298) Change-Id: I334888bb4d3a91dba2e84ad7c5674dd04aed0506 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27distro: do not override DISTRO in base incAndrew Geissler1-1/+0
This file originally was not written to be included. Once it was moved to an include, should have removed the DISTRO override. The gsj system recently moved to a custom distro that includes this file. Need to ensure DISTRO is not overridden. (From meta-phosphor rev: 15269544861c755661981d99711c120fce5410cd) Change-Id: Iab75967dcaddf0d86b47d4339d82cce43197e73a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-27u-boot-aspeed: SPL defconfig, DDR device tree supportJoel Stanley1-1/+1
This works around an intermittent boot failure seen on Tacoma1z. Joel Stanley (6): aspeed: Add machine names tools: Add script for generating recovery image configs: Add OpenBMC spl defconfig for AST2600 boards clk: ast2600: Add divisor settings for 100MHz PLL ram: ast2600: Enable device tree based DDR config ast2600: tacoma: Run DDR at 1333 (From meta-aspeed rev: e63dd680abed78dc2b2126c6fcbf3497c35ae18b) Change-Id: I0a2f17d242f3312592fb975fa4231237102ea517 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: remove python2/python3 workaroundsAndrew Geissler2-25/+0
Now that OpenBMC is on python3, these are no longer needed and no longer work in a python3-only world (From meta-phosphor rev: ddb3c792f25648dfb83582eee115de2793382d4f) Change-Id: I1eca2a701686afc1f6a4f16babaeb9811c11b4f3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: fix up inherits for python3Andrew Geissler5-6/+6
Most of these recipes are no longer needed but bitbake still verifies the inherit clauses for them. python2 has been removed so need these to all use the corresponding python3 classes. (From meta-phosphor rev: d55b42ae26bf5198efeb38db9eed8166139408bd) Change-Id: Idf5fee957d8d0f3128a766a8007c3053fc1464d9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: remove extra spacesAndrew Geissler1-2/+2
(From meta-phosphor rev: 3879a72e2164291102fc82c6ddfe7890d412d8bf) Change-Id: I02c4fe25fc5866dd2efb5dd0093be516e902ec74 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: remove .py files from rootfsAndrew Geissler1-2/+11
Only the .pyc files are needed so save some space in the image by removing the .py files. With the move to python3, machines that bring python into their image no longer build due to the squashfs being too large. This fixes that issue. A similar function as this used to be under the tiny-distro feature but it just needs to be mandatory now until someone feels like they need the .py files in the image. (From meta-phosphor rev: f846a8387abdb409c3d1b6bb66746d5d7b859bd3) Change-Id: I8a4de733e30e38ee90f9aa8eb2d7cb10204fcad2 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: ensurepip not needed in rootfsAndrew Geissler1-0/+6
This was pulled down from the facebook/openbmc repo: https://github.com/facebook/openbmc/blob/19cd2a3e9638e7a2652518c022e422c7de4c7259/common/recipes-devtools/python/python3_%25.bbappend (From meta-phosphor rev: d23fed577d26eb704e427a4f65f13866cb391de1) Change-Id: I5cb44b0e3b634bf0d605e84e3d32a15e84615354 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: ensure python3 is defaultAndrew Geissler1-0/+5
This was pulled down from the facebook/openbmc repo: https://github.com/facebook/openbmc/blob/19cd2a3e9638e7a2652518c022e422c7de4c7259/common/recipes-devtools/python/python3_%25.bbappend (From meta-phosphor rev: e84b046a582307700a6a193270d2b61a81b57f76) Change-Id: I94766094f0744da58b2ce02ae51526eaf3e73f78 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23dunfell: remove python2 .py file workaroundAndrew Geissler1-11/+0
python2 is gone in dunfell release so need to remove any appends to that recipe. A later commit in this series will apply this space reducer to a python3 version of the bbappend. (From meta-phosphor rev: afaf32d69470243c7a1367700f0427432789251e) Change-Id: I242d11902250ed8948f244afae45a78787b5299e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23webui-vue: srcrev bump 038a9da1ae..791622bc08Andrew Geissler1-1/+1
Yoshie Muranaka (1): Fix local user edit bug (From meta-phosphor rev: fdb95b2e8c419745aeb17a4ebd10108336bf788c) Change-Id: Ic8a453de01e10eece112edf22d8d3d78d7eedea1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23bmcweb: srcrev bump 1d44c80838..3946028d2dAndrew Geissler1-1/+1
AppaRao Puli (2): Http client support Correct privilege levels for LogService jayaprakash Mutyala (1): Redfish: Support NoAccess user creation manojkiraneda (1): Implement Acquire Lock Function in Lock Service (From meta-phosphor rev: 13b74c7d630371dd9a217b0b2c347b04380a182c) Change-Id: Iccc7f9ece25d185e4079ed0eb0f75a4066b09592 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23phosphor-debug-collector: srcrev bump 719c5f0821..638b43f50cAndrew Geissler1-1/+1
Andrew Geissler (1): ensure deleted object is entry (From meta-phosphor rev: 4ab263c5bb078d63a6f05a07b338566b4f60f776) Change-Id: Icfd61ae51897e2f715b011e03f8fe2e934e4d5e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-23phosphor-logging: srcrev bump fe7218912e..d03d3d91bcAndrew Geissler1-1/+1
Matt Spinler (12): PEL: Add trusted symbolic FRU support to schema PEL: Save registry callout JSON for later PEL: Find message registry callouts to use PEL: Get rid of the enum for a maint procedure PEL: Add symbolic FRU support to FRUIdentity PEL: Add Symbolic FRU support to Callout PEL: Add SRC callouts from message registry PEL: Use contains() for JSON PEL: Document support for sys based severities PEL: Msg registry sev now based on sys type PEL: Add getLocationCode call to inv callout PEL: Add registry testing steps to readme (From meta-phosphor rev: b13795d25ad35271c2c4007acebcbf75a30d85a9) Change-Id: I95636b1e1bec543cabd045de56c07273d7f5156d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22Revert "tacoma: Build a wic image"Adriana Kobylak1-3/+1
This reverts commit 09415220c11012635c5de3e9e70ef17d1956ecc4. The layout of the wks file is still being worked out. (From meta-ibm rev: fea65fe4cf652ea9d207d114bc5be9cac4c5533a) Change-Id: I91e8b1b6397f090578b8cd548c0035616666477a Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22phosphor-state-manager: srcrev bump 4ca6f3f4fe..dc059399bcAndrew Geissler1-1/+5
Carol Wang (5): sched-host-tran: implement host transition process sched-host-tran: handle with BMC time changing sched-host-tran: store/restore the value of scheduled time and requested transition sched-host-tran: implement systemd service sched-host-tran: code refactor Include the change to use the new binary and service in the recipe (From meta-phosphor rev: 73b971109ae838e6e74bd029ad983a598f16f567) Change-Id: Ica94e1988ec22e65b8dc897906ee69bc4abf0a32 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22phosphor-power: srcrev bump 0b51a9b234..8a392d9d62Andrew Geissler1-1/+1
Lei YU (1): Remove Lei from MAINTAINERS (From meta-phosphor rev: f2161ddd590b9f59a664598c19ff56ba84145669) Change-Id: I84675965276ebde3f9bab3dce645616527c3bcdb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22webui-vue: srcrev bump 1be6b41e1b..038a9da1aeAndrew Geissler1-1/+1
Yoshie Muranaka (2): Create TableFilter component Add dynamic AccountService Roles (From meta-phosphor rev: 10f947091bf5f657fde11e3281526c8a45139a06) Change-Id: I4e33607ecbe4e497ef419248a38b3e589aa7abfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22pldm: srcrev bump 36ad1f5d17..6f4e9040f6Andrew Geissler1-1/+1
Deepak Kodihalli (1): oem-ibm: fixup error codes as per spec Pavithra Barithaya (1): oem-ibm: build: fix for oem-ibm flag disabled (From meta-phosphor rev: 42a8972756bd89b52a26e9514abc50a3b213c674) Change-Id: I8f0850b4460186f1c7ce49c42a6c2431eef56643 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22dbus-sensors: srcrev bump 17aba77637..1afda6bbb6Andrew Geissler1-1/+1
Yong Li (2): psusensor: Check if the object is still valid in the callback functions adcsensor: Check if the object is still valid in the async callback functions (From meta-phosphor rev: 46895e7c41270bfd62ecaf380cfce51eb752708a) Change-Id: Ie53f3ab49df232250a9052a876cb64d1479bbfda Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22bmcweb: srcrev bump 7af9151495..1d44c80838Andrew Geissler1-1/+1
James Feist (1): Use CPRNG for session secrets generation Sunitha Harish (2): Adding Hypervisor system and Hypervisor Interface Redfish Interface Implementation for Hypervisor-IPv4 Static IP (From meta-phosphor rev: a926a95472ea851d84d0fa5a9b6dd33998e52914) Change-Id: I79a7c30f58689b6dcc12ac377956ed84c786de12 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22kcsbridge: srcrev bump 46525ae48d..58d596ad96Andrew Geissler1-1/+1
Rashmi RV (1): Remote Bios Configuration:Increasing buffer size. (From meta-phosphor rev: bed908b77527205b324fd68d581fda8158a81561) Change-Id: I081d79ec9dbd485de39686d31bb7dc22011ebdb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22phosphor-host-ipmid: srcrev bump 6ba8d31525..e1160cb2faAndrew Geissler1-1/+1
Kirill Pakhomov (1): Increase FRU data field length up to 63 bytes jayaprakash Mutyala (1): user_channel: Rewriting ipmiUserSetUserName API (From meta-phosphor rev: 0d6f3009de673baa5e5f403c98b3a5ddd13e079f) Change-Id: Ia1004134e1b80027aa7438ab53a3b0212360c80c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22mboxbridge: srcrev bump 2ecad07ca9..dfbeae251cAndrew Geissler1-1/+1
Joel Stanley (1): Disable aspeed mbox backend (From meta-phosphor rev: 39a5949f6d8527c7cb8a8343f83c57f7accb341b) Change-Id: I7d12b885471834ad014458c5d61313dad2258965 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-22openpower-vpd-parser: srcrev bump 3d7b4fe107..ee72ab53e9Andrew Geissler1-1/+1
Joel Stanley (4): store: Provide method to dump out VPD args: Add --dump option app: Change argument parsing and error handling app: Support dump command (From meta-openpower rev: 9424ab53e92c9cf50dd5a382af00565195ff2a4f) Change-Id: I32c1d63bcdc625bcb46c87e7ae6db7b6e01da71e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21openpower: Remove VCS workaround serviceJayanth Othayoth4-42/+2
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. Most (all?) platforms in the tree opted out of this package by using RDEPENDS_${PN}_remove_, so this should be a noop. (From meta-openpower rev: 1db2de4c16aa9644462c182c4f525604d3a8e945) Change-Id: I62f3b21768aae1cc05d2f28799868f028ebb2733 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21cfam-reset: ensure reset run on all bootsAndrew Geissler2-3/+10
The corresponding change in openpower-proc-control has more details: https://gerrit.openbmc-project.xyz/c/openbmc/openpower-proc-control/+/31265 The summary is that the cfam-reset is being removed from the power control application and into its own service. This ensure it is run when it is needed (i.e. warm reboots) and that future systems which may use different power control or have different cfam reset requirements can easily configure the function. Tested: - Verified chassison behaved as expected on witherspoon - Verified normal power on/off works as expected on witherspoon - Verified warm reboot works as expected on witherspoon - Verified bmc reset with host up still works as expected (From meta-openpower rev: fd9969e4221c321d2807c86b16e6fbafac8e3d8b) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If6dc939015dc1647773d20e3909ae2d718512a73 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21tacoma: Build a wic imageAdriana Kobylak1-1/+3
Build a wic image with the zImage and device tree in the /boot partition. Rename the device tree to aspeed-bmc.dtb so that it's generic instead of having the machine name in the file. (From meta-ibm rev: 09415220c11012635c5de3e9e70ef17d1956ecc4) Change-Id: I0beb845d2de8a2b92d8f7300081054ab04265b52 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21meta-ibm: witherspoon: phosphor-fan-control-init serviceMatthew Barth1-6/+4
Add the phosphor-fan-control-init service back in to trigger the obmc-fan-control-ready target which is used to start phosphor-fan-monitor. It was not realized that this target was set within the fan control application's init mode. Tested: Built witherspoon image containing phosphor-fan-control-init service Service is started at poweron and sets obmc-fan-control-ready target Fan monitor service now starts (From meta-ibm rev: dc97a9316915d3adc5a31846b76e6a3c2f6cab8e) Change-Id: Ic0124fec814a6d1588c5dc47e5e16ab8529248bf Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21Revert "rainier and tacoma: Build u-boot spl"Adriana Kobylak2-4/+2
This reverts commit f2f334e6221b659934a8e72f5ca1aa8c9b8ae173. The u-boot openbmc spl defconfig is still in review: https://patchwork.ozlabs.org/project/openbmc/patch/1586370073-71433-1-git-send-email-anoo@linux.ibm.com/ (From meta-ibm rev: 5bea35bdaa05c736796bd1d0f22f0c7eaee9b484) Change-Id: I134d9044595c1e129d8b545ac4e4429a8a4d9f2b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-21meta-nicole: Remove references to vcs-workaroundJoel Stanley2-3/+0
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. All of the p9 systems in the tree exclude the package so this change should be a noop. (From meta-yadro rev: 0abffd09e40f85cf9b69a6d217d6a9b76a90800a) Change-Id: Ie5b2116291e31635bde5c41a0e5644e611defa4a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>