From 843400fd267cf465d0119cc9623edd28deb40108 Mon Sep 17 00:00:00 2001 From: Breno Matheus Lima Date: Wed, 10 Oct 2018 01:10:40 +0000 Subject: doc: imx: Reorganize i.MX SoC common documentation The following documents describe device details according to the i.MX family: - README.imx25 - README.imx27 - README.imx5 - README.imx6 - README.mxs Move all device common related document to doc/imx/common for a better directory structure. Signed-off-by: Breno Lima --- doc/imx/common/README.imx25 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/imx/common/README.imx25 (limited to 'doc/imx/common/README.imx25') diff --git a/doc/imx/common/README.imx25 b/doc/imx/common/README.imx25 new file mode 100644 index 0000000000..0ca21b6dfe --- /dev/null +++ b/doc/imx/common/README.imx25 @@ -0,0 +1,10 @@ +U-Boot for Freescale i.MX25 + +This file contains information for the port of U-Boot to the Freescale i.MX25 +SoC. + +1. CONVENTIONS FOR FUSE ASSIGNMENTS +----------------------------------- + +1.1 MAC Address: It is stored in the words 26 to 31 of fuse bank 0, using the + natural MAC byte order (i.e. MSB first). -- cgit v1.2.3