Re: [U-Boot] ARM v7: Flush icache when executing a program with go

2013-05-21 Thread Kees Jongenburger
Hello, On Thu, May 16, 2013 at 5:37 PM, Henrik Nordström wrote: > Or maybe just punt it. If you are on an arch with incoherent caches then > make sure to make use of the cache command to flush caches and maybe > even disable caches before using go. This is indeed the behaviour one would expect fr

[U-Boot] [PATCH] netbsd:fix documentation typo.

2013-12-09 Thread Kees Jongenburger
From: Kees Jongenburger The documentation suggested the arguments where passed over r3-r6 while the code bellow simply does that over r0-r3. Cc: Kumar Gala --- common/cmd_bootm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_bootm.c b/common

[U-Boot] [PATCH v2] netbsd:fix documentation typo.

2013-12-10 Thread Kees Jongenburger
The documentation suggested the arguments where passed over r3-r6 while the code bellow simply does that over r0-r3. Cc: Kumar Gala --- common/cmd_bootm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index ba73f57..d5a1b4a 10

[U-Boot] [PATCH v3] netbsd:fix documentation typo.

2013-12-12 Thread Kees Jongenburger
The documentation suggested the arguments where passed over r3-r6 while the code below simply does that over r0-r3. Cc: Kumar Gala --- common/cmd_bootm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index ba73f57..d5a1b4a 100

Re: [U-Boot] [PATCH] netbsd:fix documentation typo.

2013-12-12 Thread Kees Jongenburger
Hi, On 12/12/2013 10:23 AM, Sughosh Ganu wrote: hi Kees, * NetBSD Stage-2 Loader Parameters: -* r3: ptr to board info data -* r4: image address -* r5: console device -* r6: boot args string +* r0: ptr to board info data +* r1:

[U-Boot] [PATCH v3] netbsd:fix documentation typo.

2013-12-12 Thread Kees Jongenburger
The documentation suggested the arguments where passed over r3-r6 while the code below simply does that over r0-r3. Cc: Kumar Gala --- common/cmd_bootm.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index ba73f57..4d594f8 100