Re: U-Boot Digest, Vol 158, Issue 63

2021-08-03 Thread Oleksandr G Zhadan
t dead and we would like to leave it on the u-boot host. Please give us a couple of weeks to fix this (after I get back from vacation). Thank you, Oleksandr On 7/28/21 12:43 PM, Tom Rini wrote: On Wed, Jul 28, 2021 at 12:22:57PM -0400, Oleksandr G Zhadan wrote: Hello, Please see inline

Re: U-Boot Digest, Vol 158, Issue 63

2021-07-28 Thread Oleksandr G Zhadan
Hello, Please see inline. On 7/26/21 9:40 AM, u-boot-requ...@lists.denx.de wrote: Message: 13 Date: Mon, 26 Jul 2021 07:34:06 -0600 From: Simon Glass To: U-Boot Mailing List Cc: Tom Rini, Simon Glass, Albert Aribaud, Andy Fleming , Joe Hershberger, Marek Vasut, Mario Six

[U-Boot] [PATCH] powerpc/mpc8500/ucp1020: fix environment macros

2015-05-20 Thread Oleksandr G Zhadan
Always check for tftp status on download. Don't continue to format and/or program new image if an error in tftp download. Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan --- include/configs/UCP1020.h | 135 -- 1 file change

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020

2015-05-05 Thread Oleksandr G Zhadan
Thank you. Oleks On 05/05/2015 12:42 PM, York Sun wrote: On 04/29/2015 01:57 PM, Oleksandr G Zhadan wrote: New QorIQ p1020 based board support from Arcturus Networks Inc. http://www.arcturusnetworks.com/products/ucp1020/ Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020

2015-05-04 Thread Oleksandr G Zhadan
04/2015 12:39 PM, York Sun wrote: Oleks, This patch is in much better shape. On 04/29/2015 01:57 PM, Oleksandr G Zhadan wrote: New QorIQ p1020 based board support from Arcturus Networks Inc. http://www.arcturusnetworks.com/products/ucp1020/ Signed-off-by: Michael Durrant Signed-off-by: Oleksa

[U-Boot] [PATCH] powerpc/mpc85xx: Add board support for ucp1020

2015-04-29 Thread Oleksandr G Zhadan
New QorIQ p1020 based board support from Arcturus Networks Inc. http://www.arcturusnetworks.com/products/ucp1020/ Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan Series-version: 2 Series-changes: 2 WARNINGs: line over 80 characters are fixed --- arch/powerpc/cpu

[U-Boot] [PATCH] powerpc/mpc85xx: Fix compiling error for common/cmd_gpio.c

2015-04-28 Thread Oleksandr G Zhadan
pio_direction_output' u-boot/common/cmd_gpio.c:209: undefined reference to `gpio_free Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan --- arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 ++ arch/powerpc/include/asm/mpc85xx_gpio.h | 6 -- 2 files changed, 6 insertio

[U-Boot] [PATCH] New QorIQ p1020 based board support from Arcturus Networks Inc.

2015-04-15 Thread Oleksandr G Zhadan
New QorIQ p1020 based board support from Arcturus Networks Inc. http://www.arcturusnetworks.com/products/ucp1020/ Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan --- arch/powerpc/cpu/mpc85xx/Kconfig |4 + board/Arcturus/ucp1020/Kconfig | 44 ++ board/Arcturus

[U-Boot] [PATCH] mpc85xx: gpio related compiler error fix when build common/cmd_gpio.c

2015-04-15 Thread Oleksandr G Zhadan
1. Include asm/mpc85xx_gpio.h into asm/gpio.h 2. Fix Incompatibility in functions gpio_free() and gpio_set_value() definitions between and Signed-off-by: Michael Durrant Signed-off-by: Oleksandr G Zhadan --- arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 ++ arch/powerpc/include/asm

[U-Boot] [PATCH] Fix compiler error when build common/cmd_gpio.c for mpc85xx (p1020) when CONFIG_CMD_GPIO is defined

2015-03-27 Thread Oleksandr G Zhadan
From 33dc654a90fd648d070513d640b161fcd3eda9bd Mon Sep 17 00:00:00 2001 From: Oleksandr Zhadan Date: Fri, 27 Mar 2015 16:59:11 -0400 Fix compiler error when build common/cmd_gpio.c for mpc85xx (p1020) when CONFIG_CMD_GPIO is defined and incompatibility in functions gpio_free() and gpio_set_valu

Re: [U-Boot] [PATCH 1/2] mpc85xx gpio related header files changes to compile common cmd_gpio.c

2015-03-27 Thread Oleksandr G Zhadan
Hi York, I add explanation and re-send the same patch. On 03/26/2015 05:20 PM, York Sun wrote: On 03/26/2015 02:16 PM, Oleksandr G Zhadan wrote: From: Oleksandr Zhadan Please add commit message to explain why and what you are changing. Signed-off-by: Oleksandr Zhadan Signed-off-by

Re: [U-Boot] [PATCH 2/2] Add new Arcturus Networks Inc. board support - uCP1020

2015-03-27 Thread Oleksandr G Zhadan
Hi York, New, with fixed errors and much less warnings, patch is here. On 03/26/2015 05:25 PM, York Sun wrote: On 03/26/2015 02:14 PM, Oleksandr G Zhadan wrote: From: Oleksandr Zhadan Please add commit message to explain what you are doing. Please run checkpatch before sending it. You

Re: [U-Boot] [PATCH 1/2] mpc85xx gpio related header files changes to compile common cmd_gpio.c

2015-03-27 Thread Oleksandr G Zhadan
pport patch based on this one. Oleks On 03/27/2015 11:46 AM, Joakim Tjernlund wrote: On Fri, 2015-03-27 at 10:51 -0400, Oleksandr G Zhadan wrote: Extra gpio bank argument at low level may be discussable, but IMPO we should not brake standard int gpio_set_value(unsigned gpio, int value) defin

Re: [U-Boot] [PATCH 1/2] mpc85xx gpio related header files changes to compile common cmd_gpio.c

2015-03-27 Thread Oleksandr G Zhadan
int) 2. Compilation error when build common/cmd_gpio.c for mpc85xx (p1020) On 03/26/2015 08:26 PM, Joakim Tjernlund wrote: On Thu, 2015-03-26 at 17:16 -0400, Oleksandr G Zhadan wrote: From: Oleksandr Zhadan Signed-off-by: Oleksandr Zhadan Signed-off-by: Michael Durrant --- arch/powerpc

[U-Boot] [PATCH 1/2] mpc85xx gpio related header files changes to compile common cmd_gpio.c

2015-03-26 Thread Oleksandr G Zhadan
From: Oleksandr Zhadan Signed-off-by: Oleksandr Zhadan Signed-off-by: Michael Durrant --- arch/powerpc/include/asm/arch-mpc85xx/gpio.h |2 ++ arch/powerpc/include/asm/mpc85xx_gpio.h |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/as

[U-Boot] [PATCH 2/2] Add new Arcturus Networks Inc. board support - uCP1020

2015-03-26 Thread Oleksandr G Zhadan
file mode 100644 index 000..f82a32f --- /dev/null +++ b/board/Arcturus/ucp1020/cmd_arc.c @@ -0,0 +1,217 @@ +/* + * Command for accessing Arcturus factory environment. + * + * Copyright 2013-2015 Arcturus Networks Inc. + * http://www.arcturusnetworks.com/products/ucp1020/ + *