[coreboot] coreinfo: add PAYLOAD_PARAM values for coreinfo

Jordan Crouse jordan.crouse at amd.com
Tue May 27 22:09:51 CEST 2008


On 27/05/08 21:54 +0200, Peter Stuge wrote:
> On Tue, May 27, 2008 at 01:49:05PM -0600, Jordan Crouse wrote:
> > coreinfo:  Specify a name, listname and desc item for coreinfo
> > 
> > These values are consumed by the chooser payload.  listname is 
> > presented on the chooser menu.
> > 
> > Signed-off-by: Jordan Crouse <jordan.crouse at amd.com>
> 
> Acked-by: Peter Stuge <peter at stuge.se>

r3355 with s/PAYLOAD_PARAM/PAYLOAD_INFO/

> 
> > Index: coreinfo/coreinfo.c
> > ===================================================================
> > --- coreinfo.orig/coreinfo.c	2008-05-27 13:39:39.000000000 -0600
> > +++ coreinfo/coreinfo.c	2008-05-27 13:39:42.000000000 -0600
> > @@ -304,3 +304,7 @@
> >  
> >  	return 0;
> >  }
> > +
> > +PAYLOAD_PARAM(name,"coreinfo");
> > +PAYLOAD_PARAM(listname,"System Information");
> > +PAYLOAD_PARAM(desc,"Display information about the system");
> 
> -- 
> coreboot mailing list
> coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot
> 

-- 
Jordan Crouse
Systems Software Development Engineer 
Advanced Micro Devices, Inc.





More information about the coreboot mailing list