coreinfo: Specify a name, listname and desc item for coreinfo
authorJordan Crouse <jordan.crouse@amd.com>
Tue, 27 May 2008 20:07:47 +0000 (20:07 +0000)
committerJordan Crouse <jordan.crouse@amd.com>
Tue, 27 May 2008 20:07:47 +0000 (20:07 +0000)
These values are consumed by the chooser payload.  listname is
presented on the chooser menu.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

payloads/coreinfo/coreinfo.c

index 6055925f1378d704c3e4f3579ba108c41769cac4..e3052617b8d284048a7a9cb645e353df2d69cdba 100644 (file)
@@ -304,3 +304,7 @@ int main(void)
 
        return 0;
 }
+
+PAYLOAD_INFO(name,"coreinfo");
+PAYLOAD_INFO(listname,"System Information");
+PAYLOAD_INFO(desc,"Display information about the system");