summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/broadwell/Makefile.inc9
-rw-r--r--src/soc/intel/broadwell/bootblock.c (renamed from src/soc/intel/broadwell/bootblock/systemagent.c)0
-rw-r--r--src/soc/intel/broadwell/early_init.c (renamed from src/soc/intel/broadwell/romstage/systemagent.c)0
-rw-r--r--src/soc/intel/broadwell/raminit.c (renamed from src/soc/intel/broadwell/romstage/raminit.c)0
-rw-r--r--src/soc/intel/broadwell/report_platform.c (renamed from src/soc/intel/broadwell/romstage/report_platform.c)0
-rw-r--r--src/soc/intel/broadwell/romstage.c (renamed from src/soc/intel/broadwell/romstage/romstage.c)0
-rw-r--r--src/soc/intel/broadwell/romstage/Makefile.inc4
7 files changed, 6 insertions, 7 deletions
diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc
index dc6bd93c34..7ee69908f8 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -1,11 +1,14 @@
ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y)
-subdirs-y += romstage
-
subdirs-y += cpu
subdirs-y += pch
-bootblock-y += bootblock/systemagent.c
+bootblock-y += bootblock.c
+
+romstage-y += early_init.c
+romstage-y += raminit.c
+romstage-y += report_platform.c
+romstage-y += romstage.c
ramstage-y += acpi.c
ramstage-y += finalize.c
diff --git a/src/soc/intel/broadwell/bootblock/systemagent.c b/src/soc/intel/broadwell/bootblock.c
index 5edfaeecaf..5edfaeecaf 100644
--- a/src/soc/intel/broadwell/bootblock/systemagent.c
+++ b/src/soc/intel/broadwell/bootblock.c
diff --git a/src/soc/intel/broadwell/romstage/systemagent.c b/src/soc/intel/broadwell/early_init.c
index 6bf7ba7a59..6bf7ba7a59 100644
--- a/src/soc/intel/broadwell/romstage/systemagent.c
+++ b/src/soc/intel/broadwell/early_init.c
diff --git a/src/soc/intel/broadwell/romstage/raminit.c b/src/soc/intel/broadwell/raminit.c
index 7020ddfe0d..7020ddfe0d 100644
--- a/src/soc/intel/broadwell/romstage/raminit.c
+++ b/src/soc/intel/broadwell/raminit.c
diff --git a/src/soc/intel/broadwell/romstage/report_platform.c b/src/soc/intel/broadwell/report_platform.c
index 4ed84d7cea..4ed84d7cea 100644
--- a/src/soc/intel/broadwell/romstage/report_platform.c
+++ b/src/soc/intel/broadwell/report_platform.c
diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage.c
index 2e5db76ce9..2e5db76ce9 100644
--- a/src/soc/intel/broadwell/romstage/romstage.c
+++ b/src/soc/intel/broadwell/romstage.c
diff --git a/src/soc/intel/broadwell/romstage/Makefile.inc b/src/soc/intel/broadwell/romstage/Makefile.inc
deleted file mode 100644
index 65cb9adee5..0000000000
--- a/src/soc/intel/broadwell/romstage/Makefile.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-romstage-y += raminit.c
-romstage-y += report_platform.c
-romstage-y += romstage.c
-romstage-y += systemagent.c