[linux-yocto] [PATCH 5/5] Revert "net: can: llce_can: add netdev notifier"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 9363cece406bdf2231444ca06074efb7f2a65f9e. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 281 ++-- drivers/net/can/llce/llce_can_common.c | 37 +--- include/linux/can/dev/llce_can_common.h | 2 - 3 files

[linux-yocto] [PATCH 4/5] Revert "net: can: llce can: fix switching beteween CAN and CAN FD"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 572a26ce97d70c940f236cfdfcf670c2b16ff0b0. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/net/can/llce/llce_can.c b/drivers/net/can/llce/llce_can.c

[linux-yocto] [PATCH 3/5] Revert "net: can: llce can: do not print errors if logging is not supported"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 65dca19f372f90f9ffd390eccaf9f0efa70fa0c7. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/llce/llce_can.c b/drivers/net/can/llce/llce_can.c index

[linux-yocto] [PATCH 1/5] Revert "bindings: clock s32cc: add CMU clk"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 91376f1512ed6729b2d4339822dee3b7a9922729. Signed-off-by: Wenlin Kang --- include/dt-bindings/clock/s32gen1-scmi-clock.h | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/dt-bindings/clock/s32gen1-scmi-clock.h

[linux-yocto][v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx] revert some commits to fix llcecan issue

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang Hi Bruce Would you please merge these patches? thanks. With latest codes, when configure LLCE, we notice that llcecan interfaces can't be found: root@nxp-s32g2xx:~# ip link set up llcecan0 type can bitrate 50 dbitrate 500 fd on Cannot find device "llcecan0" After

[linux-yocto] [PATCH 2/5] Revert "net: can: llce can: restrict logging enablement"

2024-03-07 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jun Zhang This reverts commit 0f208baa111991764ba68f5f809d851897ecda64. Signed-off-by: Wenlin Kang --- drivers/net/can/llce/llce_can.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/drivers/net/can/llce/llce_can.c

Re: [linux-yocto][v5.10/standard/preempt-rt/intel-sdk-5.10/intel-socfpga][PATCH 00/46] Update BSP intel-socfpga-64 to latest

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
On 2023/5/16 21:38, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. In message: [linux-yocto][v5.10/standard/preempt-rt/intel-sdk-5.10/intel-socfpga][PATCH

[linux-yocto] [PATCH 41/46] i2c: designware: introduce a custom scl recovery for SoCFPGA platforms

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit 73b66146e5a976b1c4b3fe3a14b950b54fb080eb from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b2f670af1feab3325cce5a251128f30711148771] The I2C pins on the SoCFPGA platforms do not go through a GPIO module, thus cannot be recovered by the

[linux-yocto] [PATCH 44/46] ARM: dts: add EMAC AXI settings for Cyclone5

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit 55982ac91fb3c9e164ffc8d51668df5d9c5d5a24 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b3cbbb58632fa6f9cebf3f5c3ba210f11a3bdeb8] Add the dts entries needed to support the EMAC AXI bus settings on the Cyclone5. Signed-off-by: Dinh Nguyen

[linux-yocto] [PATCH 42/46] dt-bindings: i2c: dw: Add Intel's SoCFPGA I2C controller

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit ef581f3c543027fce1581a8036ca82e4259c52d2 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit ab37b08d91f5bb180ae6c05091ed2209700939c6] The I2C pins on Intel's SoCFPGA platform are not connected to GPIOs and thus cannot be recovered by the

[linux-yocto] [PATCH 46/46] HSD #18019787908 crypto: intel_fcs: Reduce polling interval for GET_PROVISION_DATA

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Teh Wen Ping commit 5b5ef0b5e999c1916962baeaf595f33d5de86ee6 from https://github.com/altera-opensource/linux-socfpga.git Reduce GET_PROVISION_DATA delay interval from 500m to 100m to receive response faster. Signed-off-by: Teh Wen Ping Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 43/46] arm: dts: socfpga: use the "intel,socfpga-i2c" binding

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit e590fa8167f46629132bc0cc5576da7b9c0bc9c4 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 61cc507cd83b10bd561921d11386f524fcea419d] The I2C pins on Intel's SoCFPGA platform are not connected to GPIOs and thus cannot be recovered by the

[linux-yocto] [PATCH 45/46] HSD #18019787908 firmware: stratix10-svc: Reduce polling interval for command status

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Teh Wen Ping commit 4b1732303c1f0e9b9b3de9fdb43edff5449cfc90 from https://github.com/altera-opensource/linux-socfpga.git Change COMMAND_POLL_SERVICE_STATUS interval into two interval. Poll the status every 20ms for 1sec and if status is still not ready, poll every 500ms for 29sec. Fast

[linux-yocto] [PATCH 39/46] HSD #15010262011-1: arm64: dts: stratix10: change QSE phy-mode to 10gbase-r

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 2e242c460021e5a87b8caa567a9135b8f4cd764e from https://github.com/altera-opensource/linux-socfpga.git This patch updates the phy-mode of QSE device tree to 10gbase-r. The reason for this change is, commit 7d6cd6c46cb7 ('net: eth: altera: fix QSE driver broken link

[linux-yocto] [PATCH 40/46] HSD #15010262011-2: net: eth: altera: fix QSE driver broken link speed configuration

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 37ee5829b06caa7fb4e47db5cebff332d6ab04de from https://github.com/altera-opensource/linux-socfpga.git This patch fixes QSE driver broken link speed configuration during mac_config. During mac_config, the link speed is still unknown and will only be set after

[linux-yocto] [PATCH 37/46] Add a reference to ucounts for each cred

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Alexey Gladkov commit 5942bed71f9facc2a0e53b92781330107a60d1da from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 905ae01c4ae2ae3df05bb141801b1db4b7d83c61] For RLIMIT_NPROC and some other rlimits the user_struct that holds the global limit is kept alive for the

[linux-yocto] [PATCH 38/46] Use atomic_t for ucounts reference counting

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Alexey Gladkov commit 4999f8076579fec0aba45019489b2fe4894a101a from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b6c336528926ef73b0f70260f2636de2c3b94c14] The current implementation of the ucounts reference counter requires the use of spin_lock. We're going to

[linux-yocto] [PATCH 36/46] ucount: Make get_ucount a safe get_user replacement

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Eric W. Biederman" commit 61956630e41032f05c1e95e85f715c8f317304b1 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit f9d87929d451d3e649699d0f1d74f71f77ad38f5] When the ucount code was refactored to create get_ucount it was missed that some of the contexts in

[linux-yocto] [PATCH 30/46] HSD #14014656595: drivers: net: phy: add qsfp_phy support

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: NagarajuDeepakX commit b9927cdeeb591cacbd31206530d54a98ce08207f from https://github.com/altera-opensource/linux-socfpga.git This patch adds qsfp_phy support to the E-Tile Ethernet controller. Signed-off-by: NagarajuDeepakX Signed-off-by: Wenlin Kang --- drivers/net/phy/Kconfig|

[linux-yocto] [PATCH 35/46] arm64: dts: intel: add device tree for n6000

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit 6a288fb74cd186802c3f2e44eab0d318e19a668f from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 22511e665eadc2c49021886d07aaef39db90ca82] Add a device tree for the n6000 instantiation of Agilex Hard Processor System (HPS). Signed-off-by:

[linux-yocto] [PATCH 33/46] dt-bindings: soc: add bindings for Intel HPS Copy Engine

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit aa1a83f84f199623e2926e6ca876402d40fde191 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 79af73b31ab281277cec8f5d102364b9c64588c1] Add device tree bindings documentation for the Intel Hard Processor System (HPS) Copy Engine.

[linux-yocto] [PATCH 34/46] dt-bindings: intel: add binding for Intel n6000

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit d84d4368c18cd7632460e037ee4f72303c59ec8b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit af657d7f40423bac0c898e0d89a3539ea0d1043a] Add the binding string for the Agilex based Intel n6000 board. Signed-off-by: Matthew Gerlach Acked-by:

[linux-yocto] [PATCH 32/46] HSD #1509151525: fpga: altera-cvp: Truncated bitstream error support

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit 2a87237bcd66d2f79235bcc905c2ca9ce8ff77c1 from https://github.com/altera-opensource/linux-socfpga.git To support the error handling of a truncated bitstream sent. The current AIB CvP firmware is not capable of handling a data stream smaller than 4096bytes. The

[linux-yocto] [PATCH 31/46] HSD #18019805663: mtd: spi-nor: issi: Add IS25WP512 device

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Niravkumar L Rabara commit b54afecbad98ecec0cb0c18f27cbff73c867a66f from https://github.com/altera-opensource/linux-socfpga.git Add is25wp512 info to spi_nor_ids[] table entry. Rename is25lp256_post_bfpt_fixups to is_post_bfpt_fixups as a common function for all is25xx post_bfpt fixups.

[linux-yocto] [PATCH 29/46] HSD #22012268110: net: ethernet: altera: E-Tile fixed link implementation

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 932869aa5d80cf9aebb672f1096e1d09a7b8d92e from https://github.com/altera-opensource/linux-socfpga.git This patch implements fixed link device tree binding handling at the E-Tile ethernet MAC driver as the E-Tile ethernet MAC is not connected to a normal MDIO-managed

[linux-yocto] [PATCH 28/46] jbd2: fix use-after-free of transaction_t race

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ritesh Harjani commit 9032f97796fe8d3d98d8f6cc19919458f7cb4aec from https://github.com/altera-opensource/linux-socfpga.git [upstream commit cc16eecae687912238ee6efbff71ad31e2bc414e] jbd2_journal_wait_updates() is called with j_state_lock held. But if there is a commit in progress, then

[linux-yocto] [PATCH 27/46] jbd2: refactor wait logic for transaction updates into a common function

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ritesh Harjani commit 8e9aa9142bfe3820eb60021a403472516e81ed2b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 4f98186848707f530669238d90e0562d92a78aab] No functionality change as such in this patch. This only refactors the common piece of code which waits

[linux-yocto] [PATCH 26/46] HSD #15010832611: firmware: stratix10-rsu: query spt addresses

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Radu Bacrau commit ff347243f1a1c3927ba2ea1d9c30348c3939cd51 from https://github.com/altera-opensource/linux-socfpga.git Extend Intel Remote System Update (RSU) driver to get SPT (Sub-Partition Table) addresses. Signed-off-by: Radu Bacrau Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 25/46] cgroup: Use open-time credentials for process migraton perm checks

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Tejun Heo commit addf0d2fbf84fa527e26af8ae670f7d85cc6c375 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 1756d7994ad85c2479af6ae5a9750b92324685af] cgroup process migration permission checks are performed at write time as whether a given operation is allowed

[linux-yocto] [PATCH 23/46] xen/grant-table: add gnttab_try_end_foreign_access()

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Juergen Gross commit 72103f08cde854334ec48d30f33d58a642d68344 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 6b1775f26a2da2b05a6dc8ec2b5d14e9a4701a1a] Add a new grant table function gnttab_try_end_foreign_access(), which will remove and free a grant if it is

[linux-yocto] [PATCH 24/46] Revert "cgroup: Use open-time credentials for process migraton perm checks"

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit bcb864df35d751a77abcfa116ae9d801f47a6e5b from https://github.com/altera-opensource/linux-socfpga.git This reverts commit 31f58fc8d843cfc1d458fa01f4c24c4ea37834e5. Due to a mistake in resolving a merge conflict, this patch needs to get reverted. Signed-off-by: Dinh

[linux-yocto] [PATCH 21/46] vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit fde5b51795fa87107c13092eb54f6632b3b2f70b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit d6d8bb92fdde6390037bf9da174ed3ab551c04d7] Let's use the new 'get_config_size()' callback available instead of using the 'virtio_id' to get the

[linux-yocto] [PATCH 22/46] vdpa: clean up get_config_size ret value handling

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Laura Abbott commit 0e1c61723d60074b12c61e69ffacd9137a60dd1d from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 870aaff92e959e29d40f9cfdb5ed06ba2fc2dae0] The return type of get_config_size is size_t so it makes sense to change the type of the variable holding

[linux-yocto] [PATCH 19/46] vdpa: introduce virtio pci driver

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jason Wang commit 64b9f64f80a6f4b7ea51bf0510119cb15e801dc6 from https://github.com/altera-opensource/linux-socfpga.git This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for features prototyping and

[linux-yocto] [PATCH 20/46] vdpa: add get_config_size callback in vdpa_config_ops

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit 442706f9f94d28fe3c9f188ae4ebbd6b40addffe from https://github.com/altera-opensource/linux-socfpga.git This new callback is used to get the size of the configuration space of vDPA devices. Signed-off-by: Stefano Garzarella Link:

[linux-yocto] [PATCH 17/46] fpga: altera-cvp: Increase credit timeout

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit ec82dae4b4a85d369d313a9628873ade5095bcf7 from https://github.com/altera-opensource/linux-socfpga.git Increase the timeout for SDM (Secure device manager) data credits from 20ms to 40ms. Internal stress tests running at 500 loops failed with the current timeout of

[linux-yocto] [PATCH 18/46] vdpa_sim: rename vdpasim_config_ops variables

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit 36a9c30630256629e62a9186793c28735ade3ffc from https://github.com/altera-opensource/linux-socfpga.git These variables store generic callbacks used by the vDPA simulator core, so we can remove the 'net' word in their names. Co-developed-by: Max Gurtovoy

[linux-yocto] [PATCH 15/46] drm/i915/guc: Update to use firmware v49.0.1

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: John Harrison commit e3f6a1e82931bb58fb57e0ecdff0494bd5be55ad from https://github.com/altera-opensource/linux-socfpga.git [upstream commit c784e5249e773689e38d2bc1749f08b986621a26] The latest GuC firmware includes a number of interface changes that require driver updates to match. *

[linux-yocto] [PATCH 16/46] HSD #14015950233: arm64: configs: enable HW_RANDOM as kernel module

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 457737dcc8fb11818db8b5dae068f0d48c07430f from https://github.com/altera-opensource/linux-socfpga.git Enable hardware random number generator as a loadable module. CONFIG_HW_RANDOM=m This kernel config is only required by Intel's n5x platform. Change it to module

[linux-yocto] [PATCH 14/46] HSD #1509644685 crypto: intel_fcs: Generic Mailbox Command

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit d031779b1e0a2ecec3bf7ce8a5602e92a5013b4d from https://github.com/altera-opensource/linux-socfpga.git Add generic mailbox command that can support SDM command. User can use this command to send SDM mailbox command. User have to specified an input file which contain

[linux-yocto] [PATCH 13/46] HSD #1509644685 firmware: stratix10-svc: Generic Mailbox Command

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 63f4a2705f7093ec24599eb744260e46e23e48bc from https://github.com/altera-opensource/linux-socfpga.git Add generic mailbox command that can support SDM command. User can use this command to send SDM mailbox command. User have to specified an input file which contain

[linux-yocto] [PATCH 12/46] HSD #15010087323 crypto: intel_fcs: SHA2/HMAC service for large file

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit af8e078c2ba1f02440467ce0c2fae0ffed8c7128 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size SHA2/HMAC data signing and verify using new 'update' mailbox command. The large file will be splitted into smaller chunk and send

[linux-yocto] [PATCH 11/46] HSD #15010087323 crypto: intel_fcs: ECDSA service for large file

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit b3f94ecca7bd9f147ab32a6aa89daf1e1865ec28 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size ECDSA data signing and verify using new 'update' mailbox command. The large file will be splitted into smaller chunk and send using

[linux-yocto] [PATCH 09/46] HSD #15010087323 firmware: stratix10-svc: AES, SHA2/HMAC and ECDSA service for large file

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 11778ddc08e752b55991f01ac4e5f805f10cad35 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size AES, SHA2/HMAC data and ECDSA crypto service using new 'update' mailbox command. The large file will be splitted into smaller chunk

[linux-yocto] [PATCH 10/46] HSD #15010087323 crypto: intel_fcs: AES service for large file

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 8e36efdb548233fb98d422099e9d3e4641f53f3f from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size AES encryption and decryption using new 'update' mailbox command. The large file will be splitted into smaller chunk and send using

[linux-yocto] [PATCH 08/46] net: ethernet: Fix multiple definitions of alloc_init_skbufs and free_skbufs

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 122520a53a4bc247a186a53f37eb2f1f5df21de6 from https://github.com/altera-opensource/linux-socfpga.git Fix the multiple definitions of alloc_init_skbufs and free_skbufs between intel_fpga_qse_ll_main.c and altera_tse_main.c Signed-off-by: Tham, Mun Yew

[linux-yocto] [PATCH 07/46] HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit dd05e5a30c70c34866da13536dde41e926e9c622 from https://github.com/altera-opensource/linux-socfpga.git The current driver does not support concurrent clients sending IOCTL commands. The driver must implement a mutex lock at the start of an IOCTL command before

[linux-yocto] [PATCH 06/46] Revert "intel: fcs: avoid allocating memory repeatedly"

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang Since this issue already fix by upstream commit dd05e5a3(HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests) This reverts commit 12718cdf0c2ca0b48017ea8049ec64f8891538c2. --- drivers/crypto/intel_fcs.c | 22 -- 1 file changed,

[linux-yocto] [PATCH 05/46] HSD #14014656595: net: phy: add PHY_INTERFACE_MODE_25GKR

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit cb5da536a2f6f4f84ff8b468b026e54974a7d07e from https://github.com/altera-opensource/linux-socfpga.git Add PHY_INTERFACE_MODE_25GKR for 25 Gigabit Ethernet Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang --- include/linux/phy.h | 4 1 file changed, 4

[linux-yocto] [PATCH 04/46] HSD #14014656595: net: ethernet: altera: add Intel FPGA E-tile Ethernet driver Makefile and Kconfig

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 45091e472d3df0e8be7275a9e8d96bc46c6ba700 from https://github.com/altera-opensource/linux-socfpga.git This patch adds Makefile and Kconfig for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 03/46] HSD #14014656595: net: ethernet: altera: add FEC driver for Intel FPGA E-tile Ethernet driver

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 9d5cb4437f4e1182f03424b26eac2954687af777 from https://github.com/altera-opensource/linux-socfpga.git This patch adds FEC driver for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 02/46] HSD #14014656595: net: ethernet: altera: add ethtool support for Intel FPGA E-tile Ethernet driver

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 07113cc9137023583c167b9e70c73168a3ba2060 from https://github.com/altera-opensource/linux-socfpga.git This patch adds ethtool support for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto][v5.10/standard/preempt-rt/intel-sdk-5.10/intel-socfpga][PATCH 00/46] Update BSP intel-socfpga-64 to latest

2023-05-16 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang *** BLURB HERE *** Alexey Gladkov (2): Add a reference to ucounts for each cred Use atomic_t for ucounts reference counting Ang Tien Sung (3): HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests fpga: altera-cvp: Increase credit timeout

[linux-yocto] [PATCH 46/46] HSD #18019787908 crypto: intel_fcs: Reduce polling interval for GET_PROVISION_DATA

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Teh Wen Ping commit 5b5ef0b5e999c1916962baeaf595f33d5de86ee6 from https://github.com/altera-opensource/linux-socfpga.git Reduce GET_PROVISION_DATA delay interval from 500m to 100m to receive response faster. Signed-off-by: Teh Wen Ping Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 40/46] HSD #15010262011-2: net: eth: altera: fix QSE driver broken link speed configuration

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 37ee5829b06caa7fb4e47db5cebff332d6ab04de from https://github.com/altera-opensource/linux-socfpga.git This patch fixes QSE driver broken link speed configuration during mac_config. During mac_config, the link speed is still unknown and will only be set after

[linux-yocto] [PATCH 44/46] ARM: dts: add EMAC AXI settings for Cyclone5

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit 55982ac91fb3c9e164ffc8d51668df5d9c5d5a24 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b3cbbb58632fa6f9cebf3f5c3ba210f11a3bdeb8] Add the dts entries needed to support the EMAC AXI bus settings on the Cyclone5. Signed-off-by: Dinh Nguyen

[linux-yocto] [PATCH 45/46] HSD #18019787908 firmware: stratix10-svc: Reduce polling interval for command status

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Teh Wen Ping commit 4b1732303c1f0e9b9b3de9fdb43edff5449cfc90 from https://github.com/altera-opensource/linux-socfpga.git Change COMMAND_POLL_SERVICE_STATUS interval into two interval. Poll the status every 20ms for 1sec and if status is still not ready, poll every 500ms for 29sec. Fast

[linux-yocto] [PATCH 43/46] arm: dts: socfpga: use the "intel,socfpga-i2c" binding

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit e590fa8167f46629132bc0cc5576da7b9c0bc9c4 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 61cc507cd83b10bd561921d11386f524fcea419d] The I2C pins on Intel's SoCFPGA platform are not connected to GPIOs and thus cannot be recovered by the

[linux-yocto] [PATCH 42/46] dt-bindings: i2c: dw: Add Intel's SoCFPGA I2C controller

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit ef581f3c543027fce1581a8036ca82e4259c52d2 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit ab37b08d91f5bb180ae6c05091ed2209700939c6] The I2C pins on Intel's SoCFPGA platform are not connected to GPIOs and thus cannot be recovered by the

[linux-yocto] [PATCH 39/46] HSD #15010262011-1: arm64: dts: stratix10: change QSE phy-mode to 10gbase-r

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 2e242c460021e5a87b8caa567a9135b8f4cd764e from https://github.com/altera-opensource/linux-socfpga.git This patch updates the phy-mode of QSE device tree to 10gbase-r. The reason for this change is, commit 7d6cd6c46cb7 ('net: eth: altera: fix QSE driver broken link

[linux-yocto] [PATCH 38/46] Use atomic_t for ucounts reference counting

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Alexey Gladkov commit 4999f8076579fec0aba45019489b2fe4894a101a from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b6c336528926ef73b0f70260f2636de2c3b94c14] The current implementation of the ucounts reference counter requires the use of spin_lock. We're going to

[linux-yocto] [PATCH 41/46] i2c: designware: introduce a custom scl recovery for SoCFPGA platforms

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit 73b66146e5a976b1c4b3fe3a14b950b54fb080eb from https://github.com/altera-opensource/linux-socfpga.git [upstream commit b2f670af1feab3325cce5a251128f30711148771] The I2C pins on the SoCFPGA platforms do not go through a GPIO module, thus cannot be recovered by the

[linux-yocto] [PATCH 37/46] Add a reference to ucounts for each cred

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Alexey Gladkov commit 5942bed71f9facc2a0e53b92781330107a60d1da from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 905ae01c4ae2ae3df05bb141801b1db4b7d83c61] For RLIMIT_NPROC and some other rlimits the user_struct that holds the global limit is kept alive for the

[linux-yocto] [PATCH 35/46] arm64: dts: intel: add device tree for n6000

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit 6a288fb74cd186802c3f2e44eab0d318e19a668f from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 22511e665eadc2c49021886d07aaef39db90ca82] Add a device tree for the n6000 instantiation of Agilex Hard Processor System (HPS). Signed-off-by:

[linux-yocto] [PATCH 30/46] HSD #14014656595: drivers: net: phy: add qsfp_phy support

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: NagarajuDeepakX commit b9927cdeeb591cacbd31206530d54a98ce08207f from https://github.com/altera-opensource/linux-socfpga.git This patch adds qsfp_phy support to the E-Tile Ethernet controller. Signed-off-by: NagarajuDeepakX Signed-off-by: Wenlin Kang --- drivers/net/phy/Kconfig|

[linux-yocto] [PATCH 36/46] ucount: Make get_ucount a safe get_user replacement

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Eric W. Biederman" commit 61956630e41032f05c1e95e85f715c8f317304b1 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit f9d87929d451d3e649699d0f1d74f71f77ad38f5] When the ucount code was refactored to create get_ucount it was missed that some of the contexts in

[linux-yocto] [PATCH 32/46] HSD #1509151525: fpga: altera-cvp: Truncated bitstream error support

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit 2a87237bcd66d2f79235bcc905c2ca9ce8ff77c1 from https://github.com/altera-opensource/linux-socfpga.git To support the error handling of a truncated bitstream sent. The current AIB CvP firmware is not capable of handling a data stream smaller than 4096bytes. The

[linux-yocto] [PATCH 33/46] dt-bindings: soc: add bindings for Intel HPS Copy Engine

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit aa1a83f84f199623e2926e6ca876402d40fde191 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 79af73b31ab281277cec8f5d102364b9c64588c1] Add device tree bindings documentation for the Intel Hard Processor System (HPS) Copy Engine.

[linux-yocto] [PATCH 34/46] dt-bindings: intel: add binding for Intel n6000

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Matthew Gerlach commit d84d4368c18cd7632460e037ee4f72303c59ec8b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit af657d7f40423bac0c898e0d89a3539ea0d1043a] Add the binding string for the Agilex based Intel n6000 board. Signed-off-by: Matthew Gerlach Acked-by:

[linux-yocto] [PATCH 31/46] HSD #18019805663: mtd: spi-nor: issi: Add IS25WP512 device

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Niravkumar L Rabara commit b54afecbad98ecec0cb0c18f27cbff73c867a66f from https://github.com/altera-opensource/linux-socfpga.git Add is25wp512 info to spi_nor_ids[] table entry. Rename is25lp256_post_bfpt_fixups to is_post_bfpt_fixups as a common function for all is25xx post_bfpt fixups.

[linux-yocto] [PATCH 26/46] HSD #15010832611: firmware: stratix10-rsu: query spt addresses

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Radu Bacrau commit ff347243f1a1c3927ba2ea1d9c30348c3939cd51 from https://github.com/altera-opensource/linux-socfpga.git Extend Intel Remote System Update (RSU) driver to get SPT (Sub-Partition Table) addresses. Signed-off-by: Radu Bacrau Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 29/46] HSD #22012268110: net: ethernet: altera: E-Tile fixed link implementation

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 932869aa5d80cf9aebb672f1096e1d09a7b8d92e from https://github.com/altera-opensource/linux-socfpga.git This patch implements fixed link device tree binding handling at the E-Tile ethernet MAC driver as the E-Tile ethernet MAC is not connected to a normal MDIO-managed

[linux-yocto] [PATCH 28/46] jbd2: fix use-after-free of transaction_t race

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ritesh Harjani commit 9032f97796fe8d3d98d8f6cc19919458f7cb4aec from https://github.com/altera-opensource/linux-socfpga.git [upstream commit cc16eecae687912238ee6efbff71ad31e2bc414e] jbd2_journal_wait_updates() is called with j_state_lock held. But if there is a commit in progress, then

[linux-yocto] [PATCH 27/46] jbd2: refactor wait logic for transaction updates into a common function

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ritesh Harjani commit 8e9aa9142bfe3820eb60021a403472516e81ed2b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 4f98186848707f530669238d90e0562d92a78aab] No functionality change as such in this patch. This only refactors the common piece of code which waits

[linux-yocto] [PATCH 24/46] Revert "cgroup: Use open-time credentials for process migraton perm checks"

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Dinh Nguyen commit bcb864df35d751a77abcfa116ae9d801f47a6e5b from https://github.com/altera-opensource/linux-socfpga.git This reverts commit 31f58fc8d843cfc1d458fa01f4c24c4ea37834e5. Due to a mistake in resolving a merge conflict, this patch needs to get reverted. Signed-off-by: Dinh

[linux-yocto] [PATCH 25/46] cgroup: Use open-time credentials for process migraton perm checks

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Tejun Heo commit addf0d2fbf84fa527e26af8ae670f7d85cc6c375 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 1756d7994ad85c2479af6ae5a9750b92324685af] cgroup process migration permission checks are performed at write time as whether a given operation is allowed

[linux-yocto] [PATCH 23/46] xen/grant-table: add gnttab_try_end_foreign_access()

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Juergen Gross commit 72103f08cde854334ec48d30f33d58a642d68344 from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 6b1775f26a2da2b05a6dc8ec2b5d14e9a4701a1a] Add a new grant table function gnttab_try_end_foreign_access(), which will remove and free a grant if it is

[linux-yocto] [PATCH 22/46] vdpa: clean up get_config_size ret value handling

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Laura Abbott commit 0e1c61723d60074b12c61e69ffacd9137a60dd1d from https://github.com/altera-opensource/linux-socfpga.git [upstream commit 870aaff92e959e29d40f9cfdb5ed06ba2fc2dae0] The return type of get_config_size is size_t so it makes sense to change the type of the variable holding

[linux-yocto] [PATCH 20/46] vdpa: add get_config_size callback in vdpa_config_ops

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit 442706f9f94d28fe3c9f188ae4ebbd6b40addffe from https://github.com/altera-opensource/linux-socfpga.git This new callback is used to get the size of the configuration space of vDPA devices. Signed-off-by: Stefano Garzarella Link:

[linux-yocto] [PATCH 21/46] vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit fde5b51795fa87107c13092eb54f6632b3b2f70b from https://github.com/altera-opensource/linux-socfpga.git [upstream commit d6d8bb92fdde6390037bf9da174ed3ab551c04d7] Let's use the new 'get_config_size()' callback available instead of using the 'virtio_id' to get the

[linux-yocto] [PATCH 19/46] vdpa: introduce virtio pci driver

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Jason Wang commit 64b9f64f80a6f4b7ea51bf0510119cb15e801dc6 from https://github.com/altera-opensource/linux-socfpga.git This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for features prototyping and

[linux-yocto] [PATCH 18/46] vdpa_sim: rename vdpasim_config_ops variables

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Stefano Garzarella commit 36a9c30630256629e62a9186793c28735ade3ffc from https://github.com/altera-opensource/linux-socfpga.git These variables store generic callbacks used by the vDPA simulator core, so we can remove the 'net' word in their names. Co-developed-by: Max Gurtovoy

[linux-yocto] [PATCH 17/46] fpga: altera-cvp: Increase credit timeout

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit ec82dae4b4a85d369d313a9628873ade5095bcf7 from https://github.com/altera-opensource/linux-socfpga.git Increase the timeout for SDM (Secure device manager) data credits from 20ms to 40ms. Internal stress tests running at 500 loops failed with the current timeout of

[linux-yocto] [PATCH 16/46] HSD #14015950233: arm64: configs: enable HW_RANDOM as kernel module

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teoh, Ji Sheng" commit 457737dcc8fb11818db8b5dae068f0d48c07430f from https://github.com/altera-opensource/linux-socfpga.git Enable hardware random number generator as a loadable module. CONFIG_HW_RANDOM=m This kernel config is only required by Intel's n5x platform. Change it to module

[linux-yocto] [PATCH 15/46] drm/i915/guc: Update to use firmware v49.0.1

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: John Harrison commit e3f6a1e82931bb58fb57e0ecdff0494bd5be55ad from https://github.com/altera-opensource/linux-socfpga.git [upstream commit c784e5249e773689e38d2bc1749f08b986621a26] The latest GuC firmware includes a number of interface changes that require driver updates to match. *

[linux-yocto] [PATCH 14/46] HSD #1509644685 crypto: intel_fcs: Generic Mailbox Command

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit d031779b1e0a2ecec3bf7ce8a5602e92a5013b4d from https://github.com/altera-opensource/linux-socfpga.git Add generic mailbox command that can support SDM command. User can use this command to send SDM mailbox command. User have to specified an input file which contain

[linux-yocto] [PATCH 13/46] HSD #1509644685 firmware: stratix10-svc: Generic Mailbox Command

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 63f4a2705f7093ec24599eb744260e46e23e48bc from https://github.com/altera-opensource/linux-socfpga.git Add generic mailbox command that can support SDM command. User can use this command to send SDM mailbox command. User have to specified an input file which contain

[linux-yocto] [PATCH 12/46] HSD #15010087323 crypto: intel_fcs: SHA2/HMAC service for large file

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit af8e078c2ba1f02440467ce0c2fae0ffed8c7128 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size SHA2/HMAC data signing and verify using new 'update' mailbox command. The large file will be splitted into smaller chunk and send

[linux-yocto] [PATCH 11/46] HSD #15010087323 crypto: intel_fcs: ECDSA service for large file

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit b3f94ecca7bd9f147ab32a6aa89daf1e1865ec28 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size ECDSA data signing and verify using new 'update' mailbox command. The large file will be splitted into smaller chunk and send using

[linux-yocto] [PATCH 10/46] HSD #15010087323 crypto: intel_fcs: AES service for large file

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 8e36efdb548233fb98d422099e9d3e4641f53f3f from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size AES encryption and decryption using new 'update' mailbox command. The large file will be splitted into smaller chunk and send using

[linux-yocto] [PATCH 09/46] HSD #15010087323 firmware: stratix10-svc: AES, SHA2/HMAC and ECDSA service for large file

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Teh, Wen Ping" commit 11778ddc08e752b55991f01ac4e5f805f10cad35 from https://github.com/altera-opensource/linux-socfpga.git Add support for large file size AES, SHA2/HMAC data and ECDSA crypto service using new 'update' mailbox command. The large file will be splitted into smaller chunk

[linux-yocto] [PATCH 08/46] net: ethernet: Fix multiple definitions of alloc_init_skbufs and free_skbufs

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 122520a53a4bc247a186a53f37eb2f1f5df21de6 from https://github.com/altera-opensource/linux-socfpga.git Fix the multiple definitions of alloc_init_skbufs and free_skbufs between intel_fpga_qse_ll_main.c and altera_tse_main.c Signed-off-by: Tham, Mun Yew

[linux-yocto] [PATCH 07/46] HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Ang Tien Sung commit dd05e5a30c70c34866da13536dde41e926e9c622 from https://github.com/altera-opensource/linux-socfpga.git The current driver does not support concurrent clients sending IOCTL commands. The driver must implement a mutex lock at the start of an IOCTL command before

[linux-yocto] [PATCH 02/46] HSD #14014656595: net: ethernet: altera: add ethtool support for Intel FPGA E-tile Ethernet driver

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 07113cc9137023583c167b9e70c73168a3ba2060 from https://github.com/altera-opensource/linux-socfpga.git This patch adds ethtool support for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 06/46] Revert "intel: fcs: avoid allocating memory repeatedly"

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang Since this issue already fix by upstream commit dd05e5a3(HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests) This reverts commit 9dfe713b6ff10378972c68893ca9d789dc52c663. --- drivers/crypto/intel_fcs.c | 22 -- 1 file changed,

[linux-yocto] [PATCH 05/46] HSD #14014656595: net: phy: add PHY_INTERFACE_MODE_25GKR

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit cb5da536a2f6f4f84ff8b468b026e54974a7d07e from https://github.com/altera-opensource/linux-socfpga.git Add PHY_INTERFACE_MODE_25GKR for 25 Gigabit Ethernet Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang --- include/linux/phy.h | 4 1 file changed, 4

[linux-yocto] [PATCH 04/46] HSD #14014656595: net: ethernet: altera: add Intel FPGA E-tile Ethernet driver Makefile and Kconfig

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 45091e472d3df0e8be7275a9e8d96bc46c6ba700 from https://github.com/altera-opensource/linux-socfpga.git This patch adds Makefile and Kconfig for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto] [PATCH 03/46] HSD #14014656595: net: ethernet: altera: add FEC driver for Intel FPGA E-tile Ethernet driver

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: "Tham, Mun Yew" commit 9d5cb4437f4e1182f03424b26eac2954687af777 from https://github.com/altera-opensource/linux-socfpga.git This patch adds FEC driver for Intel FPGA E-tile Ethernet driver. Signed-off-by: Tham, Mun Yew Signed-off-by: Wenlin Kang ---

[linux-yocto][v5.10/standard/intel-sdk-5.10/intel-socfpga][PATCH 00/46] Update BSP intel-socfpga-64 to latest

2023-05-15 Thread wenlin.k...@windriver.com via lists.yoctoproject.org
From: Wenlin Kang *** BLURB HERE *** Alexey Gladkov (2): Add a reference to ucounts for each cred Use atomic_t for ucounts reference counting Ang Tien Sung (3): HSD #14015618796: crypto: intel_fcs: To support concurrent fcs clients requests fpga: altera-cvp: Increase credit timeout

[linux-yocto][v5.10/standard/preempt-rt/cn-sdkv5.4/octeon][PATCH] Update the codes to sdk11.23.1

2023-03-24 Thread wenlin.k...@windriver.com
From: Wenlin Kang Hi Bruce This is for preempt-rt branch to upgrade to SDK11.23.1, Could you please help to merge below patches to the branch "v5.10/standard/preempt-rt/cn-sdkv5.4/octeon" The following changes since commit 10905ed4e39af54b87fd5e6dc9a8cc236c37ce41: Merge branch

  1   2   >