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 virtual platforms (I guess

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

2012-11-03 Thread Marek Vasut
regards, Marek Vasut ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Installable ARMv8 cross-toolchain

2012-11-03 Thread Marek Vasut
to catch up with you in there ;-) What do you use for a bootloader on these armv8 devices? Wookey 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
| 48 +- arch/arm/include/asm/arch-exynos/gpio.h | 85 + 3 files changed, 402 insertions(+), 7 deletions(-) CCing Minkyu Best regards, Marek Vasut ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman

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: ... As your concerns are surely related to speed up the boot process, IMHO we can focus efforts

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. Ok,

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

2012-01-25 Thread Marek Vasut
) */ - for (i = 0; i 5; i++) { + for (i = 0; i 6; i++) { s5p_gpio_set_pull(gpio1-a1, i, GPIO_PULL_NONE); s5p_gpio_cfg_pin(gpio1-a1, i, GPIO_FUNC((i == 2 || i == 3) ? 0x3 : 0x2)); Acked-by: Marek Vasut marek.va...@gmail.com