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
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
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
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
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:
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
6 matches
Mail list logo