[coreboot] [PATCH] Hide CMOS_VSTART_ and CMOS_VLEN_ prefixes for read_option() use

Patrick Georgi patrick at georgi-clan.de
Tue May 10 21:23:25 CEST 2011


[let's try again]
Hi,

as a first step to the CMOS infrastructure project (as detailed in the
wiki), this patch changes read_option() by wrapping it in a macro,
simplifying its use from
read_option(CMOS_VSTART_foo, CMOS_VLEN_foo, somedefault)
to
read_option(foo, somedefault)


Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Hide-CMOS_VSTART_-and-CMOS_VLEN_-prefixes-for-read_o.patch
Type: text/x-c++
Size: 11548 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20110510/cea575a6/attachment.bin>


More information about the coreboot mailing list