WS cleanup: remove SPACE(s) followed by TAB
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / fsl-layerscape / doc / README.lsch3
index 025a1b7..9119d60 100644 (file)
@@ -42,22 +42,22 @@ Flash Layout
    pre-silicon platforms (simulator and emulator):
 
        -------------------------
-       |       FIT Image       |
+       |       FIT Image       |
        | (linux + DTB + RFS)   |
        ------------------------- ----> 0x0120_0000
-       |       Debug Server FW |
+       |       Debug Server FW |
        ------------------------- ----> 0x00C0_0000
-       |       AIOP FW         |
+       |       AIOP FW         |
        ------------------------- ----> 0x0070_0000
-       |       MC FW           |
+       |       MC FW           |
        ------------------------- ----> 0x006C_0000
-       |       MC DPL Blob     |
+       |       MC DPL Blob     |
        ------------------------- ----> 0x0020_0000
-       |       BootLoader + Env|
+       |       BootLoader + Env|
        ------------------------- ----> 0x0000_1000
-       |       PBI             |
+       |       PBI             |
        ------------------------- ----> 0x0000_0080
-       |       RCW             |
+       |       RCW             |
        ------------------------- ----> 0x0000_0000
 
        32-MB NOR flash layout for pre-silicon platforms (simulator and emulator)
@@ -70,45 +70,45 @@ Flash Layout
        ----------------------------------------- ----> 0x5_8790_0000   |
        | FIT Image (linux + DTB + RFS) (40M)   |                       |
        ----------------------------------------- ----> 0x5_8510_0000   |
-       |       PHY firmware (2M)               |                       |
+       |       PHY firmware (2M)               |                       |
        ----------------------------------------- ----> 0x5_84F0_0000   | 64K
        |       Debug Server FW (2M)            |                       | Alt
        ----------------------------------------- ----> 0x5_84D0_0000   | Bank
        |       AIOP FW (4M)                    |                       |
        ----------------------------------------- ----> 0x5_8490_0000 (vbank4)
-       |       MC DPC Blob (1M)                |                       |
+       |       MC DPC Blob (1M)                |                       |
        ----------------------------------------- ----> 0x5_8480_0000   |
        |       MC DPL Blob (1M)                |                       |
        ----------------------------------------- ----> 0x5_8470_0000   |
-       |       MC FW (4M)                      |                       |
+       |       MC FW (4M)                      |                       |
        ----------------------------------------- ----> 0x5_8430_0000   |
-       |       BootLoader Environment (1M)     |                       |
+       |       BootLoader Environment (1M)     |                       |
        ----------------------------------------- ----> 0x5_8420_0000   |
        |       BootLoader (1M)                 |                       |
        ----------------------------------------- ----> 0x5_8410_0000   |
-       |       RCW and PBI (1M)                |                       |
+       |       RCW and PBI (1M)                |                       |
        ----------------------------------------- ----> 0x5_8400_0000 ---
        |       .. Unused .. (7M)               |                       |
        ----------------------------------------- ----> 0x5_8390_0000   |
        | FIT Image (linux + DTB + RFS) (40M)   |                       |
        ----------------------------------------- ----> 0x5_8110_0000   |
-       |       PHY firmware (2M)               |                       |
+       |       PHY firmware (2M)               |                       |
        ----------------------------------------- ----> 0x5_80F0_0000   | 64K
        |       Debug Server FW (2M)            |                       | Bank
        ----------------------------------------- ----> 0x5_80D0_0000   |
        |       AIOP FW (4M)                    |                       |
        ----------------------------------------- ----> 0x5_8090_0000 (vbank0)
-       |       MC DPC Blob (1M)                |                       |
+       |       MC DPC Blob (1M)                |                       |
        ----------------------------------------- ----> 0x5_8080_0000   |
        |       MC DPL Blob (1M)                |                       |
        ----------------------------------------- ----> 0x5_8070_0000   |
-       |       MC FW (4M)                      |                       |
+       |       MC FW (4M)                      |                       |
        ----------------------------------------- ----> 0x5_8030_0000   |
-       |       BootLoader Environment (1M)     |                       |
+       |       BootLoader Environment (1M)     |                       |
        ----------------------------------------- ----> 0x5_8020_0000   |
        |       BootLoader (1M)                 |                       |
        ----------------------------------------- ----> 0x5_8010_0000   |
-       |       RCW and PBI (1M)                |                       |
+       |       RCW and PBI (1M)                |                       |
        ----------------------------------------- ----> 0x5_8000_0000 ---
 
        128-MB NOR flash layout for QDS and RDB boards
@@ -154,8 +154,8 @@ Booting from NAND
 -------------------
 Booting from NAND requires two images, RCW and u-boot-with-spl.bin.
 The difference between NAND boot RCW image and NOR boot image is the PBI
-command sequence. Below is one example for PBI commands for QDS which uses
-NAND device with 2KB/page, block size 128KB.
+command sequence. Below is one example for PBI commands for LS2085AQDS which
+uses NAND device with 2KB/page, block size 128KB.
 
 1) CCSR 4-byte write to 0x00e00404, data=0x00000000
 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000
@@ -188,7 +188,7 @@ nand write <u-boot image in memory> 200000 <size of u-boot image>
 
 With these two images in NAND device, the board can boot from NAND.
 
-Another example for RDB boards,
+Another example for LS2085ARDB boards,
 
 1) CCSR 4-byte write to 0x00e00404, data=0x00000000
 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000
@@ -201,6 +201,8 @@ nand write <u-boot image in memory> 80000 <size of u-boot image>
 Notice the difference from QDS is SRC, SRC_ADDR and the offset of u-boot image
 to match board NAND device with 4KB/page, block size 512KB.
 
+Note, LS2088A and LS1088A don't support booting from NAND.
+
 Booting from SD/eMMC
 -------------------
 Booting from SD/eMMC requires two images, RCW and u-boot-with-spl.bin.