[U-Boot] [PATCH] embestmx6boards: Increase boot delay to 3s

2014-12-12 Thread picmaster
From: Nikolay Dimitrov Signed-off-by: Nikolay Dimitrov --- include/configs/embestmx6boards.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 185edbe..28099a8 100644 --- a/include/configs/embestmx

[U-Boot] [PATCH] Fix hash verification

2014-12-12 Thread picmaster
From: Nikolay Dimitrov Fix issue in parse_verify_sum() which swaps handling of env-var and *address. Move hash_command() argc check earlier. Cosmetic change on do_hash() variable declaration. Improved help message for "hash" command. Signed-off-by: Nikolay Dimitrov --- common/cmd_hash.c | 28

[U-Boot] [PATCH] mx6: video_skip: Fix crash on NULL pointer

2014-11-05 Thread picmaster
From: Nikolay Dimitrov Signed-off-by: Nikolay Dimitrov Cc: Stefano Babic --- arch/arm/imx-common/video.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/imx-common/video.c b/arch/arm/imx-common/video.c index 8651b80..46f8a1e 100644 --- a/arch/arm/imx-common

[U-Boot] [PATCH] novena: Fix ethernet PHY reset sequence

2014-10-12 Thread picmaster
From: Nikolay Dimitrov This patch fixes conflict between PHY pins becoming outputs after reset and imx6 still driving the pins. It also fixes the reset timing as recommended by the PHY datasheet. Signed-off-by: Nikolay Dimitrov Cc: Stefano Babic Cc: Sean Cross Cc: Marek Vasut --- board/kosa

Re: [U-Boot] [PATCH V5] ARM: mx6: Add support for Kosagi Novena

2014-10-08 Thread picmaster
Hi Sean, - Цитат от Sean Cross (x...@kosagi.com), на 08.10.2014 в 10:47 - > On 08/10/2014 05:55, Nikolay Dimitrov wrote: >> Hi Marek, >> >> I'm marking only the critical issues that are left unfixed from >> previous conversations, to speed-up the process a little bit. >> I'll send later p

[U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes

2014-08-10 Thread picmaster
From: Nikolay Dimitrov Signed-off-by: Nikolay Dimitrov Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/soc.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c index f2dee76..99b7c86 100644 --- a/arch/arm/cpu/