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/README.vf610') 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