From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 06 Feb 2012 22:29:27 +0100 Subject: [U-Boot] [UPDATED] Pull request: u-boot-imx In-Reply-To: <4F2E858F.1030503@denx.de> References: <4F1C09DE.1050607@denx.de> <4F2E858F.1030503@denx.de> Message-ID: <4F304637.6050807@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 05/02/2012 14:35, Stefano Babic a ?crit : > Hi Albert, > > I have updated my pull request: > > The following changes since commit 778a2c5f846b1d0b78152747af96bcd0ca04e562: > > arm, davinci: cam_enc_4xx board updates (2012-02-02 10:54:37 -0700) > > are available in the git repository at: > git://www.denx.de/git/u-boot-imx.git master > > Dirk Behme (4): > imximage: Add MX53 to the documentation > imximage: Add support for i.MX6 > imximage: Sort bootops alphabetically > i.mx6q: configs: Add fdt_high and initrd_high variables > > Fabio Estevam (3): > sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option > configs: Remove CONFIG_NET_MULTI from board files > mx28: Show CPU frequency > > Helmut Raiger (3): > mmc: access mxcmmc from mx31 boards > mc13783.h: create and add regulator mode 0 and 1 > tt01: add MMC support > > Jason Liu (2): > i.mx6q: mx6qsabrelite: Add the ethernet function support > i.mx: i.mx5: update imx_get_mac_from_fuse function > > Matthias Fuchs (1): > mx28: fix i.MX28 spi driver > > Stefano Babic (1): > imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype > > Troy Kisky (2): > i.mx6: mx6x_pins: Fix uart txd definitions > i.mx6q: mx6qsabrelite: Setup uart1 pinmux > > arch/arm/cpu/arm1136/mx31/generic.c | 1 + > arch/arm/cpu/arm926ejs/mx27/generic.c | 35 ++++++-- > arch/arm/cpu/arm926ejs/mx28/mx28.c | 3 +- > arch/arm/cpu/armv7/mx5/soc.c | 2 +- > arch/arm/include/asm/arch-mx27/clock.h | 22 ++--- > arch/arm/include/asm/arch-mx31/clock.h | 3 +- > arch/arm/include/asm/arch-mx31/imx-regs.h | 11 +++ > arch/arm/include/asm/arch-mx31/sys_proto.h | 2 +- > arch/arm/include/asm/arch-mx6/mx6x_pins.h | 36 +++----- > board/freescale/common/Makefile | 2 +- > board/freescale/mx6qarm2/mx6qarm2.c | 9 +- > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 114 > +++++++++++++++++++++++++ > board/hale/tt01/tt01.c | 34 +++++++- > doc/README.imximage | 13 ++-- > drivers/mmc/mxcmmc.c | 8 +- > drivers/spi/mxs_spi.c | 12 ++- > include/configs/MPC8536DS.h | 1 + > include/configs/P1010RDB.h | 5 +- > include/configs/P1_P2_RDB.h | 1 + > include/configs/P2020COME.h | 1 + > include/configs/P2020DS.h | 1 + > include/configs/P2041RDB.h | 1 + > include/configs/PM826.h | 2 - > include/configs/PM828.h | 2 - > include/configs/cam_enc_4xx.h | 1 - > include/configs/coreboot.h | 6 -- > include/configs/corenet_ds.h | 1 + > include/configs/ecovec.h | 1 - > include/configs/efikamx.h | 1 - > include/configs/enbw_cmc.h | 1 - > include/configs/ethernut5.h | 1 - > include/configs/flea3.h | 1 - > include/configs/m28evk.h | 1 - > include/configs/mx6qarm2.h | 2 + > include/configs/mx6qsabrelite.h | 15 +++- > include/configs/omap3_evm_common.h | 1 - > include/configs/omap3_mvblx.h | 1 - > include/configs/p1_p2_rdb_pc.h | 7 +-- > include/configs/tam3517-common.h | 1 - > include/configs/tt01.h | 12 +++ > include/mc13783.h | 80 +++++++++++++++++ > tools/imximage.c | 8 +- > tools/imximage.h | 2 + > 43 files changed, 358 insertions(+), 106 deletions(-) > create mode 100644 include/mc13783.h Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.