[U-Boot] Please pull u-boot-ti/master

Hello,
The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2012-11-25 13:01:58 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 9bd5c1ad0db802c9f8d49d72b443f03431cf6a89:
cm-t35: enable zero bootdelay check (2012-12-10 12:45:35 -0700)
---------------------------------------------------------------- Andreas Bießmann (1): omap3/mem.c: remove unused defines
Davide Bonfanti (1): davinci: fixed cpu reset
Ilya Yanok (6): OMAP: include sys_proto.h from boot-common am335x_evm: add nand pinmux definition am33xx: NAND support am335x_evm: enable NAND support am33xx_spl_bch: simple SPL nand loader for AM33XX am335x_evm: enable SPL NAND support
Lokesh Vutla (1): omap: emif: configure emif only when required
Mansoor Ahamed (2): am33xx: add ELM support omap_gpmc: BCH8 support (ELM based)
Nikita Kiryanov (2): gpio: add gpio_is_valid() to omap_gpio API cm-t35: enable zero bootdelay check
Peter Barada (1): Pass sdrc timing values through board_sdrc_timings structure
Robert P. J. Day (4): omap3_beagle.h: Fix comment for true/false return value. omap3: Add a few comments to "#endif"s for readability. omap4: Add comments on some "#endif"s for readability. OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
Stefano Babic (2): OMAP3: fix panel timing on the mt_ventoux board OMAP3: TAM3517: add macros for reading eeprom
Thomas Weber (1): OMAP3: Remove unused PHYS_SDRAM_1_SIZE
Vincent Stehlé (2): omap24xx_i2c: Handle wait_for_bb error power: twl6035: complain on LDO9 error
Yegor Yefremov (2): am335x: disable internal delay for RGMII mode am335x: cpsw: make phy address configurable
ajoy (1): OMAP3 SPI : Fixed bugs related to SPI transfer
arch/arm/cpu/arm926ejs/davinci/reset.c | 2 +- arch/arm/cpu/armv7/am33xx/Makefile | 2 + arch/arm/cpu/armv7/am33xx/board.c | 1 + arch/arm/cpu/armv7/am33xx/clock.c | 10 + arch/arm/cpu/armv7/am33xx/elm.c | 212 ++++++++++++++ arch/arm/cpu/armv7/am33xx/mem.c | 101 +++++++ arch/arm/cpu/armv7/omap-common/Makefile | 5 +- arch/arm/cpu/armv7/omap-common/boot-common.c | 1 + arch/arm/cpu/armv7/omap-common/emif-common.c | 41 ++- arch/arm/cpu/armv7/omap3/board.c | 4 +- arch/arm/cpu/armv7/omap3/mem.c | 18 +- arch/arm/cpu/armv7/omap3/sdrc.c | 36 +-- arch/arm/cpu/armv7/omap4/clocks.c | 2 +- arch/arm/cpu/armv7/omap4/hwinit.c | 4 +- arch/arm/include/asm/arch-am33xx/cpu.h | 53 ++++ arch/arm/include/asm/arch-am33xx/elm.h | 93 ++++++ arch/arm/include/asm/arch-am33xx/hardware.h | 3 + arch/arm/include/asm/arch-am33xx/mem.h | 83 ++++++ arch/arm/include/asm/arch-am33xx/omap_gpmc.h | 120 ++++++++ arch/arm/include/asm/arch-am33xx/sys_proto.h | 3 + arch/arm/include/asm/arch-omap3/sys_proto.h | 13 +- arch/arm/include/asm/omap_gpio.h | 7 + board/corscience/tricorder/tricorder.c | 13 +- board/isee/igep0020/igep0020.c | 29 +- board/isee/igep0030/igep0030.c | 29 +- board/overo/overo.c | 37 ++- board/technexion/twister/twister.c | 10 +- board/teejet/mt_ventoux/mt_ventoux.c | 23 +- board/ti/am335x/board.c | 4 +- board/ti/am335x/mux.c | 22 ++ board/ti/beagle/beagle.c | 53 ++-- board/ti/evm/evm.c | 19 +- board/timll/devkit8000/devkit8000.c | 13 +- drivers/gpio/omap_gpio.c | 10 +- drivers/i2c/omap24xx_i2c.c | 20 +- drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/am335x_spl_bch.c | 238 +++++++++++++++ drivers/mtd/nand/omap_gpmc.c | 403 +++++++++++++++++++++++++- drivers/net/cpsw.c | 5 +- drivers/power/twl6035.c | 17 +- drivers/spi/omap3_spi.c | 76 +++-- drivers/spi/omap3_spi.h | 1 + include/configs/am335x_evm.h | 47 +++ include/configs/cm_t35.h | 2 +- include/configs/dig297.h | 1 - include/configs/igep00x0.h | 1 - include/configs/mcx.h | 1 - include/configs/omap3_beagle.h | 2 +- include/configs/omap3_mvblx.h | 1 - include/configs/omap3_pandora.h | 1 - include/configs/omap3_sdp3430.h | 1 - include/configs/omap3_zoom1.h | 1 - include/configs/omap3_zoom2.h | 1 - include/configs/tam3517-common.h | 59 +++- include/configs/tricorder.h | 1 - include/twl6035.h | 2 +- 56 files changed, 1714 insertions(+), 244 deletions(-) create mode 100644 arch/arm/cpu/armv7/am33xx/elm.c create mode 100644 arch/arm/cpu/armv7/am33xx/mem.c create mode 100644 arch/arm/include/asm/arch-am33xx/elm.h create mode 100644 arch/arm/include/asm/arch-am33xx/mem.h create mode 100644 arch/arm/include/asm/arch-am33xx/omap_gpmc.h create mode 100644 drivers/mtd/nand/am335x_spl_bch.c
Thanks!

Hi Tom,
On Mon, 10 Dec 2012 13:18:48 -0700, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit b8a7c467960ffb4d5a5e1eef5f7783fb6f594542:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2012-11-25 13:01:58 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 9bd5c1ad0db802c9f8d49d72b443f03431cf6a89:
cm-t35: enable zero bootdelay check (2012-12-10 12:45:35 -0700)
Andreas Bießmann (1): omap3/mem.c: remove unused defines
Davide Bonfanti (1): davinci: fixed cpu reset
Ilya Yanok (6): OMAP: include sys_proto.h from boot-common am335x_evm: add nand pinmux definition am33xx: NAND support am335x_evm: enable NAND support am33xx_spl_bch: simple SPL nand loader for AM33XX am335x_evm: enable SPL NAND support
Lokesh Vutla (1): omap: emif: configure emif only when required
Mansoor Ahamed (2): am33xx: add ELM support omap_gpmc: BCH8 support (ELM based)
Nikita Kiryanov (2): gpio: add gpio_is_valid() to omap_gpio API cm-t35: enable zero bootdelay check
Peter Barada (1): Pass sdrc timing values through board_sdrc_timings structure
Robert P. J. Day (4): omap3_beagle.h: Fix comment for true/false return value. omap3: Add a few comments to "#endif"s for readability. omap4: Add comments on some "#endif"s for readability. OMAP: Tweak omap-common/Makefile since reset.S -> reset.c
Stefano Babic (2): OMAP3: fix panel timing on the mt_ventoux board OMAP3: TAM3517: add macros for reading eeprom
Thomas Weber (1): OMAP3: Remove unused PHYS_SDRAM_1_SIZE
Vincent Stehlé (2): omap24xx_i2c: Handle wait_for_bb error power: twl6035: complain on LDO9 error
Yegor Yefremov (2): am335x: disable internal delay for RGMII mode am335x: cpsw: make phy address configurable
ajoy (1): OMAP3 SPI : Fixed bugs related to SPI transfer
arch/arm/cpu/arm926ejs/davinci/reset.c | 2 +- arch/arm/cpu/armv7/am33xx/Makefile | 2 + arch/arm/cpu/armv7/am33xx/board.c | 1 + arch/arm/cpu/armv7/am33xx/clock.c | 10 + arch/arm/cpu/armv7/am33xx/elm.c | 212 ++++++++++++++ arch/arm/cpu/armv7/am33xx/mem.c | 101 +++++++ arch/arm/cpu/armv7/omap-common/Makefile | 5 +- arch/arm/cpu/armv7/omap-common/boot-common.c | 1 + arch/arm/cpu/armv7/omap-common/emif-common.c | 41 ++- arch/arm/cpu/armv7/omap3/board.c | 4 +- arch/arm/cpu/armv7/omap3/mem.c | 18 +- arch/arm/cpu/armv7/omap3/sdrc.c | 36 +-- arch/arm/cpu/armv7/omap4/clocks.c | 2 +- arch/arm/cpu/armv7/omap4/hwinit.c | 4 +- arch/arm/include/asm/arch-am33xx/cpu.h | 53 ++++ arch/arm/include/asm/arch-am33xx/elm.h | 93 ++++++ arch/arm/include/asm/arch-am33xx/hardware.h | 3 + arch/arm/include/asm/arch-am33xx/mem.h | 83 ++++++ arch/arm/include/asm/arch-am33xx/omap_gpmc.h | 120 ++++++++ arch/arm/include/asm/arch-am33xx/sys_proto.h | 3 + arch/arm/include/asm/arch-omap3/sys_proto.h | 13 +- arch/arm/include/asm/omap_gpio.h | 7 + board/corscience/tricorder/tricorder.c | 13 +- board/isee/igep0020/igep0020.c | 29 +- board/isee/igep0030/igep0030.c | 29 +- board/overo/overo.c | 37 ++- board/technexion/twister/twister.c | 10 +- board/teejet/mt_ventoux/mt_ventoux.c | 23 +- board/ti/am335x/board.c | 4 +- board/ti/am335x/mux.c | 22 ++ board/ti/beagle/beagle.c | 53 ++-- board/ti/evm/evm.c | 19 +- board/timll/devkit8000/devkit8000.c | 13 +- drivers/gpio/omap_gpio.c | 10 +- drivers/i2c/omap24xx_i2c.c | 20 +- drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/am335x_spl_bch.c | 238 +++++++++++++++ drivers/mtd/nand/omap_gpmc.c | 403 +++++++++++++++++++++++++- drivers/net/cpsw.c | 5 +- drivers/power/twl6035.c | 17 +- drivers/spi/omap3_spi.c | 76 +++-- drivers/spi/omap3_spi.h | 1 + include/configs/am335x_evm.h | 47 +++ include/configs/cm_t35.h | 2 +- include/configs/dig297.h | 1 - include/configs/igep00x0.h | 1 - include/configs/mcx.h | 1 - include/configs/omap3_beagle.h | 2 +- include/configs/omap3_mvblx.h | 1 - include/configs/omap3_pandora.h | 1 - include/configs/omap3_sdp3430.h | 1 - include/configs/omap3_zoom1.h | 1 - include/configs/omap3_zoom2.h | 1 - include/configs/tam3517-common.h | 59 +++- include/configs/tricorder.h | 1 - include/twl6035.h | 2 +- 56 files changed, 1714 insertions(+), 244 deletions(-) create mode 100644 arch/arm/cpu/armv7/am33xx/elm.c create mode 100644 arch/arm/cpu/armv7/am33xx/mem.c create mode 100644 arch/arm/include/asm/arch-am33xx/elm.h create mode 100644 arch/arm/include/asm/arch-am33xx/mem.h create mode 100644 arch/arm/include/asm/arch-am33xx/omap_gpmc.h create mode 100644 drivers/mtd/nand/am335x_spl_bch.c
Thanks!
Applied to u-boot-arm/master with a minor manual merge, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini