mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Merge pull request #87 from sonoble/add_wedge_100
adding wedge-100 platform and updating wedge-40 to use 3.18 kernel
This commit is contained in:
@@ -18,7 +18,7 @@ x86-64-accton-wedge-16x-r0:
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
<<: *kernel-3-2
|
||||
<<: *kernel-3-18
|
||||
|
||||
args: >-
|
||||
nopat
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=amd64 VENDOR=accton PLATFORM=x86-64-facebook-wedge100-r0
|
||||
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user