summaryrefslogtreecommitdiff
path: root/src/cpu/intel/haswell/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/haswell/Makefile.inc')
-rw-r--r--src/cpu/intel/haswell/Makefile.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/cpu/intel/haswell/Makefile.inc b/src/cpu/intel/haswell/Makefile.inc
index 63c1939537..efed391a68 100644
--- a/src/cpu/intel/haswell/Makefile.inc
+++ b/src/cpu/intel/haswell/Makefile.inc
@@ -1,6 +1,4 @@
ramstage-y += haswell_init.c
-subdirs-y += ../../x86/name
-ramstage-y += mp_init.c
ramstage-y += tsc_freq.c
romstage-y += romstage.c
romstage-y += tsc_freq.c
@@ -15,25 +13,3 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += finalize.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += tsc_freq.c
cpu_incs += $(src)/cpu/intel/haswell/cache_as_ram.inc
-
-# AP startub stub
-SIPI_ELF=$(obj)/cpu/intel/haswell/sipi_vector.elf
-SIPI_BIN=$(SIPI_ELF:.elf=)
-SIPI_DOTO=$(SIPI_ELF:.elf=.o)
-
-ramstage-srcs += $(SIPI_BIN)
-rmodules-y += sipi_vector.S
-rmodules-y += sipi_header.c
-
-$(SIPI_DOTO): $(dir $(SIPI_ELF))sipi_vector.rmodules.o
- $(CC) $(LDFLAGS) -nostdlib -r -o $@ $^
-
-$(eval $(call rmodule_link,$(SIPI_ELF), $(SIPI_DOTO), 0))
-
-$(SIPI_BIN): $(SIPI_ELF).rmod
- $(OBJCOPY) -O binary $< $@
-
-$(SIPI_BIN).ramstage.o: $(SIPI_BIN)
- @printf " OBJCOPY $(subst $(obj)/,,$(@))\n"
- cd $(dir $@); $(OBJCOPY) -I binary $(notdir $<) -O elf32-i386 -B i386 $(notdir $@)
-