summaryrefslogtreecommitdiff
path: root/board/aries/m28evk/README
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2017-04-05 13:31:01 +0200
committerStefano Babic <sbabic@denx.de>2017-04-05 18:12:04 +0200
commitfcea480d1d4048c5ba1af236b1ed68162bc17ba6 (patch)
tree42180f925d6f93177b0ecc2dcd2e75dfbca1052b /board/aries/m28evk/README
parenta2f8a45696b7c1dca6b9bf520ca7fe194d6ab5b3 (diff)
ARM: mxs: Rename M28EVK
The board is now manufactured by Aries Embedded GmbH , rename it. Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/aries/m28evk/README')
-rw-r--r--board/aries/m28evk/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/aries/m28evk/README b/board/aries/m28evk/README
new file mode 100644
index 0000000000..9f0d995452
--- /dev/null
+++ b/board/aries/m28evk/README
@@ -0,0 +1,13 @@
+Aries M28EVK
+============
+
+Files of the M28/M28EVK port
+----------------------------
+
+arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
+arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28
+board/aries/m28evk/ - M28EVK board specific files
+include/configs/m28evk.h - M28EVK configuration file
+
+Follow the instructions from doc/README.mxs to generate a bootable SD card or to
+boot from NAND flash.