York Sun | a84cd72 | 2014-06-23 15:15:54 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright 2014 Freescale Semiconductor |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | Freescale LayerScape with Chassis Generation 3 |
| 8 | |
| 9 | This architecture supports Freescale ARMv8 SoCs with Chassis generation 3, |
York Sun | 7b08d21 | 2014-06-23 15:15:56 -0700 | [diff] [blame] | 10 | for example LS2085A. |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 11 | |
| 12 | Flash Layout |
| 13 | ============ |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 14 | |
| 15 | (1) A typical layout of various images (including Linux and other firmware images) |
| 16 | is shown below considering a 32MB NOR flash device present on most |
| 17 | pre-silicon platforms (simulator and emulator): |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 18 | |
| 19 | ------------------------- |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 20 | | FIT Image | |
| 21 | | (linux + DTB + RFS) | |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 22 | ------------------------- ----> 0x0120_0000 |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 23 | | Debug Server FW | |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 24 | ------------------------- ----> 0x00C0_0000 |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 25 | | AIOP FW | |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 26 | ------------------------- ----> 0x0070_0000 |
| 27 | | MC FW | |
| 28 | ------------------------- ----> 0x006C_0000 |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 29 | | MC DPL Blob | |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 30 | ------------------------- ----> 0x0020_0000 |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 31 | | BootLoader + Env| |
Bhupesh Sharma | c08d356 | 2015-03-19 09:20:44 -0700 | [diff] [blame] | 32 | ------------------------- ----> 0x0000_1000 |
| 33 | | PBI | |
| 34 | ------------------------- ----> 0x0000_0080 |
| 35 | | RCW | |
| 36 | ------------------------- ----> 0x0000_0000 |
| 37 | |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 38 | 32-MB NOR flash layout for pre-silicon platforms (simulator and emulator) |
| 39 | |
| 40 | (2) A typical layout of various images (including Linux and other firmware images) |
York Sun | e12abcb | 2015-03-20 19:28:24 -0700 | [diff] [blame] | 41 | is shown below considering a 128MB NOR flash device present on QDS and RDB |
York Sun | 0301703 | 2015-03-20 19:28:23 -0700 | [diff] [blame] | 42 | boards: |
| 43 | ----------------------------------------- ----> 0x5_8800_0000 --- |
| 44 | | .. Unused .. (7M) | | |
| 45 | ----------------------------------------- ----> 0x5_8790_0000 | |
| 46 | | FIT Image (linux + DTB + RFS) (40M) | | |
| 47 | ----------------------------------------- ----> 0x5_8510_0000 | |
| 48 | | PHY firmware (2M) | | |
| 49 | ----------------------------------------- ----> 0x5_84F0_0000 | 64K |
| 50 | | Debug Server FW (2M) | | Alt |
| 51 | ----------------------------------------- ----> 0x5_84D0_0000 | Bank |
| 52 | | AIOP FW (4M) | | |
| 53 | ----------------------------------------- ----> 0x5_8490_0000 (vbank4) |
| 54 | | MC DPC Blob (1M) | | |
| 55 | ----------------------------------------- ----> 0x5_8480_0000 | |
| 56 | | MC DPL Blob (1M) | | |
| 57 | ----------------------------------------- ----> 0x5_8470_0000 | |
| 58 | | MC FW (4M) | | |
| 59 | ----------------------------------------- ----> 0x5_8430_0000 | |
| 60 | | BootLoader Environment (1M) | | |
| 61 | ----------------------------------------- ----> 0x5_8420_0000 | |
| 62 | | BootLoader (1M) | | |
| 63 | ----------------------------------------- ----> 0x5_8410_0000 | |
| 64 | | RCW and PBI (1M) | | |
| 65 | ----------------------------------------- ----> 0x5_8400_0000 --- |
| 66 | | .. Unused .. (7M) | | |
| 67 | ----------------------------------------- ----> 0x5_8390_0000 | |
| 68 | | FIT Image (linux + DTB + RFS) (40M) | | |
| 69 | ----------------------------------------- ----> 0x5_8110_0000 | |
| 70 | | PHY firmware (2M) | | |
| 71 | ----------------------------------------- ----> 0x5_80F0_0000 | 64K |
| 72 | | Debug Server FW (2M) | | Bank |
| 73 | ----------------------------------------- ----> 0x5_80D0_0000 | |
| 74 | | AIOP FW (4M) | | |
| 75 | ----------------------------------------- ----> 0x5_8090_0000 (vbank0) |
| 76 | | MC DPC Blob (1M) | | |
| 77 | ----------------------------------------- ----> 0x5_8080_0000 | |
| 78 | | MC DPL Blob (1M) | | |
| 79 | ----------------------------------------- ----> 0x5_8070_0000 | |
| 80 | | MC FW (4M) | | |
| 81 | ----------------------------------------- ----> 0x5_8030_0000 | |
| 82 | | BootLoader Environment (1M) | | |
| 83 | ----------------------------------------- ----> 0x5_8020_0000 | |
| 84 | | BootLoader (1M) | | |
| 85 | ----------------------------------------- ----> 0x5_8010_0000 | |
| 86 | | RCW and PBI (1M) | | |
| 87 | ----------------------------------------- ----> 0x5_8000_0000 --- |
| 88 | |
York Sun | e12abcb | 2015-03-20 19:28:24 -0700 | [diff] [blame] | 89 | 128-MB NOR flash layout for QDS and RDB boards |
J. German Rivera | f4fed4b | 2015-03-20 19:28:18 -0700 | [diff] [blame] | 90 | |
| 91 | Environment Variables |
| 92 | ===================== |
| 93 | mcboottimeout: MC boot timeout in milliseconds. If this variable is not defined |
| 94 | the value CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS will be assumed. |
| 95 | |
| 96 | mcmemsize: MC DRAM block size. If this variable is not defined, the value |
| 97 | CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE will be assumed. |
Scott Wood | 8e728cd | 2015-03-24 13:25:02 -0700 | [diff] [blame] | 98 | |
| 99 | Booting from NAND |
| 100 | ------------------- |
| 101 | Booting from NAND requires two images, RCW and u-boot-with-spl.bin. |
| 102 | The difference between NAND boot RCW image and NOR boot image is the PBI |
| 103 | command sequence. Below is one example for PBI commands for QDS which uses |
| 104 | NAND device with 2KB/page, block size 128KB. |
| 105 | |
| 106 | 1) CCSR 4-byte write to 0x00e00404, data=0x00000000 |
| 107 | 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000 |
| 108 | The above two commands set bootloc register to 0x00000000_1800a000 where |
| 109 | the u-boot code will be running in OCRAM. |
| 110 | |
| 111 | 3) Block Copy: SRC=0x0107, SRC_ADDR=0x00020000, DEST_ADDR=0x1800a000, |
| 112 | BLOCK_SIZE=0x00014000 |
| 113 | This command copies u-boot image from NAND device into OCRAM. The values need |
| 114 | to adjust accordingly. |
| 115 | |
| 116 | SRC should match the cfg_rcw_src, the reset config pins. It depends |
| 117 | on the NAND device. See reference manual for cfg_rcw_src. |
| 118 | SRC_ADDR is the offset of u-boot-with-spl.bin image in NAND device. In |
| 119 | the example above, 128KB. For easy maintenance, we put it at |
| 120 | the beginning of next block from RCW. |
| 121 | DEST_ADDR is fixed at 0x1800a000, matching bootloc set above. |
| 122 | BLOCK_SIZE is the size to be copied by PBI. |
| 123 | |
| 124 | RCW image should be written to the beginning of NAND device. Example of using |
| 125 | u-boot command |
| 126 | |
| 127 | nand write <rcw image in memory> 0 <size of rcw image> |
| 128 | |
| 129 | To form the NAND image, build u-boot with NAND config, for example, |
| 130 | ls2085aqds_nand_defconfig. The image needed is u-boot-with-spl.bin. |
| 131 | The u-boot image should be written to match SRC_ADDR, in above example 0x20000. |
| 132 | |
| 133 | nand write <u-boot image in memory> 200000 <size of u-boot image> |
| 134 | |
| 135 | With these two images in NAND device, the board can boot from NAND. |
Scott Wood | 212b8d8 | 2015-03-24 13:25:03 -0700 | [diff] [blame] | 136 | |
| 137 | Another example for RDB boards, |
| 138 | |
| 139 | 1) CCSR 4-byte write to 0x00e00404, data=0x00000000 |
| 140 | 2) CCSR 4-byte write to 0x00e00400, data=0x1800a000 |
| 141 | 3) Block Copy: SRC=0x0119, SRC_ADDR=0x00080000, DEST_ADDR=0x1800a000, |
| 142 | BLOCK_SIZE=0x00014000 |
| 143 | |
| 144 | nand write <rcw image in memory> 0 <size of rcw image> |
| 145 | nand write <u-boot image in memory> 80000 <size of u-boot image> |
| 146 | |
| 147 | Notice the difference from QDS is SRC, SRC_ADDR and the offset of u-boot image |
| 148 | to match board NAND device with 4KB/page, block size 512KB. |