summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2019-10-21phosphor-ipmi-flash: srcrev bump 6749ba1c93..8fc6087670Andrew Geissler1-1/+1
Brandon Kim (1): bmc: Replace fileOpen flag (From meta-phosphor rev: c8ca666beb07df610babe38b27822a58f6981f87) Change-Id: Ie2fe3e6fb489609933212924598d86b1225eed53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-21phosphor-net-ipmid: srcrev bump ddba9d15af..dafe36444fAndrew Geissler1-1/+1
Rajashekar Gade Reddy (1): Updated the close session to close any session (From meta-phosphor rev: 75826c7836d590c428902437d41ace29bf1e7c20) Change-Id: I79fc42a72c44e7e533f2dbbdb4b15c820333e385 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18bmcweb: srcrev bump 659dd62e3d..698654b618Andrew Geissler1-1/+1
Gunnar Mills (1): Systems: Add space in Debug traces (From meta-phosphor rev: 272d7588fd237f6293cdbe8f81b5ca1dc57e252b) Change-Id: Id93a8d3b7fd86c7866319b7a4a793b565cf6c0b2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18phosphor-webui: srcrev bump 3cd2c65b57..254b16ee2eAndrew Geissler1-1/+1
Gunnar Mills (4): Logs: Move over to new Associations Inventory: Remove old associations interface DNS: Remove workaround for empty list array NTP: Remove workaround for empty list array (From meta-phosphor rev: 26d0990eb8e31b32479478f2d230c536ead4c583) Change-Id: I1fc3d6c8982c6bbb8c305b36ad43e746cd627e0e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-18phosphor-dbus-monitor: srcrev bump 91e14a5802..22bf900827Andrew Geissler1-1/+1
Matthew Barth (3): Add generated interfaceaddtest to .gitignore Fixup propertywatchtest Add propertywatchtest unit tests to `make check` (From meta-phosphor rev: ebcb303f847caf342d6189ee80812909289ad70f) Change-Id: I44a3e7075179792d6ce8d644b2db8f2234ba3eb6 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17meta-phosphor: Adding machine name in MANIFESTVijay Khemka1-0/+2
Added machine name in the image manifest file which can be used to verify on target while upgrading (From meta-phosphor rev: ba9f97ed4018c8a6b1d74cb958bfb2a80fd94546) Change-Id: I31dca600c0a2ff1bd2cf8e13c486e529d245b5d7 Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17pldm: srcrev bump 960dc96969..408c3c4097Andrew Geissler1-1/+1
George Liu (1): Fix: BMC shall maintain Host time (From meta-phosphor rev: 9b43f1fb3ff93a202e5b9d5c5bc907e9c4dac895) Change-Id: I5cb34623a9dda3b7f7c0b092c9d8680dd72e80df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17mboxbridge: srcrev bump 7e3f20d02f..0acc669979Andrew Geissler1-1/+1
Adriana Kobylak (1): vpnor: partition: Add write permissions to writable files (From meta-phosphor rev: 5f70959cdb293dd76333a45adb30338d356c9649) Change-Id: Iacfc43b4e30d10056af29da1eedbdece9468b629 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Variable to pass extra option to MRW parsersSantosh Puranik1-0/+2
This commit adds a variable to allow MRW parsers to be passed an option to skip targets that are broken or not fully defined in the MRW. Recipes that invoke the parsers can use this option as an indication to the parser script to ignore MRW errors. The option variable is empty by default, but layers can choose to override this as necessary. Tested: I tested by enabling this option in the meta-ibm rainier layer and verified that the right option is passed to the MRW parsers. (From meta-phosphor rev: fc77979764f7c8599a451f619630f8d7be2cc09b) Signed-off-by: Santosh Puranik <santosh.puranik@in.ibm.com> Change-Id: I54b349597b30deb77a98af0686a67e03befe2429 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Add recipe for PLDMDeepak Kodihalli2-0/+27
The recipe installs the following: - libpldm - libpldmresponder Details about these libs can be found at https://github.com/openbmc/pldm/blob/master/README.md. The recipe also installs the pldm daemon (pldmd), however it doesn't provide a service file to start the daemon. This is because pldmd depends on the MCTP demux daemon, which in turn would have system specific invocations via its service file. Hence the service files for pldm (and libmctp) would likely be installed via system specific bbappends. (From meta-phosphor rev: 394e867e7778d76c84aea52f64d1e3a60c968c01) Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com> Change-Id: I969840119aa51502dce2b5b1cf4d6085ee4e8fd2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17Avahi:Fix to check and create avahi group and user before starting avahi ↵raviteja-b2-0/+14
service. Avahi service fails to start when we code update from image which has no avahi service to image which has avahi service,As part of code update. we don't touch the persistent file(/etc/group or /etc/password). Now the image which is going to be updated needs these persistent files to be updated. I have tried to add avahi user using extrausers and pkg_postinst scripts I could see updated /etc/group and /etc/password files with avahi entry in rootfs build directory, but after code update to this new BMC image we dont see these udpated files on the system, where as this new image requires avahi user and the group to be present in the /etc/passwd and /etc/group on the system. Implemented service override file to check and create avahi group and user before starting avahi service. Tested By: 1.Code updating images 2.Reboot (From meta-phosphor rev: edf3b2a313b4f21e97ffbb09d10fae7133ab58b7) Signed-off-by: Ravi Teja <raviteja28031990@gmail.com> Change-Id: I6b4947f1776d64f7aa0eeb79fb0453f1fdfc825d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17bmcweb: srcrev bump a3268f98f3..659dd62e3dAndrew Geissler1-1/+1
Jason M. Bills (1): Fix Redfish validator warning Zbigniew Kurzynski (1): Handling of adding certificates the Redfish way (TrustStore) (From meta-phosphor rev: 1eb098fedf2e1ad5e5a7233bdb03ef92aa8e5f1a) Change-Id: I79e14c0ef50cabd7e6a672067495bc5195941f0b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17entity-manager: srcrev bump ce80db74ee..4acdc54d46Andrew Geissler1-1/+1
Devjit Gopalpur (1): Enable INA230 current sensor and PCA9547 I2C mux (From meta-phosphor rev: 238da51962bbf55cc43deefceb6ceea8cece776b) Change-Id: I05c2cf073d9be820b658fcce978bffd657032927 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17dbus-sensors: srcrev bump 1a70a588dc..9a25ed407cAndrew Geissler1-1/+1
James Feist (1): exitAir: Remove 'this' captures (From meta-phosphor rev: 545f87330ccc4d38161b3f7fa74f352707d2bebe) Change-Id: I1b193691fe1e8d10f4b81217598b7a501f81f5df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-networkd: srcrev bump 046b2a0b37..cb42fe26feAndrew Geissler1-1/+1
Johnathan Mantey (1): Enable ethtool to retrieve the NIC speed, duplex, autoneg values (From meta-phosphor rev: 75875352752cce95d78cc5530804b1e9d4b244ea) Change-Id: Ic0c4e17e198dbdbe31c0c708d53efeecb5cf24e2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-logging: srcrev bump 14d671fa23..51c9263f08Andrew Geissler1-1/+1
Aatir Manzur (1): PEL: User Data class Matt Spinler (2): PEL: Create object for every section PEL: Flatten PEL from objects (From meta-phosphor rev: bd892cd79b37148ada6b4acae581e82b7e35b5b6) Change-Id: Ic1e5e29e669f1a995eed0a7b1f180eb391d04110 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-fan-presence: srcrev bump 0451ecafa2..799cdf74d5Andrew Geissler1-1/+1
Matthew Barth (3): Fix generated group on nested events Update default floor action Conditionally add/remove events action (From meta-phosphor rev: 3aa01e0a473408c2d5bf35168e74588d09a6024c) Change-Id: I29337451650e72bed0482faaf9963bc4f63caf45 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-17phosphor-webui: srcrev bump ff7f10685d..3cd2c65b57Andrew Geissler1-1/+1
Derick Montague (1): Fix SNMP multiple calls bug Gunnar Mills (1): README: Add features (From meta-phosphor rev: 28a783e795db9fc28d087e30a3ac216d89c8072c) Change-Id: I2e83f5f49479fc820735b7b86eeee16b97d14d60 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-fan-presence: srcrev bump 301ec595f5..0451ecafa2Andrew Geissler1-1/+1
Matthew Barth (1): Add Shawn McCarney as a reviewer (From meta-phosphor rev: 05a44efbd870e273ef7c122edbbb03bd59bea929) Change-Id: I0ca76e2efe23876e2ec2383cf7fce8a1cc0c228d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-dbus-interfaces: srcrev bump 7aa705a935..9cb4a711cfAndrew Geissler1-1/+1
James Feist (1): Add Drive interface Kuiying Wang (1): Define method and properties for phosphor-post-code-manager (From meta-phosphor rev: 5999cf8de606bce06181cd22766fba88c92c6d9c) Change-Id: Ia30b0182e664977757fc7f2ee71ede478020b686 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-hwmon: srcrev bump bd9bc00b8d..778f5c39b1Andrew Geissler1-1/+1
Brad Bishop (2): test: average: avoid unwanted implicit type deduction tests: fix warnings (From meta-phosphor rev: 94c6ce37948f1ed3400e6c1158ab24731acee397) Change-Id: If9d7f7d788fa1d03917e14ed339ce3fb9e0c0945 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14entity-manager: srcrev bump c0dcf0d3f0..ce80db74eeAndrew Geissler1-1/+1
James Feist (2): Add Bus And Index to NVME base interface FruDevice: Fix power match Jason Ling (1): Add driver bind support for MAX34451 Josh Lehan (4): .gitignore: Adding additional ignored files Adding DEBUG and message for when device not in whitelist Fixing trivial typo in error message devices: add isl68137 (From meta-phosphor rev: 58f96b684425064667389937cca1fbe55e048a29) Change-Id: I528b2f5582fa22253627bcd7e49cf9f6dc258a27 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14dbus-sensors: srcrev bump fcbf32d0dc..1a70a588dcAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix file descriptor checking Josh Lehan (2): Support ISL68137 device in PSUSensor Adding useful error messages when sensors ignored Patrick Venture (5): bugfix: IpmbSensor: out of bounds check pwmsensor: drop unnecessary return psusensormain: pass by const reference thresholds: drop always true condition utils: drop unused variable: sensorData (From meta-phosphor rev: 3448c4ef0ddb674cc00ad77dd0d26dcc755dbbbf) Change-Id: I462c58153152948a2d41e4f25b269764a1448392 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14phosphor-webui: srcrev bump 86c0b94b6d..ff7f10685dAndrew Geissler1-1/+1
Derick Montague (2): Fix LDAP service update error Fix invalid gateway toast message Dixsie Wolmers (1): Add error message when image fails to activate (From meta-phosphor rev: 8c9eee8c9c265f83fada0365771307e43f944e5b) Change-Id: Ie501b57e3f9d058a5859f08187402bde77d528f9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-14bmcweb: srcrev bump e2e9677006..a3268f98f3Andrew Geissler1-1/+1
Ed Tanous (7): Cleanup some old files Update websocket test script Fix a bunch of warnings Fix state property on firmware properties Fix some warnings Update Redfish schemas to 2019.2 Fix content-security-policy when XSS is disabled James Feist (1): SoftwareInventory: Catch more interfaces Zbigniew Kurzynski (1): Support uploading multiple certificates [install-middlewere] (From meta-phosphor rev: 9e06386b2b787a44fe73924c33d0162fdabeaee6) Change-Id: I91ed6708119169f028c5e994c276b29b5bab0efc Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10dbus-sensors: srcrev bump 2adc95cb4d..fcbf32d0dcAndrew Geissler1-1/+1
Jason Ling (2): Force PSUSensors to start after EntityManager Support MAX34451, fix sensor type, enum issues Josh Lehan (2): .gitignore: Adding additional ignored files Ensuring EntityManager starts before all Sensor services (From meta-phosphor rev: 9aa0f21d6f314a474c29d78970aded04cf3a7869) Change-Id: I6a95b88fe758ef36b33e5b958bf3125277971606 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-webui: srcrev bump fdcb35ee7d..86c0b94b6dAndrew Geissler1-1/+1
Derick Montague (1): Fix icon-warning syntax error Dixsie Wolmers (1): Update KVM layout and add open in new window functionality Yoshie Muranaka (1): Add searchable properties to event log filter (From meta-phosphor rev: 6210a20cfe945207c069001d23485c04e263f321) Change-Id: I7513a24a6bc1065ae06efcabe915df98252b9e1e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-certificate-manager phosphor-dbus-interfcace srvbumpMarri Devender Rao2-2/+2
phosphor-certificate-manager - srcrev bump 262ac2439d..06a69d7b Zbigniew Kurzynski (1) Support uploading multiple certificates [install-backend] phosphor-dbus-interfaces - srcrev bump 262ac2439d..7aa705a935 AppaRao Puli (1): Interface for defining PFR related properties Ravi Teja (1): Network: add fallback option for LinkLocalAddressing property Richard Marian Thomaiyar (1): D-Bus: User: Make AllGroups & AllPriv as const Zbigniew Kurzynski (1): Support uploading multiple certificates. [install-interface] (From meta-phosphor rev: 86cb86f8973fb87d88f613137934904ed34ac861) Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ia97a046ae7c14228da9cc738d46f07bc97312cf4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-dbus-monitor: srcrev bump 92907da08e..91e14a5802Andrew Geissler1-1/+1
Matthew Barth (1): Add generated interfaceaddtest.hpp to .gitignore (From meta-phosphor rev: f3d61848fc16406509dc076753e329935b0f6597) Change-Id: I90bea894597198ae6b269c4354328e38aa9a6534 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-logging: srcrev bump 835a86938f..14d671fa23Andrew Geissler1-1/+1
Matt Spinler (8): PEL: Find an entry in the message registry JSON PEL: Read SRC fields out of the registry PEL: Create PrivateHeader from parameters PEL: OpenBMC event log sev to PEL sev helper PEL: Create UserHeader from parameters PEL: Create PEL from parameters PEL: Add Stream ops for std::vector<uint8_t> PEL: Add a Generic section object (From meta-phosphor rev: 5d62bdae3ec83b70ee7ad1883d26d19916fc4832) Change-Id: I3c9f7a603b61efe795a442489f025731bfba9e5b Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10phosphor-fan-presence: srcrev bump d4c001f2e3..301ec595f5Andrew Geissler1-1/+1
Matthew Barth (1): Add B.J. Wyman as a reviewer (From meta-phosphor rev: 46b616fea2903d32d5aa19974c4f5f565c7e3cc0) Change-Id: Idda4005cfd37a47bf18a254def407acfd3791080 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-10bmcweb: srcrev bump 704fae6c7c..e2e9677006Andrew Geissler1-1/+1
James Feist (1): update_service: s/update/image (From meta-phosphor rev: 84c768b9f4ea3afacad65785f6d2d894e17697fd) Change-Id: If9f1d0f0f6f41e310a86537f66f99bb6d67635cd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08phosphor-settingsd: srcrev bump f1d09b0121..3d805fe94aAndrew Geissler1-1/+1
Kun Yi (1): Makefile.am: Fix mixed tabs and spaces (From meta-phosphor rev: d429dc27127aec05bc812fa79f45a0ea35e72eb7) Change-Id: I770f31f193a4ab1496be79ba64d6d69da22bf3b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08phosphor-webui: srcrev bump 4b366b5aeb..fdcb35ee7dAndrew Geissler1-1/+1
Dixsie Wolmers (1): Fix date and time settings bug Zbigniew Kurzynski (1): Enabling multiple TrustStore Certificates uploading. (From meta-phosphor rev: 020fab0b523b6963f46c85e34dbe4ba4ed3d3c60) Change-Id: I43c7ef1d90336ea9ab71af98cc1c85fc9715c507 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-08bmcweb: srcrev bump 749dad7d53..704fae6c7cAndrew Geissler1-1/+1
Jae Hyun Yoo (1): Fix MaxConcurrentSessions property of GraphicalConsole (From meta-phosphor rev: b66f6814d709ae452a28f9648d48b82dacad52b6) Change-Id: If2412a007155d1ff6591e781dc8b0c09a6291ed1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-networkd: srcrev bump b40059779a..046b2a0b37Andrew Geissler1-1/+1
Ratan Gupta (1): Allow static configuration of NTP and DNS in DHCP mode (From meta-phosphor rev: 43cf77ab7c0e7021793dd7e187d13903e04fb2b1) Change-Id: I98542d52475ebe4e16735d43ca83d3825c6515fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-webui: srcrev bump ea4968c0e8..4b366b5aebAndrew Geissler1-1/+1
Yoshie Muranaka (1): Clean up icons (From meta-phosphor rev: f701952fa9a6da8fcc0340c541e61a3a6285f27e) Change-Id: If48e88d1263f6d7d33a82acd154a2a1f49262947 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04phosphor-state-manager: srcrev bump 2f60aaeb70..60c3ac8c87Andrew Geissler1-1/+1
Andrew Jeffery (1): obmcutil: Implement --verbose (From meta-phosphor rev: 9cfd00ada4e9a0f3a89a9e1c2dbb1d9a84774899) Change-Id: I749b6229d37e4af1bba81f12517f2c0fa52e9b58 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-04bmcweb: srcrev bump 2e8a4fb85f..749dad7d53Andrew Geissler1-1/+1
Ratan Gupta (1): Fix crash during GET of manager network protocol (From meta-phosphor rev: 2cf47fdfa18d3891b5f541d37a43e31f54d21304) Change-Id: Id78f6bff3b1808e22dc8b83d0bf52938b8a05ada Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-03bmcweb: srcrev bump 3929aca103..2e8a4fb85fAndrew Geissler1-1/+1
Ed Tanous (2): Fix role map persistence Revert "Add Storage Schema for NVMe on Redfish" Nikhil Potade (1): Add Storage Schema for NVMe on Redfish (From meta-phosphor rev: 5f1920e437f8328763c23a3d76835370a5d09730) Change-Id: I4dbda9915686449100cd15f739c538a038a983f3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-10-03sysd_monitor: Add in new systemd target monAndrew Geissler1-0/+1
This new service will monitor for default phosphor systemd targets and log errors Tested: - Verified basic function in Romulus QEMU - Verified no error logged during boot, bmc reboot, or power down on witherspoon - Verified when service fail injected, appropriate error was logged on witherspoon (From meta-phosphor rev: e36b727c20c433cc02a5e9415b7df867e8443512) Change-Id: I8a3ab440f67f7e9b3a682d8645c34fa446a6119f Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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-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-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-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>