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

Tom Warren twarren.nvidia at gmail.com
Wed Dec 12 17:24:52 CET 2012


Stephen,

On Tue, Dec 11, 2012 at 5:40 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:
> 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.

Will do, in a future cleanup patchset.

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


More information about the U-Boot mailing list