From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 3 Jul 2015 09:17:28 +0800 Subject: [U-Boot] [PATCH 01/11] imx: mx6ul: Add i.MX6UL CPU type In-Reply-To: <201507022027.09377.marex@denx.de> References: <1435834988-13032-1-git-send-email-Peng.Fan@freescale.com> <1435834988-13032-2-git-send-email-Peng.Fan@freescale.com> <201507022027.09377.marex@denx.de> Message-ID: <20150703011727.GC12208@shlinux2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Thu, Jul 02, 2015 at 08:27:09PM +0200, Marek Vasut wrote: >On Thursday, July 02, 2015 at 01:02:58 PM, Peng Fan wrote: >> Add MXC_CPU_MX6UL for i.MX6UL CPU type which is got at runtime. >> The 0x64 is defined as i.MX6UL CPU type value in Reference mannual, > >nit: manual, one N . > >> but the value has been occupied by i.MX6D as a dummy CPU type. > >Isn't the dummy ID for Solo ? ;-) About the dummy Id, it does not matter what the value is. You can look into function get_cpu_rev for i.MX6. > >> So we also change i.MX6D to value 0x67. >> >> Signed-off-by: Peng Fan >> Signed-off-by: Ye.Li > >Acked-by: Marek Vasut > >Best regards, >Marek Vasut Regards, Peng. --