summaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/baseboard/include
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-06-02 21:48:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2017-06-05 22:44:01 +0200
commitb09933a2eb9b0fbbfe35392dac98d415290867aa (patch)
tree597b5993b4e5743dc67f9e2a1d1d86ca4856b095 /src/mainboard/google/reef/variants/baseboard/include
parent34e10871f9f1004a0c007a26d2d77440997fafa1 (diff)
google/reef: Add coral
A new variant copied from reef. Allow override of the SKU. Change-Id: Ibe160e75aa23623812f0fb9121d1d8226afc00d8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/20020 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/reef/variants/baseboard/include')
-rw-r--r--src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h b/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
index 65a32b3f38..388397b0f2 100644
--- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
+++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
@@ -36,6 +36,8 @@ extern const struct lpddr4_swizzle_cfg baseboard_lpddr4_swizzle;
const struct lpddr4_cfg *variant_lpddr4_config(void);
/* Return memory SKU for the board. */
size_t variant_memory_sku(void);
+/* Return board SKU. Limited to uint8_t, so it fits into 3 decimal digits */
+uint8_t variant_board_sku(void);
/* Return ChromeOS gpio table and fill in number of entries. */
const struct cros_gpio *variant_cros_gpios(size_t *num);