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

[Edgecore][AS9947-36XKB] Add platform as9947-36xkb #982

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 @@ -1392,8 +1392,11 @@ CONFIG_VIRTIO_BLK_SCSI=y
#
# NVME Support
#
# CONFIG_BLK_DEV_NVME is not set
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
# CONFIG_NVME_FC is not set
# CONFIG_NVME_TCP is not set
# CONFIG_NVME_MULTIPATH is not set
# end of NVME Support

#
Expand Down
2 changes: 2 additions & 0 deletions packages/platforms/accton/x86-64/as9947-36xkb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*x86*64*accton*as9947*36xkb*.mk
onlpdump.mk
1 change: 1 addition & 0 deletions packages/platforms/accton/x86-64/as9947-36xkb/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-as9947-36xkb 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,7 @@
KERNELS := onl-kernel-5.4-lts-x86-64-all:amd64
KMODULES := src
VENDOR := accton
BASENAME := x86-64-accton-as9947-36xkb
ARCH := x86_64
include $(ONL)/make/kmodule.mk

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
obj-m += x86-64-accton-as9947-36xkb-i2c-ocores.o
obj-m += x86-64-accton-as9947-36xkb-fpga.o
obj-m += x86-64-accton-as9947-36xkb-fan.o
obj-m += x86-64-accton-as9947-36xkb-thermal.o
obj-m += x86-64-accton-as9947-36xkb-psu.o
obj-m += x86-64-accton-as9947-36xkb-sys.o
obj-m += x86-64-accton-as9947-36xkb-leds.o
obj-m += x86-64-accton-as9947-36xkb-sfp.o

Loading