haswell: pull in the init code for FUI

Hardware / Coreboot - Ronald G. Minnich [google.com] - 5 December 2013 13:23 UTC

Removed two unnecessary register sets, and did the power well a bit more correctly. Also, added a register definition include file so we can used constants instead of magic numbers.

We also set registers to common initialized values that are needed for FUI, VBIOS, and kernel. This set of registers appears to be an absolute bare minimum. Since we're hoping to use FUI for all chipsets from this one forward, we unconditionally do the setting here.

5bcca7e haswell: pull in the init code for FUI
src/drivers/intel/gma/i915_reg.h | 4684 +++++++++++++++++++++++++++++++
src/northbridge/intel/haswell/gma.c | 93 +-
src/northbridge/intel/haswell/haswell.h | 1 -
3 files changed, 4768 insertions(+), 10 deletions(-)

Upstream: review.coreboot.org


  • Share