layerscape: add LX2160ARDB (Rev2.0 silicon) board support

The QorIQ LX2160A reference design board provides a comprehensive platform
that enables design and evaluation of the LX2160A processor.

- Enables network intelligence with the next generation Datapath (DPPA2)
  which provides differentiated offload and a rich set of IO, including
  10GE, 25GE, 40GE, and PCIe Gen4

- Delivers unprecedented efficiency and new virtualized networks

- Supports designs in 5G packet processing, network function
  virtualization, storage controller, white box switching, network
  interface cards, and mobile edge computing

- Supports all three LX2 family members (16-core LX2160A; 12-core LX2120A;
  and 8-core LX2080A)

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
[use AUTORELEASE, add dtb to firmware part]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Yangbo Lu
2020-07-30 13:12:43 +08:00
committed by Adrian Schmutzler
parent f59d7aab2a
commit 80dcd14abe
9 changed files with 120 additions and 7 deletions

View File

@@ -74,7 +74,8 @@ platform_copy_config() {
fsl,ls1043a-rdb-sdboot | \
fsl,ls1046a-frwy-sdboot | \
fsl,ls1046a-rdb-sdboot | \
fsl,ls1088a-rdb-sdboot)
fsl,ls1088a-rdb-sdboot | \
fsl,lx2160a-rdb-sdboot)
platform_copy_config_sdboot
;;
esac
@@ -102,7 +103,9 @@ platform_check_image() {
fsl,ls1046a-rdb-sdboot | \
fsl,ls1088a-rdb | \
fsl,ls1088a-rdb-sdboot | \
fsl,ls2088a-rdb)
fsl,ls2088a-rdb | \
fsl,lx2160a-rdb | \
fsl,lx2160a-rdb-sdboot)
return 0
;;
*)
@@ -131,7 +134,8 @@ platform_do_upgrade() {
fsl,ls1046a-frwy | \
fsl,ls1046a-rdb | \
fsl,ls1088a-rdb | \
fsl,ls2088a-rdb)
fsl,ls2088a-rdb | \
fsl,lx2160a-rdb)
PART_NAME=firmware
default_do_upgrade "$1"
;;
@@ -141,7 +145,8 @@ platform_do_upgrade() {
fsl,ls1043a-rdb-sdboot | \
fsl,ls1046a-frwy-sdboot | \
fsl,ls1046a-rdb-sdboot | \
fsl,ls1088a-rdb-sdboot)
fsl,ls1088a-rdb-sdboot | \
fsl,lx2160a-rdb-sdboot)
platform_do_upgrade_sdboot "$1"
return 0
;;