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:
@@ -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
|
||||
|
Reference in New Issue
Block a user