Nico Huber has uploaded a new change for review. ( https://review.coreboot.org/18939 )
Change subject: fixup! flashrom: Add Skylake platform support ......................................................................
fixup! flashrom: Add Skylake platform support
ich_descriptors: Decode component density for Sunrise Point
Change-Id: I825b3a6d33bc5dcf41fd58a71c666dfecad32809 Signed-off-by: Nico Huber nico.huber@secunet.com --- M ich_descriptors.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/39/18939/1
diff --git a/ich_descriptors.c b/ich_descriptors.c index 32cc804..92318df 100644 --- a/ich_descriptors.c +++ b/ich_descriptors.c @@ -829,6 +829,7 @@ case CHIPSET_8_SERIES_LYNX_POINT_LP: case CHIPSET_8_SERIES_WELLSBURG: case CHIPSET_9_SERIES_WILDCAT_POINT: + case CHIPSET_100_SERIES_SUNRISE_POINT: if (idx == 0) { size_enc = desc->component.dens_new.comp1_density; } else {