[U-Boot] pull request for u-boot-tegra/master into ARM/master

Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only shows failures that were already present in ARM/master.
The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:
arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup (2014-03-04 09:42:07 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-tegra master
for you to fetch changes up to f940c72e16f7bdebaaed79b290c1bcb6dc015053:
ARM: tegra: implement bootcmd_pxe (2014-03-05 16:59:08 -0700)
---------------------------------------------------------------- Stephen Warren (8): ARM: tegra: move CONFIG_TEGRAnn ARM: tegra: fix pmc_pwrgate_timer_mult register definition ARM: tegra: fix NV_PA_CSITE_BASE for Tegra124 ARM: tegra: simplify halt_avp() ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS ARM: tegra: convert tegra to use distro defaults ARM: tegra: rework boot scripts ARM: tegra: implement bootcmd_pxe
arch/arm/cpu/arm720t/tegra-common/cpu.c | 5 ++- arch/arm/cpu/arm720t/tegra124/cpu.c | 4 +-- arch/arm/include/asm/arch-tegra/pmc.h | 11 ++++++ arch/arm/include/asm/arch-tegra/tegra.h | 5 +++ arch/arm/include/asm/arch-tegra114/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra124/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra20/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra30/tegra.h | 2 ++ include/configs/tegra-common-post.h | 57 ++++++++++++++++++++++++------ include/configs/tegra-common.h | 20 +++-------- include/configs/tegra114-common.h | 10 +++--- include/configs/tegra124-common.h | 6 +--- include/configs/tegra20-common.h | 10 +++--- include/configs/tegra30-common.h | 10 +++--- 14 files changed, 95 insertions(+), 51 deletions(-)

Hi Tom,
On Thu, 6 Mar 2014 08:39:32 -0700, Tom Warren twarren.nvidia@gmail.com wrote:
Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
./MAKEALL -s tegra AOK, checkpatch.pl is clean, and ./MAKEALL -a arm only shows failures that were already present in ARM/master.
The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:
arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup (2014-03-04 09:42:07 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-tegra master
for you to fetch changes up to f940c72e16f7bdebaaed79b290c1bcb6dc015053:
ARM: tegra: implement bootcmd_pxe (2014-03-05 16:59:08 -0700)
Stephen Warren (8): ARM: tegra: move CONFIG_TEGRAnn ARM: tegra: fix pmc_pwrgate_timer_mult register definition ARM: tegra: fix NV_PA_CSITE_BASE for Tegra124 ARM: tegra: simplify halt_avp() ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS ARM: tegra: convert tegra to use distro defaults ARM: tegra: rework boot scripts ARM: tegra: implement bootcmd_pxe
arch/arm/cpu/arm720t/tegra-common/cpu.c | 5 ++- arch/arm/cpu/arm720t/tegra124/cpu.c | 4 +-- arch/arm/include/asm/arch-tegra/pmc.h | 11 ++++++ arch/arm/include/asm/arch-tegra/tegra.h | 5 +++ arch/arm/include/asm/arch-tegra114/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra124/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra20/tegra.h | 2 ++ arch/arm/include/asm/arch-tegra30/tegra.h | 2 ++ include/configs/tegra-common-post.h | 57 ++++++++++++++++++++++++------ include/configs/tegra-common.h | 20 +++-------- include/configs/tegra114-common.h | 10 +++--- include/configs/tegra124-common.h | 6 +--- include/configs/tegra20-common.h | 10 +++--- include/configs/tegra30-common.h | 10 +++--- 14 files changed, 95 insertions(+), 51 deletions(-)
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Warren