Re: [linux-yocto][yocto-kernel-cache][yocto-6.1/yocto-6.6/master][PATCH V2] bsp/intel-x86: enable PCIe Advanced Error Reporting driver

2024-05-07 Thread Yongxin Liu via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Wednesday, May 8, 2024 9:20 > To: Liu, Yongxin > Cc: Hao, Kexin ; linux- > yo...@lists.yoctoproject.org > Subject: Re: [linux-yocto][yocto-kernel-cache][yocto-6.1/yocto- > 6.6/master][PATCH V2] bsp/intel-x86: enable PCIe Advanced Error

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1/yocto-6.6/master][PATCH] bsp/intel-x86: enable PCIe Advanced Error Reporting driver

2024-05-07 Thread Yongxin Liu via lists.yoctoproject.org
ail.local/T/#t > > I'll drop this while I wait for a v2 I have sent a V2 after applying "git config --global sendemail.from "yongxin@windriver.com"". But a new line "From: Yongxin Liu " appears in email body. I don't know whether it matters or not. Plea

[linux-yocto][yocto-kernel-cache][yocto-6.1/yocto-6.6/master][PATCH V2] bsp/intel-x86: enable PCIe Advanced Error Reporting driver

2024-05-07 Thread Yongxin Liu via lists.yoctoproject.org
From: Yongxin Liu Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 8266bf8f..87e50c06 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg

[linux-yocto][v6.6/standard/x86 and v6.6/standard/preempt-rt/x86][Pull Request ] cstate, uncore, i10nm_edac and igen6_edac update for some x86 platforms

2024-05-06 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce, Please help to review and merge this Pull Request for linux-yocto, branch "v6.6/standard/x86" and "v6.6/standard/preempt-rt/x86". All patches are from mainline kernel. This patch series basically did the following changes. 1) Intel cstate performance events: add support for

[linux-yocto][yocto-kernel-cache][yocto-6.1/yocto-6.6/master][PATCH] bsp/intel-x86: enable PCIe Advanced Error Reporting driver

2024-05-05 Thread Yongxin Liu via lists.yoctoproject.org
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 8266bf8f..87e50c06 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -95,6 +95,7

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH] EDAC/i10nm: Add Intel Grand Ridge micro-server support

2024-04-23 Thread Yongxin Liu via lists.yoctoproject.org
Link: https://lore.kernel.org/r/20240129062040.60809-3-qiuxu.z...@intel.com Signed-off-by: Yongxin Liu --- drivers/edac/i10nm_base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/i10nm_base.c b/drivers/edac/i10nm_base.c index 04ca336b879f..2f2f24f829de 100644 --- a/drivers/edac

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 0/1] Fix Intel Grand Ridge cannot boot issue

2024-04-23 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce, Intel Grand Ridge cannot boot after the backport of commit a6a5006dad57 ("iommu/vt-d: Retrieve IOMMU perfmon capability information"), in v6.1.83. This patch is the second patch of the following patch series in mainline. d8a7c0cf05a2 2023-02-03 11:06 Kan Liangiommu/vt-d:

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 1/1] iommu/vt-d: Support size of the register set in DRHD

2024-04-23 Thread Yongxin Liu via lists.yoctoproject.org
to the old guessing method. There is nothing changed. Signed-off-by: Kan Liang Link: https://lore.kernel.org/r/20230128200428.1459118-2-kan.li...@linux.intel.com Signed-off-by: Lu Baolu Signed-off-by: Joerg Roedel Signed-off-by: Yongxin Liu --- drivers/iommu/intel/dmar.c | 11 +++ include

[linux-yocto][yocto-kernel-cache][master/yocto-6.6][PATCH 1/3] features/vfio: remove CONFIG_VFIO_VIRQFD

2024-03-18 Thread Yongxin Liu via lists.yoctoproject.org
CONFIG_VFIO_VIRQFD was changed to bool in kernel commit e2d55709398e ("vfio: Fold vfio_virqfd.ko into vfio.ko") and it is not user selectable. Signed-off-by: Yongxin Liu --- features/vfio/vfio.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/vfio/vfio.cfg b/features/vfi

[linux-yocto][yocto-kernel-cache][master/yocto-6.6][PATCH 2/3] features/vfio: remove CONFIG_VFIO_MDEV

2024-03-18 Thread Yongxin Liu via lists.yoctoproject.org
CONFIG_VFIO_MDEV wasn't a user choice after kerne commit 8bf8c5ee1f38 ("vfio-mdev: turn VFIO_MDEV into a selectable symbol"). Signed-off-by: Yongxin Liu --- features/vfio/vfio.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/vfio/vfio.cfg b/features/vfio/vfio.cfg inde

[linux-yocto][yocto-kernel-cache][master/yocto-6.6][PATCH 3/3] bsp/intel-x86: remove CONFIG_IXGB

2024-03-18 Thread Yongxin Liu via lists.yoctoproject.org
ixgb driver was removed in kernel commit e485f3a6eae0 ("ixgb: Remove ixgb driver"). Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 5 - 1 file changed, 5 deletions(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index ee01e61e..8266b

[linux-yocto][yocto-kernel-cache][master/yocto-6.6][PATCH] bsp/intel-x86: remove intel-x86-64-preempt-rt.cfg in scc file

2024-03-17 Thread Yongxin Liu via lists.yoctoproject.org
intel-x86-64-preempt-rt.cfg was removed in commit bd20a636b044 ("config: remove mis-located configuration fragment"). Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.

[linux-yocto][yocto-kernel-cache][yocto-5.15 and yocto-6.1][PATCH] features/net_sched: remove retired config NET_SCH_CBQ and NET_SCH_DSMARK

2024-03-03 Thread Yongxin Liu via lists.yoctoproject.org
CONFIG_NET_SCH_CBQ was retired in kernel upstream commit 051d442098421 ("net/sched: Retire CBQ qdisc"). CONFIG_NET_SCH_DSMARK was retired in kernel upstream commit bbe77c14ee61 ("net/sched: Retire dsmark qdisc"). Signed-off-by: Yongxin Liu --- features/net_sched/net_sche

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][Pull Request ] cstate, uncore, i10nm_edac and isst update for some x86 platforms

2024-02-25 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce and others, Please help to review and merge this Pull Request for linux-yocto, branch "v6.1/standard/x86" and "v6.1/standard/preempt-rt/x86". All patches are from mainline kernel. Just some context change in several patches. This patch series basically did the following changes.

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 1/2] EDAC/igen6: Make get_mchbar() helper function

2024-02-20 Thread Yongxin Liu via lists.yoctoproject.org
From: Qiuxu Zhuo commit a264f715ecb3e6dac7c4d7135db74eb2379cb086 upstream. Make get_mchbar() helper function to retrieve the BAR address of the memory controller. No function changes. Signed-off-by: Qiuxu Zhuo Signed-off-by: Tony Luck Signed-off-by: Yongxin Liu --- drivers/edac

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 2/2] EDAC/igen6: Add Intel Alder Lake-N SoCs support

2024-02-20 Thread Yongxin Liu via lists.yoctoproject.org
-by: Tony Luck Signed-off-by: Yongxin Liu --- drivers/edac/igen6_edac.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/drivers/edac/igen6_edac.c b/drivers/edac/igen6_edac.c index 3d30b370615f..8317655d8b93 100644 --- a/drivers/edac/igen6_edac.c +++ b/drivers

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 0/2] Add EDAC support for Alder Lake N

2024-02-20 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce, The following two patches are from mainline kernel without any change. They can add EDAC support on Alder Lake N. Could you help to merge them to v6.1/standard/x86 and v6.1/standard/preempt-rt/x86? Qiuxu Zhuo (2): EDAC/igen6: Make get_mchbar() helper function EDAC/igen6: Add

[linux-yocto][yocto-kernel-cache][master/yocto-6.6/yocto-6.1][PATCH] bsp/intel-x86: add support for TI DP83867 Gigabit PHY

2024-01-23 Thread Yongxin Liu via lists.yoctoproject.org
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index c36e938b..ee01e61e 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -366,3 +366,4

Re: [linux-yocto] [PATCH 4/5] x86-64: use the defaults for number of CPUs

2023-11-30 Thread Yongxin Liu via lists.yoctoproject.org
> -Original Message- > From: Gortmaker, Paul > Sent: Friday, December 1, 2023 11:14 > To: Liu, Yongxin > Cc: Bruce Ashfield ; linux- > yo...@lists.yoctoproject.org > Subject: Re: [linux-yocto] [PATCH 4/5] x86-64: use the defaults for number > of CPUs > > [RE: [linux-yocto] [PATCH 4/5]

Re: [linux-yocto] [PATCH 4/5] x86-64: use the defaults for number of CPUs

2023-11-30 Thread Yongxin Liu via lists.yoctoproject.org
> -Original Message- > From: Gortmaker, Paul > Sent: Friday, December 1, 2023 10:27 > To: Liu, Yongxin > Cc: Bruce Ashfield ; linux- > yo...@lists.yoctoproject.org > Subject: Re: [linux-yocto] [PATCH 4/5] x86-64: use the defaults for number > of CPUs > > [RE: [linux-yocto] [PATCH 4/5]

Re: [linux-yocto] [PATCH 4/5] x86-64: use the defaults for number of CPUs

2023-11-30 Thread Yongxin Liu via lists.yoctoproject.org
> -Original Message- > From: linux-yocto@lists.yoctoproject.org yo...@lists.yoctoproject.org> On Behalf Of Paul Gortmaker via > lists.yoctoproject.org > Sent: Friday, December 1, 2023 03:08 > To: Bruce Ashfield > Cc: linux-yocto@lists.yoctoproject.org > Subject: [linux-yocto] [PATCH 4/5]

Re: [linux-yocto] [PATCH 3/5] x86-64: don't force EDAC support on everyone

2023-11-30 Thread Yongxin Liu via lists.yoctoproject.org
> -Original Message- > From: linux-yocto@lists.yoctoproject.org yo...@lists.yoctoproject.org> On Behalf Of Paul Gortmaker via > lists.yoctoproject.org > Sent: Friday, December 1, 2023 03:08 > To: Bruce Ashfield > Cc: linux-yocto@lists.yoctoproject.org > Subject: [linux-yocto] [PATCH 3/5]

[linux-yocto][v5.15 standard/x86/preempt-rt/x86][PATCH 3/4] Fix to avoid link statys update in KR autneg mode

2023-08-25 Thread Yongxin Liu via lists.yoctoproject.org
From: Sudheesh Mavila Signed-off-by: Sudheesh Mavila Signed-off-by: Yongxin Liu --- drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c b/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c index

[linux-yocto][v5.15 standard/x86/preempt-rt/x86][PATCH 4/4] amd-xgbe KR link up fix , with PHY reset if AN fails

2023-08-25 Thread Yongxin Liu via lists.yoctoproject.org
From: Sudheesh Mavila Signed-off-by: Sudheesh Mavila Signed-off-by: Yongxin Liu --- drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 40 +++-- drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 4 +-- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/drivers/net

[linux-yocto][v5.15 standard/x86/preempt-rt/x86][PATCH 0/4] amd-x86: fix amd-xgbe connection up and down issue in peer-to-peer network

2023-08-25 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce, Those 4 patches were from AMD engineer to fix amd-xgbe connection up and down issue in p2p network on amd snowy owl board. Sudheesh Mavila (4): amd-xgbe Sometimes driver report incorrect link status and results in timeout error in driver EMBSWDEV-6825 amd-xgbe KR link up fix

[linux-yocto][v5.15 standard/x86/preempt-rt/x86][PATCH 1/4] amd-xgbe Sometimes driver report incorrect link status and results in timeout error in driver EMBSWDEV-6825

2023-08-25 Thread Yongxin Liu via lists.yoctoproject.org
From: Sudheesh Mavila Signed-off-by: Sudheesh Mavila Signed-off-by: Yongxin Liu --- drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c b/drivers/net/ethernet/amd/xgbe

[linux-yocto][v5.15 standard/x86/preempt-rt/x86][PATCH 2/4] amd-xgbe KR link up fix

2023-08-25 Thread Yongxin Liu via lists.yoctoproject.org
From: Sudheesh Mavila Signed-off-by: Sudheesh Mavila Signed-off-by: Yongxin Liu --- drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c b/drivers/net/ethernet/amd/xgbe/xgbe-phy-v2.c

[linux-yocto][yocto-kernel-cache][yocto-5.19 to master][PATCH] bsp/amd-x86: change PINCTRL_AMD to be built-in driver

2023-08-22 Thread Yongxin Liu via lists.yoctoproject.org
Due to kernel commit 41ef3c1a6bb0 ("pinctrl: Don't allow PINCTRL_AMD to be a module"), driver PINCTRL_AMD can only be built as built-in driver or disabled. Signed-off-by: Yongxin Liu --- bsp/amd-x86/amd-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/a

[linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] features/intel-pinctrl: add pinctrl driver for Intel Alder Lake

2023-08-04 Thread Yongxin Liu via lists.yoctoproject.org
Signed-off-by: Yongxin Liu --- features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/intel-pinctrl/intel-pinctrl.cfg b/features/intel-pinctrl/intel-pinctrl.cfg index c6a3e7ab..ca928504 100644 --- a/features/intel-pinctrl/intel-pinctrl.cfg +++ b

[linux-yocto][yocto-kernel-cache][yocto-5.15 to master][PATCH] bsp/intel-x86: change Intel I225-LM/I225-V driver to be built-in

2023-07-25 Thread Yongxin Liu via lists.yoctoproject.org
Need igc driver to mount network filesystem. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-igc-overrides.cfg | 2 ++ bsp/intel-x86/intel-x86.scc | 1 + 2 files changed, 3 insertions(+) create mode 100644 bsp/intel-x86/intel-x86-igc-overrides.cfg diff --git a/bsp/intel

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 3/3] thunderbolt: Mask ring interrupt on Intel hardware as well

2023-06-18 Thread Yongxin Liu via lists.yoctoproject.org
sters properly when auto clear isn't in use") Cc: sta...@vger.kernel.org Reviewed-by: Mario Limonciello Signed-off-by: Mika Westerberg Signed-off-by: Yongxin Liu --- drivers/thunderbolt/nhi.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/thunderbo

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 2/3] Bluetooth: add missing hci_codec_list_clear() back

2023-06-18 Thread Yongxin Liu via lists.yoctoproject.org
n@windriver.com Signed-off-by: Yongxin Liu --- net/bluetooth/hci_sync.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c index e8b78104a407..630a90828c1d 100644 --- a/net/bluetooth/hci_sync.c +++ b/net/bluetooth/hci_sync.c @@ -4933,6 +4933,7 @@

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 0/3] Three patches fixing i915, bluetooth and thunderbolt related issues

2023-06-18 Thread Yongxin Liu via lists.yoctoproject.org
Hi Bruce, Here are three patches for v6.1/standard/x86 and v6.1/standard/preempt-rt/x86 branches. 1) The patch "thunderbolt: Mask ring interrupt on Intel hardware as well" comes from upstream, fixing the following issue. thunderbolt :00:0d.2: interrupt for TX ring 0 is already enabled

[linux-yocto][v6.1/standard/x86 and v6.1/standard/preempt-rt/x86][PATCH 1/3] drm/i915/dp: fix a memory leak in struct intel_vbt_panel_data

2023-06-18 Thread Yongxin Liu via lists.yoctoproject.org
tps://patchwork.kernel.org/project/intel-gfx/patch/20230608024527.1280985-1-yongxin@windriver.com Signed-off-by: Yongxin Liu --- drivers/gpu/drm/i915/display/intel_dp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/int

[linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/iscsi: add feature for iSCSI Initiator over TCP/IP

2023-04-16 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/iscsi/iscsi.cfg | 3 +++ features/iscsi/iscsi.scc | 4 2 files changed, 7 insertions(+) create mode 100644 features/iscsi/iscsi.cfg create mode 100644 features/iscsi/iscsi.scc diff --git a/features/iscsi/iscsi.cfg b/features/iscsi/iscsi.cfg new

[linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] bsp/intel-x86: change the supported maximum number of CPUs to 512 in 64-bit bsp

2023-02-13 Thread Yongxin Liu
Some 4-Socket servers have more than 256 CPUs, so increase the number. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg index 2195e65e..682d5f9d

Re: [linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/vfio: add support for mediated device driver framework

2023-02-08 Thread Yongxin Liu
Ping... > -Original Message- > From: linux-yocto@lists.yoctoproject.org yo...@lists.yoctoproject.org> On Behalf Of Yongxin Liu via > lists.yoctoproject.org > Sent: Friday, February 3, 2023 13:43 > To: bruce.ashfi...@gmail.com; linux-yocto@lists.yoctoproject.org >

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 8/9] features/intel-persistent-memory: remove CONFIG_ND_BLK

2023-02-07 Thread Yongxin Liu
From: Yongxin Liu In kernel commit f8669f1d6a86 (nvdimm/blk: Delete the block-aperture window driver), block data window device support was removed for NVDIMM. Signed-off-by: Yongxin Liu --- features/intel-persistent-memory/intel-x86-64-pmem.cfg | 1 - 1 file changed, 1 deletion(-) diff

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 9/9] features/intel-persistent-memory: remove CONFIG_DEV_DAX_PMEM_COMPAT

2023-02-07 Thread Yongxin Liu
From: Yongxin Liu In kernel commit 83762cb5c7c4 ("dax: Kill DEV_DAX_PMEM_COMPAT"), the /sys/class/dax compatibility option was deleted. Signed-off-by: Yongxin Liu --- features/intel-persistent-memory/intel-x86-64-dax.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/feat

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 7/9] bsp/intel-x86: replace old configs of Intel SPI controller

2023-02-07 Thread Yongxin Liu
From: Yongxin Liu In kernel commit e23e5a05d1fd ("mtd: spi-nor: intel-spi: Convert to SPI MEM"), the configs for Intel SPI were changed. Old: CONFIG_SPI_INTEL_SPI_PCI CONFIG_SPI_INTEL_SPI_PLATFORM New: CONFIG_SPI_INTEL_PCI CONFIG_SPI_INTEL_PLATFORM Signed-off-b

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 6/9] bsp/intel-x86: remove cleancache

2023-02-07 Thread Yongxin Liu
From: Yongxin Liu In kernel commit 0a4ee518185e ("mm: remove cleancache"), the cleancache subsystem was removed. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 5/9] kernel-cache: enable kernel configs to support for editing socket buffer's priority

2023-02-07 Thread Yongxin Liu
From: Meng Li To edit a socket buffer's priority using tc, it needs to enable below 2 configs. CONFIG_NET_EMATCH=y CONFIG_NET_ACT_SKBEDIT=y Signed-off-by: Meng Li Signed-off-by: Bruce Ashfield (cherry picked from commit 4c1d7cd3a96b9a022624da376febf75ac08448ea) Signed-off-by: Yongxin Liu

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 2/9] bsp/intel-x86: add support for Marvell Alaska PHYs

2023-02-07 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 2d4c005e..34206353 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -364,3 +364,6

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 4/9] bsp/intel-x86: add support for Time-Sensitive Network

2023-02-07 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc b/bsp/intel-x86/intel-x86-64-preempt-rt.scc index 38331ac8..197b5064 100644 --- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 1/9] bsp/intel-x86: change the i2c-hid configuration to be ACPI-based

2023-02-07 Thread Yongxin Liu
figuration: - CONFIG_I2C_HID Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index d6e0e5d7..2d4c005e 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/int

[linux-yocto][yocto-kernel-cache][master and yocto-6.1][PATCH 3/9] features/intel-pinctrl: add pinctrl driver for Intel Elkhart Lake

2023-02-07 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/intel-pinctrl/intel-pinctrl.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/intel-pinctrl/intel-pinctrl.cfg b/features/intel-pinctrl/intel-pinctrl.cfg index 491aca89..c6a3e7ab 100644 --- a/features/intel-pinctrl/intel-pinctrl.cfg +++ b

[linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] features/vfio: add support for mediated device driver framework

2023-02-02 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/vfio/vfio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/vfio/vfio.cfg b/features/vfio/vfio.cfg index 267fbaf8..96c9208e 100644 --- a/features/vfio/vfio.cfg +++ b/features/vfio/vfio.cfg @@ -7,3 +7,4 @@ CONFIG_VFIO_PCI_VGA=y

[linux-yocto][yocto-kernel-cache][master/yocto-6.1/yocto-5.15][PATCH] bsp/intel-x86: Add support for AST GPU driver

2023-01-08 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index af14bcd3..d6e0e5d7 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -352,6 +352,9

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 2/2] features/intel-sgx: Enable Intel Software Guard eXtensions (SGX)

2022-12-25 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/intel-sgx/intel-sgx.cfg | 2 ++ features/intel-sgx/intel-sgx.scc | 4 2 files changed, 6 insertions(+) create mode 100644 features/intel-sgx/intel-sgx.cfg create mode 100644 features/intel-sgx/intel-sgx.scc diff --git a/features/intel-sgx/intel

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 3/3] bsp/intel-x86: change Intel XL710 Family driver to be built-in

2022-10-18 Thread Yongxin Liu
Need i40e driver to mount network filesystem. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-i40e-overrides.cfg | 2 ++ bsp/intel-x86/intel-x86.scc| 1 + 2 files changed, 3 insertions(+) create mode 100644 bsp/intel-x86/intel-x86-i40e-overrides.cfg diff --git a/bsp

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 1/3] features/i3c: add I3C support

2022-10-18 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/i3c/i3c.cfg | 6 ++ features/i3c/i3c.scc | 5 + 2 files changed, 11 insertions(+) create mode 100644 features/i3c/i3c.cfg create mode 100644 features/i3c/i3c.scc diff --git a/features/i3c/i3c.cfg b/features/i3c/i3c.cfg new file mode 100644 index

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 2/3] bsp/intel-x86: add i3c drivers

2022-10-18 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc index 08ad990a..9f887007 100644 --- a/bsp/intel-x86/intel-x86.scc +++ b/bsp/intel-x86/intel-x86.scc @@ -54,6 +54,7 @@ include

Re: [linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 1/5] bsp/amd-x86: add configs for CPU frequency scaling drivers

2022-08-27 Thread Yongxin Liu
Hi Bruce, This patchset also works for branch yocto-5.19. Please help to merge to it also. Thanks, Yongxin > -Original Message- > From: linux-yocto@lists.yoctoproject.org yo...@lists.yoctoproject.org> On Behalf Of Yongxin Liu > Sent: Saturday, August 27, 2022 15:10 >

[linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 5/5] bsp/intel-x86: use features/transparent-hugepage

2022-08-27 Thread Yongxin Liu
Remove intel-x86-hugepage.cfg. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-32-standard.scc | 3 +-- bsp/intel-x86/intel-x86-64-standard.scc | 3 +-- bsp/intel-x86/intel-x86-hugepage.cfg| 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 bsp/intel-x86

[linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 4/5] bsp/amd-x86: use features/transparent-hugepage

2022-08-27 Thread Yongxin Liu
Remove amd-x86-hugepage.cfg. Signed-off-by: Yongxin Liu --- bsp/amd-x86/amd-x86-64-standard.scc | 3 +-- bsp/amd-x86/amd-x86-hugepage.cfg| 6 -- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 bsp/amd-x86/amd-x86-hugepage.cfg diff --git a/bsp/amd-x86/amd-x86-64

[linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 1/5] bsp/amd-x86: add configs for CPU frequency scaling drivers

2022-08-27 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/amd-x86/amd-x86.cfg | 15 +++ 1 file changed, 15 insertions(+) diff --git a/bsp/amd-x86/amd-x86.cfg b/bsp/amd-x86/amd-x86.cfg index 387d4ce6..d4a0a8c8 100644 --- a/bsp/amd-x86/amd-x86.cfg +++ b/bsp/amd-x86/amd-x86.cfg @@ -81,3 +81,18

[linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 2/5] bsp/amd-x86: rename amd-x86-preempt-rt.scc to amd-x86-64-preempt-rt.scc

2022-08-27 Thread Yongxin Liu
Currently, only 64-bit is supported. Signed-off-by: Yongxin Liu --- bsp/amd-x86/{amd-x86-preempt-rt.scc => amd-x86-64-preempt-rt.scc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bsp/amd-x86/{amd-x86-preempt-rt.scc => amd-x86-64-preempt-rt.scc} (100%) diff --git a/bsp/a

[linux-yocto][yocto-kernel-cache][master and yocto-5.15][PATCH 3/5] features/transparent-hugepage: add feature for Transparent Hugepages

2022-08-27 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/transparent-hugepage/transparent-hugepage.cfg | 6 ++ features/transparent-hugepage/transparent-hugepage.scc | 4 2 files changed, 10 insertions(+) create mode 100644 features/transparent-hugepage/transparent-hugepage.cfg create mode 100644

[linux-yocto][v5.15/standard/x86 and v5.15/standard/preempt-rt/x86][PATCH 1/1] lkdtm: Disable return thunks in rodata.c

2022-08-03 Thread Yongxin Liu
020/ [YL: change the patch to be properly backported to Makefile instread of arch/x86/Makefile] Signed-off-by: Yongxin Liu --- Makefile| 1 + drivers/misc/lkdtm/Makefile | 9 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 52e8df0

[linux-yocto][v5.15/standard/x86 and v5.15/standard/preempt-rt/x86][PATCH 0/1] lkdtm: Disable return thunks in rodata.c

2022-08-03 Thread Yongxin Liu
Hi Bruce, This patch from upstream can fix the following warning in kernel v5.15 for x86. Though LKDTM is only used for testing and this issuse is not serious, it is nice to fix. Could you please help to merge? root@intel-x86-64:~# insmod lkdtm.ko [ cut here ] missing

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] bsp/amd-x86: add initial support

2022-07-19 Thread Yongxin Liu
x-yocto][yocto-kernel-cache][yocto-5.15][PATCH] bsp/amd- > x86: add initial support > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > On Tue, Jul 19, 2022 at 12:06:06PM +0800, Yongxin Liu wrote: > > diff --git a/bsp/amd-x86/amd-x86-hugepage.cfg b/bsp/amd-x86

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] bsp/amd-x86: add initial support

2022-07-18 Thread Yongxin Liu
Add support for amd-x86-64 bsp with standard and preempt-rt kernel. Signed-off-by: Yongxin Liu --- bsp/amd-x86/amd-x86-64-standard.scc | 9 bsp/amd-x86/amd-x86-64.scc | 33 bsp/amd-x86/amd-x86-hugepage.cfg| 6 +++ bsp/amd-x86/amd-x86-preempt-rt.scc | 8

[linux-yocto][v5.15/standard/x86 and v5.15/standard/preempt-rt/x86][PATCH] REVERTME: net: stmmac: Disable Split Header for TGL and EHL

2022-04-23 Thread Yongxin Liu
until the issue is fixed. Suggested-by: Ong, Boon Leong Signed-off-by: Mohammad Athari Bin Ismail Signed-off-by: Wong Vee Khee Signed-off-by: Yongxin Liu --- drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 1 + drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 +- include/linux

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 4/4] bsp/intel-x86: add support for Time-Sensitive Network

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit dbe03fa9005d388617aca3bcfb1b06ba35d49215) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/4] bsp/intel-x86: add support for Marvell Alaska PHYs

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit e5f9159b015681e7a2a86cd67f109ae814f5a5c6) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 0/4] some kernel configs cherry picked from 5.10 to 5.15

2022-04-20 Thread Yongxin Liu
Hi Bruce, Here are some commits are cherry-picked from yocto-5.10. Could you help to merge them to yocto-5.15? Yongxin Liu (4): bsp/intel-x86: add support for Marvell Alaska PHYs bsp/intel-x86: add pinctrl support for Intel Elkhart Lake features/tsn: add feature for Time-Sensitive

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 2/4] bsp/intel-x86: add pinctrl support for Intel Elkhart Lake

2022-04-20 Thread Yongxin Liu
Currently, this pinctrl for Elkhart Lake is only supported in intel-x86 bsp, so it cannot be added in features/intel-pinctrl. Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit bc4bc1a4e732806879286619e8583530df819908) Signed-off-by: Yongxin Liu --- bsp/intel

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 3/4] features/tsn: add feature for Time-Sensitive Networking

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit 4537448afb4a4140771a1cd3e67120cee3f1a591) Signed-off-by: Yongxin Liu --- features/tsn/tsn.cfg | 5 + features/tsn/tsn.scc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 features/tsn/tsn.cfg

[linux-yocto] [PATCH] [v5.15/standard/x86 and v5.15/standard/preempt-rt/x86] Add GPIO, Time-Aware GPIO, PTP and Time Coordinated computing support for Elkhart Lake in kernel v5.15

2022-04-20 Thread Yongxin Liu
Hi Bruce, Could you please help to merge those 23 patches to linux-yocto, branch v5.15/standard/x86 and v5.15/standard/preempt-rt/x86? Those patches add support for GPIP/TGPIO, PTP and TCC(Intel Time Coordinated Computing) on Elkhart Lake CRB. All the patches are from

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 2/2] bsp/intel-x86: change the i2c-hid configuration to be ACPI-based

2022-04-11 Thread Yongxin Liu
figuration: - CONFIG_I2C_HID Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index 663c5e20..795d1098 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/int

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/2] intel-x86: preempt-rt: Disable CONFIG_NUMA_BALANCING

2022-04-11 Thread Yongxin Liu
]: 'CONFIG_NUMA_BALANCING' last val (y) and .config val (n) do not match [NOTE]: 'CONFIG_NUMA_BALANCING_DEFAULT_ENABLED' last val (y) and .config val (n) do not match Signed-off-by: He Zhe Signed-off-by: Bruce Ashfield (cherry picked from commit c2cb9134a69ae10966533040f352111a77ae5238) Signed-off-by: Yongxin Liu

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] iwlwifi: fix use-after-free

2022-02-20 Thread Yongxin Liu
b514cf4c85.Iffb575ca2a623d7859b542c33b2a507d01554251@changeid Signed-off-by: Yongxin Liu --- drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-drv.c b/drivers/net/wireless/intel/iwlwifi/iwl-drv.c index 91450f33fe0f..678007f3c

Re: [linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/intel-x86][PATCH] Revert "net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()"

2021-12-05 Thread Yongxin Liu
nux-yocto][v5.10/standard/x86 and v5.10/standard/preempt- > rt/intel-x86][PATCH] Revert "net: stmmac: correct clocks enabled in > stmmac_vlan_rx_kill_vid()" > on 03/12/2021 Yongxin Liu wrote: > > > This reverts commit dbdf56c16dc173ee1ac6af1b80eb76a88a78cbd8. > >

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/intel-x86][PATCH] Revert "net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()"

2021-12-02 Thread Yongxin Liu
df56c16dc1 is not needed. So revert it to make code consistent with upstream verson. Signed-off-by: Yongxin Liu --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/d

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86] Driver update for Intel AX210 Wi-Fi and Intel Bluetooth Device Typhoon Peak

2021-09-27 Thread Yongxin Liu
Hi Bruce, Could you please help to merge the following 159 patches to branch "v5.10/standard/x86" and "v5.10/standard/preempt-rt/x86?" Those patches are all from mainline kernel. They fix some issues and add better support for Intel AX210 Wi-Fi and Intel Bluetooth Device Typhoon Peak

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH 2/3] drm/i915: Check for unsupported DP link rates during initial commit

2021-09-06 Thread Yongxin Liu
-by: Imre Deak Link: https://patchwork.freedesktop.org/patch/msgid/20201003001846.1271151-4-imre.d...@intel.com Signed-off-by: Yongxin Liu --- drivers/gpu/drm/i915/display/intel_dp.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH 1/3] drm/i915: Move the initial fastset commit check to encoder hooks

2021-09-06 Thread Yongxin Liu
...@intel.com Signed-off-by: Yongxin Liu --- drivers/gpu/drm/i915/display/icl_dsi.c | 14 +++ drivers/gpu/drm/i915/display/intel_ddi.c | 10 drivers/gpu/drm/i915/display/intel_display.c | 27 +- drivers/gpu/drm/i915/display

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 2/2] bsp/intel-x86: add NVMe hardware monitoring support

2021-09-01 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index f1dbd887..663c5e20 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -320,6 +320,7

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/2] bsp/intel-x86: remove cfg80211 related overrides

2021-09-01 Thread Yongxin Liu
remove the override and make CFG80211 a loadable module. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-cfg80211-overrides.cfg | 3 --- bsp/intel-x86/intel-x86.scc| 1 - 2 files changed, 4 deletions(-) delete mode 100644 bsp/intel-x86/intel-x86-cfg80211-overrides.cfg diff

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 3/3] bsp/intel-x86: add support for the Intel PCH/PCU SPI controller

2021-08-12 Thread Yongxin Liu
The Intel PCH/PCU SPI controller is present in modern Intel hardware and is used to hold BIOS and other persistent settings. Using this driver it is possible to upgrade BIOS directly from Linux. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 8 bsp/intel-x86/intel-x86.scc

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/3] bsp/intel-x86: increase maximum number of supported 8250 serial ports to 16

2021-08-12 Thread Yongxin Liu
0.nr_uarts. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-serial-8250-overrides.cfg | 3 +++ bsp/intel-x86/intel-x86.scc | 1 + 2 files changed, 4 insertions(+) create mode 100644 bsp/intel-x86/intel-x86-serial-8250-overrides.cfg diff --git a/bsp/intel-x86/intel-x86-s

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 2/3] bsp/intel-x86: add DesignWare SPI controller support

2021-08-12 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index b5c25931..d527f1ab 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -271,6 +271,10

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] net: stmmac: fix one porting issue about SGMII pcs-xcps settings

2021-08-04 Thread Yongxin Liu
In e2a6fd20b93a ("net: stmmac: individual mem alloc for dwxpcs plat data"), the pcs-xpcs setting was wrongly removed, which causes the SGMII interface on Elkhart Lake CRB cannot work. Add them back. Signed-off-by: Yongxin Liu --- drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 7

[linux-yocto] [PATCH] [v5.10/standard/x86] Add TCC, TGPIO and TSN support for EHL CRB on non-RT kernel

2021-07-22 Thread Yongxin Liu
Hi Bruce, Could you help to merge the following patches to linux-yocto, branch "v5.10/standard/x86"? They are already merged to branch "v5.10/standard/preempt-rt/x86". But we decide to add them to non-RT kernel also. Sorry for adding extra work to you. The following changes since commit

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 7/7] bsp/intel-x86: add support for Time-Sensitive Network

2021-07-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc b/bsp/intel-x86/intel-x86-64-preempt-rt.scc index e759c884..bd31121b 100644 --- a/bsp/intel-x86/intel-x86-64-preempt-rt.scc

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 6/7] features/tsn: add feature for Time-Sensitive Networking

2021-07-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/tsn/tsn.cfg | 5 + features/tsn/tsn.scc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 features/tsn/tsn.cfg create mode 100644 features/tsn/tsn.scc diff --git a/features/tsn/tsn.cfg b/features/tsn/tsn.cfg new file mode 100644 index

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 4/7] bsp/intel-x86: add support for Marvell Alaska PHYs

2021-07-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index b5c25931..c7353a6a 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -349,3 +349,6

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 3/7] intel-x86: enable edac support for Elkhart Lake

2021-07-20 Thread Yongxin Liu
From: Liwei Song This enalbe CONFIG_EDAC_IGEN6=m to support edac on Elkhart Lake Signed-off-by: Liwei Song Signed-off-by: Bruce Ashfield (cherry picked from commit 5ad9b70898b178ff07b21c74a0f63a168a6dcec7) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64.cfg | 1 + 1 file changed

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 1/7] feature/can: enable Bosch M_CAN controller support

2021-07-20 Thread Yongxin Liu
commit 40a442b46a871ed363d732c7970234c6ef60deec) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.scc | 1 + features/can/m_can.cfg | 5 + features/can/m_can.scc | 5 + 3 files changed, 11 insertions(+) create mode 100644 features/can/m_can.cfg create mode 100644 features

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 2/7] intel-x86: enable DesignWare PWM Controller support

2021-07-20 Thread Yongxin Liu
From: Liwei Song Enable CONFIG_PWM_DWC to support DesignWare PWM Controller on Elkhart Lake. Signed-off-by: Liwei Song Signed-off-by: Bruce Ashfield (cherry picked from commit 34e282d436e75230672a58761d7bb1ee19ba795d) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file

[linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH 0/7] Enable some features on Intel Elkhart Lake CRB

2021-07-20 Thread Yongxin Liu
edac support for Elkhart Lake Yongxin Liu (4): bsp/intel-x86: add support for Marvell Alaska PHYs bsp/intel-x86: add pinctrl support for Intel Elkhart Lake features/tsn: add feature for Time-Sensitive Networking bsp/intel-x86: add support for Time-Sensitive Network bsp/intel-x86/intel-x86

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] net: stmmac: remove wrong code pieces introduced by code merging

2021-07-20 Thread Yongxin Liu
://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/diff/drivers/net/ethernet /stmicro/stmmac/stmmac_mdio.c?h=v5.10/standard/x86=88dbec0707c9b21b1323adb3d4b751ba2a866901 Signed-off-by: Yongxin Liu --- drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 27 --- 1 file changed, 27

[linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] pwm: Add DesignWare PWM Controller Driver

2021-07-19 Thread Yongxin Liu
-developed-by: Felipe Balbi (Intel) Signed-off-by: Felipe Balbi (Intel) Co-developed-by: Raymond Tan Signed-off-by: Raymond Tan Signed-off-by: Jarkko Nikula Signed-off-by: Thierry Reding Signed-off-by: Yongxin Liu --- drivers/pwm/Kconfig | 9 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm

[linux-yocto] [PATCH] [ONLY v5.10/standard/preempt-rt/x86] Add TCC_PTCM interface driver

2021-07-19 Thread Yongxin Liu
Hi Bruce, Could you help to merge the following 16 patches to linux-yocto, branch "v5.10/standard/preempt-rt/x86" only? Those patches are all from https://github.com/intel/linux-intel-lts.git, branch 5.4/preempt-rt. They add kernel driver for TCC (Time Coordinated Computing). The following

[linux-yocto] [PATCH] [ONLY v5.10/standard/preempt-rt/x86] Add TGPIO and TSN support for EHL CRB

2021-07-15 Thread Yongxin Liu
Hi Bruce, Could you help to merge the following 99 patches to linux-yocto, branch "v5.10/standard/preempt-rt/x86" only? Those patches are all from https://github.com/intel/linux-intel-lts.git, branch 5.4/preempt-rt. They add support for Time-Aware GPIO (TGPIO) and Time-Sensitive Network (TSN)

Re: [linux-yocto] [PATCH] [v5.10/standard/x86 and v5.10/standard/preempt-rt/x86]

2021-07-06 Thread Yongxin Liu
> -Original Message- > From: Bruce Ashfield > Sent: Tuesday, July 6, 2021 9:17 PM > To: Liu, Yongxin > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [PATCH] [v5.10/standard/x86 and > v5.10/standard/preempt-rt/x86] > > [Please note: This e-mail is from an EXTERNAL

Re: [linux-yocto] [PATCH] [v5.10/standard/x86 and v5.10/standard/preempt-rt/x86]

2021-07-05 Thread Yongxin Liu
> -Original Message- > From: Bruce Ashfield > Sent: Tuesday, July 6, 2021 11:04 > To: Liu, Yongxin > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [PATCH] [v5.10/standard/x86 and > v5.10/standard/preempt-rt/x86] > > [Please note: This e-mail is from an EXTERNAL

[linux-yocto] [PATCH] [v5.10/standard/x86 and v5.10/standard/preempt-rt/x86]

2021-07-04 Thread Yongxin Liu
Hi Bruce, Could you help to merge below 110 patches to linux-yocto, branch "v5.10/standard/x86" and "v5.10/standard/preempt-rt/x86"? Those patches add pinctrl, In-Band ECC, CAN and stmmac NIC support on Intel Elkhart Lake CRB. The following 3 patches are from

[linux-yocto][linux-yocto v5.10][PATCH 3/4] iommu/vt-d: Preset Access/Dirty bits for IOVA over FL

2021-05-20 Thread Yongxin Liu
Signed-off-by: Greg Kroah-Hartman Signed-off-by: Yongxin Liu --- drivers/iommu/intel/iommu.c | 14 -- include/linux/intel-iommu.h | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/iommu/intel/iommu.c b/drivers/iommu/intel/iommu.c index 4ef25c21b39b

[linux-yocto][linux-yocto v5.10][PATCH 0/4] fix the wrong backporting about iommu in v5.10.37

2021-05-20 Thread Yongxin Liu
Hi Bruce, Those 4 patches are from Linux stable v5.10.38, in order to fix the wrong backporting in linux stable v5.10.37. 2 commits revert the incorrect merge, and another 2 commits re-backport the patches correctly. This wrong backporting has serious consequence which makes iommu unusable on

  1   2   >