From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sat, 21 Jan 2012 12:07:29 +0100 Subject: [U-Boot] pull request: u-boot-tegra/master In-Reply-To: <5FBF8E85CA34454794F0F7ECBA79798F3791EBB8B7@HQMAIL04.nvidia.com> References: <5FBF8E85CA34454794F0F7ECBA79798F3791EBB8B7@HQMAIL04.nvidia.com> Message-ID: <4F1A9C71.5000804@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Le 19/01/2012 01:01, Tom Warren a ?crit : > Albert, > > Please pull u-boot-tegra/master into arm master. Thanks. > > The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333: > > overo: add SPL support (2012-01-16 08:40:13 +0100) > > are available in the git repository at: > git://git.denx.de/u-boot-tegra master > > Simon Glass (9): > tegra: Adjust funcmux config test to permit expansion > tegra: Add enum to select from available funcmux configs > tegra: Add I2C support to funcmux > tegra: Add SDMMC support to funcmux > tegra: Use funcmux for MMC on tamonten > tegra: Use funcmux for MMC on harmony > tegra: Use funcmux for MMC on seaboard > tegra: mmc: Support operation with dcache enabled > tegra2: Enable data cache > > Stephen Warren (3): > tegra2: Fix conflicting pinmux for UARTA > tegra2: Fix default RAM size selection in odmdata > tegra2: Add support for Compal Paz00 (Toshiba AC100) > > MAINTAINERS | 1 + > arch/arm/cpu/armv7/tegra2/board.c | 12 ++- > arch/arm/cpu/armv7/tegra2/funcmux.c | 152 +++++++++++++++++++++++++--- > arch/arm/include/asm/arch-tegra2/funcmux.h | 30 ++++++- > board/avionic-design/common/tamonten.c | 10 +-- > board/compal/paz00/Makefile | 41 ++++++++ > board/compal/paz00/paz00.c | 81 +++++++++++++++ > board/nvidia/harmony/harmony.c | 19 +--- > board/nvidia/seaboard/seaboard.c | 21 +--- > boards.cfg | 1 + > drivers/mmc/tegra2_mmc.c | 16 +++ > include/configs/paz00.h | 51 +++++++++ > 12 files changed, 379 insertions(+), 56 deletions(-) > create mode 100644 board/compal/paz00/Makefile > create mode 100644 board/compal/paz00/paz00.c > create mode 100644 include/configs/paz00.h Applied to u-boot-arm/master, thanks! Would it be possible, though, not to have this in your mails to the list? > ----------------------------------------------------------------------------------- > This email message is for the sole use of the intended recipient(s) and may contain > confidential information. Any unauthorized review, use, disclosure or distribution > is prohibited. If you are not the intended recipient, please contact the sender by > reply email and destroy all copies of the original message. > ----------------------------------------------------------------------------------- Amicalement, -- Albert.