The LS2088 can not live under the LS2020 platform directory. It has been moved to its own platform directory.

This commit is contained in:
Jeffrey Townsend
2017-01-07 20:50:36 +00:00
parent 3862d91dec
commit 31a43852b7
5 changed files with 1 additions and 55 deletions

View File

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

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 PLATFORM=arm64-nxp-ls2088ardb-r1

View File

@@ -1,44 +0,0 @@
---
######################################################################
#
# platform-config for LS2088ARDB
#
######################################################################
arm64-nxp-ls2088ardb-r1:
flat_image_tree:
kernel:
<<: *arm64-kernel
dtb:
=: arm64-nxp-ls2088ardb-r1.dtb
<<: *arm64-kernel-package
itb:
<<: *arm64-itb
loader:
device: /dev/mmcblk0
##partition: /dev/mmcblk0p1
loadaddr: 0xa0000000
nos_bootcmds: *mmc_bootcmds
environment:
- device: /dev/mtd2
env_offset: 0x00000000
env_size: 0x00020000
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_ls2088ardb_r1(OnlPlatformNxp,
OnlPlatformPortConfig_8x1_8x10):
PLATFORM='arm64-nxp-ls2088ardb-r1'
MODEL="LS2088ARDB"
SYS_OBJECT_ID=".2088"