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/parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c index f866ad5..8c98244 100644 --- a/src/parse.c +++ b/src/parse.c @@ -115,6 +115,7 @@ static parse_item s_top_level_items[] = { { "OdmData=", token_odm_data, parse_value_u32 }, { "ChipUid=", token_unique_chip_id, parse_value_chipuid }, { "JtagCtrl=", token_secure_jtag_control, parse_value_u32 }, + { "DebugCtrl=", token_secure_debug_control, parse_value_u32 }, { NULL, 0, NULL } /* Must be last */ }; -- cgit v1.2.1