Re: What kernel version will be in this months release?

2011-12-12 Thread Angus Ainslie
s.linaro.org > http://lists.linaro.org/mailman/listinfo/linaro-dev -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Hi guys, could you help me to test busybox on your board?

2011-09-26 Thread Angus Ainslie
;>> Fathi Boudra >>>> Linaro Release Manager | Validation Project Manager >>>> Linaro.org | Open source software for ARM SoCs >>> >> > > > > On Thursday, September 22, 2011 01:07 PM, Paul Larson wrote: > > Hi Botao, it's really late right now and I don

[PATCH v2] ORIGEN : use absolute paths and fix tool naming

2011-09-12 Thread Angus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Get rid of MSDOS style excecutable extension Signed-off-by: Angus Ainslie --- board/samsung/origen/Makefile |6 +++--- spl/Makefile |2 +- 2 files

[PATCH] ORIGEN : enable device tree support

2011-09-09 Thread angus . ainslie
From: Angus Ainslie Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie --- include/configs/origen.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/origen.h b/include/configs/origen.h index 889d5fc..380ef4f 100644

[PATCH] ORIGEN : use absolute paths for tools directory

2011-09-09 Thread Angus Ainslie
On some hosts using relative paths will cause the build to fail. This patch sets absolute paths for the tools directory Signed-off-by: Angus Ainslie --- board/samsung/origen/Makefile |6 +++--- spl/Makefile |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff

Re: Android build failure

2011-07-29 Thread Angus Ainslie
On Thu, Jul 28, 2011 at 3:09 PM, James Westby wrote: > On Thu, 28 Jul 2011 13:37:38 -0600, Angus Ainslie > wrote: >> I have a android manifest that builds fine on my local build server >> with -j4 for concurrent makes. >> >> The same manifest fails to build on an

Android build failure

2011-07-28 Thread Angus Ainslie
build variables to disable the concurrent make ? This would be just to debug the manifest file and then re-enable it afterwards Thanks Angus -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http

Re: [PATCH] Add Exynos4 mali config.h file

2011-07-16 Thread Angus Ainslie
ere another list you suggest I post it to ? > See comments below. > I will fix the irq related issues. > Thank you, > Kyungmin Park > Thanks Angus > On Sat, Jul 16, 2011 at 3:54 AM, Angus Ainslie > wrote: >> The mali driver needs an SoC specific config file t

[PATCH] Add Exynos4 mali config.h file

2011-07-15 Thread Angus Ainslie
The mali driver needs an SoC specific config file to build. This is for the Samsung Exynos4 SoC. This is a patch for Chunsangs repo at : git://git.linaro.org/people/chunsangjeong/mali.git Signed-off-by: Angus Ainslie --- arch/arm/mach-exynos4/include/mach/mali/config.h | 171

[PATCH] Fix building mali driver with make O= option

2011-07-15 Thread Angus Ainslie
When building with the make O= option some of the dependenccies and include files can't be resolved. This patch corrects the paths so that the files can be found. Thsis is a patch For Chunsangs repo at : git://git.linaro.org/people/chunsangjeong/mali.git Signed-off-by: Angus Ai

Re: [Samsung] [U-Boot] [PATCH 1/2] ARMV7: Add support for Samsung ORIGEN board

2011-07-06 Thread Angus Ainslie
er in this patch. I wonder if it would make sense > to use C for more of this? The size of the SPL is restricted so that was the reason that assembly was used. > Regards, > Simon > Cheers Angus -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [Samsung] [U-Boot] [PATCH v3 0/2] SMDKV310 Board Support

2011-05-19 Thread Angus Ainslie
l http://lists.denx.de/pipermail/u-boot/2011-May/092976.html Angus -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH] ARM: EXYNOS4: Register HSMMC2 before HSMMC0 on SMDKV310 board

2011-04-14 Thread Angus Ainslie
gt; in > the body of a message to majord...@vger.kernel.org > More majordomo info at  http://vger.kernel.org/majordomo-info.html > If you use the UUID of the filesystem it doesn't matter which device node it gets registered as. Angus -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: Bug: SMDKV310: System hang during reboot

2011-04-06 Thread Angus Ainslie
tinfo/linaro-dev >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to majord...@vger.kernel.org > More majordomo info at  http://vger.kernel.org/majordomo-info.html > -- Angus Ainslie Team Lead, Samsung Landing Team ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

[PATCH] Fix build failure for s5pv310 target when CONFIG_S5PV310_DEV_SYSMMU is not defined

2011-01-27 Thread Angus Ainslie
Signed-off-by: Angus Ainslie --- arch/arm/mach-s5pv310/mach-smdkv310.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c index 28680cf..d946b00 100644 --- a/arch/arm/mach-s5pv310/mach-smdkv310