Skip to content

Commit

Permalink
imximage: Add MX53 boot image support
Browse files Browse the repository at this point in the history
This patch add the MX53 boot image support.

This patch has been tested on Freescale MX53EVK board
and MX51EVK board.

Signed-off-by: Jason Liu <[email protected]>
  • Loading branch information
LiuHui-Jason authored and Albert Aribaud committed Feb 1, 2011
1 parent c4a3c74 commit 8a1edd7
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 160 deletions.
12 changes: 10 additions & 2 deletions doc/README.imximage
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Configuration command line syntax:
2. Following are the valid command strings and associated data strings:-
Command string data string
-------------- -----------
IMXIMAGE_VERSION 1/2
1 is for mx25/mx35/mx51 compatible,
2 is for mx53 compatible,
others is invalid and error is generated.
This command need appear the fist before
other valid commands in configuration file.

BOOT_FROM nand/spi/sd/onenand
Example:
BOOT_FROM spi
Expand All @@ -69,8 +76,9 @@ Configuration command line syntax:
Example (write to IOMUXC):
DATA 4 0x73FA88a0 0x200

The processor support up to 60 register programming commands. An error
is generated if more commands are found in the configuration file.
The processor support up to 60 register programming commands for IMXIMAGE_VERSION 1
and 121 register programming commands for IMXIMAGE_VERSION 2.
An error is generated if more commands are found in the configuration file.

3. All commands are optional to program.

Expand Down
Loading

0 comments on commit 8a1edd7

Please sign in to comment.