[coreboot] coreinfo: add PAYLOAD_PARAM values for coreinfo

Peter Stuge peter at stuge.se
Tue May 27 21:54:18 CEST 2008


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>


> 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");




More information about the coreboot mailing list