summaryrefslogtreecommitdiff
path: root/board/toradex/common/tdx-cfg-block.c
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-06-22 23:27:55 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:06 +0200
commit2c441f0628ee2f16a12a181048ddc332e8f04988 (patch)
tree3606af59de0fb30e6c0fa46030fa0338f4fd7348 /board/toradex/common/tdx-cfg-block.c
parentebc07d38c648e5e7827131eac15fc5d0167ca9bd (diff)
toradex: tdx-cfg-block: add carrier boards and display adapters
Add defines for supported carrier boards and display adapters. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com> (cherry picked from commit 65b107bd845a0df51d52acfdfaeda76934e0dd40)
Diffstat (limited to 'board/toradex/common/tdx-cfg-block.c')
-rw-r--r--board/toradex/common/tdx-cfg-block.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/toradex/common/tdx-cfg-block.c b/board/toradex/common/tdx-cfg-block.c
index 693a828de2..1a70d7bfc4 100644
--- a/board/toradex/common/tdx-cfg-block.c
+++ b/board/toradex/common/tdx-cfg-block.c
@@ -122,6 +122,18 @@ const char * const toradex_modules[] = {
[57] = "Verdin iMX8M Mini DualLite 1GB",
};
+const char * const toradex_carrier_boards[] = {
+ [0] = "UNKNOWN CARRIER BOARD",
+ [155] = "Dahlia",
+ [156] = "Verdin Development Board",
+};
+
+const char * const toradex_display_adapters[] = {
+ [0] = "UNKNOWN DISPLAY ADAPTER",
+ [157] = "Verdin DSI to HDMI Adapter",
+ [159] = "Verdin DSI to LVDS Adapter",
+};
+
#ifdef CONFIG_TDX_CFG_BLOCK_IS_IN_MMC
static int tdx_cfg_block_mmc_storage(u8 *config_block, int write)
{