aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/baseboard
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-11-29 23:20:07 -0600
committerAaron Durbin <adurbin@chromium.org>2016-12-01 08:18:07 +0100
commitd0a648e18a7162f7361a13296beb0c1293acb16e (patch)
tree474e51ebd64eaede6082559a544b1e39f0cdf590 /src/mainboard/google/reef/variants/baseboard
parentb4afe3c19747758412c734132e5e342a9b3572b1 (diff)
mainboard/google/reef: allow variants to modify nhlt oem revision
In order to mirror the full flexibility of the NHLT library that allows a caller to set the OEM revision field in the ACPI header modify the variant callback to override the value. Change-Id: I16e539b350a50e3c163be1439c8637b82e53a759 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/17651 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/reef/variants/baseboard')
-rw-r--r--src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h4
1 files changed, 2 insertions, 2 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 31ee3d0031..65a32b3f38 100644
--- a/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
+++ b/src/mainboard/google/reef/variants/baseboard/include/baseboard/variants.h
@@ -42,8 +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_oem_overrides(const char **oem_id,
+ const char **oem_table_id, uint32_t *oem_revision);
void variant_nhlt_init(struct nhlt *nhlt);
#endif /* BASEBOARD_VARIANTS_H */