Skip to content

Commit 8fb0d1d

Browse files
committed
[Edgecore][as4560-52p][as4561-52p] Add new platform
CPU: [as4560-52p] Marvell 98DX3530 with integrated CPU [as4561-52p] COMe CPU Module MAC: Marvell 98DX3530 PHY: Marvell 88E1780 x 4 (1G port 16~32) Marvell 88E2780 x 2 (Migi-G port 33-48) DRAM: 8GB(MAC) DDR4 SDRAM AirFlow: Front To Back Function port: 1 x USB port 1 x RJ45 Mgmt port 1 x RJ45 Console port Ethernet Port: 48 x 1G Uplink port: 4xSFP+ PoE: Microsemi PD69208M x 12 + PD69210 x 2 DTS: The DTS for as4560-52p/as4561-52p dentproject/linux#12 dentproject/linux#11 Signed-off-by: Brandon Chuang <brandon_chuang@edge-core.com>
1 parent fdb2eef commit 8fb0d1d

File tree

72 files changed

+7378
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+7378
-3
lines changed

packages/base/any/kernels/5.15-lts/configs/arm64-all/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ K_PATCH_SERIES=series.arm64
1515

1616
include ../../kconfig.mk
1717
K_CONFIG := arm64-all.config
18-
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 marvell/delta-tn48m.dtb marvell/delta-tn4810m.dtb marvell/delta-tn48m-dn.dtb marvell/delta-tn4810m-dn.dtb marvell/delta-tn48m2-swdev.dtb
18+
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 marvell/accton-as4560-52p.dtb marvell/delta-tn48m.dtb marvell/delta-tn4810m.dtb marvell/delta-tn48m-dn.dtb marvell/delta-tn4810m-dn.dtb marvell/delta-tn48m2-swdev.dtb freescale/accton-as4561-52p5.dtb
1919
K_COPY_SRC := arch/arm64/boot/Image
2020
K_COPY_GZIP := 1
2121
ifndef K_COPY_DST

packages/base/any/kernels/5.15-lts/configs/arm64-all/arm64-all.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ CONFIG_USB_NET_DRIVERS=y
25972597
# CONFIG_USB_PEGASUS is not set
25982598
# CONFIG_USB_RTL8150 is not set
25992599
# CONFIG_USB_RTL8152 is not set
2600-
# CONFIG_USB_LAN78XX is not set
2600+
CONFIG_USB_LAN78XX=y
26012601
CONFIG_USB_USBNET=y
26022602
CONFIG_USB_NET_AX8817X=y
26032603
CONFIG_USB_NET_AX88179_178A=y
@@ -4285,6 +4285,7 @@ CONFIG_DUMMY_CONSOLE=y
42854285
CONFIG_DUMMY_CONSOLE_COLUMNS=80
42864286
CONFIG_DUMMY_CONSOLE_ROWS=25
42874287
CONFIG_FRAMEBUFFER_CONSOLE=y
4288+
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
42884289
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
42894290
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
42904291
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
@@ -5985,6 +5986,10 @@ CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
59855986
CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y
59865987
CONFIG_FSL_ERRATUM_A008585=y
59875988
CONFIG_HISILICON_ERRATUM_161010101=y
5989+
# CONFIG_ARM64_ERRATUM_2441009 is not set
5990+
# CONFIG_ARM64_ERRATUM_1742098 is not set
5991+
# CONFIG_ARM64_ERRATUM_2441007 is not set
5992+
# CONFIG_ARM64_ERRATUM_2457168 is not set
59885993
CONFIG_ARM64_ERRATUM_858921=y
59895994
CONFIG_SUN50I_ERRATUM_UNKNOWN1=y
59905995
CONFIG_ARM_TIMER_SP804=y

packages/base/any/kernels/5.15-lts/kconfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ K_PATCH_DIR := $(THIS_DIR)/patches
77
K_MODSYNCLIST := tools/objtool
88
K_GIT := 1
99
K_GIT_URL := https://github.com/dentproject/linux.git
10-
K_GIT_BRANCH := dent-linux-5.15.y
10+
K_GIT_BRANCH := dent-linux-5.15.105
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*arm64*accton*as4560*52p.mk
2+
onlpdump.mk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include $(ONL)/make/pkg.mk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include $(ONL)/make/pkg.mk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!include $ONL_TEMPLATES/platform-modules.yml ARCH=arm64 VENDOR=accton BASENAME=arm64-accton-as4560-52p KERNELS="onl-kernel-5.15-lts-arm64-all:arm64"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
KERNELS := onl-kernel-5.15-lts-arm64-all:arm64
2+
KMODULES := $(ONL)/packages/platforms/accton/arm64/as456x-52p/src/modules/
3+
VENDOR := accton
4+
BASENAME := arm64-accton-as4560-52p
5+
ARCH := arm64
6+
include $(ONL)/make/kmodule.mk
7+
export CROSS_COMPILE=aarch64-linux-gnu-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include $(ONL)/make/pkg.mk

0 commit comments

Comments
 (0)