Enable HAVE_HIGH_TABLES by default for northbridges with
support for it. The related mainboards don't need to activate it themselves anymore. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4224 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
bccaafc677
commit
a19f644799
|
@ -48,7 +48,6 @@ uses HEAP_SIZE
|
|||
uses CONFIG_LB_MEM_TOPK
|
||||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_MAINBOARD_RESOURCES
|
||||
uses HAVE_HIGH_TABLES
|
||||
uses HAVE_ACPI_RESUME
|
||||
uses HAVE_LOW_TABLES
|
||||
uses LB_CKS_RANGE_START
|
||||
|
@ -115,7 +114,6 @@ default CONFIG_MAX_PHYSICAL_CPUS = 1
|
|||
default CONFIG_LOGICAL_CPUS = 1
|
||||
default HAVE_ACPI_TABLES = 1
|
||||
default HAVE_MAINBOARD_RESOURCES = 1
|
||||
default HAVE_HIGH_TABLES = 1
|
||||
default HAVE_LOW_TABLES = 0
|
||||
default HAVE_ACPI_RESUME = 1
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ uses LB_CKS_LOC
|
|||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_ACPI_RESUME
|
||||
uses HAVE_MAINBOARD_RESOURCES
|
||||
uses HAVE_HIGH_TABLES
|
||||
# SMP
|
||||
uses CONFIG_SMP
|
||||
uses CONFIG_LOGICAL_CPUS
|
||||
|
@ -177,7 +176,6 @@ default HAVE_MP_TABLE=1
|
|||
##
|
||||
default HAVE_ACPI_TABLES=1
|
||||
default HAVE_MAINBOARD_RESOURCES=1
|
||||
default HAVE_HIGH_TABLES=1
|
||||
|
||||
##
|
||||
## Build code to export a CMOS option table
|
||||
|
|
|
@ -56,7 +56,6 @@ uses XIP_ROM_BASE
|
|||
uses STACK_SIZE
|
||||
uses HEAP_SIZE
|
||||
uses USE_OPTION_TABLE
|
||||
uses HAVE_HIGH_TABLES
|
||||
uses HAVE_LOW_TABLES
|
||||
uses CONFIG_MULTIBOOT
|
||||
uses LB_CKS_RANGE_START
|
||||
|
@ -128,7 +127,6 @@ uses CONFIG_USE_PRINTK_IN_CAR
|
|||
#default ROM_SIZE=524288
|
||||
default ROM_SIZE=0x100000
|
||||
|
||||
default HAVE_HIGH_TABLES = 1
|
||||
default HAVE_LOW_TABLES = 0
|
||||
default CONFIG_MULTIBOOT=0
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ uses LB_CKS_RANGE_END
|
|||
uses LB_CKS_LOC
|
||||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_ACPI_RESUME
|
||||
uses HAVE_HIGH_TABLES
|
||||
uses HAVE_LOW_TABLES
|
||||
uses CONFIG_MULTIBOOT
|
||||
uses HAVE_SMI_HANDLER
|
||||
|
@ -129,7 +128,6 @@ default HAVE_MP_TABLE=1
|
|||
##
|
||||
default HAVE_ACPI_TABLES=1
|
||||
default HAVE_LOW_TABLES=1
|
||||
default HAVE_HIGH_TABLES=1
|
||||
default CONFIG_MULTIBOOT=0
|
||||
|
||||
##
|
||||
|
|
|
@ -33,7 +33,6 @@ uses LB_CKS_RANGE_END
|
|||
uses LB_CKS_LOC
|
||||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_ACPI_RESUME
|
||||
uses HAVE_HIGH_TABLES
|
||||
uses HAVE_LOW_TABLES
|
||||
uses CONFIG_MULTIBOOT
|
||||
uses HAVE_SMI_HANDLER
|
||||
|
@ -123,7 +122,6 @@ default HAVE_MP_TABLE=1
|
|||
##
|
||||
default HAVE_ACPI_TABLES=1
|
||||
default HAVE_LOW_TABLES=1
|
||||
default HAVE_HIGH_TABLES=1
|
||||
default CONFIG_MULTIBOOT=0
|
||||
|
||||
##
|
||||
|
|
|
@ -36,7 +36,6 @@ uses LB_CKS_RANGE_END
|
|||
uses LB_CKS_LOC
|
||||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_ACPI_RESUME
|
||||
uses HAVE_HIGH_TABLES
|
||||
uses HAVE_LOW_TABLES
|
||||
uses CONFIG_MULTIBOOT
|
||||
uses HAVE_SMI_HANDLER
|
||||
|
@ -136,7 +135,6 @@ default HAVE_MP_TABLE=1
|
|||
##
|
||||
default HAVE_ACPI_TABLES=1
|
||||
default HAVE_LOW_TABLES=1
|
||||
default HAVE_HIGH_TABLES=1
|
||||
default CONFIG_MULTIBOOT=0
|
||||
|
||||
##
|
||||
|
|
|
@ -26,7 +26,6 @@ uses HAVE_ACPI_TABLES
|
|||
uses HAVE_OPTION_TABLE
|
||||
uses USE_OPTION_TABLE
|
||||
uses HAVE_LOW_TABLES
|
||||
uses HAVE_HIGH_TABLES
|
||||
|
||||
uses USE_FALLBACK_IMAGE
|
||||
uses HAVE_FALLBACK_BOOT
|
||||
|
@ -145,7 +144,6 @@ default HAVE_OPTION_TABLE=1
|
|||
## Build code to fill in tables both in low and high memory
|
||||
##
|
||||
default HAVE_LOW_TABLES=1
|
||||
default HAVE_HIGH_TABLES=1
|
||||
|
||||
|
||||
##
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
uses AGP_APERTURE_SIZE
|
||||
uses HAVE_ACPI_TABLES
|
||||
uses HAVE_HIGH_TABLES
|
||||
|
||||
default AGP_APERTURE_SIZE=0x4000000
|
||||
default HAVE_HIGH_TABLES=1
|
||||
|
||||
config chip.h
|
||||
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
uses HAVE_HIGH_TABLES
|
||||
|
||||
default HAVE_HIGH_TABLES=1
|
||||
|
||||
config chip.h
|
||||
driver northbridge.o
|
||||
driver gma.o
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
## along with this program; if not, write to the Free Software
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
uses HAVE_HIGH_TABLES
|
||||
|
||||
config chip.h
|
||||
|
||||
object cx700_reset.o
|
||||
|
@ -26,3 +28,4 @@ driver cx700_lpc.o
|
|||
driver cx700_sata.o
|
||||
driver cx700_vga.o
|
||||
|
||||
default HAVE_HIGH_TABLES=1
|
||||
|
|
Loading…
Reference in New Issue