Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux

This commit is contained in:
Zi Zhou
2017-03-02 00:27:11 +00:00
4 changed files with 0 additions and 54 deletions

View File

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

View File

@@ -1 +0,0 @@
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=arm64 VENDOR=nxp BASENAME=arm64-nxp-ls2080ardb REVISION=r0

View File

@@ -1,44 +0,0 @@
---
######################################################################
#
# platform-config for LS2080ARDB
#
######################################################################
arm64-nxp-ls2080ardb-r0:
flat_image_tree:
kernel:
<<: *arm64-kernel
dtb:
=: arm64-nxp-ls2080ardb-r0.dtb
<<: *arm64-kernel-package
itb:
<<: *arm64-itb
loader:
device: /dev/sda
##partition: /dev/sda1
loadaddr: 0xa0000000
nos_bootcmds: *usb_bootcmds
environment:
- device: /dev/mtd2
env_offset: 0x00000000
env_size: 0x0002000
sector_size: 0x00020000
installer:
- ONL-BOOT:
=: 128MiB
format: ext2
##format: raw
- ONL-CONFIG:
=: 128MiB
format: ext4
- ONL-IMAGES:
=: 1GiB
format: ext4
- ONL-DATA:
=: 100%
format: ext4

View File

@@ -1,8 +0,0 @@
from onl.platform.base import *
from onl.platform.nxp import *
class OnlPlatform_arm64_nxp_ls2080ardb_r0(OnlPlatformNxp,
OnlPlatformPortConfig_8x1_8x10):
PLATFORM='arm64-nxp-ls2080ardb-r0'
MODEL="LS2080ARDB"
SYS_OBJECT_ID=".2080"