Re: [U-Boot] [PATCH] SMDKV310: MMC_SPL: Fix building when using "make O="

2011-08-04 Thread Albert ARIBAUD
On 03/06/2011 06:07, Chander Kashyap wrote: Fixes dependency build error with "make O=" option. "make O=" option is used to specify output directory. Signed-off-by: Chander Kashyap --- mmc_spl/board/samsung/smdkv310/Makefile | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-

Re: [u-boot PATCH] arm, lib/bootm.c: Exclude HIGHMEM from being used by u-boot

2011-08-20 Thread Albert ARIBAUD
Hi David, Le 19/08/2011 19:57, David Long a écrit : Reserve any memory above 768MB to prevent u-boot from relocating fdt or initrd data into memory that Linux cannot reference during early boot. Code taken (with modifications) from the powerpc bootm.c. What exactly prevents ARM Linux from boo

Re: [U-Boot] [PATCH v2] ARCH: EXYNOS: add support to match product id

2012-10-15 Thread Albert ARIBAUD
Hi Chander, On Mon, 15 Oct 2012 17:28:23 +0530, Chander Kashyap wrote: > From: Minkyu Kang > > Based upon single SoC there can be multiple varients. Typo here (varients => variants) > This patch add support to match the complete product ID. > > Signed-off-by: Chander Kashyap > --- > Change

Re: [U-Boot] [PATCH] SMDKV310: CPU fequency and mmc_pre_ratio modified

2011-06-01 Thread Albert ARIBAUD
Hi Chander, Le 26/05/2011 13:10, Chander Kashyap a écrit : Modifies CPU Frequency to 1GHz and removes hard coding of mmc_pre_ratio for MMC Channel2 in FSYS2 register. Signed-off-by: Chander Kashyap --- board/samsung/smdkv310/lowlevel_init.S |4 ++-- 1 files changed, 2 insertions(+), 2 de