aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/baseboard
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-10-27 13:24:06 -0500
committerAaron Durbin <adurbin@chromium.org>2016-10-28 19:02:35 +0200
commit083e2e4ec4a78a19f0b00e54c649830151c18f4d (patch)
tree2d309a3a347b8ed193b9ab757f4db3b0878159ce /src/mainboard/google/reef/variants/baseboard
parent558c8a57b9f4d7391304e7b50f3ee393c436015e (diff)
mainboard/google/reef: allow variants to override NHLT OEM strings
In certain cases a board variant may need to override the NHLT OEM strings in the main NHLT table. Therefore, provide that path. BUG=chrome-os-partner:56918 Change-Id: I57cc4fd3665698e41ceebb1949180f86bb60b61f Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/17167 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Diffstat (limited to 'src/mainboard/google/reef/variants/baseboard')
-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 9f2ed0623c..31ee3d0031 100644
--- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
+++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
@@ -42,6 +42,8 @@ const struct cros_gpio *variant_cros_gpios(size_t *num);
/* Seed the NHLT tables with the board specific information. */
struct nhlt;
+void variant_nhlt_oem_strings(const char **oem_id,
+ const char **oem_table_id);
void variant_nhlt_init(struct nhlt *nhlt);
#endif /* BASEBOARD_VARIANTS_H */