From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 08 Oct 2013 15:36:18 -0600 Subject: [U-Boot] [PATCH 3/8] Tegra124: Add SPL/AVP (arm720t) cpu files In-Reply-To: <1381185778-25722-3-git-send-email-twarren@nvidia.com> References: <1381185778-25722-1-git-send-email-twarren@nvidia.com> <1381185778-25722-3-git-send-email-twarren@nvidia.com> Message-ID: <52547AD2.4000707@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/07/2013 04:42 PM, Tom Warren wrote: > This provides SPL support for T124 boards - AVP > early init, plus CPU (A15) init/jump to main U-Boot. > arch/arm/cpu/arm720t/tegra124/cpu.c | 301 ++++++++++++++++++++++++++++++++ I would have expected a lot more of that file to be common with tegra114/cpu.c, considering the tiny size of the kernel patches for SMP support, CPU hotplug support, etc.