Removed old/none functional agc7648, agc7648 is now in delta directory

This commit is contained in:
jerry
2017-04-24 10:59:25 -07:00
parent 24f7f77b0a
commit 6b11970573
17 changed files with 0 additions and 79 deletions

View File

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

View File

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

View File

@@ -1 +0,0 @@
!include $ONL_TEMPLATES/platform-config-vendor.yml VENDOR=agema Vendor=Agema

View File

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

View File

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

View File

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

View File

@@ -1 +0,0 @@
!include $ONL_TEMPLATES/no-arch-vendor-modules.yml ARCH=amd64 VENDOR=agema

View File

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

View File

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

View File

@@ -1 +0,0 @@
!include $ONL_TEMPLATES/no-platform-modules.yml ARCH=amd64 VENDOR=agema BASENAME=x86-64-agema-agc7648

View File

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

View File

@@ -1,16 +0,0 @@
variables:
platform: x86-64-agema-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
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

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

View File

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

View File

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

View File

@@ -1,35 +0,0 @@
---
######################################################################
#
# platform-config for x86_64-agema-agc7648-r0
#
#
######################################################################
x86-64-agema-agc7648-r0:
grub:
serial: >-
--port=0x3f8
--speed=115200
--word=8
--parity=0
--stop=1
kernel:
<<: *kernel-3-16
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

@@ -1,8 +0,0 @@
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-agema-agc7648-r0"
SYS_OBJECT_ID=".7648.1"