diff options
author | Kan Yan <kyan@google.com> | 2016-07-28 18:55:26 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-08-03 18:23:47 +0200 |
commit | d1a00515ffc9ebe60994843eb3c7ef4b19e6181b (patch) | |
tree | 59d69d44805820cdaa76799211e50707992b3f6f /src/soc/qualcomm/ipq40xx | |
parent | 40d62f3db7c77bc4d48d3a584ac607b348c44d8c (diff) |
google/gale: Add more board ID variants
EVT1 has two board IDs.
Use binary first mode of base3 encoding for board ID.
BUG=chrome-os-partner:55320
TEST=None.
BRANCH=None
Change-Id: I1cac1f74207f42616111d39db5c0494b7d1a0fb2
Signed-off-by: Martin Roth <martinroth@chromium.org>
Original-Commit-Id: 2b16cc74c4c147315b7db345678bbaf536ab4a7b
Original-Change-Id: I6e95c7be4a6d28a0aae38b0838bd2ab71d288ba1
Original-Signed-off-by: Kan Yan <kyan@google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/364623
Original-Reviewed-by: David Hendricks <dhendrix@chromium.org>
Original-Reviewed-by: Suresh Rajashekara <sureshraj@chromium.org>
Reviewed-on: https://review.coreboot.org/16030
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/qualcomm/ipq40xx')
-rw-r--r-- | src/soc/qualcomm/ipq40xx/include/soc/cdp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/cdp.h b/src/soc/qualcomm/ipq40xx/include/soc/cdp.h index 1b21273f36..1fa9fc45e3 100644 --- a/src/soc/qualcomm/ipq40xx/include/soc/cdp.h +++ b/src/soc/qualcomm/ipq40xx/include/soc/cdp.h @@ -136,7 +136,8 @@ typedef struct { enum gale_board_id { BOARD_ID_GALE_PROTO = 0, BOARD_ID_GALE_EVT = 1, - BOARD_ID_GALE_EVT2 = 2, + BOARD_ID_GALE_EVT2_0 = 2, + BOARD_ID_GALE_EVT2_1 = 6, BOARD_ID_GALE_EVT3 = 5, }; |