diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-13 01:12:06 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-10-14 08:36:16 +0000 |
commit | 9bf45b43ee81ceed6c6545c6ccfb791cc28c8993 (patch) | |
tree | ffb61c4a48079664659eec625c444a9a335f4ab8 /src/soc/intel | |
parent | 685dbe14e93104847f2a3b885d58aef4f8e67192 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/broadwell/Makefile.inc | 2 | ||||
-rw-r--r-- | src/soc/intel/broadwell/gma.c (renamed from src/soc/intel/broadwell/igd.c) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index ba453cdb27..ba453cdb27 100644 --- a/src/soc/intel/broadwell/igd.c +++ b/src/soc/intel/broadwell/gma.c |