the following patch was just integrated into master: commit f812c44f003a1ba34548d1eceb622221d95a5945 Author: Martin Roth martinroth@google.com Date: Mon Jan 4 12:43:22 2016 -0700
intel/braswell: Build in both C0 and 'other' vbios
The Braswell CPU seems to have two different Video BIOS roms, one for the C0 revision, and one for other revisions. Build them both into the coreboot image, and let coreboot sort out which one should be used at runtime. This should allow one rom to be used for all revisions.
The initial reason for this patch was that the Kconfig symbol C0_DISP_SUPPORT didn't exist, and was causing issues. This seems like the best way to eliminate the need for that symbol.
Change-Id: I5b9f225c0daf4e02fda75daf9cd07bb160bf0e0f Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/12826 Tested-by: build bot (Jenkins) Reviewed-by: Leroy P Leahy leroy.p.leahy@intel.com Reviewed-by: Patrick Georgi pgeorgi@google.com
See https://review.coreboot.org/12826 for details.
-gerrit