From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 4 Apr 2013 12:31:54 +0200 Subject: [U-Boot] [PULL] : Please pull u-boot-imx In-Reply-To: <515D3A7C.3030707@denx.de> References: <515D3A7C.3030707@denx.de> Message-ID: <20130404123154.3a6bc213@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 Thu, 04 Apr 2013 10:31:56 +0200, Stefano Babic wrote: > Hi Albert, > > last iMX fixes for the release. Please pull from u-boot-imx, thanks. > > The following changes since commit b27673ccbd3d5435319b5c09c3e7061f559f925d: > > Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' > (2013-03-15 20:50:43 +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 d36b39bf0d1dbe4ef03f7fc1f20b2e52eb90acf5: > > spi: mxc_spi: Fix ECSPI reset handling (2013-04-04 10:23:09 +0200) > > ---------------------------------------------------------------- > Abbas Raza (1): > mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a board > > Alexandre Pereira da Silva (1): > mx23_olinuxino: Fix netboot console > > Beno?t Th?baudeau (1): > mx25pdk: Enable imxdi RTC > > Dirk Behme (1): > spi: mxc_spi: Fix ECSPI reset handling > > Eric Nelson (2): > i.MX6: Add hdmidet command to detect attached HDMI monitor > i.MX6: mx6qsabrelite: discard override of CONFIG_ARP_TIMEOUT > > Fabio Estevam (10): > mxs: spl_mem_init: Align DDR2 init with FSL bootlets source > configs: mx28evk: Use single-line comments > mx28evk: Disable CONFIG_CMD_I2C > Add initial support for Wandboard dual lite and solo. > mx28evk: Introduce a new target for saving env vars to NAND > mx6qsabrelite: README: No need to pass 'u-boot.imx' > mx6: Fix get_board_rev() for the mx6 solo case > wandboard: Remove duplicate 'mmc dev' > mx6qsabrelite: Remove duplicate 'mmc dev' > wandboard: Remove CONFIG_SYS_FSL_USDHC_NUM > > Javier Martinez Canillas (1): > i.MX6: mx6qsabrelite: README: don't pass chip-select to sf probe > command > > Knut Wohlrab (1): > imx-common: timer: fix 32-bit overflow > > Otavio Salvador (4): > mx6qsabresd: Document the mapping of USDHC[2-4] > mx6qsabresd: Fix card detection for invalid card id case > mx6qsabre{sd,auto}: Add boot mode select > mx23_olinuxino: Change definitions to use spaces instead of tabs > > MAINTAINERS | 1 + > arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c | 18 +-- > arch/arm/cpu/armv7/mx6/soc.c | 12 ++ > arch/arm/imx-common/Makefile | 1 + > arch/arm/imx-common/cmd_hdmidet.c | 37 +++++ > arch/arm/imx-common/timer.c | 26 +-- > arch/arm/include/asm/arch-mx6/mx6dl_pins.h | 3 + > board/boundary/nitrogen6x/nitrogen6x.c | 8 +- > board/freescale/mx6qsabreauto/mx6qsabreauto.c | 18 +++ > board/freescale/mx6qsabrelite/README | 4 +- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 8 +- > board/freescale/mx6qsabresd/mx6qsabresd.c | 48 ++++-- > board/wandboard/Makefile | 29 ++++ > board/wandboard/README | 40 +++++ > board/wandboard/wandboard.c | 178 +++++++++++++++++++++ > boards.cfg | 5 +- > doc/README.mx28evk | 18 +++ > drivers/mmc/fsl_esdhc.c | 7 + > drivers/spi/mxc_spi.c | 8 +- > include/configs/mx23_olinuxino.h | 162 +++++++++---------- > include/configs/mx25pdk.h | 4 + > include/configs/mx28evk.h | 92 ++++++----- > include/configs/mx6qsabre_common.h | 2 + > include/configs/mx6qsabrelite.h | 3 - > include/configs/wandboard.h | 209 > +++++++++++++++++++++++++ > include/fsl_esdhc.h | 1 + > 26 files changed, 757 insertions(+), 185 deletions(-) > create mode 100644 arch/arm/imx-common/cmd_hdmidet.c > create mode 100644 board/wandboard/Makefile > create mode 100644 board/wandboard/README > create mode 100644 board/wandboard/wandboard.c > create mode 100644 include/configs/wandboard.h > > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.