2009-08-12 17:00:51 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2008-2009 coresystems GmbH
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
|
|
|
config SOUTHBRIDGE_INTEL_I82801GX
|
|
|
|
bool
|
2016-07-14 06:24:55 +02:00
|
|
|
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
2013-07-28 22:39:37 +02:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON
|
2010-01-18 18:30:36 +01:00
|
|
|
select IOAPIC
|
2010-02-22 10:15:13 +01:00
|
|
|
select HAVE_HARD_RESET
|
2010-09-26 09:35:55 +02:00
|
|
|
select HAVE_USBDEBUG
|
2010-02-22 07:09:43 +01:00
|
|
|
select USE_WATCHDOG_ON_BOOT
|
2012-11-13 22:01:31 +01:00
|
|
|
select HAVE_SMI_HANDLER
|
2014-10-16 12:48:19 +02:00
|
|
|
select COMMON_FADT
|
2009-08-12 17:00:51 +02:00
|
|
|
|
2011-04-19 01:51:12 +02:00
|
|
|
if SOUTHBRIDGE_INTEL_I82801GX
|
|
|
|
|
2010-10-05 15:40:31 +02:00
|
|
|
config EHCI_BAR
|
|
|
|
hex
|
2011-04-19 01:51:12 +02:00
|
|
|
default 0xfef00000
|
2010-10-05 15:40:31 +02:00
|
|
|
|
2011-05-03 09:55:30 +02:00
|
|
|
config BOOTBLOCK_SOUTHBRIDGE_INIT
|
2015-04-27 02:53:26 +02:00
|
|
|
string
|
2011-05-03 09:55:30 +02:00
|
|
|
default "southbridge/intel/i82801gx/bootblock.c"
|
2012-10-05 21:54:38 +02:00
|
|
|
|
|
|
|
config HPET_MIN_TICKS
|
|
|
|
hex
|
|
|
|
default 0x80
|
2011-05-03 09:55:30 +02:00
|
|
|
|
2011-04-19 01:51:12 +02:00
|
|
|
endif
|