summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-20meta-nicole: opt out of obmc-user-mgmt-ldapBrad Bishop2-2/+1
Upstream is in the process of reworking how ldap user management is included (or not) - moving from a distro feature to an image feature. Opt out from the new image feature to avoid picking up the ldap user management packages when upstream makes the switch. There is no longer any need to remove ldap from DISTRO_FEATURES, so remove that. (From meta-yadro rev: 8675f543d73843d5d4fe185134d8edc72ef22246) Change-Id: I5071152dfa9c2d71286d76d72d10a4e4569eea2d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-power: srcrev bump ab7d6cbabb..8e1cd0b63fAndrew Geissler1-1/+1
Bob King (1): regulators: Add monitorSensors support to Device (From meta-phosphor rev: 797190a9319f484612a0e37261033d00cd2401f1) Change-Id: I6267c47d1a32c3a45cd0326db78b6bc6e2d76c67 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-net-ipmid: srcrev bump 2b1edef0b1..07bb095158Andrew Geissler1-1/+1
Ed Tanous (1): Fix includes (From meta-phosphor rev: fc7a691345ea50909fbe0709777cbe53bacce87b) Change-Id: I31aa04b1e385684110ac60f7bb072965068a50f1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-host-ipmid: srcrev bump b18c8bc310..778418daaeAndrew Geissler1-1/+1
Ed Tanous (1): Fix includes (From meta-phosphor rev: 39de3aeaab485d6ce738fd621e24f67c8bf066eb) Change-Id: I1613cf3921eb0194da5b05801d45d9fbc42c2c98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20webui-vue: srcrev bump 5ea167820b..60713b0bf2Andrew Geissler1-1/+1
Gunnar Mills (1): Code update: Fix TFTP Yoshie Muranaka (1): Fix account settings double toast confirmation (From meta-phosphor rev: d2ef6846d5c2c7833029fac19f21a2f39a064d95) Change-Id: I5318db0cc97b914129a8cd03c5f7273e1e3f452a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20phosphor-dbus-interfaces: srcrev bump 0f5729187d..1e8c11bf26Andrew Geissler1-1/+1
Nirmal Patel (1): Add memory media property to dimm interface (From meta-phosphor rev: 9a034df5c2fc66c8a3fd02552c83955e19f86cc0) Change-Id: I9cc78165842f2ee69fee0b6051b77be70c2c6f9b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20entity-manager: srcrev bump a9804f4650..e707de6b28Andrew Geissler1-1/+1
Andrei Kartashev (2): docs: fix in JSON example FruDevice: fix FRU 6-bit ASCII field decoding Brad Bishop (1): cmake: drop support (From meta-phosphor rev: 6f00c9f36315814c6a809712089afc20a7db069c) Change-Id: I6257abbcda5749b257b4a8f7e9a1a7227da64cb2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20bmcweb: srcrev bump d6c414f36c..92ccb88d9aAndrew Geissler1-1/+1
Ed Tanous (6): Remove middlewares Enable clang warnings Enable unused variable warnings and resolve url_view throws if a parse error is found Fix minor regression in chassis Catch more errors in url_view Jonathan Doman (1): Improve base64Decode bounds checking Karthick Sundarrajan (1): Deleting the deprecated format for SendRawPeci (From meta-phosphor rev: 4beb45faaeac02370b829a321181f8f23bbf71b4) Change-Id: Ide1ab55fc91307a89a8a2d2a9e5a1b7f55bac975 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20Enforce the coding standard usages of boostEd Tanous2-0/+13
3 years ago, we pushed a patch to allow the usage of boost libraries, and deleted the phrase "If you give a mouse a cookie". Seemingly, we've done a decent job of not asking for glass of milk, despite the cookie being given. https://github.com/openbmc/docs/commit/56d79455f15ef07be326e59fde4b47ca5866a30c This commit adds some enforcement of this by removing the libraries that are disallowed by the coding standard, and ensuring that only the boost headers are passed through the build. This means that it reduces a large bottleneck in the build, and saves a significant amount of build time (about 5 minutes the last time I measured it). After a discussion a long time ago, it was deemed that coroutine and context would be allowed in, given that they solved a significant problem, and didn't add a large binary size to the image. This patchset preserves those two libraries. I've had this patch locally for a long time to improve my build times; I only remembered it because boost-url broke it given that by default it builds in c++11 mode, which requires boost. As such, I have modified our build of it to build in standalone mode, which relies on c++17 semantics, and does not require boost libraries. This is added as a bbappend, given that it will likely be deleted from meta-phosphor shortly, once we merge in the latest yocto tree, which has accepted it. Tested: Built with the patchset below. obmc-phosphor-image builds in significantly less time, which no sstate cache. (From meta-phosphor rev: 69e46c2f6f94563762c57382f7dfcc6ac84229b5) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I44b849ad395092254a0df84e219e6e78b47625f1 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-20meta-quanta: gbs: phosphor-ipmi-host srcrev bump 675d587...1670af5George Hung1-1/+1
This includes the commits from openbmc/phosphor-ipmi-host, add new sensor types for IPMI SEL log William A. Kennington III (1): ipmi_fru_info_area: Fix Model Number name jayaprakash Mutyala (1): transporthandler: Fix for invalid VLAN id Johnathan Mantey (1): Modify Get Lan Configuration IP Address Source to use correct DBus DHCPEnabled type SpencerKu (1): Add Sensor Types into Config Samuel Jiang (1): sensor type: add watchdog sensor type (From meta-quanta rev: 27e1d94b3769bd16017324e047b02a542d2ee58f) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id04dd26b7105f5f0c901df94939ef4a93deb98d3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19openpower-hw-diags: srcrev bump 46b456bd75..06e10f91faAndrew Geissler1-1/+1
Ben Tyner (1): Use pib target for sbe_mpipl_get_ti_info call Zane Shelley (2): added analyzer traces for debug Get pib target for processor register access (From meta-openpower rev: b4b4397e75616ce4f8ed7c6fe75c586666179792) Change-Id: I102dbdbb8d51b140eb885e21b831f11939559fbc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19webui-vue: srcrev bump dfc4fd3fba..5ea167820bAndrew Geissler1-1/+1
Dixsie Wolmers (1): Add form input field validation icons SurenNeware (2): Add default or empty table state Add processors to hardware status page (From meta-phosphor rev: 085aabd1f74195c57a41d16a94ea2b8907387123) Change-Id: I0bd0ec909600005ec49fad9328044d43c49816ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-power: srcrev bump 3c68286b20..ab7d6cbabbAndrew Geissler1-1/+1
Bob King (1): regulators: Fix for GMOCK WARNING (From meta-phosphor rev: 9728f98705450882c785a8b625b091245b3c3fc6) Change-Id: Id53da2cee1a28637134c674b4f2a9aa50de024a0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-pid-control: srcrev bump 8729eb983b..a5cf20865aAndrew Geissler1-1/+1
Patrick Venture (14): dbushelper: drop obsolete parameter from interface move util methods to dbusutil header dbusconfiguration: deconflict variable names pid/zone: split zone interface into its own header s/PIDZone/DbusPidZone/g use ZoneInterface pointers where Dbus aspect not important dbus/dbuspassive: drop no longer used bus reference pid/builder: switch to structured bindings pid/builder: add missing headers ipmi: split library constructor ipmi: split dbus get property into separate file ipmi: add zone controller interface pid/stepwisecontroller: fixup method name stepwisecontroller: add stepwise info setter (From meta-phosphor rev: 4bd8e3e5b3719f06e02e0cda262684a5cca27c76) Change-Id: I74a92964b63e47fcc3558b2e707b1e169ef14807 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-19phosphor-networkd: srcrev bump 7f9c6680ab..76b2aa3e7eAndrew Geissler1-1/+1
Alexander Filippov (1): Ensure that the MAC address is saved in u-boot-env (From meta-phosphor rev: 9af3db339a485a036155673eaaf77b33cb1c5bf2) Change-Id: I63e1f353e53cf43832feb56dd5711c837afc8297 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18Adding recipe for exprtkVijay Khemka1-0/+22
The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extensible. It is a header only library. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Change-Id: Ib5903421678afbce6b20c1b8e3a7ea9395100f25
2020-08-18phosphor-fan-presence: srcrev bump ad2cd247a7..a916f039ecAndrew Geissler1-1/+1
Matthew Barth (1): Correct optional JSON config file check (From meta-phosphor rev: 84b85a613bfcec35d79aa0e348c5446a554fb3dd) Change-Id: I8c227263c93e38f0101426e6dd9ca8fe4373ac95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18phosphor-pid-control: srcrev bump f3b04fd363..8729eb983bAndrew Geissler1-1/+1
Patrick Venture (8): sensors:sensor: drop unused chrono header sysfs/sysfsread: add missing explicit to constructor Move the sensor utils into their own module sensors/zones: place in namespace and cleanup sensors/builder: add missing headers move dbus helper interface into its own file dbusconfiguration: fixup header inclusion Make the dbushelper own its own bus handle. (From meta-phosphor rev: 82e8d5cedd1a0a4223ed41caf30f5b9816469f0c) Change-Id: I677da5940fec4a4423fa0bee4c2c1b8ad15e9a1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18webui-vue: srcrev bump f0a1ac7eb7..dfc4fd3fbaAndrew Geissler1-1/+1
Yoshie Muranaka (2): Update use of Sass variable background variant colors Fix Sass build error (From meta-phosphor rev: e292ff8031ca56229545dbcee98c34be1347f59f) Change-Id: I85d0e45029c3796363854af699db8fd6c1cd3ca0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18pldm: srcrev bump c4ea6a905f..b427547726Andrew Geissler1-1/+1
Jet Li (1): oem-ibm: FRU: update/create entity ID for Frame VPD (From meta-phosphor rev: 02161ec776535acd12f258dd2e060b7601aaac7a) Change-Id: I818185a0256d5df22879b4c495da0dcd9b683b33 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18phosphor-net-ipmid: srcrev bump f6e7230d9c..2b1edef0b1Andrew Geissler1-1/+1
Zhikui Ren (1): add size checking for input payload data (From meta-phosphor rev: d3e2f08bd4f246f9c98f43cebd54f799f46cf2b6) Change-Id: I662819cf6cde9a38c48526d01bd481af2b3cde0a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-18phosphor-fan-presence: srcrev bump 0891e3b3c1..ad2cd247a7Andrew Geissler1-1/+1
Matthew Barth (1): presence: Tach input to double (From meta-phosphor rev: 75188386b52e56e6619101af731c2224eeb8dd2b) Change-Id: I29fc414ca59f6ddfe416305a7f71c07b57bebde8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-17Add lsof and curl to debug toolsLei YU1-0/+4
Add needed debug tools in packagegroup-obmc-phosphor-debugtools.bbappend (From meta-bytedance rev: a9db632f1b002bbd8bb6777acf6adcc050bc95b8) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: If169960b4475e6aa30faaf6b3410f0122f81876c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17Add conf/layer.confLei YU1-0/+10
The layer.conf is a required config file to describe the bytedance-layer. (From meta-bytedance rev: 60fb7f5059aba9e96849c27e8beda2d8c46607ff) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I751bc250fe275c4559093a73e354e0ef930b332a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17Add MAINTAINERSLei YU1-0/+46
(From meta-bytedance rev: 193994c9c7d389a108808dc55a47cdb715451172) Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I24d489822b73be76ef64125cd7e71d6771fdb903 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17Initial commit for meta-bytedanceLei YU3-0/+204
This layer will contain bytedance specific configs. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I95acd413016f44520706657e52a46d27f279f921 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17openpower: update croserverBrad Bishop1-1/+1
Updates since last time: Jason Albert (3): Big update to ecmdDllSpy.C Fixed in memory spy db performance Added getSpyImages support Joachim Fenkes (2): pyecmd: Data buffer improvements pyecmd: Check keyword arguments in Target constructor Kahn Evans (4): Fix data input on gpr/fpr when using chip/chipunit input Fix for finding latch array entries in hash file in full lookup mode Fixes for latch caching...it wasn't working right before Update to valid owners/contacts Lakshminarayana R. Kammath (1): Use python3 env Matt K. Light (2): enable support for fapi2::Target::reduceType() cipinstruct stop should call spwkup enable before stopping Steven Janssen (3): Update version to 14-20 Update fsi locations for new bmc code Update spidev path locations for bmc sangram alapati (2): updated the help text for stopclocks updated the help text for stopclocks (From meta-openpower rev: 5f3950154f13437bd4e4223f07e063645f36d332) Change-Id: I7eee38e8cca5cdcad3a22e9c8fde77f7227b297f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17webui-vue: srcrev bump 92a0a4ac1f..f0a1ac7eb7Andrew Geissler1-1/+1
Derick Montague (1): Relace node-sass with dart-sass Sukanya Pandey (1): Remove date bug in event logs page (From meta-phosphor rev: 924307187ab40326e1e36519c506c7bcb8fdc91c) Change-Id: Id9a2dcd7e573e48a9907c5a500afe590d0d42251 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-17meta-quanta: gbs: Add tray_powercycle.shBrandon Kim3-7/+32
Fix hotswap-power-cycle.service as well. (From meta-quanta rev: f27143480d654623b6e576b2ce236af3b6f0950d) Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I63e105c27a61475ffc84565a933c7c98bd3d268c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14meta-quanta: add Fran Hsu and Buddy Hunag to MAINTAINERSSamuel Jiang1-1/+3
Fran and George have done the review and improves many meta-quanta patches good for becoming a maintainer. Buddy has been handle many projects in meta-quanta good for becoming a reviewer. (From meta-quanta rev: 34988a2084c3553936b2659c07b19a0d9a25b78c) Change-Id: Ia80762167320beb033163e97e1f05b233a558508 Signed-off-by: Samuel Jiang <Samuel.Jiang@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14Move Rainier and Witherspoon-tacoma to Vue GUIGunnar Mills1-4/+4
Leave the rest of the IBM AC Servers on phosphor-webui since things like two file firmware update and Virtual Media are not currently supported on webui-vue. The hope is in the near future to move all IBM Servers to webui-vue, including all ibm-ac-servers (e.g. Witherspooon). webui-vue is a complete rewrite of phosphor-webui. It uses the Redfish API, is translatable, themeable, does not suffer some the anti-patterns that exist in phosphor-webui today and is built on Vue. phosphor-webui was built on AngularJS and AngularJS goes End of Life June 2021. Huge shoutout to the team here, webui-vue is an impressive GUI! (From meta-ibm rev: 4d34f6c2bbde77d219d6a5ce306059661b80734c) Tested: Built Witherspoon, see the AngularJS GUI. Built witherspoon-tacoma see the Vue GUI. Change-Id: I2d4ac657070b694381779a5bfe0bb8b202db97e3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14meta-phosphor: Add back configs for phosphor-pid-controlBrandon Kim1-0/+5
Necessary configurations that were in classes/phosphor-pid-control.bbclass was dropped by 5f04ec5f04a797805afe2ac14a90c294a906ca6e. Append the config back to phosphor-pid-control.bb (From meta-phosphor rev: db34efb2d7df34092d2ac21f16d379efcdc55f07) Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I54623ed0217fa4e04aed12157b74bef59645a9fa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-misc: Create recipeAdriana Kobylak1-0/+61
Create a recipe for the phosphor-misc repo that creates PACKAGES based on supported configuration options. This allows individual packages to be added to an image such as phosphor-misc-usb-ctrl, phosphor-misc-http-redirect-awk, etc. Tested: - Verified that adding the misc packages to a packagegroup recipe built the desired misc package and the binaries and system service files (if applicable) were installed in the rootfs. Tried different combinations of misc packages such as: phosphor-misc-usb-ctrl phosphor-misc-first-boot-set-mac phosphor-misc-http-redirect-awk - Built an image that included the phosphor-misc-http-redirect-awk package and verified that http://bmc got redirected to https://bmc to the GUI homepage. Masking out the IP addresses: Aug 06 14:31:36 witherspoon-YL10UF78A0H4 systemd[1]: Started Redirect HTTP to HTTPS Per-connection (xxx.xxx.xxx.xxx:62348). Aug 06 14:31:36 witherspoon-YL10UF78A0H4 systemd[1]: http-redirect@1-yyy.yyy.yyy.yyy:80-xxx.xxx.xxx.xxx:62348.service: Succeeded. (From meta-phosphor rev: 9fca92d034489d4179450317e08f1913f30373ab) Change-Id: Ib0d162215c588b1c3e4a29969c4d2178db32eb14 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14linux-aspeed: FSI SPI fixesJoel Stanley1-1/+1
Brad Bishop (4): spi: fsi: Handle 9 to 15 byte transfers lengths spi: fsi: Fix clock running too fast spi: fsi: Fix use of the bneq+ sequencer instruction eeprom: at25: Split reads into chunks and cap write size Eddie James (3): dt-bindings: fsi: fsi2spi: Document new restricted property spi: fsi: Implement restricted size for certain controllers spi: fsi: Check mux status before transfers (From meta-aspeed rev: f4b7c1c8227d54a4b805479132b32227113c77d7) Change-Id: I501829de26fba8d2bfd7440483015380192d2c50 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14linux-aspeed: Move to Linux 5.8Joel Stanley3-5/+7
This updates the OpenBMC kernel tree to a 5.8 base. It has beent two weeks since the kernel was last updated, making it the quickest bump in OpenBMC history. There are 93 out of tree kernel patches carried in the OpenBMC tree. The defconfigs were updated to fix selection of video device. An upstream reorganisation of the V4L kconfig resulted in a large number of extra drivers enabled when all we required was VIDEO_ASPEED. Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f Andrew Geissler (1): ARM: dts: tacoma: Add KCS node for LPC MCTP Andrew Jeffery (13): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): Use driver callbacks in pmbus_get_fan_rate() pmbus (core): One-shot retries for failure to set page pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers soc: aspeed: Miscellaneous control interfaces ARM: dts: aspeed: witherspoon: Update max31785 node ARM: dts: aspeed-g5: Expose VGA and SuperIO scratch registers pinctrl: aspeed: Improve debug output soc: aspeed: Fail probe of lpc-ctrl if reserved memory is not aligned misc: Add ASPEED KCS driver for MCTP purposes ARM: dts: witherspoon: Add KCS node for LPC MCTP pinctrl: aspeed: Describe the heartbeat function on ball Y23 Ben Tyner (1): ARM: dts: aspeed: witherspoon-128: Remove checkstop GPIO from gpio-keys definitions Brad Bishop (4): ARM: dts: aspeed-g6: Expose SuperIO scratch registers soc: aspeed: lpc: Add G6 compatible strings ipmi: aspeed-g6: Add compatible strings reset: simple: Add AST2600 compatibility string Cédric Le Goater (22): 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 mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes mtd: spi-nor: Add support for w25q512jv mtd: spi-nor: aspeed: Introduce a field for the AHB physical address mtd: spi-nor: aspeed: Introduce segment operations mtd: spi-nor: aspeed: add initial support for ast2600 mtd: spi-nor: aspeed: Check for disabled segments on the AST2600 mtd: spi-nor: aspeed: Introduce training operations per platform mtd: spi-nor: aspeed: Introduce a HCLK mask for training mtd: spi-nor: aspeed: check upper freq limit when doing training mtd: spi-nor: aspeed: add support for AST2600 training mtd: spi-nor: aspeed: fix training of multiple CS on the AST2600 mtd: spi-nor: aspeed: Disable zero size segments on the AST2600 spi-nor: aspeed-smc: Detect 4b opcodes differently /dev/mem: add a devmem kernel parameter to activate the device Eddie James (11): ARM: dts: rainier: Add KCS node for LPC MCTP ARM: dts: aspeed: Add witherspoon-128 machine dt-bindings: fsi: Add P10 OCC device documentation fsi: occ: Add support for P10 hwmon: (occ) Add new temperature sensor type i2c: fsi: Prevent adding adapters for ports without dts nodes dt-bindings: soc: Add Aspeed XDMA Engine soc: aspeed: Add XDMA Engine Driver soc: aspeed: xdma: Add user interface soc: aspeed: xdma: Add reset ioctl leds: pca955x: Add an IBM software implementation of the PCA9552 chip Fran Hsu (3): ARM: dts: nuvoton: Add NPCM730 common device tree ARM: dts: nuvoton: Add Quanta GSJ BMC pinctrl ARM: dts: nuvoton: Add Quanta GSJ BMC George Hung (2): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver Jae Hyun Yoo (12): clk: ast2600: enable BCLK for PCI/PCIe bus always dt-bindings: Add PECI subsystem document Documentation: ioctl: Add ioctl numbers for PECI subsystem peci: Add support for PECI bus driver core dt-bindings: Add bindings document of Aspeed PECI adapter ARM: dts: aspeed: Add PECI node peci: Add Aspeed PECI adapter driver dt-bindings: mfd: Add Intel PECI client bindings document mfd: intel-peci-client: Add Intel PECI client driver Documentation: hwmon: Add documents for PECI hwmon drivers hwmon: Add PECI cputemp driver hwmon: Add PECI dimmtemp driver Joel Stanley (10): ARM: dts: aspeed-g4: Expose SuperIO scratch registers ARM: dts: nuvoton: Fix warnings in NPCM7xx common device tree ARM: dts: nuvoton: Update EVB for new PECI layout ARM: dts: nuvoton: evb: Rework enabling of nodes soc: aspeed-lpc-ctrl: LPC to AHB mapping on ast2600 ARM: dts: aspeed: ast2600evb: Add MAC0 soc: aspeed-lpc-ctrl: Fix printf warning ARM: configs: aspeed: Update defconfigs ARM: config: aspeed-g5: Enable I2C GPIO mux driver ARM: config: aspeed: Fix selection of video device mtd: spi-nor: sfdp: Revert "default to addr_width of 3 for configurable widths" ARM: aspeed: g5: Do not set sirq polarity Tomer Maimon (11): dt-binding: bmc: Add NPCM7xx LPC BPC documentation misc: npcm7xx-lpc-bpc: add NPCM7xx BIOS post code driver dt-binding: bmc: add npcm7xx pci mailbox document misc: mbox: add npcm7xx pci mailbox driver dt-binding: net: document NPCM7xx EMC DT bindings net: npcm: add NPCM7xx Ethernet MAC controller ARM: configs: add defconfig for Nuvoton NPCM7xx BMC ARM: dts: npcm7xx: Update device tree arm: dts: Add NPCM7xx RunBMC Olympus Quanta machine. dt-bindings: peci: add NPCM PECI documentation peci: npcm: add NPCM PECI driver (From meta-aspeed rev: 3c9616235643263beea47ef5db5cecafa3349c2e) Change-Id: I4616f47026e00e49bda0abb1fc586dd2faabee30 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-image: Avoid CORE_IMAGE_EXTRA_INSTALLBrad Bishop3-5/+27
CORE_IMAGE_EXTRA_INSTALL is a dumping ground. Move packages to proper packagroups (console/sol, rng) and create IMAGE_FEATURES for easy opt-out. Move the ffdc application to the debugging packagegroup. Move the pam-access plugin to the user management packagegroup. (From meta-phosphor rev: 94bf53d44193b6c5d123c462333fdedf91613370) Change-Id: If43af92f9bfcb6e0eef08adefbce077defd90b8d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14meta-phosphor: systemd-policy: move to systemdBrad Bishop5-1/+2
Don't install systemd policy if: - systemd is not being installed - a non phosphor distro Use RRECOMMENDS for easy opt-out in Phosphor based distros. (From meta-phosphor rev: 2641990831230d85ee7cb5fdc29450ad561a4799) Change-Id: Ie3154cc6ee8d257ffa92463c49d3755a15379663 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14meta-phosphor: distro-base: add DISTROOVERRIDESBrad Bishop1-0/+2
152695448 removed our openbmc-phosphor distro override. This had minimal or no impact because distro overrides based on the DISTRO aren't being used as they should. Add a distro override so they can be used where appropriate (e.g. oe-core bbappends). (From meta-phosphor rev: 1b9a74965ae664726e82ff7941b2d046392fb0f3) Change-Id: I7ae07ac26c2ea4882d3b1b002b340f53d885c1e8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: devtools refactoringBrad Bishop3-8/+11
Move i2c tools to the devtools package, right next to gpio tools. Rename extrasdevtools to just devtools. "Extra" doesn't convey any useful information. We can get away with this rename since noone is touching the package. Add an IMAGE_FEATURE for devtools, for easy opt-out. (From meta-phosphor rev: 113fe568c65247e4dc99513b679b74c049178d36) Change-Id: I28e8e6444e7d5d8c5c6b7c0fb6666587027b3a7b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14pam-ipmi: move to netipmiBrad Bishop2-1/+2
There is no reason to install the pam-ipmi module if net-ipmi isn't being installed. (From meta-phosphor rev: 26921a3944fe1a7d223212c9715e6b50dd53f666) Change-Id: Ibb4a418f710f41d85472f7224fd9e480ca881296 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: move licenseBrad Bishop2-2/+2
Move the LICENSE directive to the image recipe so other recipes could have their own license, and because this is how oe-core is organized. (From meta-phosphor rev: 92cadf349fb2948e64e44fba73b5eba1944886e2) Change-Id: I6cc0499b9874ac38852cde05cb44fd32f8871204 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: move rootfs cmds to recipeBrad Bishop2-10/+12
Similar to IMAGE_FEATURES, move the rootfs modifications to the image recipe to open up the possibility of other image recipes using obmc-phosphor-image.bbclass. Leave the rootfs command definitions in the class for use by other image recipes. (From meta-phosphor rev: 1e92fefdf8c8da253a4ed0ae35256af7592da0b6) Change-Id: I814f73e24fda19c7fd5393252b660b20079e66c7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-apps: drop empty and unused packagegroupBrad Bishop1-5/+0
(From meta-phosphor rev: 10371974b405a4450765d0fdf39d835958717c5c) Change-Id: I40e52bc2818324c89a5c12f0bd1be0f6263519b1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14bmcweb: srcrev bump f71882ffec..d6c414f36cAndrew Geissler1-1/+1
Przemyslaw Czarnowski (1): VirtualMedia fixes for Redfish Service Validator (From meta-phosphor rev: 05ec72d566c920608e32e971b0ce2d9f057b3427) Change-Id: I0ca116f93f07476e83b8b169560ceffebbfef5d2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-net-ipmid: srcrev bump ecb32fbc69..f6e7230d9cAndrew Geissler1-1/+1
srikanta mondal (1): Close active SOL session after disable SSH SOL (From meta-phosphor rev: e3d8b11457a72bcb0e90785e5946fe20d56421e6) Change-Id: I387e3e31f66b12c634111abd014fe9d61ecc2c98 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14dbus-sensors: srcrev bump 8b8bcc8700..58e02efa73Andrew Geissler1-1/+1
Adrian Ambrożewicz (1): Fix detection of invalid 'GetSensorReading' (From meta-phosphor rev: 3ef3b2258fdd590c56d0871dc27939478161c131) Change-Id: I1cf563ec1b1c55dae83863acdcead5d5958bdf7c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14webui-vue: srcrev bump 5a705962a8..92a0a4ac1fAndrew Geissler1-1/+1
SurenNeware (2): Add secondary variant to cancel button Add info icon for informational alert Yoshie Muranaka (5): Remove Sass color maps Update IBM .env styles Update .env documentaion Update server power operations viewable actions Add Firmware page (From meta-phosphor rev: e9bdd126bb5d967052805c90c4ae94e97e5d8d8d) Change-Id: I7e789c557cedd4ce3f27e90ebc60a60c0d1a6f8f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-fan-presence: srcrev bump e81309d6b1..0891e3b3c1Andrew Geissler1-1/+1
Matthew Barth (2): Handle optional JSON configuration files monitor: Tach input to double (From meta-phosphor rev: 957f9c13bfa2d5342738c2f7580a8e10f955f937) Change-Id: Icc39568e778970eaebf12dbd447093ac1df8f9cf Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14phosphor-logging: srcrev bump f67bafd0d3..6c081cc44eAndrew Geissler1-1/+1
Matt Spinler (3): PEL: Simplify addLocationCodePrefix PEL: Update getInventoryFromLocCode PEL: Add callouts to pelFactory()'s test PEL (From meta-phosphor rev: e0acb4d6e0bb92b30f8025817635c999199d65a7) Change-Id: I8c51cc94b37e5caf29d919c72dd79a52d6334742 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2020-08-14obmc-phosphor-image: avoid distro overrideBrad Bishop1-2/+2
FOO_df-bar += "baz" and FOO += "${@bb.utils.contains('DISTRO_FEATURES', 'bar', 'baz', '', d)" accomplish the same thing but the latter is the convention upstream and also makes it easy to grep for things conditional on DISTRO_FEATURES. (From meta-phosphor rev: 36aaf57d28c456762156cdc64fad46bdb47bda1d) Change-Id: I6386f727acdf68370593ae1ee6dee2c0d88f700e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>