From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 15 Jan 2014 16:14:49 +0100 Subject: [U-Boot] [PULL] : Please pull u-boot-imx In-Reply-To: <52D65839.6040403@denx.de> References: <52D65839.6040403@denx.de> Message-ID: <20140115161449.33cfd83a@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Wed, 15 Jan 2014 10:43:21 +0100, Stefano Babic wrote: > Hi Albert, > > still a couple of patches for the release. Please pull from u-boot-imx, > thanks ! > > The following changes since commit a6bbee66197759f790de83181924bf1d2cf482b2: > > mx6slevk: Include "mx6_common.h" (2014-01-13 11:52:28 +0100) > > are available in the git repository at: > > git://www.denx.de/git/u-boot-imx.git master > > for you to fetch changes up to 3a21773129f6ef218f1978d05a1a5d5cf6801ab6: > > mx6: Add initial support for the Hummingboard solo (2014-01-15 > 10:33:25 +0100) > > ---------------------------------------------------------------- > Fabio Estevam (2): > mx6: clock: Pass the frequency as argument of > enable_fec_anatop_clock() > mx6: Add initial support for the Hummingboard solo > > arch/arm/cpu/armv7/mx6/clock.c | 8 +- > arch/arm/include/asm/arch-mx6/clock.h | 9 +- > arch/arm/include/asm/arch-mx6/imx-regs.h | 4 + > board/freescale/mx6slevk/mx6slevk.c | 2 +- > board/solidrun/hummingboard/Makefile | 9 + > board/solidrun/hummingboard/README | 40 ++++ > board/solidrun/hummingboard/hummingboard.c | 187 ++++++++++++++++ > board/solidrun/hummingboard/solo.cfg | 25 +++ > board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg | 74 +++++++ > board/solidrun/mx6-microsom/clocks.cfg | 33 +++ > .../mx6-microsom/ddr-800mhz-32bit-setup.cfg | 76 +++++++ > boards.cfg | 1 + > include/configs/hummingboard.h | 226 > ++++++++++++++++++++ > 13 files changed, 691 insertions(+), 3 deletions(-) > create mode 100644 board/solidrun/hummingboard/Makefile > create mode 100644 board/solidrun/hummingboard/README > create mode 100644 board/solidrun/hummingboard/hummingboard.c > create mode 100644 board/solidrun/hummingboard/solo.cfg > create mode 100644 board/solidrun/mx6-microsom/800mhz_2x128mx16.cfg > create mode 100644 board/solidrun/mx6-microsom/clocks.cfg > create mode 100644 board/solidrun/mx6-microsom/ddr-800mhz-32bit-setup.cfg > create mode 100644 include/configs/hummingboard.h > > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.