[coreboot] r3355 - trunk/payloads/coreinfo

svn at coreboot.org svn at coreboot.org
Tue May 27 22:07:47 CEST 2008


Author: jcrouse
Date: 2008-05-27 22:07:47 +0200 (Tue, 27 May 2008)
New Revision: 3355

Modified:
   trunk/payloads/coreinfo/coreinfo.c
Log:
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>


Modified: trunk/payloads/coreinfo/coreinfo.c
===================================================================
--- trunk/payloads/coreinfo/coreinfo.c	2008-05-27 20:06:54 UTC (rev 3354)
+++ trunk/payloads/coreinfo/coreinfo.c	2008-05-27 20:07:47 UTC (rev 3355)
@@ -304,3 +304,7 @@
 
 	return 0;
 }
+
+PAYLOAD_INFO(name,"coreinfo");
+PAYLOAD_INFO(listname,"System Information");
+PAYLOAD_INFO(desc,"Display information about the system");





More information about the coreboot mailing list