From 24e8bee508a341d1de4c708f8d0b9950ee95fab6 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Mon, 27 May 2013 22:55:42 +0000 Subject: arm: vf610: Add Vybrid VF610 CPU support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds generic codes to support Freescale's Vybrid VF610 CPU. It aligns Vybrid VF610 platform with i.MX platform. As there are some differences between VF610 and i.MX platforms, the specific codes are in the arch/arm/cpu/armv7/vf610 directory. Signed-off-by: Alison Wang Reviewed-by: Benoît Thébaudeau --- doc/README.vf610 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/README.vf610 (limited to 'doc') diff --git a/doc/README.vf610 b/doc/README.vf610 new file mode 100644 index 0000000000..38cf5cfd20 --- /dev/null +++ b/doc/README.vf610 @@ -0,0 +1,10 @@ +U-Boot for Freescale Vybrid VF610 + +This file contains information for the port of U-Boot to the Freescale Vybrid +VF610 SoC. + +1. CONVENTIONS FOR FUSE ASSIGNMENTS +----------------------------------- + +1.1 MAC Address: It is stored in fuse bank 4, with the 16 msbs in word 2 and the + 32 lsbs in word 3. -- cgit v1.2.1 From 0454e0c4203f26ff66f6a4ab73e8437ab3dad381 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Mon, 27 May 2013 22:55:46 +0000 Subject: arm: vf610: Add Vybrid VF610 to mxc_ocotp document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds Vybrid VF610 to mxc_ocotp document. Signed-off-by: Alison Wang Reviewed-by: Benoît Thébaudeau --- doc/README.mxc_ocotp | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/README.mxc_ocotp b/doc/README.mxc_ocotp index 9a5331153e..7a2863cfd2 100644 --- a/doc/README.mxc_ocotp +++ b/doc/README.mxc_ocotp @@ -2,6 +2,7 @@ Driver implementing the fuse API for Freescale's On-Chip OTP Controller (OCOTP) on MXC This IP can be found on the following SoCs: + - Vybrid VF610, - i.MX6. Note that this IP is different from albeit similar to the IPs of the same name -- cgit v1.2.1