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.
|
|
|
|
##
|
|
|
|
|
2015-04-27 23:02:36 +02:00
|
|
|
ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_I82801GX),y)
|
|
|
|
|
2012-11-16 14:50:32 +01:00
|
|
|
ramstage-y += i82801gx.c
|
|
|
|
ramstage-y += ac97.c
|
|
|
|
ramstage-y += azalia.c
|
|
|
|
ramstage-y += ide.c
|
|
|
|
ramstage-y += lpc.c
|
|
|
|
ramstage-y += nic.c
|
|
|
|
ramstage-y += pci.c
|
|
|
|
ramstage-y += pcie.c
|
|
|
|
ramstage-y += sata.c
|
|
|
|
ramstage-y += smbus.c
|
|
|
|
ramstage-y += usb.c
|
|
|
|
ramstage-y += usb_ehci.c
|
2009-08-12 17:00:51 +02:00
|
|
|
|
2014-09-05 01:01:31 +02:00
|
|
|
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
|
|
|
2010-12-08 06:42:47 +01:00
|
|
|
ramstage-y += watchdog.c
|
2009-08-12 17:00:51 +02:00
|
|
|
|
2010-12-08 06:42:47 +01:00
|
|
|
smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
|
2010-10-05 11:07:10 +02:00
|
|
|
|
2013-09-07 10:38:56 +02:00
|
|
|
romstage-y += early_smbus.c early_lpc.c
|
2015-04-27 23:02:36 +02:00
|
|
|
|
|
|
|
endif
|