From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 28 May 2013 21:16:20 +0200 (CEST) Subject: [U-Boot] [PATCH v4 2/7] arm: vf610: Add Vybrid VF610 CPU support In-Reply-To: <1369731347-9994-3-git-send-email-b18965@freescale.com> References: <1369731347-9994-1-git-send-email-b18965@freescale.com> <1369731347-9994-3-git-send-email-b18965@freescale.com> Message-ID: <1386509674.1270616.1369768580454.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alison, On Tuesday, May 28, 2013 10:55:42 AM, Alison Wang wrote: > 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 [...] > diff --git a/doc/README.vf610 b/doc/README.vf610 > new file mode 100644 > index 0000000..38cf5cf > --- /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. The hunk below is still missing: doc/README.mxc_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 --- Apart from that, this patch is correct. Best regards, Beno?t