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@amd.com>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jordan Crouse 2008-05-27 20:07:47 +00:00
parent fc697ad028
commit 5083811458
1 changed files with 4 additions and 0 deletions

View File

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