From f38a10f8d2550e28da47d8661622df69a621ee5d Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Tue, 5 Dec 2017 13:49:21 -0800 Subject: libpayload: Add SKU ID coreboot table support This patch adds support to read the SKU ID entry from the coreboot table that was recently added in coreboot. Change-Id: I1c3b375da6119a4f8e8e7e25a11644becb90f927 Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/22743 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- payloads/libpayload/include/sysinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/libpayload/include/sysinfo.h') diff --git a/payloads/libpayload/include/sysinfo.h b/payloads/libpayload/include/sysinfo.h index b46d4b1311..f221a15faa 100644 --- a/payloads/libpayload/include/sysinfo.h +++ b/payloads/libpayload/include/sysinfo.h @@ -112,6 +112,7 @@ struct sysinfo_t { #define UNDEFINED_STRAPPING_ID (~0) u32 board_id; u32 ram_code; + u32 sku_id; void *wifi_calibration; uint64_t ramoops_buffer; -- cgit v1.2.3