Hello, The following changes since commit 2ca4a209a5b961ad1be8782c68dabe326d77dfaf:
OMAP4/5: Change omap4_sdp, omap4_panda, omap5_evm maintainer (2012-05-15 08:31:41 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to aa54ece4e24f6ddd14914ca8c0c02ce5f279020e: cm-t35: print PCB revision information (2012-05-25 07:58:41 -0700) ---------------------------------------------------------------- Heiko Schocher (1): arm,davinci: update for enbw_cmc board Igor Grinberg (1): cm-t35: reduce the environment size Lokesh Vutla (7): OMAP5: Adding correct Control id code for OMAP5430 OMAP5: ADD chip detection for OMAP5432 SOC OMAP5: Configure the io settings for omap5432 uevm board OMAP5: ADD precalculated timings for ddr3 OMAP5: EMIF: Add support for DDR3 device OMAP5: DPLL core lock for OMAP5432 OMAP5: Change voltages for omap5432 Nikita Kiryanov (3): cm-t35: fix incorrect BOARD_REV_SIZE value cm-t35: fix legacy board revision representation cm-t35: print PCB revision information SRICHARAN R (5): ARM: OMAP4+: dmm: Take care of overlapping dmm and trap sections. ARM: OMAP5: dmm: Create a tiler trap section. ARM: OMAP5: Align memory used for testing to the power of 2 ARM: OMAP5: Correct the DRAM_ADDR_SPACE_END macro. ARM: OMAP4: Correct the lpddr2 io settings register value. Thomas Weber (1): omap4/5: Use CPUDIR for .lds script Tom Rini (10): am33xx: Do not call init_timer twice Revert "I2C: OMAP: detect more devices when probing an i2c bus" am335x: Correct i2c sysc offset am33xx: Fill in more cm_wkuppll / cm_perpll am33xx: Fix i2c sampling rate typo omap24xx_i2c: Add AM33XX support OMAP3 Beagle: Set BOOTDELAY to 3 omap3evm: Set BOOTDELAY to 3 omap3_beagle: Add CONFIG_CMD_ASKENV omap3evm: Add CONFIG_CMD_ASKENV Troy Kisky (1): DaVinci: fix ddr2 vtp i/o calibration arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S | 7 +- arch/arm/cpu/armv7/am33xx/board.c | 30 +- arch/arm/cpu/armv7/omap-common/clocks-common.c | 8 +- arch/arm/cpu/armv7/omap-common/emif-common.c | 121 ++++++++- arch/arm/cpu/armv7/omap-common/hwinit-common.c | 20 +- arch/arm/cpu/armv7/omap4/hwinit.c | 5 + arch/arm/cpu/armv7/omap4/sdram_elpida.c | 1 + arch/arm/cpu/armv7/omap5/clocks.c | 31 ++- arch/arm/cpu/armv7/omap5/hwinit.c | 123 +++++++-- arch/arm/cpu/armv7/omap5/sdram.c | 56 +++- arch/arm/include/asm/arch-am33xx/cpu.h | 42 ++- arch/arm/include/asm/arch-am33xx/i2c.h | 8 +- arch/arm/include/asm/arch-omap4/clocks.h | 5 + arch/arm/include/asm/arch-omap4/omap.h | 2 +- arch/arm/include/asm/arch-omap5/clocks.h | 15 + arch/arm/include/asm/arch-omap5/omap.h | 20 +- arch/arm/include/asm/emif.h | 50 +++- arch/arm/include/asm/omap_common.h | 1 + board/cm_t35/cm_t35.c | 33 +++ board/cm_t35/eeprom.c | 26 +- board/cm_t35/eeprom.h | 5 + board/enbw/enbw_cmc/enbw_cmc.c | 347 ++++++++++++++++++++++-- board/ti/am335x/evm.c | 13 +- doc/README.switch_config | 25 ++ drivers/i2c/omap24xx_i2c.c | 46 +++- include/configs/cm_t35.h | 3 +- include/configs/enbw_cmc.h | 20 +- include/configs/omap3_beagle.h | 4 +- include/configs/omap3_evm.h | 4 +- include/configs/omap4_common.h | 2 +- include/configs/omap5_evm.h | 2 +- 31 files changed, 922 insertions(+), 153 deletions(-) create mode 100644 doc/README.switch_config With this, I'm considering anything that's not a bugfix to existing code (that's in my custodial area) to be for the 'next' branch and not for the v2012.07 release (since we're a little bit past the official merge window closing). -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot