Angel Pons has uploaded this change for review.

View Change

soc/intel/broadwell/igd.c: Rename to gma.c

This makes comparisons against Haswell a bit simpler.

Change-Id: If1c937628f702c6765a5f36b6eaf4a3c3516359a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/soc/intel/broadwell/Makefile.inc
R src/soc/intel/broadwell/gma.c
2 files changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/46323/1
diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc
index 28b7c29..786fe2a 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -28,7 +28,7 @@
romstage-y += gpio.c
smm-y += gpio.c
ramstage-y += hda.c
-ramstage-y += igd.c
+ramstage-y += gma.c
ramstage-y += iobp.c
romstage-y += iobp.c
ramstage-y += fadt.c
diff --git a/src/soc/intel/broadwell/igd.c b/src/soc/intel/broadwell/gma.c
similarity index 100%
rename from src/soc/intel/broadwell/igd.c
rename to src/soc/intel/broadwell/gma.c

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If1c937628f702c6765a5f36b6eaf4a3c3516359a
Gerrit-Change-Number: 46323
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