summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03meta-phosphor: ipmi-config: add default entity mapPatrick Venture4-26/+19
Add an empty entity map json file. The file is expected to be an array, if it is present at all. The file provided by default has no real meaning to your system, therefore you are expected if you use the entity records, to provide one for your system. See: https://github.com/openbmc/phosphor-host-ipmid/blob/master/scripts/entity-example.md for details on how it should be formatted. Currently formatted: [{ "id": 1, # Container entity contains other entities # Entity Id and entity Instance for the container entity "containerEntityId": 13, "containerEntityInstance": 81, # A record can have contained entities as a four entry list or as upto # two ranges of entity instances; this record has contained entities # as a four entry list "isList": true, # Records can be linked if necessary to extend the number of contained # entities within a container entity; this record is not linked "isLinked": false, "entities": [ {"entityId1": 10, "entityInstance1": 1}, {"entityId2": 10, "entityInstance2": 3}, {"entityId3": 10, "entityInstance3": 5}, {"entityId4": 10, "entityInstance4": 7} ] }] (From meta-phosphor rev: 34d8886d6642eb0b991b696f4d28950c5bec9bf5) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I00956c92d444ac82d4a9aabfd33c26ccbb58e145 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-03meta-phosphor: nuvoton-layer: postd: add support for NPCM7xx BMCTim Lee1-0/+3
Enable BIOS POST CODE functionality for NPCM7xx BMC in phosphor-host-postd. We need to modify SNOOP_DEVICE = "npcm7xx-lpc-bpc0", due to default SNOOP_DEVICE is using aspeed BMC. (From meta-phosphor rev: ae30116e34c5ee4a1a10ff877192a0a633d84e9f) Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I06e05d62a9c1b810620d3292b13e5a244851b061 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02wspoon: Activate fan control events at poweronMatthew Barth1-196/+219
Utilize the pgood property as a precondition to loading fan control events based on property states other than the OCC active events. Since the OCCs are not active when powered off (pgood = 0) those events having OCCs active as a precondition are not necessary to be added. This is the first step to enabling fan control to run at BMC standby. When the default phosphor-fan-control@.service starts after power on, the pgood property value is already set to 1. Therefore this produces no change in fan control activity. Tested: No change in fan speed control (From meta-ibm rev: dadf39cdbb093e0c2566189f3e876dd3c01e13d0) Change-Id: Ieb010804d59ed318463fca1fcbdce5b5123b81df Signed-off-by: Matthew Barth <msbarth@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02tacoma: remove ipkvm from imageAndrew Geissler1-0/+1
ipkvm is not needed for the witherspoon-tacoma system. May bring this back in some day for testing purposes but there are no near term plans to use or support this. (From meta-ibm rev: 3e11092404f8512241209c4ea26988171cf35263) Change-Id: Ibb0bc351504070661179491d07f3af144cc97602 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02Add Rainier system power-on GPIO supportJim Wright1-0/+38
Add Rainer power-on configuration support and remove unused GPIOs. (From meta-ibm rev: 114bd7308d03fe7949517cd939b6dd9f575d59cb) Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: I29df80c5d446ebcba929cef334f06969c258f5d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02Add Rainier system power sequencer supportJim Wright1-0/+200
Add Rainier system power sequencer configuration file. (From meta-ibm rev: 65ba7af3ef1f36b4b77c5776478b59d1a7bf2334) Signed-off-by: Jim Wright <jlwright@us.ibm.com> Change-Id: Ia55257b24e1e5095bbd9db24fbf67e5968c4f9cc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02meta-openembedded: subtree update:41fe46157c..e6d76b05a7Brad Bishop44-123/+639
Adrian Bunk (1): networkmanager: Correct the upstream version check Adrian Ratiu (1): renderdoc: add new recipe Changqing Li (1): kea: upgrade 1.5.0 -> 1.7.0 Denys Dmytriyenko (1): rwmem: add recipe Hongxu Jia (1): lvm2: fix run lvcreate hung while PACKAGECONFIG udev Jackie Huang (6): python-versiontools: add recipes for python2 and python3 python-pymysql: add recipes for python2 and python3 python-statistics: add new recipe python-pyperf: add recipes for python2 and python3 python-pika: add recipes for python2 and python3 python-pycurl: add recipes for python2 and python3 Khem Raj (6): openipmi: Mark libOpenIPMI.so.0 as private lib in openipmi-perl ttf-gentium: Use OFL-1.0 version of OFL license ttf-hunkyfonts: Use LGPL-2.1 which is correct version from LICENSE file python-configparser: Mark license as MIT fontforge: Upgrade to 20190801 release opensaf: Fix duplicate copies of shared libs in package Martin Jansa (2): spice: ignore all warnings not just address-of-packed-member Revert "spice: Drop broken native" Otavio Salvador (5): networkmanager: Fix ADSL plugin packaging networkmanager: Add a `resolvconf` PACKAGECONFIG networkmanager: Add sysvinit support libqmi: Upgrade 1.22.2 -> 1.24.0 modemmanager: Upgrade 1.10.0 -> 1.10.2 Qi.Chen@windriver.com (1): protobuf-c: fix race condition Robert Yang (2): corosync: Fix PACKAGECONFIG flag for rdma net-snmp: Fix PACKAGECONFIG for perl Zang Ruochen (1): python-urllib3: upgrade 1.25.5 -> 1.25.6 Change-Id: I20029cc79a225f6ab8f1b133ebc16129b7b32082 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02rainier: remove ipkvm from imageAndrew Geissler1-0/+1
ipkvm is not needed for the rainier system (From meta-ibm rev: 556f78bc1a4c0d02496e79754fa6fa7147c98e02) Change-Id: I79f19dca7024025efcbe25ac3a55df9bf047bcbb Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02linux-aspeed: Tacoma BT, USB GadgetJoel Stanley1-1/+1
Andrew Jeffery (1): ARM: dts: aspeed: tacoma: Enable iBT device Joel Stanley (1): usb: gadget: Quieten gadget config message (From meta-aspeed rev: 5d1af51495b016e385a6a2164d38770939226f11) Change-Id: I78a4267d9a974b640acd07f5388e5885194cadf9 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02obmc-ikvm: srcrev bump f8e05e5c9c..7cf1f1d43eAndrew Geissler1-1/+1
Eddie James (1): Prevent excessive journal logging by wakeup signal (From meta-phosphor rev: 6383ea303593962e9aea0504fa4abb55b10b371f) Change-Id: I8b45dcb23faa410f1e391fc91b3d423f336e86de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02phosphor-logging: srcrev bump 09d6400fb7..835a86938fAndrew Geissler1-1/+1
Matt Spinler (1): PEL: Support for going between PELs & registry (From meta-phosphor rev: 1c6191107ee506ac932f67a2af43ec1671944a72) Change-Id: I390523465102091210f865b0389c13ceb1c591e5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-02google-ipmi-sys: srcrev bump 0c0bfd3a14..cc53c847f1Andrew Geissler1-1/+1
Peter Lundgren (1): Add more entity ids (From meta-google rev: 5f6e2d2cf2227d026c72f845456c410c7a626439) Change-Id: Iaf0b72a99ca5d2fb2abb9e5b8c3e7f6695078f1c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01linux-aspeed: Wdt dual flash, AST2600 NOR CS1Joel Stanley1-1/+1
Cédric Le Goater (3): mtd: spi-nor: aspeed: fix training of multiple CS on the AST2600 mtd: spi-nor: aspeed: Disable zero size segments on the AST2600 ARM: dts: aspeed: tacoma: Re-enable CS1 Ivan Mikhaylov (1): watchdog: aspeed: add support for dual boot (From meta-aspeed rev: 3369549492bf6b40f90cf14381ffc35e66250639) Change-Id: Ia95b3ba3f1ba8a12d99660a458eb54cd2b1ddf73 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01dbus-sensors: srcrev bump 92498eb947..2adc95cb4dAndrew Geissler1-1/+1
James Feist (1): Fix Association interface (From meta-phosphor rev: fcd89a6c6e0599059bfac3375a1f9a95efacb1f2) Change-Id: I881e17dcce2ac20c9c598e8f63e7a7046279ae2b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01entity-manager: srcrev bump 899e17faab..c0dcf0d3f0Andrew Geissler1-1/+1
James Feist (1): Autojson all files (From meta-phosphor rev: ac05b4ea06bfb76cccd3c303da7ba9deb669280a) Change-Id: I9052ceb40598e1039a04e6731629e6abf9a60488 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-networkd: srcrev bump 38a63c3012..b40059779aAndrew Geissler1-1/+1
Ratan Gupta (1): Remove the code which updates resolv.conf for dhcp supplied DNS (From meta-phosphor rev: 4819265e8c6ff88d49aa25b4ecad3c7bb67e8702) Change-Id: I2f3b12883a175057f18cf4d68328f7f11866bf55 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01meta-ibm: wspoon-tacoma: Add gpio_defs.jsonMatt Spinler1-0/+58
This system's GPIO layout is different than witherspoon's. (From meta-ibm rev: e401c9560f4f7d85952d1630095df9ad784de0b2) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I4ed9f1de4b25258e791a514643863494a99fde3d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-user-manager: srcrev bump 1af1223304..7c6e7cffafAndrew Geissler1-1/+1
jayaprakash Mutyala (1): user_mgr: Adding priv-noaccess role (From meta-phosphor rev: 7d4c8917ec4fa262d0b9e3987a24b767886534b9) Change-Id: Ib6b4a28adff42c456c9473eeb1a96ecd085a81eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-logging: srcrev bump 72575f51ed..09d6400fb7Andrew Geissler1-1/+1
Matt Spinler (4): PEL: MTMS class to handle the type-model and SN PEL: Interface to collect system data PEL: Move PEL section IDs into a header file PEL: Add FailingMTMS PEL section class (From meta-phosphor rev: 2a40b95b55d888e2b345df5a396a9463a6c2c735) Change-Id: I1d6f26416b1695544afb5b7868ca170b56bf46ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-state-manager: srcrev bump 874051c8f7..2f60aaeb70Andrew Geissler1-1/+1
Andrew Geissler (5): cppcheck: Fix format string warning cppcheck: Fix "Uninitialized variable" warning cppcheck: Make settings constructor explicit cppcheck: Reduce scope of temp variable Make D-bus systemd error handling consistent (From meta-phosphor rev: ab84fe29fb3140fabb3c796846fd5119980d667a) Change-Id: If683d5d3c7d465bffb7a686efc559a966874c17f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01obmc-ikvm: srcrev bump 513d95ef53..f8e05e5c9cAndrew Geissler1-1/+1
Jae Hyun Yoo (2): Add flow control to prevent buffer over run Remove frame rate limit (From meta-phosphor rev: 1a115b92749bb063bd65cc2a7922513b91c82d1f) Change-Id: Ic3a58ecd70add1b16ef25aa89a55147db6a1e91b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-webui: srcrev bump 28e9ed8bd9..ea4968c0e8Andrew Geissler1-1/+1
Gunnar Mills (1): Update Callback role privileges Yoshie Muranaka (3): Fix rounded button styling Change navigation submenu transition duration and ease Fix SoL and KVM refresh bug (From meta-phosphor rev: d67b31a1a92b241f9625bf08b1660da3572eaad6) Change-Id: I019ca227182d729f1c60a42afbf44238b640716a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01phosphor-logging: Add a depends when PELs enabledMatt Spinler1-1/+3
When the openpower-pels packageconfig is enabled, add a DEPENDS for nlohmann-json, as the openpower-pel code uses that. (From meta-phosphor rev: e64bc0f26668b40b989824d215890b226c52d5ae) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I5280f90527baa634b8e8c32f4b52d0ec0e296279 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01openpower-proc-control: srcrev bump 424475d4b9..60db8b147dAndrew Geissler1-1/+1
Joel Stanley (3): Remove endian swapping abstraction targetting: Remove old sysfs path Update sysfs paths to use /sys/class/fsi-master (From meta-openpower rev: f9e31dbd85d95fd1f183a27965d0dab2db321c8e) Change-Id: I9e99dca94b2cc697014e5b908edc81cf52e903b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-01meta-ibm: Point WPFA at phosphor-powerBrad Bishop1-2/+2
witherspoon-pfault-analysis is promoted to phosphor-power: https://lists.ozlabs.org/pipermail/openbmc/2019-August/017729.html This patch does the first migration step which is to point this recipe at the canonical repository. A subsequent step could be adding a phosphor-power recipe in OpenBMC's meta-phosphor. (From meta-ibm rev: de9a39f0a56410de046a260b51ca7ff9f162b12c) Change-Id: Ib6af976ac3b82d37f96dea4b45bba730ca98753d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-30meta-security: subtree update:76d3625bcf..86ba098074Brad Bishop3-2/+31
Naveen Saini (1): apparmor: suppress appending of installation to perllocal.pod Scott Ellis (1): ncrack: update to tip Change-Id: I6c562bd1b9dd57c97bc242f7b678bac36cb5b947 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-30phosphor: Enable Aspeed SDK u-boot overrideBrad Bishop1-0/+2
The u-boot SDK recipe in the Aspeed layer has different u-boot config snippets for different sized flash images. This is done by way of overrides, e.g. MACHINEOVERRIDES .= ":flash-${ASPEED_IMAGE_SIZE_KB}" Make sure ASPEED_IMAGE_SIZE_KB is set to the correct size so the correct u-boot snippet is selected. (From meta-phosphor rev: 2ee231638d5cde0c041ad863a4d4636291ad39a5) Change-Id: I438fb896eceeafab2927925ffa1763d672456dd6 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-30meta-aspeed: aspeed-g6: refresh defconfigBrad Bishop1-86/+76
The OpenBMC kernel g5 defconfig supports both g5 and g6. Use the g5 defconfig from the OpenBMC kernel unmodified, to enable kernels with support for a variety of the devices found on the AST2600. (From meta-aspeed rev: b456abfbb3ad8ccb3cad3f100d05f2764f7477cc) Change-Id: I9b9e7f52a5e3d0c042b0e705a3c19228d78f8919 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-30phosphor-logging: srcrev bump 27d82814c3..72575f51edAndrew Geissler1-1/+1
Matt Spinler (1): Fill in README section on D-Bus event creation (From meta-phosphor rev: 182eaf694b6577d2da2c2e4875335310d898e5d6) Change-Id: Id574617e5b0c39064c56187963ecfae67ddf3e0d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-30intel-ipmi-oem: srcrev bump 068b4f2ca2..e615402719Andrew Geissler1-1/+1
Chen Yugang (1): Bug fixing for boot option Patrick Venture (15): sensorcommands: add map header storagecommands: pass by reference storagecommands: add functional header sensorcommands: zeroize some ints manufacturingcommands: pass string by const ref bugfix: smbiosmdrv2handler: sizeof(pointer) smbiosmdrv2handler: drop unused vars sensorcommands: add optional header sensorcommands: add utility header sensorcommands: add cstring header sensorcommands: add variant header sensorcommands: add algorithm header sensorcommands: add memory header sensorcommands: add array header sensorcommands: add stdexcept header Richard Marian Thomaiyar (2): intel-ipmi-oem: Replace yield with ctx for mfg cmd intel-ipmi-oem: Fix special mode path jayaprakash Mutyala (1): storagecommands: move Read and Write FRU data (From meta-intel rev: 18a346e8082b755b250e0a510b7783eb32882799) Change-Id: I87c38ec38f7ce69fbe9ba43614873fdb3c519c5e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27ibm: tacoma: enable standard phosphor nor imagesBrad Bishop1-3/+3
Set the flash size so we get 128MiB images. Remove INITRAMFS and IMAGE_FSTYPES overrides so we get the standard phosphor images. (From meta-ibm rev: 1c12470b1ea14d6b043e0b214e800b974d10a36d) Change-Id: Ic941879b882aae809693a7901f3af95d23db5d05 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-ibm: Add rainier systemBrad Bishop1-0/+24
Rainier is a POWER system with an ast2600. Build instructions: TEMPLATECONF=meta-ibm/meta-witherspoon/conf . oe-init-build env MACHINE=rainier DISTRO=openbmc-openpower bitbake obmc-phosphor-image (From meta-ibm rev: 4c39d65a0b5678042a96324197c37478d81d6d4a) Change-Id: I4bf5424d99ea643f7262ae17c962d2b7dd280076 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-openembedded: subtree update:466fd78ac6..41fe46157cBrad Bishop41-437/+135
Callaghan, Dan (2): firewalld: add UPSTREAM_CHECK_URI add new recipes for python-lrparsing, python3-lrparsing Khem Raj (2): mongodb: Remove non building arches from COMPATIBLE_HOST uim: Fix cross-builds Martin Jansa (1): libmicrohttpd: backport the fix for building with older gnutls Oleksandr Kravchuk (4): libyui: update to 3.6.0 libyui-ncurses: udpate to 2.52.0 sanlock: update to 3.6.0 tesseract-lang: update to 4.0.0 Randy MacLeod (1): crash: update from 7.2.6 to 7.2.7 Robert Yang (8): python-asn1crypto: extend to nativesdk python-incremental: Drop broken nativesdk fuse: Fix installed-vs-shipped for nativesdk keyutils: Fix installed-vs-shipped for nativesdk libnet-ssleay-perl: Drop broken native libnet-dns-sec-perl: Drop broken native iperf3: Drop broken native spice: Drop broken native Trevor Gamblin (1): haveged: upgrade v1.9.4 -> v1.9.6 Zang Ruochen (5): xterm: upgrade 348 -> 349 python-cmd2: upgrade 0.9.16 -> 0.9.17 python-protobuf: upgrade 3.9.1 -> 3.9.2 python-alembic: upgrade 1.2.0 -> 1.2.1 python-paste: upgrade 3.2.0 -> 3.2.1 Change-Id: I4491ea47f5e54f4f3843a77c720d0a89304c36a5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27bmcweb: srcrev bump 0678524483..3929aca103Andrew Geissler1-1/+1
Anthony Wilson (1): bmcweb: Add Threshold properties to Sensors (From meta-phosphor rev: 55a9e8474263226e0442730a03f08ccdb60bbe36) Change-Id: I623ef0d8a435038421c6c26759b26c3a5c786f1a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27phosphor-webui: srcrev bump 5dac9e155e..28e9ed8bd9Andrew Geissler1-1/+1
Dixsie Wolmers (1): Improve LDAP accessibility beccabroek (1): LDAP configuration and user groups miramurali23 (1): Update users navigation section (From meta-phosphor rev: ececc0de4b8dc12da4eef51d0752aad81b4819de) Change-Id: I4225735f7c656ec25f08eb1d008a98c8329fbd27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27dbus-sensors: srcrev bump de5e9705ff..92498eb947Andrew Geissler1-1/+1
Cheng C Yang (1): Fix OperationalStatus disappear problem (From meta-phosphor rev: 40dc69715299a98185e14f8350a7ac4d503eb7cc) Change-Id: Iccf391efc15414d4edf2139ac65e2cfe17f510c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-aspeed: add CONFIG_USE_BOOTCOMMAND snippetBrad Bishop3-14/+16
Add a config snippet that sets CONFIG_BOOTCOMMAND to the correct address on 128MiB flashes. This requires a refresh of the u-boot sdk patch we've been carrying such that CONFIG_BOOTCOMMAND is set conditionally if not set previously. (From meta-aspeed rev: 4c8b1d729b5b21c93685cd1b1bdde05afa81f9e8) Change-Id: I7dece4bcee6d68a0367fcf4eafb78f0db3e4e4f8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27phosphor: image_types_phosphor: flash overridesBrad Bishop2-0/+9
Add an override based on FLASH_SIZE, for use with the hardcoded offsets that exist when building raw flash images. This lets us have different flash layouts for different size flash modules that can be shared between machines. The existing 32MiB layouts are unchanged: partition: size: offset u-boot: 384 KiB (0 KiB) u-boot-env: 128 KiB (384 KiB) kernel/FIT: 4352 KiB (512 KiB) rootfs: 23808 KiB (4864 KiB) rwfs: 4MiB (28672 KiB) The new layout is as follows: partition: size: offset u-boot: 896 KiB (0 KiB) u-boot-env: 128 KiB (896 KiB) kernel/FIT: 9 MiB (1 MiB) rootfs: 86 MiB (10 MiB) rwfs: 32MiB (96 MiB) (From meta-phosphor rev: 9e84ca2ad4aa7f864bb53faa6f21ae580d64d07d) Change-Id: I4edf302d4e738b31906cd03459ad6f2f44c3c749 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27linux-aspeed: AST2600: Pinctrl fixesJoel Stanley1-1/+1
Andrew Jeffery (6): pinctrl: aspeed-g6: Sort pins for sanity pinctrl: aspeed-g6: Fix I2C14 SDA description ARM: dts: aspeed-g6: Fix EMMC function in pinctrl dtsi ARM: dts: aspeed-g6: Add pinctrl properties to MDIO nodes ARM: dts: ast2600-evb: Add pinmux properties for enabled MACs ARM: dts: aspeed-g6: Add missing pinctrl-names property to I2C nodes Johnny Huang (9): pinctrl: aspeed-g6: Fix I3C3/I3C4 pinmux configuration pinctrl: aspeed-g6: Fix UART13 group pinmux pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groups pinctrl: aspeed-g6: Add AST2600 I3C1 and I3C2 pinmux config pinctrl: aspeed-g6: Add support for the AST2600 USB pinmux pinctrl: aspeed: Add ASPEED_SB_PINCONF() helper pinctrl: aspeed: Move aspeed_pin_config_map to separate source file pinctrl: aspeed: Use masks to describe pinconf bitfields pinctrl: aspeed-g6: Add AST2600 pinconf support (From meta-aspeed rev: 804acc0d24767e150f25b56379c9664cafdd4b37) Change-Id: I8255855478addca2b659d318e7e6e8eb970608b4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27systemd: Add kmod optionWilliam A. Kennington III1-1/+1
Without kmod, the udev daemon is unable to run builtin kmod operations for loading modules on demand. This breaks automatic loading via modalias, meaning hotplugged USB devices won't have their modules loaded. (From meta-phosphor rev: 1b024a64b7a12b075556f19030a26182f2951a9c) Change-Id: I32293fa5c206830eb3cfa84a0582db71886dd030 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-openpower: express layer dependenciesBrad Bishop1-0/+1
meta-openpower has hard dependencies on oe-core, meta-phosphor and meta-aspeed. Express those in layer.conf so users can get a helpful error message if they are missing a required layer from their layer configuration. Generally users will look here for this information here as well, so it helps to have it here. (From meta-openpower rev: b1c327664fed9dfddc2e67c09831af72b3cf1fea) Change-Id: Icadfe6a62343963c9c53184a4504b388512c6338 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-27meta-openpower: enhance README.mdBrad Bishop1-4/+46
Add words to the layer README. The existing README is somewhat terse. Expand it some, adopting some of the conventions from other well-known OE BSP layers (used meta-freescale as a template). Briefly describe the goal of the layer. The goals mention full implementations for OpenPOWER reference platforms, which doesn't match reality today; however, the current plan/thinking is to consolidate the meta-foo layers for each reference platform into meta-openpower. Added layer dependencies. meta-openpower depends on oe-core, meta-phosphor and meta-aspeed. Add contributing guidelines and style guide. (From meta-openpower rev: 259c9bad006ecdc814f5d9dbd0b718ca5559fb1e) Change-Id: I737ac1960fe2e3ba38994e9a9c36c95de19f7746 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26linux-aspeed: AST2600: spi-nor, NCSI clock, RainierJoel Stanley1-1/+1
Andrew Jeffery (6): dt-bindings: clock: Add AST2500 RMII RCLK definitions dt-bindings: clock: Add AST2600 RMII RCLK gate definitions clk: aspeed: Add RMII RCLK gates for both AST2500 MACs clk: ast2600: Add RMII RCLK gates for all four MACs net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs ARM: dts: aspeed: Add RCLK to MAC clocks for RMII interfaces Brad Bishop (9): soc: aspeed: lpc: Add G6 compatible strings ipmi: aspeed-g6: Add compatible strings reset: simple: Add AST2600 compatibility string ARM: dts: aspeed-g6: Add lpc devices ARM: dts: aspeed-g6: Expose SuperIO scratch registers ARM: dts: Add 128MiB OpenBMC flash layout ARM: dts: aspeed: Add Rainier system ARM: dts: aspeed: rainier: Add mac devices ARM: dts: aspeed: rainier: Add i2c devices Cédric Le Goater (12): 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 ARM: dts: aspeed-g6: Add FMC and SPI devices ARM: dts: aspeed: rainier: Enable FMC and SPI devices ARM: dts: ast2600-evb: Enable FMC and SPI devices Joel Stanley (3): ARM: dts: aspeed: tacoma: Enable FMC and SPI devices ARM: dts: aspeed: ast2600evb: Use custom flash layout ARM: dts: aspeed: tacoma: Disable CS1 as it is broken (From meta-aspeed rev: 6f2dd84f3f30c9777ce956d5ad56de7d04bb227c) Change-Id: I774fa833665c5d84cf58df5cd7315cadaf56754b Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26meta-aspeed: g5: drop redundant tune includeBrad Bishop1-11/+0
Anyone using OE-core after 95823b7eab is using the OE-core provided tune and not ours. Drop our redundant tune file. (From meta-aspeed rev: 5894fc514daad03f70ada285a6b37947e1fb116e) Change-Id: Ice99855d7655f926832943f6944279a0d21de5a7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26phosphor-objmgr: srcrev bump 5eddf44006..d0cf94288fAndrew Geissler1-1/+1
John Wang (1): Drop support for old association interface (From meta-phosphor rev: 0407c06bc6b62d6b790944170eee95be60030741) Change-Id: I79f96a8119e9bdc48be19e624568e1045341c1e9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26phosphor-host-ipmid: srcrev bump d7dadc2779..e702392667Andrew Geissler1-1/+1
Rajashekar Gade Reddy (1): Implemented close session cmd in host interface (From meta-phosphor rev: 1b43218a548abb0c47c05439f60b380c3e495bf9) Change-Id: I21700e6cf0c535b2e9a4f7fe08c5c17905f1e040 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26phosphor-webui: srcrev bump 49001e25fb..5dac9e155eAndrew Geissler1-1/+1
Derick Montague (1): Add error messaging for error log date filtering and Safari support Yoshie Muranaka (1): Update boot override UI messaging visibility (From meta-phosphor rev: b96db4e4beadf49d154351dd8a7ee07678ecdb3d) Change-Id: I3a3daea29101ebf593e44ed11fb5c74fe3dafa1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26phosphor-ipmi-flash: srcrev bump cec91dd139..6749ba1c93Andrew Geissler1-1/+1
Brandon Kim (1): tools: Add ignoreUpdate parameter (From meta-phosphor rev: 84f998dcc9ac78e150cfa539f21e536a09323b99) Change-Id: I890b99ba1392d44d97715474a0bfb1d22bcdf1ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26phosphor-logging: srcrev bump 14dc04117c..27d82814c3Andrew Geissler1-1/+1
John Wang (1): Move to new association interface (From meta-phosphor rev: 47fedbcb7b94675acd303c871450bede255e9adb) Change-Id: I536bbdfb44d1140f929221aa4c25e71ffb76e6b6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-26meta-intel: add intel suffix to recipesPatrick Venture7-17/+19
Add a suffix, "intel" to all common intel recipe changes. The suffix is defined in intel.inc, which is included already in the s2600wf machine conf and likely any platform including meta-intel. (From meta-intel rev: 4fc52d948f7549472683ae26a10d5c60abde1537) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3561dc40115894d5aa6a08fe723bf214100daefa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>