Re: [OS-BUILD PATCH] Move imx8m configs from fedora to common
From: Adam Jackson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2487#note_1405790576 gpu ack ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: [OS-BUILD PATCH] Move imx8m configs from fedora to common
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2487#note_1401765780 ack for crypto bits ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Re: [OS-BUILD PATCH] Move imx8m configs from fedora to common
From: Jerry Snitselaar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2487#note_1400573825 ack for drivers/dma bits ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
[OS-BUILD PATCH] Move imx8m configs from fedora to common
From: Mark Salter Move imx8m configs from fedora to common RHEl has gotten out of sync with kernel-ark IMX support so let's get in sync. This is mostly a renaming of IMX-related fedora configs to common configs. There are some other differences due to IMX9 not being enabled in RHEL. Verified that Fedora configs are identical before and after this patch. Tested eln kernel on imx8mq-evk board. Signed-off-by: Mark Salter diff --git a/redhat/configs/fedora/generic/CONFIG_EDAC_SYNOPSYS b/redhat/configs/common/generic/CONFIG_EDAC_SYNOPSYS rename from redhat/configs/fedora/generic/CONFIG_EDAC_SYNOPSYS rename to redhat/configs/common/generic/CONFIG_EDAC_SYNOPSYS index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_EDAC_SYNOPSYS +++ b/redhat/configs/common/generic/CONFIG_EDAC_SYNOPSYS diff --git a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC b/redhat/configs/common/generic/CONFIG_FSL_ENETC rename from redhat/configs/fedora/generic/CONFIG_FSL_ENETC rename to redhat/configs/common/generic/CONFIG_FSL_ENETC index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC +++ b/redhat/configs/common/generic/CONFIG_FSL_ENETC diff --git a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_IERB b/redhat/configs/common/generic/CONFIG_FSL_ENETC_IERB rename from redhat/configs/fedora/generic/CONFIG_FSL_ENETC_IERB rename to redhat/configs/common/generic/CONFIG_FSL_ENETC_IERB index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_IERB +++ b/redhat/configs/common/generic/CONFIG_FSL_ENETC_IERB diff --git a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_MDIO b/redhat/configs/common/generic/CONFIG_FSL_ENETC_MDIO rename from redhat/configs/fedora/generic/CONFIG_FSL_ENETC_MDIO rename to redhat/configs/common/generic/CONFIG_FSL_ENETC_MDIO index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_MDIO +++ b/redhat/configs/common/generic/CONFIG_FSL_ENETC_MDIO diff --git a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_VF b/redhat/configs/common/generic/CONFIG_FSL_ENETC_VF rename from redhat/configs/fedora/generic/CONFIG_FSL_ENETC_VF rename to redhat/configs/common/generic/CONFIG_FSL_ENETC_VF index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_FSL_ENETC_VF +++ b/redhat/configs/common/generic/CONFIG_FSL_ENETC_VF diff --git a/redhat/configs/fedora/generic/CONFIG_FSL_PQ_MDIO b/redhat/configs/common/generic/CONFIG_FSL_PQ_MDIO rename from redhat/configs/fedora/generic/CONFIG_FSL_PQ_MDIO rename to redhat/configs/common/generic/CONFIG_FSL_PQ_MDIO index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_FSL_PQ_MDIO +++ b/redhat/configs/common/generic/CONFIG_FSL_PQ_MDIO diff --git a/redhat/configs/fedora/generic/CONFIG_GPIO_MXC b/redhat/configs/common/generic/CONFIG_GPIO_MXC rename from redhat/configs/fedora/generic/CONFIG_GPIO_MXC rename to redhat/configs/common/generic/CONFIG_GPIO_MXC index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_GPIO_MXC +++ b/redhat/configs/common/generic/CONFIG_GPIO_MXC diff --git a/redhat/configs/fedora/generic/CONFIG_MMC_SDHCI_OF_ESDHC b/redhat/configs/common/generic/CONFIG_MMC_SDHCI_OF_ESDHC rename from redhat/configs/fedora/generic/CONFIG_MMC_SDHCI_OF_ESDHC rename to redhat/configs/common/generic/CONFIG_MMC_SDHCI_OF_ESDHC index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_MMC_SDHCI_OF_ESDHC +++ b/redhat/configs/common/generic/CONFIG_MMC_SDHCI_OF_ESDHC diff --git a/redhat/configs/fedora/generic/CONFIG_SPI_FSL_LPSPI b/redhat/configs/common/generic/CONFIG_SPI_FSL_LPSPI rename from redhat/configs/fedora/generic/CONFIG_SPI_FSL_LPSPI rename to redhat/configs/common/generic/CONFIG_SPI_FSL_LPSPI index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/CONFIG_SPI_FSL_LPSPI +++ b/redhat/configs/common/generic/CONFIG_SPI_FSL_LPSPI diff --git a/redhat/configs/fedora/generic/arm/CONFIG_AHCI_IMX b/redhat/configs/common/generic/arm/CONFIG_AHCI_IMX rename from redhat/configs/fedora/generic/arm/CONFIG_AHCI_IMX rename to redhat/configs/common/generic/arm/CONFIG_AHCI_IMX index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_AHCI_IMX +++ b/redhat/configs/common/generic/arm/CONFIG_AHCI_IMX diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARCH_MXC b/redhat/configs/common/generic/arm/CONFIG_ARCH_MXC rename from redhat/configs/fedora/generic/arm/CONFIG_ARCH_MXC rename to redhat/configs/common/generic/arm/CONFIG_ARCH_MXC index blahblah..blahblah 100644 --- a/redhat/configs/fedora/generic/arm/CONFIG_ARCH_MXC +++ b/redhat/configs/common/generic/arm/CONFIG_ARCH_MXC diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARM_IMX8M_DDRC_DEVFREQ b/redhat/configs/common/generic/arm/CONFIG_ARM_IMX8M_DDRC_DEVFREQ rename from redhat/configs/fedora/generic/arm/CONFIG_ARM_IMX8M_DDRC_DEVFREQ rename to redhat/configs/common/generic/arm/CONFIG_ARM_IMX8M_DDRC_DEVFREQ index blahblah..blahblah 100644 --- a/redhat/confi