adding wedge-100 platform and updating wedge-40 to use 3.18 kernel

This commit is contained in:
Steven Noble
2016-06-10 00:43:50 +00:00
parent aa03cdae1f
commit cf26d4164e
9 changed files with 71 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ x86-64-accton-wedge-16x-r0:
--stop=1
kernel:
<<: *kernel-3-2
<<: *kernel-3-18
args: >-
nopat

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,15 @@
variables:
platform: x86-64-facebook-wedge100-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
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 PLATFORM=x86-64-facebook-wedge100-r0

View File

@@ -0,0 +1,34 @@
---
######################################################################
#
# platform-config for WEDGE
#
######################################################################
x86-64-facebook-wedge100-r0:
grub:
serial: >-
--unit=0
--speed=57600
--word=8
--parity=0
--stop=1
kernel:
<<: *kernel-3-18
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,16 @@
from onl.platform.base import *
from onl.vendor.accton import *
class OnlPlatform_x86_64_facebook_wedge_100_r0(OpenNetworkPlatformAccton):
def model(self):
return "Wedge-100"
def platform(self):
return "x86-64-facebook-wedge100-r0"
def baseconfig(self):
return True
def sys_oid_platform(self):
return ".100.1"