blob: 716134e9ff376fae6517794f9b267f718b2e1b62 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass8ef07572014-11-12 22:42:07 -07002#
3# Copyright (c) 2014 Google, Inc
Simon Glass8ef07572014-11-12 22:42:07 -07004
Bin Meng43741392016-02-17 00:16:21 -08005ifdef CONFIG_HAVE_FSP
6obj-y += fsp_configs.o ivybridge.o
7else
Simon Glass987116f2017-01-16 07:03:47 -07008obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += cpu.o
Simon Glass65dd74a2014-11-12 22:42:28 -07009obj-y += early_me.o
Simon Glass2b605152014-11-12 22:42:15 -070010obj-y += lpc.o
Simon Glass24774272014-11-24 21:18:18 -070011obj-y += northbridge.o
Simon Glass45cc9e42017-01-16 07:04:07 -070012ifndef CONFIG_SPL_BUILD
Simon Glass3ac83932014-11-14 18:18:38 -070013obj-y += sata.o
Simon Glass45cc9e42017-01-16 07:04:07 -070014endif
Simon Glass987116f2017-01-16 07:03:47 -070015obj-$(CONFIG_$(SPL_)X86_32BIT_INIT) += sdram.o
Simon Glass1b408632017-01-16 07:04:08 -070016ifndef CONFIG_$(SPL_)X86_32BIT_INIT
17obj-y += sdram_nop.o
18endif
Bin Meng43741392016-02-17 00:16:21 -080019endif
Bin Meng7d0bc172018-06-03 19:04:18 -070020obj-y += model_206ax.o
Bin Meng87077e92016-02-17 00:16:24 -080021obj-y += bd82x6x.o