diff --git a/util/config/LBConfig.txt b/util/config/LBConfig.txt index 873149c6d0..538272ce35 100644 --- a/util/config/LBConfig.txt +++ b/util/config/LBConfig.txt @@ -1,4 +1,4 @@ -LBConfig is a simply Python program to build files that are in turned +LBConfig is a simply Python program to build files that are in turn used to build the LinuxBIOS. Typically, LBConfig builds three files: Makefile @@ -31,14 +31,26 @@ target Specify the target directory for builds. mainboard Specify the mainboard vendor and name in Unix pathname format, e.g. leadtek/winfast6300 means the leadtek winfast6300 board + Looks for a config file in $(TOP)/src/mainboard/ cpu Specify the cpu, e.g. cpu p6 + Looks for a config file in $(TOP)/src/cpu/ northbridge Specify the northbridge vendor and name, e.g. via/vt8601 + Looks for a config file in $(TOP)/src/northbridge/ + southbridge Specify the southbridge vendor and name, e.g. via/vt826c686a + Looks for a config file in $(TOP)/src/southbridge/ + northsouthbridge For combined north and south bridge parts, specify them as one, e.g. sis/630 + Looks for a config file in $(TOP)/src/northsouthbridge/ + pcibridge This has not been used yet, but it is for pcibridges, which are NOT the same as the other bridges + Looks for a config file in $(TOP)/src/pcibridge/ + superio Specify the superio, e.g. winbond/w83977ef + Doesn't look for a config file (yet). + object Add an object to the set of objects, e.g. object keyboard.o raminit Add a .S file to the list of files used for ram init. The path is rooted at $(TOP)/src