From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 09 Jun 2015 12:03:53 +0200 Subject: [U-Boot] patch - arm - define SYS_CACHELINE_SIZE for mx5 In-Reply-To: References: Message-ID: <5576BA09.5020602@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, Chris, On 09/06/2015 00:00, Fabio Estevam wrote: > Adding the i.MX maintaner, Stefano Babic. > Thanks - it was missed in my last Pr. Applied to u-boot-imx, thanks ! Best regards, Stefano Babic > Regards, > > Fabio Estevam > > On Mon, Jun 8, 2015 at 6:55 PM, Chris Kuethe wrote: >> Bump... can this be merged? >> >> On Tue, Jun 2, 2015 at 4:42 PM, Fabio Estevam wrote: >>> On Tue, Jun 2, 2015 at 8:31 PM, Chris Kuethe wrote: >>>> mx5 is a cortex-a8 which has 64 byte cache lines. i'll need this for >>>> adding gadget support to usbarmory, but it's a property common the the >>>> entire SoC family - may as well make it available to all MX5 boards >>>> >>>> Works on usbarmory; compile-tested on mx53loco and mx51_efikamx too >>>> >>>> Signed-off-by: Chris Kuethe >>>> Cc: Tom Rini >>>> Cc: Matthew Starr >>>> Cc: Andrej Rosano >>>> Cc: Stefano Babic >>>> Cc: Chris Kuethe >>>> Cc: Fabio Estevam >>>> Cc: Marek Vasut >>>> >>>> diff --git a/arch/arm/include/asm/arch-mx5/imx-regs.h >>>> b/arch/arm/include/asm/arch-mx5/imx-regs.h >>>> index f059d0f..5f0e1e6 100644 >>>> --- a/arch/arm/include/asm/arch-mx5/imx-regs.h >>>> +++ b/arch/arm/include/asm/arch-mx5/imx-regs.h >>>> @@ -9,6 +9,8 @@ >>>> >>>> #define ARCH_MXC >>>> >>>> +#define CONFIG_SYS_CACHELINE_SIZE 64 >>>> + >>> >>> This is correct for Cortex A8: >>> >>> Reviewed-by: Fabio Estevam >> >> >> >> -- >> GDB has a 'break' feature; why doesn't it have 'fix' too? -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================