diff options
author | Kevin Chowski <chowski@google.com> | 2022-08-17 14:55:49 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-08-24 15:18:50 +0000 |
commit | 34aa639a2678ab8675c03e8d64d73b82f04cdad4 (patch) | |
tree | ec1178d2e99d0c064c0b6f3d1630d5f1ce396399 /src/mainboard/google/rex | |
parent | 0805c7010a5fcfe732a38dfac065b615d577aa4d (diff) |
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/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/gpio.c | 7 |
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 67759519b8..0e827b0eef 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> |