Skip to content

Commit

Permalink
Revert "[as4224/as5114/as4564] Upgrade kernel to 5.15"
Browse files Browse the repository at this point in the history
This reverts commit c3e7db2.
  • Loading branch information
sonoble committed Feb 23, 2022
1 parent c3e7db2 commit 649a8bb
Show file tree
Hide file tree
Showing 27 changed files with 3,870 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ K_PATCH_SERIES=series.arm64

include ../../kconfig.mk
K_CONFIG := arm64-all.config
K_BUILD_TARGET := Image Image.gz freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1046a-rdb-sdk.dtb freescale/fsl-ls2080a-rdb.dtb freescale/fsl-ls2088a-rdb.dtb freescale/fsl-ls1088a-rdb.dtb marvell/accton-as4224.dtb marvell/accton-as5114.dtb marvell/accton-as4564-26p.dtb
K_BUILD_TARGET := Image Image.gz freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1046a-rdb-sdk.dtb freescale/fsl-ls2080a-rdb.dtb freescale/fsl-ls2088a-rdb.dtb freescale/fsl-ls1088a-rdb.dtb
K_COPY_SRC := arch/arm64/boot/Image
K_COPY_GZIP := 1
ifndef K_COPY_DST
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as4224-52p KERNELS="onl-kernel-5.15-lts-arm64-all:arm64"
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as4224-52p KERNELS="onl-kernel-5.10-lts-arm64-all:arm64"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNELS := onl-kernel-5.15-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules/
KERNELS := onl-kernel-5.10-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules-5_10/
VENDOR := accton
BASENAME := arm64-accton-as4224-52p
ARCH := arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
arm64-accton-as4224-52p-r0:
flat_image_tree:
kernel:
<<: *arm64-kernel-5-15
<<: *arm64-kernel-5-10
dtb:
=: accton-as4224.dtb
<<: *arm64-kernel-5-15-package
<<: *arm64-kernel-5-10-package
itb:
<<: *arm64-itb

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as4224-52t KERNELS="onl-kernel-5.15-lts-arm64-all:arm64"
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as4224-52t KERNELS="onl-kernel-5.10-lts-arm64-all:arm64"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNELS := onl-kernel-5.15-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules/
KERNELS := onl-kernel-5.10-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules-5_10/
VENDOR := accton
BASENAME := arm64-accton-as4224-52t
ARCH := arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
arm64-accton-as4224-52t-r0:
flat_image_tree:
kernel:
<<: *arm64-kernel-5-15
<<: *arm64-kernel-5-10
dtb:
=: accton-as4224.dtb
<<: *arm64-kernel-5-15-package
<<: *arm64-kernel-5-10-package
itb:
<<: *arm64-itb

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as5114-48x KERNELS="onl-kernel-5.15-lts-arm64-all:arm64"
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as5114-48x KERNELS="onl-kernel-5.10-lts-arm64-all:arm64"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KERNELS := onl-kernel-5.15-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules/
KERNELS := onl-kernel-5.10-lts-arm64-all:arm64
KMODULES := $(ONL)/packages/platforms/accton/arm64/as4224/src/modules-5_10/
VENDOR := accton
BASENAME := arm64-accton-as5114-48x
ARCH := arm64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
arm64-accton-as5114-48x-r0:
flat_image_tree:
kernel:
<<: *arm64-kernel-5-15
<<: *arm64-kernel-5-10
dtb:
=: accton-as5114.dtb
<<: *arm64-kernel-5-15-package
<<: *arm64-kernel-5-10-package
itb:
<<: *arm64-itb

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.ko
*.mod*
*.o
*.a
Module.*
modules.order
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
obj-m += arm64-accton-as4224-cpld.o
obj-m += arm64-accton-as4224-fan.o
obj-m += arm64-accton-as4224-psu.o
obj-m += arm64-accton-as4224-gpio-i2c.o
obj-m += optoe.o
Loading

0 comments on commit 649a8bb

Please sign in to comment.