X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=documentation%2FKconfig.tex;h=e8e3f414e7289b874040e37a6ddb590269608554;hb=HEAD;hp=32fdd19ec5f6924e2ae0e1dd6febfda21fa9024c;hpb=879c17784f88994c03e90aca85710d7aac6582de;p=coreboot.git diff --git a/documentation/Kconfig.tex b/documentation/Kconfig.tex index 32fdd19ec..e8e3f414e 100644 --- a/documentation/Kconfig.tex +++ b/documentation/Kconfig.tex @@ -95,15 +95,6 @@ ldscript-y += ../../../../src/cpu/x86/16bit/reset16.lds ldscript-y += ../../../../src/arch/i386/lib/id.lds ldscript-y += ../../../../src/arch/i386/lib/failover.lds -\end{verbatim} -\subsubsection{defines} -There are variables that should never be definable by users, as changing them will break the build or the image. These are set -in MAINBOARD\_OPTIONS. -\begin{verbatim} -MAINBOARD_OPTIONS=\ - -DCONFIG_AP_IN_SIPI_WAIT=0 \ - -DCONFIG_USE_PRINTK_IN_CAR=1 \ - -DCONFIG_HAVE_HIGH_TABLES=1 \end{verbatim} \subsubsection{POST\_EVALUATION} POST\_EVALUATION rules should be placed after this section: @@ -129,7 +120,7 @@ $(obj)/ssdt3.c: $(src)/mainboard/$(MAINBOARDDIR)/dx/pci3.asl" iasl -p $(CURDIR)/pci3 -tc $(CONFIG_MAINBOARD)/ perl -pi -e 's/AmlCode/AmlCode_ssdt3/g' pci3.hex mv pci3.hex ssdt3.c - + $(obj)/ssdt4.c: $(src)/mainboard/$(MAINBOARDDIR)/dx/pci4.asl" iasl -p $(CURDIR)/pci4 -tc $(CONFIG_MAINBOARD)/dx/pci4.asl perl -pi -e 's/AmlCode/AmlCode_ssdt4/g' pci4.hex @@ -429,10 +420,6 @@ config NORTHBRIDGE_AMD_AMDK8 config AGP_APERTURE_SIZE hex default 0x4000000 - -config HAVE_HIGH_TABLES - int - default 1 \end{verbatim} \subsubsection{northbridge/$<$vendor$>$/$<$chip$>$/Makefile.inc} Typically very small set of rules, and very simple. @@ -479,7 +466,7 @@ we don't need to test for the chipset CONFIG variable. We can therefore test other variables (which is part of the reason we set up conditional inclusion of this file, instead of unconditionally including it). Here is an example from AMD 8111. -No conditionals in this one yet. +No conditionals in this one yet. \begin{verbatim} driver-y += amd8111.o driver-y += amd8111_usb.o