[LinuxBIOS] My first attempt at linuxbios
Peter Stuge
stuge-linuxbios at cdy.org
Sun Nov 19 12:47:50 CET 2006
On Fri, Nov 17, 2006 at 05:45:35PM -0500, Jon Dufresne wrote:
> While I'm here, what is the difference between the Config.lb and
> the Options.lb file. They both look like they set
> configuations/optoins, but I am not sure what options/configuations
> go in which file.
Great question.
Options.lb lists all possible options for the mainboard:
uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
and their default values:
default CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2=1
Config.lb is used to override the default.
LinuxBIOS-AMD64.pdf also mentions the two files.
//Peter
More information about the coreboot
mailing list