Re: Installable ARMv8 cross-toolchain

2012-11-04 Thread Marek Vasut
Dear Loïc Minier, > On Sat, Nov 03, 2012, Marek Vasut wrote: > > I need to catch up with you in there ;-) What do you use for a bootloader > > on these armv8 devices? > > No bootloader at the moment, but a boot wrapper! ;-) > > At the moment, ARMv8 work is mostly on

Re: Installable ARMv8 cross-toolchain

2012-11-03 Thread Marek Vasut
Armv8 minisummit a the co-located linaro > connect. And I'll be giving a talk about this stuff at Linxconf-Europe > in Barcelona the week after. > > I think that's all for now. Enjoy, and tell me what breaks :-) I need to catch up with you in there ;-) What do y

Re: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-11-03 Thread Marek Vasut
t; arch/arm/include/asm/arch-exynos/gpio.h | 85 +++++ > > 3 files changed, 402 insertions(+), 7 deletions(-) > > > > -- > > 1.7.9.5 Best regards, Marek Vasut ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [U-Boot] [PATCH v2 0/3] EXYNOS: Add support for Exynos4x12

2012-10-03 Thread Marek Vasut
++ arch/arm/include/asm/arch-exynos/cpu.h | > 48 +- > arch/arm/include/asm/arch-exynos/gpio.h | 85 + > 3 files changed, 402 insertions(+), 7 deletions(-) CCing Minkyu Best regards, Marek Vasut ___ linaro-d

Re: i.MX6Q USB host support for mainline Linux (was: Re: [U-Boot] [PATCH v2 1/2] usb/ehci: Add USB support for the MX6Q)

2012-02-13 Thread Marek Vasut
I'm not subscribed, this is gonna make it all a mess. > > On 12.02.2012 09:46, Marek Vasut wrote: > >> On 11.02.2012 19:46, Fabio Estevam wrote: > >>> On Sat, Feb 11, 2012 at 5:12 AM, Marek Vasut wrote: > >>>> btw Fabio, do we support mx6q USB hos

Re: i.MX5/6 U-Boot: Cache enabling

2012-02-09 Thread Marek Vasut
> On 04.02.2012 11:18, Marek Vasut wrote: > >> Let's discuss how to enable the i.MX5/6 caches in U-Boot: > >> > >> On 03.02.2012 12:00, Stefano Babic wrote: > >>> On 03/02/2012 11:18, Dirk Behme wrote: > >> ... > >> > &g

Re: i.MX5/6 U-Boot: Cache enabling (was: Re: [U-Boot] Skipping relocation RAM to RAM, esp. on i.MX6?)

2012-02-04 Thread Marek Vasut
> Let's discuss how to enable the i.MX5/6 caches in U-Boot: > > On 03.02.2012 12:00, Stefano Babic wrote: > > On 03/02/2012 11:18, Dirk Behme wrote: > ... > > >>> As your concerns are surely related to speed up the boot process, IMHO > >>> we can focus efforts to add cache support for MX5 / MX6.

Re: [U-Boot] [PATCH] TRATS: Fix uart gpio config

2012-01-25 Thread Marek Vasut
] = I2C_3_SCL (3) >* GPA1CON[2] = I2C_3_SDA (3) >*/ > - for (i = 0; i < 5; i++) { > + for (i = 0; i < 6; i++) { > s5p_gpio_set_pull(&gpio1->a1, i, GPIO_PULL_NONE); > s5p_gpio_c