Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accton][as7515-24x] Add new platform #1008

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,15 @@ class OnlPlatformPortConfig_2x400_8x100_64x25(object):
class OnlPlatformPortConfig_48x1_8x10(object):
PORT_COUNT=56
PORT_CONFIG="48x1 + 8x10"

class OnlPlatformPortConfig_40x100_13x400_2x10(object):
PORT_COUNT=55
PORT_CONFIG="40x100 + 13x400 + 2x10"

class OnlPlatformPortConfig_64x800_2x25(object):
PORT_COUNT=66
PORT_CONFIG="64x800 + 2x25"

class OnlPlatformPortConfig_4x100_20x25(object):
PORT_COUNT=24
PORT_CONFIG="4x100 + 20x25"
Original file line number Diff line number Diff line change
Expand Up @@ -2764,7 +2764,7 @@ CONFIG_SENSORS_UCD9000=y
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP401=y
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
Expand Down
2 changes: 2 additions & 0 deletions packages/platforms/accton/x86-64/as7515-24x/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*x86*64*accton*as7515*24x*.mk
onlpdump.mk
1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/as7515-24x/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!include $ONL_TEMPLATES/platform-modules.yml VENDOR=accton BASENAME=x86-64-accton-as7515-24x ARCH=amd64 KERNELS="onl-kernel-5.4-lts-x86-64-all:amd64"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
KERNELS := onl-kernel-5.4-lts-x86-64-all:amd64
KMODULES := src
VENDOR := accton
BASENAME := x86-64-accton-as7515-24x
ARCH := x86_64
include $(ONL)/make/kmodule.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
obj-m += x86-64-accton-as7515-24x-fpga.o
obj-m += x86-64-accton-as7515-24x-cpld.o
obj-m += x86-64-accton-as7515-24x-fan.o
obj-m += x86-64-accton-as7515-24x-leds.o
obj-m += x86-64-accton-as7515-24x-mux.o
obj-m += x86-64-accton-as7515-24x-psu.o
obj-m += x86-64-accton-as7515-24x-sfp.o
Loading