summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-08-26pldm: srcrev bump 4e8b1d1883..b6b3cf32b0Andrew Geissler1-1/+1
Brad Bishop (1): treewide: remove 'using namespace' from headers George Liu (1): libpldm: fix entity_association_tree_copy method Isaac Salem (1): pldmbios: Add BIOS attributes hb_key_clear_request Sampa Misra (1): pldmd: use async instead of event loop at start Sridevi Ramesh (1): BIOS: Add 5 new bios attributes in enum_attrs.json Change-Id: If8110b2f79321986bdfb79c0566434e6317457a5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-25meta-phosphor: enable DISTRO_FEATURE 'security'Patrick Williams1-0/+1
The meta-security layer requires the DISTRO_FEATURE 'security' set otherwise it gives a warning: WARNING: You have included the meta-security layer, but 'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files and preferred version setting may not take effect. See the meta-security README for details on enabling security support. This DISTRO_FEATURE doesn't really seem to do anything except enable an additional include file in the linux-yocto recipe (which itself then checks other features). It seems entirely safe for us to enable this feature everywhere to avoid the warning. $ git grep -A4 "DISTRO_FEATURES" | grep "'security'" meta-security/README:to have 'security' in DISTRO_FEATURES to have effect. meta-security/README: 'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files meta-security/classes/sanity-meta-security.bbclass: if 'security' not in e.data.getVar('DISTRO_FEATURES').split() and not skip_check: meta-security/classes/sanity-meta-security.bbclass:'security' has not been enabled in your DISTRO_FEATURES. Some bbappend files \ meta-security/recipes-kernel/linux/linux-yocto_5.%.bbappend:require ${@bb.utils.contains('DISTRO_FEATURES', 'security', '${BPN}_security.inc', '', d)} Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ife1549783b356f87f429466f260f34b9a41d002c
2021-08-24meta-phosphor:fans:control: Enable JSON config install from repoMatthew Barth1-4/+9
Enable installing fan control's JSON config files into the image from the repository by machine name. Change-Id: I2d35783df55c5a154539972d70fb9564b5cb4038 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24meta-phosphor:fans:monitor: Enable JSON config install from repoMatthew Barth1-1/+6
Enable installing fan monitor's JSON config files into the image from the repository by machine name. Change-Id: I14f584c8aa24e18e5ffe9ab3eda8579edb9583c0 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24meta-phosphor:fans:presence: Enable JSON config install from repoMatthew Barth1-6/+12
Add setting the `MACHINE` name to the recipe and pass it to the fan presence package to use in installing its JSON config files for that machine into the image from the repository. Change-Id: Ib782d9013c5ad0cfc1b283563ef07dc812fb12f2 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
2021-08-24treewide: remove gategarth from layer-supportPatrick Williams1-1/+1
We've typically kept these LAYERSERIES_COMPAT to 2 releases: the current and the upcoming. Remove 'gatesgarth' is it is now 2 releases back. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5e812a94fed1738898af75c0fdee81996a5bbf20
2021-08-24phosphor-logging: srcrev bump 6741692137..7bc3908485Andrew Geissler1-1/+1
Patrick Williams (2): log_manager: use sdbusplus enum directly README: switch build to meson Change-Id: Ibb0ad79b8ad2e948bf731c8fe336ca91a90f47d0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24dbus-sensors: srcrev bump f1ace50bbb..d653b75cd1Andrew Geissler1-1/+1
Bruce Mitchell (1): Corrects bug in using boost::container erase() Change-Id: I7054ab9df096aa592aa0eaeb1c42a96b7803c976 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24telemetry: srcrev bump a74e44f6ef..e702a5de61Andrew Geissler1-1/+1
Lukasz Kazmierczak (1): Modify severity text for discrete Triggers Change-Id: Ie7ff5ae079c7830fdf7d8dd009175bc02b8ee189 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24smbios-mdr: srcrev bump 6e3e9c2598..7ece93a842Andrew Geissler1-1/+1
Mansi Joshi (1): [dimm] Added DDR5 and LPDDR5 Device Type support Change-Id: Idd081770e98856ed653e4f86e905860cf1d17569 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24bmcweb: srcrev bump 1759dc7a35..4147b8ac88Andrew Geissler1-1/+1
Ali Ahmed (1): Add TrustedModuleRequiredToBoot setter function George Liu (1): Move sensor collection to all sensors John Edward Broadbent (2): Refactor callback to free function: Service root connection use setter for completeRequestHandler Tejas Patil (1): Add support for AssetTag in Chassis Change-Id: I41693c835ea87de5b5c479750a58cd916286fe26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24phosphor-fan-presence: srcrev bump 7a401a2ca8..848799f9ebAndrew Geissler1-1/+1
Matt Spinler (2): control: Use getSubTreeRaw call in addServices control: Create MappedFloor action Change-Id: I2000c04c2caea1d38c05f90d3db3dd3f6bbec9f5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-24stdplus: srcrev bump 8efeaa303b..8056259966Andrew Geissler1-1/+1
William A. Kennington III (5): io_uring: Add wait functions io_uring: FileHandles should convert to int io_uring: Make file handle test more comprehensive io_uring: Improve file handle allocation io_uring: Make it possible to initialize flags Change-Id: I82557f176eed72b53dce68557db19c5e8e73c1ae Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20webui-vue: srcrev bump e020d5818c..c000265df8Andrew Geissler1-1/+1
Dixsie Wolmers (1): Move PowerControlStore to ResourceManagement folder Sukanya Pandey (2): Add system attention indicators Resolve bug for identify LED switch in processor table Change-Id: Iea64064ed7ab6175f3d8121d3d8c4f917446dee2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20pldm: srcrev bump a03b082956..4e8b1d1883Andrew Geissler1-1/+1
Brad Bishop (1): tests: remove an unused header file Change-Id: I61a41ee3505c96a34470f95c8f44a102a1a576fa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-net-ipmid: srcrev bump 05c1447d75..02d17e832eAndrew Geissler1-1/+1
P Dheeraj Srujan Kumar (1): Fix Klocwork Issue:bitwise operation size mismatch Change-Id: I570f12a987e5e9cce950252ae213860c9981b424 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20meta-phosphor: Add openbmc/smbios-mdr recipeJie Yang1-0/+39
Signed-off-by: Jie Yang <jjy@google.com> Change-Id: I856cf1519e033b9b68788f5236c3de727e72ab32
2021-08-20bmcweb: srcrev bump 97128e926c..1759dc7a35Andrew Geissler1-1/+1
Abhishek Patel (1): Fix BIOS privileges Change-Id: Ib9ecb36f4480660a974c7a55c173777c46759543 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-host-ipmid: srcrev bump e990967a0e..d1bd8c48c0Andrew Geissler1-1/+1
Lei YU (1): transport: Set gateway to ethernet interface Change-Id: Id969d503125ede4e08ffc128dee8551af74ede70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-networkd: srcrev bump 1ea359943a..cb2d408387Andrew Geissler1-1/+1
Lei YU (3): ethernet: Add origin to generateId() Remove the route settings from system config Do not config Gateway when DHCP is enabled Change-Id: Ibb450903e884734e1e39944e485b5142c072472d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-dbus-interfaces: srcrev bump ce8e3892a6..964c4c78a6Andrew Geissler1-1/+1
Andrei Kartashev (1): SEL: add record with custom Sensor/Event Type Change-Id: I8c8369d8631f3a1dd3e5ebf7648b13e38d552fe1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-objmgr: srcrev bump bdaa7f8bb4..efd58275c8Andrew Geissler1-1/+1
Brad Bishop (8): libmapper: hide symbols by default libmapper: fix logic bug build: fix unused-parameter warnings mapper client: drop patch build configuration libmapper: use size_t libmapper: fix memory leak libmapper: allow use of session bus for non-root tests: fix use-after-free Change-Id: I8833ed4148be29506d1648fdafae998f481707ba Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20stdplus: srcrev bump a9cf86f1d2..8efeaa303bAndrew Geissler1-1/+1
Jerry Zhu (1): io_uring params and polling added William A. Kennington III (1): io_uring: Add file registration management Change-Id: I85c74528038359ddd3c236262c63b22dc592fa44 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20sdbusplus: srcrev bump cf0c072281..0ade192c8fAndrew Geissler1-1/+1
Nidhin MS (1): Fix: Unused parameter in object_server.hpp Change-Id: Id0003b7037e6aa904d5f922af7b41d1f93c4dbc2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20pldm: srcrev bump 3a0fe62f5b..a03b082956Andrew Geissler1-1/+1
Brad Bishop (4): readme: remove redundant meson directive readme: add another method for running unit tests libpldmresponder: fix missing newline pldmd: fix null pointer dereference Roland Veloz (1): Adds the TPM Required Policy to the BMC BIOS Sampa Misra (2): pldm requester: fix wrong command type remove the rvalue reference from Request class Tom Joseph (1): libpldmresponder: Move host specific code under build flag gokulsanker (6): libpldm: Added encode API for GetStatus request libpldm: Add decode API for GetStatus response libpldm: Add encode API for CancelUpdateComponent request libpldm: Add decode API for CancelUpdateComponent response libpldm: Add encode API for CancelUpdate request libpldm: Add decode API for CancelUpdate response Change-Id: I633d4c8da339e86434b6613766db067510ecfe04 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-20phosphor-power: srcrev bump 4dc9a30029..4175ffb76eAndrew Geissler1-1/+1
Adriana Kobylak (1): psu-ng: Read and validate input voltage Change-Id: Ib467597be48142f3a3c965b1bf62b6ea4e07d68e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-19webui-vue: srcrev bump 450bdb0a31..e020d5818cAndrew Geissler1-1/+1
MichalX Szopinski (1): Hide "BMC shell (via SSH)" switch button on Intel environment Change-Id: Ia4b4f3cac205083639017dec4f9e928c20bb2c59 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-nvme: srcrev bump 31c3a2f7c9..e9f34c71a5Andrew Geissler1-1/+1
Brandon Kim (1): Add Brandon Kim as MAINTAINERS Change-Id: I5a61d3fb467fa724207ef7b2c3c162bb1010b1f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18bios-settings-mgr: srcrev bump 5e2cb7206e..8f54ee1804Andrew Geissler1-1/+1
George Liu (1): Remove readOnly attribute check Change-Id: I6ea36bc02db1dab90d5a4b05111efe8dd0a246a2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-fan-presence: srcrev bump de72d5d134..7a401a2ca8Andrew Geissler1-1/+1
Mike Capps (1): New interface for getSubTreeRaw which accepts an array of interfaces. Change-Id: Id51fc3f7e2706c836e518eff5923196ce4886bc3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-sel-logger: srcrev bump f0243dc62f..9f476e82f7Andrew Geissler1-1/+1
Charles Boyer (1): Add Clear method Change-Id: I7892d0e93bab72b65974f61b43dd94cbe2eb26be Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-dbus-interfaces: srcrev bump 5cd00ffb71..ce8e3892a6Andrew Geissler1-1/+1
Charles Boyer (1): Logging: IPMI: Add Clear method Change-Id: I613b475b70a9b5c94b68d26974a9c7839afff2b3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-power: srcrev bump 539b608f4a..4dc9a30029Andrew Geissler1-1/+1
Andrew Geissler (1): reg-config: ensure runs before chassis power on Shawn McCarney (3): regulators: Fix JSON documentation error regulators: Standardize blank line use in schema regulators: Standardize arrays in schema Change-Id: I69f5d4d605513baa5e38fbc5202d4bac6ed1a7fd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18entity-manager: srcrev bump 09929acf0a..e23af564a2Andrew Geissler1-1/+1
Rashmica Gupta (1): schema: Add virtual sensor schema Change-Id: I718a84ef050d340c80ba788e21d6c630f2488bfa Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18dbus-sensors: srcrev bump 5cf0f99210..f1ace50bbbAndrew Geissler1-1/+1
Avenash Asai Thambi (1): PSUSensorMain.cpp: Add support for ADM1266 device. Bruce Mitchell (1): Compute IIO reading from raw with offset and scale Change-Id: I09df7e710ef4f24130790e7a423f8a644c02162c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18webui-vue: srcrev bump 6dba4be612..450bdb0a31Andrew Geissler1-1/+1
Sandeepa Singh (2): Fix translation bug in bmc manager table Resolve the download bug on postcode logs page Change-Id: Ie387df14054a659e7d2a78492e732b60e22a0ac8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18pldm: srcrev bump 33ac59dd77..3a0fe62f5bAndrew Geissler1-1/+1
Chen Du (1): Update PLDM BIOS attribute hb_mirror_memory_mode name Sridevi Ramesh (1): pldmtool: Display GetPDR state set ID possible state names in an array gokulsanker (10): libpldm: Add decode API for RequestFirmwareData request libpldm: Add encode API for RequestFirmwareData response libpldm: Add decode API for TransferComplete request libpldm: Add encode API for TransferComplete response libpldm: Add decode API for VerifyComplete request libpldm: Add encode API for VerifyComplete response libpldm: Add decode API for ApplyComplete request libpldm: Add encode API for ApplyComplete response libpldm: Add encode API for ActivateFirmware request libpldm: Add decode API for ActivateFirmware response Change-Id: I385ddffbb9989b63ce25feec7498feff24352c01 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-debug-collector: srcrev bump 0eadeb7e78..f4694d714fAndrew Geissler1-1/+1
George Liu (1): ramoops_manager: Handle D-Bus exceptions Change-Id: Ibcebfd13c4c9019e3fe540d67e742eae2c4dedfb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18phosphor-logging: srcrev bump 2ccdcef997..6741692137Andrew Geissler1-1/+1
Matt Spinler (1): PEL: Delete raw PEL file after use Vijay Lobo (1): PEL: Add hidden and subsystem properties Change-Id: I78577b03d481017469a49e7be04cd48335ce3bc8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-18bmcweb: srcrev bump dc414b50c1..97128e926cAndrew Geissler1-1/+1
Ed Tanous (1): Add details to bug template Nan Zhou (1): bmcweb: fix the random headers Szymon Dompke (1): Fix update_schemas script Change-Id: I7036320b3f969bc83d0ec6ab0e2c3e4ebdf79351 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-17meta-phosphor: Add option to disable u-boot shellVivekanand Veeracholan4-0/+9
For security, u-boot shell needs to be disabled. Setting the CONFIG_BOOTDELAY to -2 will disable the prompt for entering into shell. -1 will skip executing the commands. >=0 will prompt to enter shell. -2 will skip the prompt. https://github.com/u-boot/u-boot/blob/51aef405550e603ff702c034f0e2cd0f15bdf2bb/common/autoboot.c#L479 Making it configurable through DISTRO_FEATURES. Add "disable-u-boot-shell" to DISTRO_FEATURES for this feature. Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I1b1e1a6c2552335b13fb3f1a9561d08f3a0e8f94
2021-08-17Fix path to udev rules filesAnton Blanchard3-5/+5
Use nonarch_base_libdir instead of base_libdir, because the files are always in /lib/udev/rules.d/. On ppc64le base_libdir is lib64, and the files end up in the wrong spot. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Change-Id: I3c24dae293f4166f1ed1826d09d4bde7cd7d0357
2021-08-17led-group: move to action targetsAndrew Geissler1-4/+5
While debugging another issue, it was noticed that this service, obmc-led-group-start/stop@power_on.service was installed within a synchronization target. Specifically within the obmc-power-stop@0.target. This target is only meant to be used as a synchronization target, where other services use Wants/After/Before type syntax to synchronize when they run. For installing a service, the standard action targets should be used, obmc-chassis-poweron@.target and obmc-chassis-poweroff@.target. Tested: - Verified services are in correct target and still run during chassis on and power off. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I5fecc8236e20f83fb5636445710621bbc8b46b57
2021-08-17Add ppc64le to QEMU_TARGETSAnton Blanchard1-1/+1
We want to build OpenBMC on ppc64le, so add it to QEMU_TARGETS. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Change-Id: Ice8735a105f40c938dde42061d2e33ddf55a07dc
2021-08-12phosphor-sel-logger: srcrev bump e295fd9d6f..f0243dc62fAndrew Geissler1-1/+1
Willy Tu (1): watchdog event: Add support for timeout watchdog event Change-Id: I4992d08f17a664922bdc036f1eca95ddbe7aa7f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12bmcweb: srcrev bump 735ef6d873..dc414b50c1Andrew Geissler1-1/+1
Jason M. Bills (1): Reduce session timeout to 30 minutes Change-Id: Icc0de6e24e0a32d6c8a0a224941f43265a4199d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12phosphor-host-ipmid: srcrev bump 3660b19329..e990967a0eAndrew Geissler1-1/+1
Vernon Mauery (3): Rewrite Get User Name command with new API Rewrite Set User Name command with new API remove unused enable/disableNetworkIPMI functions Change-Id: If91c064782a39564b33f81ca7e0a92a63f0651e8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12phosphor-virtual-sensor: srcrev bump 4ac7a7f28e..1dff7dceb9Andrew Geissler1-1/+1
Rashmica Gupta (6): Defer emitting InterfacesAdded signal until ready virtual-sensor: Add ability to read a config from dbus Use direct initialisation Add a modified median calculation README: add config via D-Bus Support threshold hysteresis Change-Id: Idd686cd6a0a1ad8d5167215e467549ce5bc7d829 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12phosphor-power: srcrev bump 10eb00f68e..539b608f4aAndrew Geissler1-1/+1
Jim Wright (1): pseq: Begin power control implementation Shawn McCarney (1): regulators: Document phase fault detection Change-Id: I7cf53fa692712ef2488490ba75276f4ad31abe5f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-08-12op-power-start: ensure runs after pre power on targetAndrew Geissler1-0/+1
If no one else has started this synchronization target before this service starts then it will run without waiting since there is no Wants clause. Add the Wants clause to ensure proper synchronization occurs. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I5db6a5800d5456efd97d0f8c2eabd9113d725370