[coreboot] SELF

Peter Stuge peter at stuge.se
Fri May 16 01:40:57 CEST 2008


On Thu, May 15, 2008 at 05:19:14PM -0600, Jordan Crouse wrote:
> PAYLOAD_PARAM(name,"coreinfo");
> PAYLOAD_PARAM(listname,"System Information");
> PAYLOAD_PARAM(desc,"Display information about the system");
> 
> These will be expanded out as
> 
> static const char _pstruct[_pinfo_name] = "name=coreinfo";
> static const char _pstruct[_pinfo_listname] = "listname=System Information";
> static const char _pstruct[_pinfo_desc] = "desc=Display information about the
> system";

I like it!


Does bayou show the name? I would prefer that over the listname.
Or maybe both.


//Peter




More information about the coreboot mailing list