From b5c5177bc478a789b51abe73146d2d3027da4fde Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 5 Mar 2018 12:18:40 -0700 Subject: mb/google/kahlee: Add SKU support We want to report the board SKU via the SMBIOS tables. Add support for this, obtaining the ID itself from the EC. BUG=b:74175244 BRANCH=none TEST=manually on grunt with another CL: mosys platform sku 0 Change-Id: I9e08d64df3f89d3703de047dd9ec8e1717e6b212 Signed-off-by: Simon Glass Reviewed-on: https://review.coreboot.org/25011 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/mainboard/google/kahlee/variants/grunt/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/kahlee/variants/grunt/Makefile.inc') diff --git a/src/mainboard/google/kahlee/variants/grunt/Makefile.inc b/src/mainboard/google/kahlee/variants/grunt/Makefile.inc index 319ff13b77..7a4b9940df 100644 --- a/src/mainboard/google/kahlee/variants/grunt/Makefile.inc +++ b/src/mainboard/google/kahlee/variants/grunt/Makefile.inc @@ -14,3 +14,5 @@ # subdirs-y += spd + +ramstage-y += mainboard.c -- cgit v1.2.3