diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-23 10:17:47 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-28 11:07:44 +0200 |
commit | eec3f0242df7b96a4dc207515050c20ebaddabb2 (patch) | |
tree | 279f771d6091bfe9aa5f7667446c5bc4f6ab2f4c /doc/README.imx6 | |
parent | 70a5ef2174bfc75942c0c14d2a95164668e71505 (diff) | |
download | u-boot-imx-eec3f0242df7b96a4dc207515050c20ebaddabb2.zip u-boot-imx-eec3f0242df7b96a4dc207515050c20ebaddabb2.tar.gz u-boot-imx-eec3f0242df7b96a4dc207515050c20ebaddabb2.tar.bz2 |
imx: Document fuse assignments for MAC addresses
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'doc/README.imx6')
-rw-r--r-- | doc/README.imx6 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/README.imx6 b/doc/README.imx6 new file mode 100644 index 0000000..513a06e --- /dev/null +++ b/doc/README.imx6 @@ -0,0 +1,10 @@ +U-Boot for Freescale i.MX6 + +This file contains information for the port of U-Boot to the Freescale i.MX6 +SoC. + +1. CONVENTIONS FOR FUSE ASSIGNMENTS +----------------------------------- + +1.1 MAC Address: It is stored in fuse bank 4, with the 32 lsbs in word 2 and the + 16 msbs in word 3. |