From 623a1ad096ec4a39e4cbd6dcff9bef8ce74359e6 Mon Sep 17 00:00:00 2001 From: Jimmy Zhang Date: Fri, 20 Mar 2015 17:20:19 -0700 Subject: Add support for Tegra210 This patch adds support for Tegra210. The command option is --soc tegra210 or -s tegra210 T210 specific files are added under src/t210 directory. Main changes from earlier soc are many new fileds are added to structure nvboot_sdram_params and the number of boot devices that can be defined within bct is reduced from 4 to 1. Signed-off-by: Jimmy Zhang Tested-by: Thierry Reding Signed-off-by: Stephen Warren --- src/bct_dump.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bct_dump.c') diff --git a/src/bct_dump.c b/src/bct_dump.c index e2181b2..be7b85d 100644 --- a/src/bct_dump.c +++ b/src/bct_dump.c @@ -53,6 +53,7 @@ static value_data const values[] = { { token_partition_size, "PartitionSize = ", format_u32_hex8 }, { token_odm_data, "OdmData = ", format_u32_hex8 }, { token_secure_jtag_control, "JtagCtrl = ", format_u32_hex8 }, + { token_secure_debug_control, "DebugCtrl = ", format_u32_hex8 }, { token_unique_chip_id, "ChipUid = ", format_chipuid }, { token_bootloader_used, "# Bootloader used = ", format_u32 }, { token_bootloaders_max, "# Bootloaders max = ", format_u32 }, -- cgit v1.2.1