From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Fri, 3 Jul 2015 09:36:00 +0800 Subject: [U-Boot] [PATCH 07/11] imx: mx6ul update soc related settings In-Reply-To: <201507022033.34078.marex@denx.de> References: <1435834988-13032-1-git-send-email-Peng.Fan@freescale.com> <1435834988-13032-8-git-send-email-Peng.Fan@freescale.com> <201507022033.34078.marex@denx.de> Message-ID: <20150703013559.GE12208@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 and Fabio On Thu, Jul 02, 2015 at 08:33:34PM +0200, Marek Vasut wrote: >On Thursday, July 02, 2015 at 01:03:04 PM, Peng Fan wrote: >> Add MX6UL in Kconfig, default select SYS_L2CACHE_OFF. > >Why ? i.MX6UL features an Cortex-A7 core, it does not have PL310. As we know Cortex-A7 does not support L2 Cache open/close switch. When you enable D-Cache, L2 Cache default enabled. I'll add more commit msg to explain this. > >> update WDOG settings. > >I'd put this into separate patch, since L2 cache and watchdog are >completely unrelated (and so is L2 cache and clock). Will split this patch into small patches. > >> No need to gate/ungate all PFDs for i.MX6UL. >> >> Signed-off-by: Ye.Li >> Signed-off-by: Peng Fan > >[...] > >Best regards, >Marek Vasut Regards, Peng. --