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:
parent
fc697ad028
commit
5083811458
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue