mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 01:37:04 +00:00
The LS2088 can not live under the LS2020 platform directory. It has been moved to its own platform directory.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
include $(ONL)/make/pkg.mk
|
||||
@@ -1 +0,0 @@
|
||||
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=arm64 VENDOR=nxp PLATFORM=arm64-nxp-ls2088ardb-r1
|
||||
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user