summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-harma/recipes-kernel
AgeCommit message (Collapse)AuthorFilesLines
2024-08-16meta-facebook: harma: add rtc config.Peter Yin1-0/+3
Add CONFIG_RTC_DRV_PCF8563 for harma RTC. Change-Id: I579ab1dbcd4ca6a2a690c9af6bb828ed796858a6 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-08-08meta-facebook: harma: add i3c kernel configurationPeter Yin1-1/+5
Add the I3C kernel configuration to support the i3c to i2c adapter. Change-Id: I92c2b17b1ca76f808e3dda1f1d1584781ea3ae52 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-06-27meta-facebook: harma: Add MCTP PLDM supportDaniel Hsu1-0/+5
Add MCTP PLDM support for PSOC sensor readings and firmware update. Testing: root@bmc:~# busctl tree xyz.openbmc_project.MCTP └─ /xyz └─ /xyz/openbmc_project └─ /xyz/openbmc_project/mctp └─ /xyz/openbmc_project/mctp/1 ├─ /xyz/openbmc_project/mctp/1/10 └─ /xyz/openbmc_project/mctp/1/8 root@bmc:~# pldmtool raw -d 0x80 0x05 0x02 -m 0x0a pldmtool: Tx: 80 05 02 pldmtool: Rx: 00 05 02 00 00 00 00 00 07 00 01 0a 00 00 32 30 32 33 2e 34 38 2e 30 31 ff ff 00 00 00 00 00 00 00 01 0c 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 4d 50 53 20 33 64 65 37 34 39 62 61 ff ff 01 00 00 00 00 00 00 01 0c 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 4d 50 53 20 33 64 65 37 34 39 62 61 ff ff 03 00 00 00 00 00 00 01 07 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 45 52 52 4f 52 3a 38 ff ff 04 00 00 00 00 00 00 01 07 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 45 52 52 4f 52 3a 38 ff ff 05 00 00 00 00 00 00 01 07 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 45 52 52 4f 52 3a 38 ff ff 06 00 00 00 00 00 00 01 07 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 45 52 52 4f 52 3a 38 ff ff 07 00 00 00 00 00 00 01 08 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 30 30 30 32 30 30 30 31 Change-Id: Ib375325b49ddf6759785d079790c72581db668b5 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
2024-06-11meta-facebook: harma: add xdp710 configPeter Yin1-0/+1
Add xdp710 kernel configuration. Change-Id: Iffb7737a1977040610aa6a20d331df540f99c761 Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2024-01-02meta-facebook: harma: enable SPI-GPIO in kconfigPeter Yin1-0/+3
Add spi gpio from tpm2 Change-Id: Id6b82fc29a01ec327cc50a9edbde0810d28f15ea Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2023-12-18meta-facebook : harma: linux: Add kernel configPeter Yin1-4/+33
Get MAC address from NIC CONFIG_NCSI_OEM_CMD_GET_MAC=y IPMB device CONFIG_IPMB_DEVICE_INTERFACE=y USB Net: It is only for SITV BMC testing until the Aegis board is produced. CONFIG_USB_NET_DRIVERS=y CONFIG_USB_USBNET=y CONFIG_USB_NET_CDCETHER=y CONFIG_USB_NET_CDC_NCM=y CONFIG_USB_NET_CDC_SUBSET_ENABLE=y CONFIG_USB_NET_CDC_SUBSET=y Sensors CONFIG_AD5272=y CONFIG_SENSORS_PT5161L=y CONFIG_SENSORS_XDPE152=y CONFIG_SENSORS_ISL68137=y CONFIG_SENSORS_LTC4286=y CONFIG_SENSORS_MAX31790=y Change-Id: Id5e5dbc918a1421cb7d2d83ecc9e0b6da98232de Signed-off-by: Peter Yin <peter.yin@quantatw.com>
2023-11-27meta-facebook: harma: initial commitPeter Yin2-0/+52
Initial commit for platform harma, which is the compute card in the minerva chassis. Tested: Build Success. Kernel DTS: https://lore.kernel.org/all/20231123050415.3441429-3-peteryin.openbmc@gmail.com/ Uboot DTS: https://patchwork.ozlabs.org/project/openbmc/list/?series=379855 Change-Id: I114492a0739412409d89573ad8a41553c50f369b Signed-off-by: Peter Yin <peter.yin@quantatw.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>