[coreboot] libpayload: Add an exec() and i386_do_exec() function

Jordan Crouse jordan.crouse at amd.com
Wed May 14 16:27:02 CEST 2008


On 14/05/08 11:12 +0200, Uwe Hermann wrote:
> On Tue, May 13, 2008 at 05:34:09PM -0600, jordan.crouse at amd.com wrote:
> > Add functions for libpayload to execute other payloads in memory,
> > and have those functions return cleanly.
> > 
> > Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
> > Index: libpayload/i386/Makefile.inc
> > ===================================================================
> > --- libpayload.orig/i386/Makefile.inc	2008-05-13 13:40:07.000000000 -0600
> > +++ libpayload/i386/Makefile.inc	2008-05-13 13:42:59.000000000 -0600
> > @@ -29,3 +29,4 @@
> >  
> >  TARGETS-y += i386/head.o i386/main.o i386/sysinfo.o
> >  TARGETS-y += i386/timer.o i386/coreboot.o i386/util.o
> > +TARGETS-y += i386/exec.o
> > Index: libpayload/i386/exec.S
> > ===================================================================
> > --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> > +++ libpayload/i386/exec.S	2008-05-13 13:42:59.000000000 -0600
> > @@ -0,0 +1,64 @@
> 
> More reviews later, but NACK for this, missing license header.

Oops - thanks for the heads up.

Jordan





More information about the coreboot mailing list