2009-08-12 17:00:51 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## 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)
|
|
|
|
|
2019-11-09 14:19:04 +01:00
|
|
|
bootblock-y += early_init.c
|
2019-11-12 23:34:13 +01:00
|
|
|
bootblock-y += bootblock.c
|
2019-01-15 20:14:33 +01:00
|
|
|
|
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
|
|
|
|
|
2019-07-07 22:58:34 +02:00
|
|
|
smm-y += smihandler.c
|
2010-10-05 11:07:10 +02:00
|
|
|
|
2019-11-09 14:19:04 +01:00
|
|
|
romstage-y += early_init.c
|
2019-03-24 15:06:17 +01:00
|
|
|
romstage-y += early_smbus.c
|
2019-10-04 13:59:29 +02:00
|
|
|
romstage-y += early_cir.c
|
2015-04-27 23:02:36 +02:00
|
|
|
|
|
|
|
endif
|