]> Git Repo - u-boot.git/blobdiff - board/freescale/ls2080aqds/README
WS cleanup: remove trailing empty lines
[u-boot.git] / board / freescale / ls2080aqds / README
index f28875099360c3115730b565dc7decd6b180e94f..971633c9c8b2dac4b0de954b61a77f316ee80c7f 100644 (file)
@@ -2,14 +2,14 @@ Overview
 --------
 The LS2080A Development System (QDS) is a high-performance computing,
 evaluation, and development platform that supports the QorIQ LS2080A
-Layerscape Architecture processor. The LS2080AQDS provides validation and
-SW development platform for the Freescale LS2080A processor series, with
-a complete debugging environment.
+and LS2088A Layerscape Architecture processor. The LS2080AQDS provides
+validation and SW development platform for the Freescale LS2080A, LS2088A
+processor series, with a complete debugging environment.
 
-LS2080A SoC Overview
+LS2080A, LS2088A SoC Overview
 --------------------
-Please refer arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc for LS2080A
-SoC overview.
+Please refer arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc for LS2080A,
+LS2088A SoC overview.
 
  LS2080AQDS board Overview
  -----------------------
@@ -19,7 +19,7 @@ SoC overview.
       - QSGMII
       - SATA 3.0
       - XAUI
-      - XFI
+      - 10GBase-R
  - DDR Controller
      - Two ports of 72-bits (8-bits ECC) DDR4. Each port supports four
        chip-selects and two DIMM connectors. Support is up to 2133MT/s.
@@ -89,6 +89,32 @@ c) NAND boot
 d) SD boot
 e) QSPI boot
 
+Memory map for NOR boot
+-------------------------
+Image                          Flash Offset
+RCW+PBI                                0x00000000
+Boot firmware (U-Boot)         0x00100000
+Boot firmware Environment      0x00300000
+PPA firmware                   0x00400000
+Secure Headers                 0x00600000
+DPAA2 MC                       0x00A00000
+DPAA2 DPL                      0x00D00000
+DPAA2 DPC                      0x00E00000
+Kernel.itb                     0x01000000
+
+Memory map for SD boot
+-------------------------
+Image                          Flash Offset    SD Card
+                                               Start Block No.
+RCW+PBI                                0x00000000      0x00008
+Boot firmware (U-Boot)         0x00100000      0x00800
+Boot firmware Environment      0x00300000      0x01800
+PPA firmware                   0x00400000      0x02000
+DPAA2 MC                       0x00A00000      0x05000
+DPAA2 DPL                      0x00D00000      0x06800
+DPAA2 DPC                      0x00E00000      0x07000
+Kernel.itb                     0x01000000      0x08000
+
 Environment Variables
 ---------------------
 - mcboottimeout: MC boot timeout in milliseconds. If this variable is not defined
@@ -187,4 +213,3 @@ DPMAC13 -> PHY4-P0
 DPMAC14 -> PHY4-P1
 DPMAC15 -> PHY4-P2
 DPMAC16 -> PHY4-P3
-
This page took 0.028306 seconds and 4 git commands to generate.