Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 1 | # |
| 2 | # This file is part of the coreboot project. |
| 3 | # |
| 4 | # Copyright (C) 2010 Google Inc. |
Martin Roth | 2dd3f87 | 2014-04-25 15:09:27 -0600 | [diff] [blame] | 5 | # Copyright (C) 2013-2014 Sage Electronic Engineering, LLC. |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by |
| 9 | # the Free Software Foundation; version 2 of the License. |
| 10 | # |
| 11 | # This program is distributed in the hope that it will be useful, |
| 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | # GNU General Public License for more details. |
| 15 | # |
| 16 | # You should have received a copy of the GNU General Public License |
| 17 | # along with this program; if not, write to the Free Software |
| 18 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 19 | # |
| 20 | |
Martin Roth | 2dd3f87 | 2014-04-25 15:09:27 -0600 | [diff] [blame] | 21 | subdirs-y += fsp |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 22 | ramstage-y += northbridge.c |
| 23 | ramstage-y += gma.c |
| 24 | |
| 25 | ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += acpi.c |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 26 | |
| 27 | romstage-y += raminit.c |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 28 | romstage-y += early_init.c |
| 29 | romstage-y += report_platform.c |
| 30 | romstage-y += ../../../arch/x86/lib/walkcbfs.S |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 31 | |
| 32 | smm-$(CONFIG_HAVE_SMI_HANDLER) += udelay.c |
| 33 | smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c |
| 34 | |
Martin Roth | 2dd3f87 | 2014-04-25 15:09:27 -0600 | [diff] [blame] | 35 | INCLUDES += -I$(src)/northbridge/intel/fsp_sandybridge/fsp |
Marc Jones | 54b8e7a | 2013-10-29 17:57:30 -0600 | [diff] [blame] | 36 | |
| 37 | $(obj)/northbridge/intel/fsp_sandybridge/acpi.ramstage.o : $(obj)/build.h |