summaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/cros_vpd.h
diff options
context:
space:
mode:
authorFelix Durairaj <felixx.durairaj@intel.com>2015-11-20 16:18:42 -0800
committerMartin Roth <martinroth@google.com>2016-01-21 16:47:11 +0100
commit5d935b3377ac54009e69e7aa91616ee2ded4c9b2 (patch)
tree05918bf8e5f2b20fae97db223e48eeee71e08000 /src/vendorcode/google/chromeos/cros_vpd.h
parent48c232c1dab2f56dae19d1054602ecccae5ccf30 (diff)
downloadcoreboot-5d935b3377ac54009e69e7aa91616ee2ded4c9b2.tar.xz
Chromeos: Implement wifi_regulatory_domain using "regions" key in VPD
Implement wifi_regulatory_domain function by getting country code from VPD Original-Reviewed-on: https://chromium-review.googlesource.com/314385 Original-Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Original-Tested-by: Hannah Williams <hannah.williams@intel.com> Change-Id: Ia6a24df110a3860d404d345571007ae8965e9564 Signed-off-by: fdurairx <felixx.durairaj@intel.com> Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/12743 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/vendorcode/google/chromeos/cros_vpd.h')
-rw-r--r--src/vendorcode/google/chromeos/cros_vpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/cros_vpd.h b/src/vendorcode/google/chromeos/cros_vpd.h
index 19658c2940..ca9c320d3f 100644
--- a/src/vendorcode/google/chromeos/cros_vpd.h
+++ b/src/vendorcode/google/chromeos/cros_vpd.h
@@ -7,6 +7,8 @@
#ifndef __CROS_VPD_H__
#define __CROS_VPD_H__
+#define CROS_VPD_WIFI_DOMAINKEY "regions"
+
/*
* Reads VPD string value by key.
*