mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Platform x86-64-agema-agc7648 without ONLP (#113)
This commit is contained in:
committed by
Carl D. Roth
parent
05ef1f19b4
commit
7c3d3a2c3b
1
packages/platforms/agema/Makefile
Normal file
1
packages/platforms/agema/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/platforms/agema/vendor-config/Makefile
Normal file
1
packages/platforms/agema/vendor-config/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
1
packages/platforms/agema/vendor-config/PKG.yml
Normal file
1
packages/platforms/agema/vendor-config/PKG.yml
Normal file
@@ -0,0 +1 @@
|
||||
!include $ONL_TEMPLATES/platform-config-vendor.yml VENDOR=agema Vendor=Agema
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from onl.platform.base import *
|
||||
|
||||
class OnlPlatformAgema(OnlPlatformBase):
|
||||
MANUFACTURER='Agema'
|
||||
PRIVATE_ENTERPRISE_NUMBER=65530
|
||||
1
packages/platforms/agema/x86-64/Makefile
Normal file
1
packages/platforms/agema/x86-64/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -0,0 +1 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -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
|
||||
@@ -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=agema PLATFORM=x86-64-agc7648-r0
|
||||
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user