Commit e5b0664c authored by Varun Wadekar's avatar Varun Wadekar
Browse files

Tegra210: lock PMC registers holding CPU vector addresses



This patch locks access to the PMC registers which hold the CPU reset
vector addresses. The PMC registers are used by the warmboot code and
must be locked during boot/resume to avoid booting into custom firmware
installed by unknown parties e.g. hackers.
Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
parent 764c57f6
......@@ -60,4 +60,5 @@ void plat_secondary_setup(void)
/* configure PMC */
tegra_pmc_cpu_setup(reset_addr);
tegra_pmc_lock_cpu_vectors();
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment