From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 13 Feb 2012 09:03:54 +0100 Subject: [U-Boot] [GIT PULL] Pull request: u-boot-imx In-Reply-To: <4F37E369.6000303@denx.de> References: <4F37E369.6000303@denx.de> Message-ID: <4F38C3EA.6010502@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 Stefano, Le 12/02/2012 17:06, Stefano Babic a ?crit : > Hi Albert, > > please pull from u-boot-imx. > > The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706: > > arm, davinci: Add support for the Calimain board from OMICRON > electronics (2012-02-12 10:11:33 +0100) > > are available in the git repository at: > git://www.denx.de/git/u-boot-imx.git master > > Eric Nelson (6): > mx6q: define GPIO macros for translating between ordinals and > port:index > mxc_spi: move machine specifics into CPU headers > mx6q: Add support for ECSPI through mxc_spi driver > mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform > mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select > mx6q: mx6qsabrelite: Conditionally define macros for environment > in serial flash > > Fabio Estevam (7): > mx53loco: Use gpio_direction_input prior to gpio_get_value > mx53ard: Use gpio_direction_input prior to gpio_get_value > mx53evk: Use gpio_direction_input prior to gpio_get_value > mx53smd: Use gpio_direction_input prior to gpio_get_value > mx51evk: Use gpio_direction_input prior to gpio_get_value > mx35: generic: Let get_reset_cause be defined only when > CONFIG_DISPLAY_CPUINFO is selected > mx35pdk: Remove duplicate CPU revision and reset cause information > > Marek Vasut (2): > i.MX28: Fix VDDIO and VDDA setup > MX28: Fix get_timer() / get_tbclk() issue > > Matthias Fuchs (4): > mx28evk: add RTC support > mx28evk: add USB support > mx28evk: add SPI support > mx28: fix SPL code to make USB booting work > > Shawn Guo (1): > common/image.c: align usage of fdt_high with initrd_high > > Stefano Babic (4): > MX35: add missing get_ticks() and get_tbclk() > MX31: add missing get_tbclk() > MX5/MX6: add missing get_ticks() and get_tbclk() > MX27: add missing get_tbclk() > > README | 8 ++ > arch/arm/cpu/arm1136/mx31/timer.c | 9 ++ > arch/arm/cpu/arm1136/mx35/generic.c | 2 +- > arch/arm/cpu/arm1136/mx35/timer.c | 103 > +++++++++++++++--------- > arch/arm/cpu/arm926ejs/mx27/timer.c | 5 + > arch/arm/cpu/arm926ejs/mx28/spl_power_init.c | 16 +++- > arch/arm/cpu/arm926ejs/mx28/start.S | 21 +++++- > arch/arm/cpu/arm926ejs/mx28/timer.c | 19 ++++- > arch/arm/cpu/armv7/imx-common/timer.c | 75 ++++++++++++++----- > arch/arm/include/asm/arch-mx31/imx-regs.h | 27 +++++++ > arch/arm/include/asm/arch-mx35/imx-regs.h | 25 ++++++ > arch/arm/include/asm/arch-mx5/imx-regs.h | 30 +++++++ > arch/arm/include/asm/arch-mx6/imx-regs.h | 48 ++++++++++++ > board/freescale/mx28evk/iomux.c | 8 ++ > board/freescale/mx28evk/mx28evk.c | 7 ++ > board/freescale/mx35pdk/mx35pdk.c | 27 +------ > board/freescale/mx51evk/mx51evk.c | 2 + > board/freescale/mx53ard/mx53ard.c | 2 + > board/freescale/mx53evk/mx53evk.c | 2 + > board/freescale/mx53loco/mx53loco.c | 2 + > board/freescale/mx53smd/mx53smd.c | 1 + > board/freescale/mx6qsabrelite/imximage.cfg | 2 +- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 25 ++++++ > common/image.c | 12 +-- > drivers/spi/mxc_spi.c | 93 > ++--------------------- > include/configs/mx28evk.h | 64 +++++++++++++++- > include/configs/mx6qsabrelite.h | 29 ++++++- > 27 files changed, 472 insertions(+), 192 deletions(-) > > Best regards, > Stefano Applied to u-boot-arm/master, thanks! (that's not on u-boot/master yet though, as my pull request was sent out before this one) Amicalement, -- Albert.