Commit 5ba444f092ae9f68a0bd1f53956be2e69d26cf61

Authored by Bo Shen
Committed by Andreas Bießmann
1 parent e9350d65a1

ARM: at91: add NAND partition table and index

Add NAND partition table, EK board support boot up NAND flash using
the same NAND partition table

Add Index in this file

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>

Showing 1 changed file with 20 additions and 1 deletions Side-by-side Diff

1 1 Atmel AT91 Evaluation kits
2 2  
  3 +Index
  4 + - I. Board mapping & boot media
  5 + - II. NAND partition table
  6 + - III. watchdog support
  7 +
3 8 I. Board mapping & boot media
4 9 ------------------------------------------------------------------------------
5 10 AT91SAM9260EK, AT91SAM9G20EK & AT91SAM9XEEK
... ... @@ -144,7 +149,21 @@
144 149 make sama5d3xek_serialflash_config - use serial flash
145 150  
146 151  
147   -II. Watchdog support
  152 +II. NAND partition table
  153 +
  154 + All the board support boot from NAND flash will use the following NAND
  155 + partition table
  156 +
  157 + 0x00000000 - 0x0003FFFF bootstrap (256 KiB)
  158 + 0x00040000 - 0x000BFFFF u-boot (512 KiB)
  159 + 0x000C0000 - 0x000FFFFF env (256 KiB)
  160 + 0x00100000 - 0x0013FFFF env_redundant (256 KiB)
  161 + 0x00140000 - 0x0017FFFF spare (256 KiB)
  162 + 0x00180000 - 0x001FFFFF dtb (512 KiB)
  163 + 0x00200000 - 0x007FFFFF kernel (6 MiB)
  164 + 0x00800000 - 0xxxxxxxxx rootfs (All left)
  165 +
  166 +III. Watchdog support
148 167  
149 168 For security reasons, the at91 watchdog is running at boot time and,
150 169 if deactivated, cannot be used anymore.