summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-kernel/linux
AgeCommit message (Collapse)AuthorFilesLines
2023-10-11meta-phosphor: linux: simplify mctp config selectionPatrick Williams1-1/+4
Leverage the mctp DISTRO_FEATURE to simplify the selection of the mctp kernel config. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: If01e472b9128d1e90fd29e1e31cef284057890fe
2023-06-14meta-ibm: p10bmc: add a MCTP DISTRO_FEATURES switchRashmica Gupta3-1/+10
The switch enables AF_MCTP and adds the `mctp` tool and `mctpd` so we can setup and manage an in-kernel MCTP network. Enable it for p10bmc and also add CONFIG_TUN so we can use a tun device to transport packets between the kernel and the astlpc interface implemented in libmctp. Change-Id: I21d0af9e751f91975c760b4b4708b3b401b95417 Signed-off-by: Rashmica Gupta <rashmica@linux.ibm.com>
2023-06-08meta-phosphor: linux: Enable CONFIG_SCHEDSTATS for systemd-bootchartAndrew Jeffery2-0/+3
systemd-bootchart requires CONFIG_SCHEDSTATS=y to operate. Enabling it adds 4344 bytes to the p10bmc zImage (used as a test platform in this instance), which is likely tolerable for a default configuration: ``` $ ls -l zImage.* -rw-r--r--. 1 andrew andrew 4179240 Jun 2 14:28 zImage.no-schedstats -rw-r--r--. 1 andrew andrew 4183584 Jun 2 14:19 zImage.schedstats ``` Change-Id: Ie86eaa60a414bb5d62f89584aa674c3b586e0516 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>