From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Warren Date: Wed, 18 Dec 2013 15:28:57 -0700 Subject: [U-Boot] pull request for u-boot-tegra/master into ARM/master In-Reply-To: <20131218221821.28744d88@lilith> References: <20131218221821.28744d88@lilith> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de That was quick! Thanks. On Wed, Dec 18, 2013 at 2:18 PM, Albert ARIBAUD wrote: > Hi Tom, > > On Wed, 18 Dec 2013 13:06:37 -0700, Tom Warren > 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 > d2c7074b9593d822e2359a09c21747248fdf5fac: > > > > ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 > 17:43:39 > > -0500) > > > > are available in the git repository at: > > > > git://git.denx.de/u-boot-tegra master > > > > for you to fetch changes up to 766afc3dff35f8f257deb0373735a328c8206880: > > > > arm: tegra: Fix the CPU complex reset masks (2013-12-18 10:19:49 -0700) > > > > ---------------------------------------------------------------- > > Alban Bedel (4): > > ARM: tegra: support SKU b1 of Tegra30 > > i2c: tegra: Add the fifth bus on SoC with more than 4 buses > > ARM: tegra: Add the Tamonten? NG Evaluation Carrier board > > arm: tegra: Fix the CPU complex reset masks > > > > Jim Lin (1): > > ARM: config: USB: Tegra30/114: Fix EHCI timeout issue on "bootp" > > > > Jimmy Zhang (1): > > Tegra114: Fix PLLX M, N, P init settings > > > > Thierry Reding (2): > > Tegra114: Do not program CPCON field for PLLX > > Change maintainer for Avionic Design boards > > > > Vidya Sagar (1): > > tegra: allow build to succeed with SPL disabled > > > > Makefile | 2 + > > arch/arm/cpu/arm720t/tegra-common/cpu.c | 89 +++-- > > arch/arm/cpu/tegra-common/ap.c | 1 + > > arch/arm/include/asm/arch-tegra/clock.h | 6 +- > > arch/arm/include/asm/arch-tegra/tegra.h | 1 + > > .../common/pinmux-config-tamonten-ng.h | 385 > > +++++++++++++++++++++ > > board/avionic-design/common/tamonten-ng.c | 85 +++++ > > board/avionic-design/dts/tegra30-tamonten.dtsi | 69 ++++ > > board/avionic-design/dts/tegra30-tec-ng.dts | 18 + > > board/avionic-design/tec-ng/Makefile | 12 + > > boards.cfg | 7 +- > > drivers/i2c/tegra_i2c.c | 5 + > > include/configs/tec-ng.h | 84 +++++ > > include/configs/tegra114-common.h | 1 + > > include/configs/tegra30-common.h | 1 + > > 15 files changed, 735 insertions(+), 31 deletions(-) > > create mode 100644 > board/avionic-design/common/pinmux-config-tamonten-ng.h > > create mode 100644 board/avionic-design/common/tamonten-ng.c > > create mode 100644 board/avionic-design/dts/tegra30-tamonten.dtsi > > create mode 100644 board/avionic-design/dts/tegra30-tec-ng.dts > > create mode 100644 board/avionic-design/tec-ng/Makefile > > create mode 100644 include/configs/tec-ng.h > > Applied to u-boot-arm/master, thanks! > > Amicalement, > -- > Albert. >