Re: [U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-09-08 Thread Peter Tyser
Hello, > In message <[EMAIL PROTECTED]> you wrote: > > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > > --- > > README |5 +++-- > > common/cmd_bootm.c | 39 +++ > > common/image.c |3 +++ > > include/image.h|1 + > > 4 files

Re: [U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-09-05 Thread Wolfgang Denk
Dear Peter Tyser, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > README |5 +++-- > common/cmd_bootm.c | 39 +++ > common/image.c |3 +++ > include/image.h|1 + > 4 files chan

Re: [U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-08-13 Thread Peter Tyser
On Wed, 2008-08-13 at 16:10 -0500, Kumar Gala wrote: > > Any reason we can't just use go? > > - k Our INTEGRITY images are loaded to address 0x0. We can't relocate the INTEGRITY binaries there without disabling interrupts first (ppc boards), which go doesn't do. Best, Peter __

Re: [U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-08-13 Thread Kumar Gala
On Aug 13, 2008, at 3:31 PM, Peter Tyser wrote: > Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> > --- > README |5 +++-- > common/cmd_bootm.c | 39 +++ > common/image.c |3 +++ > include/image.h|1 + > 4 files changed, 46 insertio

[U-Boot] [PATCH] Add support for booting of INTEGRITY operating system uImages

2008-08-13 Thread Peter Tyser
Signed-off-by: Peter Tyser <[EMAIL PROTECTED]> --- README |5 +++-- common/cmd_bootm.c | 39 +++ common/image.c |3 +++ include/image.h|1 + 4 files changed, 46 insertions(+), 2 deletions(-) diff --git a/README b/README index d