Merge pull request #290 from sonoble/w100s

Adding support for Wedge 100S
This commit is contained in:
Jeffrey Townsend
2018-02-03 07:10:32 -08:00
committed by GitHub
10 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1 @@
!include $ONL_TEMPLATES/no-platform-modules.yml ARCH=amd64 VENDOR=accton BASENAME=x86-64-accton-wedge100s-32x

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1,16 @@
variables:
platform: x86-64-accton-wedge100s-32x-r0
install: /lib/platform-config/${platform}/onl
common:
version: 1.0.0
arch: amd64
copyright: Copyright 2013, 2014, 2015 Big Switch Networks
maintainer: support@bigswitch.com
support: opennetworklinux@googlegroups.com
comment: dummy package for ONLP on Wedge
packages:
- name: onlp-${platform}
summary: ONLP Package for the ${platform} platform.
changelog: initial version

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1 @@
include $(ONL)/make/pkg.mk

View File

@@ -0,0 +1 @@
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=amd64 VENDOR=accton BASENAME=x86-64-accton-wedge100s-32x REVISION=r0

View File

@@ -0,0 +1,34 @@
---
######################################################################
#
# platform-config for WEDGE
#
######################################################################
x86-64-accton-wedge100s-32x-r0:
grub:
serial: >-
--unit=0
--speed=57600
--word=8
--parity=0
--stop=1
kernel:
<<: *kernel-4-9
args: >-
nopat
console=ttyS0,57600n8
rd_NO_MD
rd_NO_LUKS
intel_iommu=off
##network
## interfaces:
## ma1:
## name: ~
## syspath: pci0000:00/0000:00:14.0

View File

@@ -0,0 +1,8 @@
from onl.platform.base import *
from onl.platform.accton import *
class OnlPlatform_x86_64_accton_wedge100s_32x_r0(OnlPlatformAccton,
OnlPlatformPortConfig_32x100):
MODEL="Wedge-100s-32x"
PLATFORM="x86-64-accton-wedge100s-32x-r0"
SYS_OBJECT_ID=".100.2"