summaryrefslogtreecommitdiff
path: root/src/nv3p.h
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2012-11-19 16:14:05 -0800
committerAllen Martin <amartin@nvidia.com>2012-11-29 23:27:43 -0800
commitaa829095195bba27c935bcf3b83a53a5d920f757 (patch)
treeb155b42a571eff0480e501c955a6af42d30d1528 /src/nv3p.h
parent44ecb33b46f3b2bf39fdda8923111975cce6ab62 (diff)
downloadtegrarcm-aa829095195bba27c935bcf3b83a53a5d920f757.tar.gz
Add t114 support
Add support for t114. This includes a new T114 miniloader, new USB and nv3p device ids, and increased UID size. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I5b77549317cad73c4499fe7797a30f09fffaebfb Reviewed-on: http://git-master/r/164851 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'src/nv3p.h')
-rw-r--r--src/nv3p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nv3p.h b/src/nv3p.h
index d09442a..20cb93b 100644
--- a/src/nv3p.h
+++ b/src/nv3p.h
@@ -65,6 +65,9 @@ typedef struct nv3p_state *nv3p_handle_t;
#define TEGRA3_CHIP_SKU_T30 0x81
#define TEGRA3_CHIP_SKU_T30S 0x83
+// tegra114 chip sku
+#define TEGRA114_CHIP_SKU_T114 0x00
+
// boot device type
#define NV3P_DEV_TYPE_NAND 0x1
#define NV3P_DEV_TYPE_EMMC 0x2