Skip to content

Commit 3594569

Browse files
author
Alex Liu
committed
Add Ufispace S9500-22XST platform support
Ufispace S9500-22XST platform (CSGR - Cell Site Gateway Router) Platform S9500-22XST CPU: Intel Broadwell-DE MAC: Broadcom BCM88470 Network: 4 x 1GE RJ45 ethernet ports + 8 x 10GbE SFP+ ethernet ports + 8 x 25GbE SFP28 ethernet ports + 2 x 100GbE QSFP28 ethernet ports External interfaces: USB 2.0, SMA 1PPS, SMA 10MHz, GNSS, 1GbE RJ45 management port Our customer is using both linux kernel 4.19 and 5.4. We will need to support both.
1 parent dd61cc1 commit 3594569

45 files changed

Lines changed: 6673 additions & 15 deletions

Some content is hidden

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

packages/base/any/kernels/5.4-lts/configs/x86_64-all/x86_64-all.config

100644100755
Lines changed: 532 additions & 15 deletions
Large diffs are not rendered by default.
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/no-platform-modules.yml ARCH=amd64 VENDOR=ufispace BASENAME=x86-64-ufispace-s9500-22xst
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/onlp-platform-any.yml PLATFORM=x86-64-ufispace-s9500-22xst ARCH=amd64 TOOLCHAIN=x86_64-linux-gnu
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FILTER=src
2+
include $(ONL)/make/subdirs.mk
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mk
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PLATFORM := x86-64-ufispace-s9500-22xst
2+
include $(ONL)/packages/base/any/onlp/builds/platform/libonlp-platform.mk
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PLATFORM := x86-64-ufispace-s9500-22xst
2+
include $(ONL)/packages/base/any/onlp/builds/platform/onlps.mk

0 commit comments

Comments
 (0)