
Allen,
-----Original Message----- From: Allen Martin [mailto:amartin@nvidia.com] Sent: Friday, June 08, 2012 2:16 PM To: Tom Warren; swarren@wwwdotorg.org; sjg@chromium.org; thierry.reding@avionic-design.de Cc: u-boot@lists.denx.de; Allen Martin Subject: [PATCH v3 01/14] tegra20: rename tegra2 -> tegra20
Applying your v3 patchset to u-boot-tegra/next:
tom@tom-ubuntu64:~/denx/uboot-tegra$ git am -s --whitespace=strip U-Boot-v3-*.patch Applying: tegra20: rename tegra2 -> tegra20 Applying: tegra20: move tegra20 SoC code to arch/arm/cpu/tegra20-common Applying: tegra20: rename CONFIG_MACH_TEGRA_GENERIC Applying: mkconfig: add support for SPL CPU Applying: ARM: Fix arm720t SPL build Applying: tegra20: remove timer_init from SPL build Applying: ARM: add tegra20 support to arm720t /home/tom/denx/uboot-tegra/.git/rebase-apply/patch:166: new blank line at EOF. + warning: 1 line adds whitespace errors. Applying: tegra20: add SPL config options for tegra20 boards Applying: tegra20: add u-boot.t2 target Applying: tegra: move SDRAM param save to later in boot Applying: tegra20: Remove CPU init code from tegra20 u-boot Applying: tegra20: Remove armv4t build flags Applying: tegra20: plutux: change obj directory mkdir commands Applying: tegra20: tec: add tegra20-common-post.h
Building for Ventana after applying to u-boot-tegra/next:
Configuring for ventana board... /home/tom/denx/uboot-tegra/rules.mk:43: warning: overriding commands for target `.depend' Makefile:49: warning: ignoring old commands for target `.depend' /home/tom/denx/uboot-tegra/rules.mk:43: warning: overriding commands for target `.depend' Makefile:49: warning: ignoring old commands for target `.depend' interrupts.c:111: warning: 'lastdec' defined but not used /home/tom/denx/uboot-tegra/rules.mk:43: warning: overriding commands for target `/home/tom/denx/uboot-tegra/spl/arch/arm/cpu/tegra20-common/.depend' Makefile:49: warning: ignoring old commands for target `/home/tom/denx/uboot-tegra/spl/arch/arm/cpu/tegra20-common/.depend' spl.c: In function 'board_init_r': spl.c:126: warning: implicit declaration of function 'halt_avp' spl.c:107: warning: unused variable 'boot_device' spl.c:128: warning: 'noreturn' function does return /home/tom/denx/uboot-tegra/rules.mk:43: warning: overriding commands for target `/home/tom/denx/uboot-tegra/spl/arch/arm/cpu/tegra20-common/.depend' Makefile:49: warning: ignoring old commands for target `/home/tom/denx/uboot-tegra/spl/arch/arm/cpu/tegra20-common/.depend'
Same w/Seaboard, Harmony, etc.
Using gcc 4.4.1. I'll try 4.6.1 next.
Tom
This is make naming consistent with the kernel and devicetree and in preparation of pulling out the common tegra20 code.
Signed-off-by: Allen Martin amartin@nvidia.com
<snip>
-- 1.7.9.5