[U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files

Stephen Warren swarren at wwwdotorg.org
Wed Dec 12 01:40:16 CET 2012


On 12/11/2012 04:34 PM, Tom Warren wrote:
> This provides SPL support for T30 boards - AVP early init, plus
> CPU (A9) init/jump to main U-Boot.
> 
> Some changes were made to Tegra20 cpu.c to move common routines
> into tegra-common/cpu.c and reduce code duplication.

> diff --git a/arch/arm/cpu/arm720t/tegra-common/cpu.c b/arch/arm/cpu/arm720t/tegra-common/cpu.c

> +struct clk_pll_table tegra_pll_x_table[TEGRA_SOC_CNT][CLOCK_OSC_FREQ_COUNT] = {

> +	/* TEGRA_SOC2_SLOW: 312 MHz */
> +	{{ 312, 13, 0, 12},	/* OSC 13M */
> +	 { 260, 16, 0, 8},	/* OSC 19.2M */
> +	 { 312, 12, 0, 12},	/* OSC 12M */
> +	 { 312, 26, 0, 12},	/* OSC 26M */
> +	},

Given my comment on patch 1, I'd suggest dropping that table entry too.

Aside from that, this patch,
Reviewed-by: Stephen Warren <swarren at nvidia.com>


More information about the U-Boot mailing list