summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Chowski <chowski@google.com>2022-08-17 14:55:49 -0600
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-08-24 15:18:50 +0000
commit34aa639a2678ab8675c03e8d64d73b82f04cdad4 (patch)
treeec1178d2e99d0c064c0b6f3d1630d5f1ce396399 /src
parent0805c7010a5fcfe732a38dfac065b615d577aa4d (diff)
downloadcoreboot-34aa639a2678ab8675c03e8d64d73b82f04cdad4.tar.gz
coreboot-34aa639a2678ab8675c03e8d64d73b82f04cdad4.tar.bz2
coreboot-34aa639a2678ab8675c03e8d64d73b82f04cdad4.zip
mb/google/rex: add arbitrage gpio.c header
This comment header is necessary for supporting propagation of overrides to variants. Change-Id: Iee92fa4fbc4851c7032401cff99ea49f87717c7f Signed-off-by: Kevin Chowski <chowski@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66846 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tarun Tuli <taruntuli@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/rex/variants/rex0/gpio.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c
index 67759519b841..0e827b0eefb0 100644
--- a/src/mainboard/google/rex/variants/rex0/gpio.c
+++ b/src/mainboard/google/rex/variants/rex0/gpio.c
@@ -1,5 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
+/* This header block is used to supply information to arbitrage, a
+ * google-internal tool. Updating it incorrectly will lead to issues,
+ * so please don't update it unless a change is specifically required.
+ * BaseID: 3EC4CE58201758F4
+ * Overrides: c826ba419f06f9df9cded8e60633253ddc7b60ff
+ */
+
#include <baseboard/gpio.h>
#include <baseboard/variants.h>
#include <soc/gpio.h>