Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-12 Thread Gray Remlin
On Tue, 12 Nov 2019 at 19:50, Heinrich Schuchardt wrote: > On 11/11/19 6:14 PM, Gray Remlin wrote: > > > > This content is getting very convoluted, if appropriate feel free to > > crop it. > > New point raised at very bottom. > > > > On Sun, 10

Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-11 Thread Gray Remlin
This content is getting very convoluted, if appropriate feel free to crop it. New point raised at very bottom. On Sun, 10 Nov 2019 at 08:41, Heinrich Schuchardt wrote: > On 11/9/19 10:31 PM, Gray Remlin wrote: > > On Sat, 9 Nov 2019 at 20:50, Heinrich Schuchardt > <mailto:xyp

Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-09 Thread Gray Remlin
On Sat, 9 Nov 2019 at 20:50, Heinrich Schuchardt wrote: > On 11/9/19 8:42 PM, Gray Remlin wrote: > > On Sat, 9 Nov 2019 at 18:40, Heinrich Schuchardt > <mailto:xypron.g...@gmx.de>> wrote: > > > > On 11/9/19 6:08 PM, Heinrich Schuchardt wrote: > >

Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-09 Thread Gray Remlin
On Sat, 9 Nov 2019 at 18:40, Heinrich Schuchardt wrote: > On 11/9/19 6:08 PM, Heinrich Schuchardt wrote: > > On 11/9/19 4:11 PM, Gray Remlin wrote: > >> On Fri, 8 Nov 2019 at 20:08, Heinrich Schuchardt >> <mailto:xypron.g...@gmx.de>> wrote: > >> >

Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-09 Thread Gray Remlin
On Sat, 9 Nov 2019 at 17:08, Heinrich Schuchardt wrote: > On 11/9/19 4:11 PM, Gray Remlin wrote: > > On Fri, 8 Nov 2019 at 20:08, Heinrich Schuchardt > <mailto:xypron.g...@gmx.de>> wrote: > > > > On 11/8/19 7:32 PM, Gray Remlin wrote: > > > Ple

Re: [U-Boot] [BUG] U-Boot hangs on fatload, commit ee88eacbdd840199a3dec707234579fb15ddd46a

2019-11-09 Thread Gray Remlin
On Fri, 8 Nov 2019 at 20:08, Heinrich Schuchardt wrote: > On 11/8/19 7:32 PM, Gray Remlin wrote: > > Please excuse the noise. I would like to file a bug report against the > > above commit, a quick search of www.denx.de <http://www.denx.de> did not > > reveal how I s

Re: [U-Boot] NAND bad block Query

2014-02-13 Thread Gray Remlin
On 12/02/14 21:47, Scott Wood wrote: On Wed, 2014-02-12 at 21:04 +, Gray Remlin wrote: Example taken from include/configs/sheevaplug.h #ifdef CONFIG_CMD_NAND #define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_SECT_SIZE0x2 /* 128K */ #else #define

[U-Boot] NAND bad block Query

2014-02-12 Thread Gray Remlin
Example taken from include/configs/sheevaplug.h #ifdef CONFIG_CMD_NAND #define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_SECT_SIZE0x2 /* 128K */ #else #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #endif /* * max 4k env size is enough, but in

[U-Boot] [PATCH V2] mvsata_ide.c: Correction of typo in comments

2013-02-06 Thread Gray Remlin
Signed-off-by: Gray Remlin gryr...@gmail.com --- Changes since V1 - None, resend due to mailer mangling. diff --git a/drivers/block/mvsata_ide.c b/drivers/block/mvsata_ide.c index a88d0f7..42c177f 100644 --- a/drivers/block/mvsata_ide.c +++ b/drivers/block/mvsata_ide.c @@ -56,8 +56,8

[U-Boot] Please Ignore: email client test

2013-02-05 Thread Gray Remlin
You will NOT wrap long lines under any circumstances unless I tell you to, no matter what the line length is, because I know my intent better than you. Here are tabs because I want tabs. When I want spaces I will used them, and expect them to be where I put them. Finally, if

[U-Boot] 'run' no longer aborts on an error, can someone please verify

2012-04-21 Thread Gray Remlin
U-Boot v2012.04 Marvell setenv ipaddr '192.168.1.130' Marvell setenv ifhostisup 'ping 192.168.1.100' Marvell setenv saywearehappy 'echo We are happy!' Marvell run ifhostisup saywearehappy; Using egiga0 device ping failed; host 192.168.1.100 is not alive We are happy! Marvell This is not the

[U-Boot] [RFC] Duplicated string prefix

2011-05-18 Thread Gray Remlin
The string prefixes *** ERROR: and WARNING: (or variations thereof) is duplicated numerous times throughout u-boot. Replacing with e.g. a 'putserr' function which prepends the string prefix to the unique part of the error message and then displays it may be a worthwhile space saving.

Re: [U-Boot] [PATCH] Kirkwood: SATA supports only one device per bus

2011-03-30 Thread Gray Remlin
On 03/30/2011 11:51 AM, Albert ARIBAUD wrote: Hi Gray, Le 29/03/2011 21:42, Gray Remlin a écrit : Change CONFIG_SYS_IDE_MAXDEVICE from 2 to 1 Signed-off-by: Gray Remlingryr...@gmail.com --- arch/arm/include/asm/arch-kirkwood/config.h |3 ++- 1 files changed, 2 insertions(+), 1

Re: [U-Boot] [PATCH] ARM: Add support for displaying second ethaddr in 'bdinfo' command

2011-03-30 Thread Gray Remlin
On 03/30/2011 12:34 PM, Albert ARIBAUD wrote: Le 30/03/2011 00:36, Gray Remlin a écrit : On 03/29/2011 10:49 PM, Wolfgang Denk wrote: Dear Gray Remlin, In message1301433395-25203-1-git-send-email-gryr...@gmail.comyou wrote: Signed-off-by: Gray Remlingryr...@gmail.com --- common

Re: [U-Boot] [PATCH] Kirkwood: SATA supports only one device per bus

2011-03-30 Thread Gray Remlin
On 03/30/2011 12:21 PM, Prafulla Wadaskar wrote: -Original Message- From: Prafulla Wadaskar Sent: Wednesday, March 30, 2011 4:48 PM To: 'Gray Remlin' Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare Subject: RE: [PATCH] Kirkwood: SATA supports only one device per bus

[U-Boot] [U-Boot, 2/7] IDE: Don't assume there are always two devices per bus

2011-03-30 Thread Gray Remlin
Excuse the noob question. Is it intentional to replace '(dev 1) with '(dev 0)' ? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-Boot, 2/7] IDE: Don't assume there are always two devices per bus

2011-03-30 Thread Gray Remlin
On 03/30/2011 07:27 PM, Gray Remlin wrote: Excuse the noob question. Is it intentional to replace '(dev 1) with '(dev 0)' ? Ignore me, I get it. Divide by two, or not, as required. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de

[U-Boot] [PATCH] ARM: Correct CONFIG_(SYS_)CONSOLE_INFO_QUIET rename ommissions

2011-03-29 Thread Gray Remlin
Correct some ommissions of renaming CONFIG_CONSOLE_INFO_QUIET to CONFIG_SYS_CONSOLE_INFO_QUIET Signed-off-by: Gray Remlin gryr...@gmail.com --- include/configs/edminiv2.h |2 +- include/configs/km_arm.h|2 +- include/configs/mv-common.h |2 +- 3 files changed, 3 insertions(+), 3

[U-Boot] [PATCH] Kirkwood: SATA supports only one device per bus

2011-03-29 Thread Gray Remlin
Change CONFIG_SYS_IDE_MAXDEVICE from 2 to 1 Signed-off-by: Gray Remlin gryr...@gmail.com --- arch/arm/include/asm/arch-kirkwood/config.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-kirkwood/config.h b/arch/arm/include/asm/arch-kirkwood

[U-Boot] [PATCH] NET: Correct potential missing goto label in case statement.

2011-03-29 Thread Gray Remlin
If neither CONFIG_CMD_PING or CONFIG_CMD_SNTP are defined but CONFIG_CMD_DNS is, a compile-time error will occur due to the absence of a goto label. Signed-off-by: Gray Remlin gryr...@gmail.com --- net/net.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/net/net.c b

[U-Boot] [PATCH] ARM: Add support for displaying second ethaddr in 'bdinfo' command

2011-03-29 Thread Gray Remlin
Signed-off-by: Gray Remlin gryr...@gmail.com --- common/cmd_bdinfo.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index bba7374..c0553d5 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -340,6 +340,9 @@ int

Re: [U-Boot] [PATCH] ARM: Add support for displaying second ethaddr in 'bdinfo' command

2011-03-29 Thread Gray Remlin
On 03/29/2011 10:49 PM, Wolfgang Denk wrote: Dear Gray Remlin, In message1301433395-25203-1-git-send-email-gryr...@gmail.com you wrote: Signed-off-by: Gray Remlingryr...@gmail.com --- common/cmd_bdinfo.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Why limit

[U-Boot] Network Code Custodian ?

2011-03-24 Thread Gray Remlin
Who is the custodian for the network code ? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v4] ARM: Use consistent assembler syntax

2010-11-28 Thread Gray Remlin
Signed-off-by: Gray Remlin gryr...@gmail.com --- v4 Rebase against v2010.12-rc2 v3 Subject line correction change to patch v2 v2 Fix all occurrences, not just those under arm926ejs v1 Fix syntax of two assembler instructions preventing assembly arch/arm/cpu/arm1136/start.S

Re: [U-Boot] [PATCH 4/4] UBI/UBIFS: Prevent UBI partition change while UBIFS is mounted

2010-11-01 Thread Gray Remlin
On 01/11/10 19:06, Wolfgang Denk wrote: Dear Stefan Roese, In message 201011011420.35851...@denx.de you wrote: Only allow (re-)assignment to an UBI partition/device when UBIFS is currently not mounted. Otherwise the following UBIFS commands will crash. Signed-off-by: Stefan Roese

[U-Boot] [PATCH] kirkwood: guruplug: Relocate NAND environment area

2010-10-26 Thread Gray Remlin
Current default options increase u-boot size to overlap the location of the environment in NAND, move environment higher up Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- include/configs/guruplug.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include

[U-Boot] [PATCH v3] ARM: Use consistent assembler syntax

2010-10-24 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- Patch V3Subject line correction change to patch v2 from arm926ejs: Fix two occurrences of illegal syntax assembler instructions originally used in patch v1, as it now impacts more than one CPU type. arch/arm/cpu/arm1136/start.S

[U-Boot] [BUG] mainline link error

2010-10-21 Thread Gray Remlin
HEAD is at commit c62491d2602b353a815a909e27eec0df9f2c06a2 MAKEALL guruplug arm-gp2x-linux-ld: -static and -shared may not be used together ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mainline arm926ejs: Fix two occurrences of illegal syntax assembler instructions

2010-10-21 Thread Gray Remlin
HEAD is at commit c62491d2602b353a815a909e27eec0df9f2c06a2 Untested due to link error bug Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- arch/arm/cpu/arm926ejs/start.S |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/start.S b/arch/arm

[U-Boot] [PATCH v2] arm926ejs: Fix two occurrences of illegal syntax assembler instructions

2010-10-21 Thread Gray Remlin
Maintain syntax consistency and compatibility with the stock FEDORA ARM cross-compiler tool chain. Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- Patch V2fix all occurrences, not just arm926ejs arch/arm/cpu/arm1136/start.S |4 ++-- arch/arm/cpu/arm926ejs/start.S |4

[U-Boot] [PATCH] net: Add labels to endifs and remove impossible conditional code block

2010-10-21 Thread Gray Remlin
Labels added to endifs to aid readability of the net/bootp.c file. A block of code was marked for conditional compilation but the condition could never arise, the ifdef\endif code block has been deleted. Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- net/bootp.c | 93

[U-Boot] Subject: [PATCH v2] Support for sending DHCP client options

2010-10-20 Thread Gray Remlin
. dhcp_vendor-class-identifier dhcp_user-class dhcp_dhcp-client-identifier Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- v2: Remove redundant return value from dhcp_options_prep function Change dhcp_options_prep function return type to static void Correct grammatical error

[U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage

2010-10-19 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 30a564d..a3136da 100644 --- a/Makefile +++ b/Makefile @@ -341,7 +341,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin $(obj)u

[U-Boot] [PATCH] kirkwood: Fix uninitialised DRAM struct

2010-10-19 Thread Gray Remlin
Breaking out of the loop leaves the rest of the struct uninitialised Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- arch/arm/cpu/arm926ejs/kirkwood/dram.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/kirkwood/dram.c b/arch/arm/cpu

[U-Boot] [PATCH] Support for sending DHCP client options

2010-10-19 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- README |7 ++ common/cmd_nvedit.c |3 ++ net/bootp.c | 52 +++ tools/env/fw_env.c |4 ++- 4 files changed, 65 insertions(+), 1 deletions(-) diff --git

[U-Boot] Fix potential empty DHCP Parameter Request List

2010-10-19 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- net/bootp.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index e679f8b..1289e3b 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -417,8 +417,21 @@ static int DhcpExtended

[U-Boot] [PATCH] Ensure gd-ram_size end stays on 4k page boundary when 'hiding' RAM

2010-10-15 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- arch/arm/lib/board.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 22bd2c9..c1b21f5 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -531,8 +531,9

[U-Boot] [PATCH] Fix potential empty Parameter Request List

2010-10-15 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- net/bootp.c | 16 +++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index e679f8b..1289e3b 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -417,8 +417,21 @@ static int DhcpExtended

[U-Boot] [PATCH] Support sending DHCP client options

2010-10-15 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- common/cmd_nvedit.c |3 ++ net/bootp.c | 52 +++ 2 files changed, 55 insertions(+), 0 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 3d30c32..2094e8e

[U-Boot] [PATCH v2] Ensure gd-ram_size end stays on 4k page boundary when 'hiding' RAM

2010-10-15 Thread Gray Remlin
Signed-off-by: Gray Remlin g_rem...@rocketmail.com --- arch/arm/lib/board.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index 22bd2c9..2f0d5c4 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -532,7 +532,7