Skip to content

Commit

Permalink
[202405] Update to Linux 6.1.94 (sonic-net#423)
Browse files Browse the repository at this point in the history
* Update to Linux 6.1.94

* Integrate HW-MGMT 7.0040.1008 Changes

 ## Patch List
* 0091-platform-mellanox-mlxreg-dpu-Add-initial-support-for.patch :
* 0092-platform-mellanox-Introduce-support-of-Nvidia-smart-.patch :
* 0094-i2c-asf-Introduce-MCTP-support-over-ASF-controller.patch :

---------

Signed-off-by: Saikrishna Arcot <[email protected]>
Signed-off-by: Vivek Reddy <[email protected]>
Co-authored-by: Vivek Reddy <[email protected]>
  • Loading branch information
saiarcot895 and vivekrnv authored Sep 11, 2024
1 parent db34fda commit 54ccf27
Show file tree
Hide file tree
Showing 17 changed files with 2,983 additions and 399 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ SHELL = /bin/bash
.SHELLFLAGS += -e

KERNEL_ABI_MINOR_VERSION = 2
KVERSION_SHORT ?= 6.1.0-11-$(KERNEL_ABI_MINOR_VERSION)
KVERSION_SHORT ?= 6.1.0-18-$(KERNEL_ABI_MINOR_VERSION)
KVERSION ?= $(KVERSION_SHORT)-amd64
KERNEL_VERSION ?= 6.1.38
KERNEL_SUBVERSION ?= 4
KERNEL_VERSION ?= 6.1.94
KERNEL_SUBVERSION ?= 1
CONFIGURED_ARCH ?= amd64
CONFIGURED_PLATFORM ?= vs
SECURE_UPGRADE_MODE ?=
Expand All @@ -27,7 +27,7 @@ DSC_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).dsc
DEBIAN_FILE = linux_$(KERNEL_VERSION)-$(KERNEL_SUBVERSION).debian.tar.xz
ORIG_FILE = linux_$(KERNEL_VERSION).orig.tar.xz
BUILD_DIR=linux-$(KERNEL_VERSION)
LINUX_SOURCE_BASE_URL="https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux"
LINUX_SOURCE_BASE_URL=https://sonicstorage.blob.core.windows.net/debian-security/pool/updates/main/l/linux

DSC_FILE_URL = "$(LINUX_SOURCE_BASE_URL)/$(DSC_FILE)"
DEBIAN_FILE_URL = "$(LINUX_SOURCE_BASE_URL)/$(DEBIAN_FILE)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ index 26c40ea6d..4f91e3e7f 100644
{
int (*init_func)(struct platform_device *pdev,
@@ -352,6 +439,7 @@ static const struct of_device_id dw_spi_mmio_of_match[] = {
{ .compatible = "intel,thunderbay-ssi", .data = dw_spi_intel_init},
},
{ .compatible = "microchip,sparx5-spi", dw_spi_mscc_sparx5_init},
{ .compatible = "canaan,k210-spi", dw_spi_canaan_k210_init},
+ { .compatible = "pensando,elba-spi", .data = dw_spi_elba_init },
Expand Down
72 changes: 0 additions & 72 deletions patch/0012-net-mvpp2-clear-BM-pool-before-initialization.patch

This file was deleted.

68 changes: 0 additions & 68 deletions patch/0013-mmc-sdhci-xenon-fix-PHY-init-clock-stability.patch

This file was deleted.

75 changes: 0 additions & 75 deletions patch/0014-mmc-sdhci-xenon-add-timeout-for-PHY-init-complete.patch

This file was deleted.

This file was deleted.

57 changes: 0 additions & 57 deletions patch/0037-mlxsw-i2c-Limit-single-transaction-buffer-size.patch

This file was deleted.

Loading

0 comments on commit 54ccf27

Please sign in to comment.