Platform x86-64-agema-agc7648 without ONLP (#113)

This commit is contained in:
Sridhar Pitchai
2016-10-14 16:36:45 -07:00
committed by Carl D. Roth
parent 05ef1f19b4
commit 7c3d3a2c3b
13 changed files with 74 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/platform-config-vendor.yml VENDOR=agema Vendor=Agema

View File

@@ -0,0 +1,7 @@
#!/usr/bin/python
from onl.platform.base import *
class OnlPlatformAgema(OnlPlatformBase):
MANUFACTURER='Agema'
PRIVATE_ENTERPRISE_NUMBER=65530

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)/make/pkg.mk

View File

@@ -0,0 +1,15 @@
variables:
platform: x86-64-agc7648-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=agema PLATFORM=x86-64-agc7648-r0

View File

@@ -0,0 +1,35 @@
---
######################################################################
#
# platform-config for x86_64-agc7648-r0
#
#
######################################################################
x86-64-agc7648-r0:
grub:
serial: >-
--port=0x3f8
--speed=115200
--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,8 @@
from onl.platform.base import *
from onl.platform.accton import *
class OnlPlatform_x86_64_agc7648_r0(OnlPlatformAgema,
OnlPlatformPortConfig_48x10_6x40):
MODEL="agc7648"
PLATFORM="x86-64-agc7648-r0"
SYS_OBJECT_ID=".7648.1"