Jérémy Compostella has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/77229?usp=email )
Change subject: soc/intel/common/block: Share Intel Graphics Device init function ......................................................................
soc/intel/common/block: Share Intel Graphics Device init function
This patch extracts and shares the early_graphics.c::device_init() function to make it available for other use.
The igd_init() function enables MMIO and port IO of the Intel Graphics Device and program the Base Address Range 0 according to the `CONFIG_GFX_GMA_DEFAULT_MMIO' configuration element.
BUG=b:279173035 TEST=No impact on a skolas board using this function
Change-Id: I8197a2baffe45eadceeb0ac349cde8ae2a9b41a0 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/soc/intel/common/block/graphics/Makefile.inc M src/soc/intel/common/block/graphics/early_graphics.c A src/soc/intel/common/block/graphics/igd_init.c A src/soc/intel/common/block/include/intelblocks/igd_init.h 4 files changed, 36 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/77229/2