Angel Pons has uploaded this change for review.

View Change

cpu/intel/model_206ax/Makefile.inc: Order entries

Group lines by stages, then subdirs, then microcode. Within groups,
order in ascending count of `../` in prefix and then alphabetically.

Tested with BUILD_TIMELESS=1, Lenovo ThinkPad X230 remains identical.

Change-Id: I168d37305852ffe91c5df1e6f805221d18516908
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/cpu/intel/model_206ax/Makefile.inc
1 file changed, 23 insertions(+), 25 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/44213/1
diff --git a/src/cpu/intel/model_206ax/Makefile.inc b/src/cpu/intel/model_206ax/Makefile.inc
index d824da1..557bbd1 100644
--- a/src/cpu/intel/model_206ax/Makefile.inc
+++ b/src/cpu/intel/model_206ax/Makefile.inc
@@ -1,31 +1,29 @@
-ramstage-y += model_206ax_init.c
-subdirs-y += ../../x86/name
-subdirs-y += ../smm/gen1
-
-subdirs-y += ../../x86/tsc
-subdirs-y += ../../x86/mtrr
-subdirs-y += ../../x86/lapic
-subdirs-y += ../../x86/cache
-subdirs-y += ../../x86/smm
-subdirs-y += ../microcode
-subdirs-y += ../turbo
-
-ramstage-y += acpi.c
-
-ramstage-y += common.c
-romstage-y += common.c
-smm-y += common.c
-
-smm-y += finalize.c
-
-cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-2a-*)
-cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-3a-*)
-
bootblock-y += bootblock.c
+bootblock-y += ../car/bootblock.c
bootblock-y += ../car/non-evict/cache_as_ram.S
bootblock-y += ../../x86/early_reset.S
-bootblock-y += ../car/bootblock.c
+
+romstage-y += common.c
+romstage-y += ../car/romstage.c

postcar-y += ../car/non-evict/exit_car.S

-romstage-y += ../car/romstage.c
+ramstage-y += acpi.c
+ramstage-y += common.c
+ramstage-y += model_206ax_init.c
+
+smm-y += common.c
+smm-y += finalize.c
+
+subdirs-y += ../microcode
+subdirs-y += ../smm/gen1
+subdirs-y += ../turbo
+subdirs-y += ../../x86/cache
+subdirs-y += ../../x86/lapic
+subdirs-y += ../../x86/mtrr
+subdirs-y += ../../x86/name
+subdirs-y += ../../x86/smm
+subdirs-y += ../../x86/tsc
+
+cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-2a-*)
+cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-3a-*)

To view, visit change 44213. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I168d37305852ffe91c5df1e6f805221d18516908
Gerrit-Change-Number: 44213
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange