summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-27meta-facebook: tiogapass: Add system reset unitVijay Khemka2-0/+11
Added system reset unit file for Facebook tiogapass platform (From meta-facebook rev: c1fda3ae1ec53c4b5867834b935db87509a09ce4) Change-Id: I5d585cd59243ec52e31ec6795caa74f3fed56d35 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26meta-yadro: collect all cli tools into one folderAlexander Filippov2-0/+0
Moves fwupdate and lssensors into the cli folder. (From meta-yadro rev: 717867bd2d45baefc5784c8f20992a884bc9648b) Change-Id: I93e5051a4c3874ac70d58d1cc81634a365fddd58 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26meta-nicole: Add console tool for managing networkArtem Senichev2-0/+20
This tool can be used by an end user for managing OpenBMC network configuration. (From meta-yadro rev: e5c4bc9cda0ffc2aa4a72dd5fef99573d91d968b) Signed-off-by: Artem Senichev <a.senichev@yadro.com> Change-Id: Ic2647434f0ad675037f12c97adc5526948612ecf Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26meta-nicole: Add console tool for print inventoryArtem Senichev2-2/+25
This tool can be used by an end user to print OpenBMC inventory list. (From meta-yadro rev: d8533edaabad01bfc353a7fe1ca44077ac79512d) Signed-off-by: Artem Senichev <a.senichev@yadro.com> Change-Id: I801ed25fe94cbdf87d509b5f1eb6ff25d4fc2c7e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26nicole: Add default network configs for TatlinAlexander Filippov8-0/+94
This adds VLAN4004 configuration to the nicole firmware image. The IPv6 address will be chosen depending on the BMC position. During the firmware upgrade the stored previous version of `/etc/systemd/network/00-bmc-eth0.network` may prevent to start new VLAN4004 interface. This commit also adds a service which should fix this issue on the first boot time after upgrade by adding necessary option to the interface configuration file if it is not present yet. Tested: BMC now has additional `eth0.4004` interface use static IPv6 address and this address depend on BMC position. (From meta-yadro rev: 83aa32ac997e6dc66cc5e2041a0a3cb723e950d9) Change-Id: I5fc6663ddee67aafcfa9f2004083d8a4a528950f Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26clear host volatile section on chassis poweronAndrew Geissler1-0/+16
When using istep to boot a openpower based system, the flow is to issue a "obmcutil chassison" and then boot the system using the istep tool. istep does not use the host-start targets so therefore the host volatile data is not cleared. To ensure the data is always cleared, add the services to the chassis-poweron target. The services need to remain within the host start targets to handle warm reboot scenarios. A normal "obmcutil poweron" will run both the host and chassis targets but due to them being started at the same time (and letting systemd figure out the ordering), the volatiles services will each only be run once so there is no extra execution due to this commit. If a user were to just issue a "obmcutil chassison" and then follow that with a "obmcutil poweron" then the services would be run a second time. This scenario is a debug only type situation and the extra second to re-run the services would have very minimal impact. There is a desire to move services from requires to wants relationships. That was not done here because of the undefined behavior seen by the host when this data is not cleared. The required behaviors is to fail the power on or host start if these services fail. Tested: - Verified services were in obmc-chassis-poweron@0.target.requires - Verified services were run as expected issuing a chassison - Verified boot of system worked as expected and services were only executed once during "obmcutil poweron" (From meta-openpower rev: 9a967ec383a6f0d0a7e3d7a61d48b35c8aaf8f1c) Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I5ea6ef27cd29d488fa3b7b3bf93a73f1112d1120 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26linux-aspeed: g6: Enable AT25 EEPROM driver configEddie James1-0/+1
Needed for SPI-attached eeproms. (From meta-aspeed rev: b64781c123543c5cbfecb81d974e82716545b099) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I5a931b742661d62790199afdd20dac5ef5935ad3 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26linux-aspeed: Move to 5.4.48Joel Stanley1-2/+2
This includes security and bug fixes from the 5.4.45, 5.4.46, 5.4.47 and 5.4.48 stable releases. (From meta-aspeed rev: c3bc610a79d6b35f6b3c1707c86ca89922a4fad5) Change-Id: I2839dcb68dbb1ed011adf236352add86e7e50d09 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26linux-aspeed: Rainier and EVB device treesJoel Stanley1-1/+1
Eddie James (1): ARM: dts: aspeed: rainier: Add second cfam on the hub Joel Stanley (1): ARM: dts: aspeed: ast2600evb: Add MAC0 (From meta-aspeed rev: d13ebb3c7ca5dabd083bfa4d7dfa1897e9b77048) Change-Id: I9b4b1e70b67f6017f736cac85f010c8f3a4ba69e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26intel-ipmi-oem: srcrev bump 1ee6ed82cd..eda66ecca7Andrew Geissler1-1/+1
Agata Olender (1): Add Intel OEM Node Manager commands to the whitelist configuration. (From meta-intel rev: 85774a00001853e67912f2afbb216b4a8b2da586) Change-Id: I7784ec82a38d85b583abe88eba9c8ea924f223e6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26ipmi-blob-tool: srcrev bump 00f39b8403..48125b51b2Andrew Geissler1-1/+1
Patrick Venture (2): update clang-format zero-initialize structs (From meta-phosphor rev: 06fc2d17f4904dd491270de184e22fd5a93904b8) Change-Id: Ic96af5db295f397a676f28d667f656adcb79015e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26phosphor-debug-collector: srcrev bump 984a98f790..b503be4138Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Block SIGCHLD before calling sd_event_add_child (From meta-phosphor rev: 7c62a9af4d0c43cd69f1af5942420b15ba2d9312) Change-Id: I7e2871e61f618769685cce6a821c4e89612f6617 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-26phosphor-debug-collector: srcrev bump 984a98f790..b503be4138Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (1): Block SIGCHLD before calling sd_event_add_child (From meta-phosphor rev: ef9c53904677fe6370567b0de68f838ef8b5bbd3) Change-Id: I439415b4a434e82aa16bc86fded196bd9e80e0f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-state-manager: srcrev bump d8779cd867..7fdad605abAndrew Geissler1-1/+1
Andrew Geissler (1): option to disable warm reboots (From meta-phosphor rev: e9129c2947a3dc36c96f698a6c5f0e2c188d8d30) Change-Id: I799e84974b13558185be607abed8cbf79953ad84 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-pid-control: srcrev bump 304c0332f8..8154e326e9Andrew Geissler1-1/+1
James Feist (1): Allow building with double value interface (From meta-phosphor rev: f4b5082624599fdcaa749313344be445ee23f8ca) Change-Id: I62f0b9728ed363442b4bdd16d2da0a9bc5fa868a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24webui-vue: srcrev bump 386df45f71..057232b854Andrew Geissler1-1/+1
SurenNeware (1): Responsive Site Header (From meta-phosphor rev: e73a659edc5fbd1fa00d614523914528d134d7b0) Change-Id: I0e42ad78cab2eaf577dcf7335728a36e10c431da Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-ipmi-ethstats: srcrev bump 7a1b2033e8..a05b073873Andrew Geissler1-1/+1
Patrick Venture (1): MAINTAINERS: drop venture@ from list (From meta-phosphor rev: 4d941e589d509f9ba86643b0b8f9e219ffb31a01) Change-Id: I0e58d101d10942d698c9959970e59f562e2fdeea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24entity-manager: srcrev bump 079c47f676..b2fd7ca096Andrew Geissler1-1/+1
Jeremy Kerr (1): README: fix Thresholds array in example configuration fragments Wludzik, Jozef (1): Fix segfault caused by accessing non existing key in busmap (From meta-phosphor rev: 7913f3def0c81af9a4e7067ddbfb374c9cf16a36) Change-Id: I48997eb7dbb3bdfcd0047ba6614186783111f2ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24dbus-sensors: srcrev bump 67601bdb4e..9a44547ef3Andrew Geissler1-1/+1
Wludzik, Jozef (1): Fix segfault caused by accessing nullptr (From meta-phosphor rev: 228d7e7c2520285a6ec5fb75a47ff5847c9bc79a) Change-Id: I4846573929202f6c1bb4030e8ddcde910c22ac73 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24bmcweb: srcrev bump 67a78d8758..f926b099b3Andrew Geissler1-1/+1
Agnieszka Szlendak (1): Dictionary translating ME Health to Redfish Events Asmitha Karunanithi (1): Redfish: Changes in Oem schemas for dump Gunnar Mills (2): Move to 2020.2 Add non-versioned Namespace Manojkiran Eda (2): Migrate to boost 1.73 Drop the boost 1.7 related dependency P.K. Lee (1): Redfish: Add chassis reset Sunitha Harish (1): Validation enhancement for Hypervisor EthernetInterface update. (From meta-phosphor rev: e22b2a2690132820b2ed67ce86f1442f6c32b506) Change-Id: If28747beb6fc0ae0d1d306d524231318ff59e17b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24pldm: srcrev bump 4548c62553..c4bcc1fbbcAndrew Geissler1-1/+1
Deepak Kodihalli (1): configurations: move more configs in-repo Sampa Misra (1): configurations: add Host effecter JSONs Tom Joseph (3): Build FRU table lazily Add enumeration for PLDM entity types Add enumeration for PLDM state set id (From meta-phosphor rev: 4ea77d852e149aa4035dd0c478fefe76998fc224) Change-Id: Iffd9ed6f31284abeb1d3ffc96940f34024b6c492 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24x86-power-control: Adding obmc-phosphor-dbus-service classVijay Khemka1-0/+1
Inheriting obmc-phosphor-dbus-service class for all append utils operations. (From meta-phosphor rev: ab98aef646c6a03427e388276635d930d7c83351) Change-Id: I184b250d3fec9c7b93a56667e51c813edc343ad8 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24pldm: add service fileDeepak Kodihalli2-1/+4
openbmc/pldm now has an in-repo systemd service file. Package the same. Also need the srcrev bump with this commit because the two are co-reqs. (From meta-phosphor rev: 127d89742398dec1681fe309002fa4e4fb3c2e24) Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Change-Id: I2703ca9a416cfc4631d2210fc42723a45851d226 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-ibm: drop witherspoon-128Brad Bishop6-20/+0
This system will no longer be supported or maintained. Drop to minimize cruft. (From meta-ibm rev: 7c17e6a1f826cdfbbb39ffa3f237025e56fab52f) Change-Id: Id954a1c91c754a1eb4eb67348c5fb01a115326ed Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24openpower-proc-control: srcrev bump 6d95c45616..3ae7ed4f51Andrew Geissler1-1/+1
Dhruvaraj Subhashchandran (3): Remove multithreading while calling enter_mpipl Add startHostMpReboot support to PHAL based booting Skip changing boot seeprom in memory preserving reboot (From meta-openpower rev: fdc02f7c022f8ea5a8143310562b79aefe2d9522) Change-Id: Id28e2326ffd381eadbe62313c054b352043446cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-openpower: remove phosphor-logging-error-logs-nativePatrick Williams1-1/+0
Functionality is now covered with non-native YAML providers via packagegroup-obmc-yaml-providers. (From meta-openpower rev: 66d4e4b7fd80252cfc5bbb4fe72d3526df8d2008) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I049bd9d57e73115d7b6054f063d0bccd51d2d583 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-openpower: remove phosphor-logging bbappendsPatrick Williams1-4/+0
phosphor-logging now uses non-native YAML providers, so these bbappends are not necessary. Similar functionality is now specified by packagegroup-obmc-yaml-providers. (From meta-openpower rev: f91be55230e947fdd9c6789c5e7c934f341f0bbd) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifb93dbaa564a2d1841d3c5d49cb7348d47254d25 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24host-error-monitor: srcrev bump 5287c02c5f..2fbb9eadedAndrew Geissler1-1/+1
Jason M. Bills (2): Only update host state based on CurrentHostState Only match on ...State.Host not the namespace (From meta-intel rev: 8a2e377595317a7b69ade6add79250de4413e92c) Change-Id: Idbaff6abf1c9629325ebca32a492df5d524f655b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24intel-ipmi-oem: srcrev bump ff28aa5c80..1ee6ed82cdAndrew Geissler1-1/+1
James Feist (1): Add support to mark sensors unavailable Patrick Venture (2): sensorutils: drop unused variables gitignore: add ipmi-whitelist.hpp (From meta-intel rev: 4fae32ea509fb394d9df8a59936a2c6628324998) Change-Id: I6866948176134475e2c9f7a91f739be4f43b7c45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: inventory: add assocationsStanley Chu2-0/+340
(From meta-quanta rev: 46261fab4220f20f98b9768b05395dd6f359c166) Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: I9deda8f050a0b6fb50ab39076aefc4d2a58d3a88 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: inventory: add inventory-cleanup yamlStanley Chu2-0/+33
create /system/chassis on startup (From meta-quanta rev: 70fb3172257a650ff33c1913cce2d4971a943b59) Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: I6ca5ca37da9db5400d9f4ce280cf6fed6e59481b Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: add busybox settingJoseph Liu2-0/+11
1. Enable devmem and lsusb commands 2. Enable SMP feature (From meta-quanta rev: 0764bd036c4cd35b26176bac4739ddacfc78d66d) Change-Id: I3aefa05a9bc66ea9b1b619112a539ed87270dd19 Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: ipmb: modify slave-pathJoseph Liu1-1/+1
Use ipmb driver for ipmb interface. (From meta-quanta rev: a94f058fe04b700defe6b6ba6273c261bf99cb92) Change-Id: I76f9f41f975f2be47bb4b935a58d64a4b91814b0 Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Stanley Chu <yschu@nuvoton.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: phosphor-led-managerStanley Chu2-0/+38
add configuration yaml (From meta-quanta rev: e7914d758c68b5d2db1630b312b5c7aef799ba82) Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: Ia229c5cef6b9da7d48d786446b2fab0594b19cbe Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: add Hotswap Power Cycle ServiceStanley Chu2-0/+35
Add a hotswap power cycle service for oem google sys command, "Delay hard reset". Tested by: Setting 5 secs delay for delay hard reset: ipmitool raw 0x2e 0x32 0x79 0x2b 0x00 0x03 0x05 0x00 0x00 0x00 79 2b 00 03 (From meta-quanta rev: 5c41384c9da6dbaf8547f58084726960dfac92c7) Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: I1a9443d1e1adabcc308124aa2e613a37b86bd00c Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: ipmi: add kcs devicekfting2-1/+10
1. Olympus host communicates with BMC by KCS1. Tested: Verified on the Olympus platform (From meta-quanta rev: bfb04c47fb8dd3c4e72407f049f7b7b074fd321f) Signed-off-by: kfting <kfting@nuvoton.com> Change-Id: Ic872945b3f244a5166494c599783044983f8d228 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: bblayers conf: add meta-google layerJoseph Liu1-0/+2
Introduce meta-google layer to support google ipmi oem command (From meta-quanta rev: e3e73d4a1248513858d630db649a49cee242070b) Change-Id: I39631f1dc75f686293e11c61c8566636424914d1 Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: gbs: check CPLD versionGeorge Hung3-0/+159
Read CPLD version by i2c bus and dump to file Tested: Check /run/cpld0.version file (From meta-quanta rev: 895ca7cf8514321c1000f914dd4fa96638d39904) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I371a70878f09a3d1ee5fed8a2926ed739ce30adf Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24meta-quanta: olympus-nuvoton: settings: enable sol by defaultkfting2-0/+13
Enable SOL by default on Olympus Tested: Verified on the Olympus platform (From meta-quanta rev: f8be3623e9c9e1b179fb7cc966b8e5cf7fda87d7) Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: kfting <kfting@nuvoton.com> Change-Id: I72f3d2c56c92abbea7847218b08128ab2fd76e16 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24ibm: Put ibm-logging back inMatt Spinler1-2/+2
It was temporarily removed so that the commit that moves the IBM D-Bus interface it uses from ibm-dbus-interfaces to phosphor-dbus-interfaces could go in without getting compile fails. The commit that removed it is bd17cae1d3a44f5fc82c4e037a91c97e092fcf57. (From meta-ibm rev: a26d3db37979aaeab4343db41f5316425e9233e5) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ia4463e27411c1075d36119e6121dc2163335d6e4 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-nvme: srcrev bump 05eedaa80e..188ad95e36Andrew Geissler1-1/+1
George Hung (2): Modfiy the type size for present/powergood GPIOs Change to use continue for NVMe read function (From meta-phosphor rev: e900cc4626e864379db98b2aeef13696eecbc23d) Change-Id: I64d8e93734785fe1f5200e4cde4dc116dd1cc79f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24phosphor-logging: srcrev bump 7a05c20093..097ad1262fAndrew Geissler1-1/+1
Harisuddin Mohamed Isa (1): PEL: Fix hexdump output in peltool (From meta-phosphor rev: 3e1ac7904a12223ca1476b0ea15efeeb0455d4e0) Change-Id: Iafcd021e755db35f104eb6190c75cc264ebe0a18 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24entity-manager: srcrev bump 4e6a62fa70..079c47f676Andrew Geissler1-1/+1
James Feist (1): FruDevice: improve boot Josh Lehan (1): Add ADM1272 device to i2c h2mon new_device list (From meta-phosphor rev: 7171b3ce3fb5ba483bd0d7cd4438c18fcd2ca2f0) Change-Id: I1217e2b79ad31a2a7a9a4fe5eda84df52ea8b3eb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24nuvoton-layer: recipes-connectivity: jsnbd: Support jsnbd for virtual mediaMedad CChien2-0/+77
(From meta-phosphor rev: 204c9307ff7ec907aeee05d34f46e0f6b5d84bf9) Signed-off-by: Medad CChien <ctcchien@nuvoton.com> Change-Id: Ie397415954d965a9457ccecb0dc8c8d164c7991d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-24Add recipe for service-config-manager applicationTom Joseph2-0/+28
(From meta-phosphor rev: 5a1a1eddf685f8e3a101ff802f7d6725e3d96964) Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com> Change-Id: I62145c146d1a181b178ab103dbcefb5a3fb57249 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22libmctp: srcrev bump 8536cfcfbc..8737538e56Andrew Geissler1-1/+1
Andrew Jeffery (3): astlpc: Request maximum MTU in fileio constructor mctp-astlpc-demux: Explicitly construct a fileio astlpc instance clang-format: Enable AlignConsecutiveMacros (From meta-phosphor rev: 1b32596a08eb3993f7567eca849bcf314f765332) Change-Id: I958e41727f53792473bb23249ae9b8c1a174ad6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22phosphor-logging: srcrev bump 620ef38ce4..7a05c20093Andrew Geissler1-1/+1
Matt Spinler (12): PEL: Read the compatible system names property PEL: Simplify test makefile PEL: Add APIs to look up device path callouts PEL: devcallouts: Determine access type PEL: devcallouts: Extract search keys PEL: devcallouts: Get callouts from the JSON PEL: Let SRC class create a debug section PEL: Add location code related stubs PEL: Generate HW callouts from the msg registry PEL: Add device path callouts in SRC section PEL: Add PEL testcase for device callouts PEL: Document the supported dev callout types (From meta-phosphor rev: c9ae5beccc195844170e409e3ad4c7d5dd2916c8) Change-Id: I9a76d309b85775b23c02907c43285c39d5b90275 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22phosphor-dbus-interfaces: srcrev bump da67a61695..12a8ca89d9Andrew Geissler1-1/+1
Matt Spinler (1): Move over ibm-dbus-intfs yaml Nirmal Patel (1): Create persistent memory specific interface (From meta-phosphor rev: 3ff7e1d76c267e78c9660226e7726ceadd7a01a5) Change-Id: I5e3734d351b8936e6d5f98e40d499fb797f6c0d2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22webui-vue: srcrev bump 54c6bfc2d4..386df45f71Andrew Geissler1-1/+1
Yoshie Muranaka (1): Update TableDataFormatter filename (From meta-phosphor rev: b46f1aef44bcd30373286a387bedc88d780bf80c) Change-Id: I4fb5288b95db843bb68a9032a746fbb82e3882c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-22sdbusplus: srcrev bump b98bdc6faf..adf0354711Andrew Geissler1-1/+1
Patrick Williams (2): build: remove unneeded thread dependency build: simplify gtest/gmock dependencies William A. Kennington III (3): build: Add options for tweaking what is built build: Don't enable tests or examples in subprojects build: Allow for vendored googletest (From meta-phosphor rev: 624d8ee7100fb13d000691f47471bda6c1e1b488) Change-Id: Iba46f346e2921a66c5329a0868c3d86443afc957 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>