Nico Huber has uploaded a new patch set (#2). ( https://review.coreboot.org/27138 )
Change subject: gma: Implement automatic CPU detection ......................................................................
gma: Implement automatic CPU detection
In dynamic CPU configurations, Config.Detect_CPU() sets the CPU variables according to the given PCI device id. In static confi- gurations it does nothing.
We update the default configs to make use of this feature where applicable. This should still give us full build-test coverage while cutting the amount of tests in half.
Change-Id: I8ce31c867f97c8d6ef99ca096cb45f7719e78a19 Signed-off-by: Nico Huber nico.h@gmx.de --- M common/Makefile.inc A common/dyncpu/hw-gfx-gma-config.adb M common/hw-gfx-gma-config.ads.template M common/hw-gfx-gma.adb D configs/broadwell D configs/broadwell_ult M configs/broxton M configs/g45 M configs/haswell D configs/haswell_ult M configs/ironlake R configs/ironlake_edp D configs/ivybridge_lvds D configs/sandybridge M configs/skylake D configs/skylake_ult 16 files changed, 62 insertions(+), 63 deletions(-)
git pull ssh://review.coreboot.org:29418/libgfxinit refs/changes/38/27138/2