From 9bf45b43ee81ceed6c6545c6ccfb791cc28c8993 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 13 Oct 2020 01:12:06 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46323 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Tim Wawrzynczak --- src/soc/intel/broadwell/Makefile.inc | 2 +- src/soc/intel/broadwell/{igd.c => gma.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/soc/intel/broadwell/{igd.c => gma.c} (100%) diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc index 28b7c2961e..786fe2ae5e 100644 --- a/src/soc/intel/broadwell/Makefile.inc +++ b/src/soc/intel/broadwell/Makefile.inc @@ -28,7 +28,7 @@ ramstage-y += gpio.c 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