summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-kernel/linux
AgeCommit message (Collapse)AuthorFilesLines
2025-06-13meta-facebook: yosemite4: Move FTDI Serial to commonAmithash Prasad1-1/+1
Moves the FTDI serial kconfig to common and ensures its built into the kernel rather than as a module. Change-Id: I63519e89365c9d96b0f3704e79c7d3012b038451 Signed-off-by: Amithash Prasad <amithash@meta.com>
2025-06-13meta-facebook: yosemite4: Remove TPM configsAmithash Prasad1-5/+0
These configs are already specified in tpm2.cfg from the meta-aspeed layer which is enabled on `tpm2` being present in the MACHINE_FEATURES which is true for yosemite4 hence unnecessary to also provide in machine specific config. In this particular case, the machine config overrode the common config to install TPM as a module which was wrong. Tested: Built Yosemite4 machine and checked that `/dev/tpm0` is created. Change-Id: I36a5b9179b8b221d8ef8ce2f82217e21611e65ba Signed-off-by: Amithash Prasad <amithash@meta.com>
2025-05-01meta-facebook: yosemite4-common: Add required sensor configsTim Lee1-0/+5
Move all the required sensor configurations to the yosemite4-common.cfg file and remove them from the yosemite4.cfg file of each SOC. Sensor configurations were moved to common: RTQ6056 | ISL28022 | MP5990 | XDP710 | SQ52205 | NCT7363 | EMC1403 | INA233 | MAX31790 | ADC128D818 | INA238 | LM75 | ADM1275 | TMP421 Tested: root@bmc:~# zcat /proc/config.gz | grep -E "CONFIG_SENSORS_" Those sensor configurations existed on bmc image are shown below: CONFIG_RICHTEK_RTQ6056=y CONFIG_SENSORS_ISL28022=y CONFIG_SENSORS_MP5990=y CONFIG_SENSORS_XDP710=y CONFIG_SENSORS_SQ52205=y CONFIG_SENSORS_NCT7363=y CONFIG_SENSORS_EMC1403=y CONFIG_SENSORS_INA233=y CONFIG_SENSORS_MAX31790=y CONFIG_SENSORS_ADC128D818=y CONFIG_SENSORS_INA238=y CONFIG_SENSORS_LM75=y CONFIG_SENSORS_ADM1275=y CONFIG_SENSORS_TMP421=y Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I64119059930b04e44470c5e8bcc99312d1088798
2024-07-26meta-facebook: yosemite4: Initial commit for yosemite4nDelphine CC Chiu2-0/+55
Description: Add yosemite4n layer under yosemite4. Add common configurations for yosemite4 and yosemite4n. Add json file set uboot baudrate to 57600. Tested: Build Success. Change-Id: I7ff2ffa3e008be9d2f132ac6c3f058fa7b33f329 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
2024-04-15treewide: linux: remove cfg files from SRC_URIPatrick Williams1-1/+0
When using a `feature.scc` file it is not necessary to also include the corresponding `feature.cfg` file in the `SRC_URI` field. Remove them to clean up. [1]: https://docs.yoctoproject.org/kernel-dev/advanced.html#recipe-space-metadata Tested: Built on Yosemite4 and observed MCTP configure options are still enabled. ``` root@yosemite4:~# zcat /proc/config.gz | grep MCTP CONFIG_MCTP=y CONFIG_MCTP_FLOWS=y # MCTP Device Drivers CONFIG_MCTP_SERIAL=y CONFIG_MCTP_TRANSPORT_I2C=y # end of MCTP Device Drivers ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I76656cf9fbbe5cd2ac44f90c46b391111ca72410
2022-10-06meta-facebook: add secondary-emmc featurePotin Lai3-0/+15
* Define a MACHINE_FEATURE that enables a secondary eMMC device. * Add kernel and base-files support for mounting the eMMC device using btrfs. * Enable machine feature for Bletchley. Signed-off-by: Potin Lai <potin.lai@quantatw.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3fde3b285720c137c4e5bbbad233e4ef40b84d54