Hello, The following changes since commit 5c91ee919c359e89fcb3230722253dbb9b4f7e32: Ian Campbell (1): ARM: dreamplug: Enable FDT support
are available in the git repository at: git://git.denx.de/u-boot-ti next Balaji T K (3): arm: omap5: correct boot device mode7 for eMMC omap5: pbias ldo9 turn on mmc: omap5evm: Add eMMC saveenv support Enric Balletb?? i Serra (1): OMAP3: igep00x0: Reduce lines of code for IGEP-based boards. Heiko Schocher (1): ARM: davinci: fixes for cam_enc_4xx board Jonathan Solnit (1): ARM:OMAP+:MMC: Add parameters to MMC init Nishanth Menon (3): OMAP3+: Introduce generic logic for OMAP voltage controller OMAP4460: TPS Ensure SET1 is selected after voltage configuration OMAP4: scale voltage of core before MPU scales SRICHARAN R (16): OMAP5: clocks: Change clock settings as required for ES1.0 silicon. OMAP5: board: Add pinmux data for omap5_evm board. OMAP5: io: Configure the io settings for omap5430 sevm board. OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon. OMAP5: palmas: Configure nominal opp vdd values OMAP5: hwinit: Add the missing break statement OMAP4/5: Make the silicon revision variable common. OMAP5: SRAM: Change the SRAM base address. OMAP4/5: Make the sysctrl structure common OMAP4/5: device: Add support to get the device type. OMAP5: defconfig: Align the defconfig for 5430 ES1.0 OMAP5: ddr: Change the ddr device name. OMAP4/5: emif: Correct the emif power mgt shadow register bit fields. power: twl6035: add palmas PMIC support OMAP3+: reset: Create a common reset layer. OMAP5: reset: Use cold reset in case of 5430ES1.0 arch/arm/cpu/armv7/am33xx/board.c | 2 +- arch/arm/cpu/armv7/omap-common/Makefile | 1 + arch/arm/cpu/armv7/omap-common/clocks-common.c | 99 ++--- arch/arm/cpu/armv7/omap-common/emif-common.c | 41 ++- arch/arm/cpu/armv7/omap-common/hwinit-common.c | 6 +- .../arm/cpu/armv7/omap-common/{reset.S => reset.c} | 30 +- arch/arm/cpu/armv7/omap-common/spl.c | 1 + arch/arm/cpu/armv7/omap-common/spl_mmc.c | 5 +- arch/arm/cpu/armv7/omap-common/vc.c | 138 ++++++ arch/arm/cpu/armv7/omap4/clocks.c | 77 ++- arch/arm/cpu/armv7/omap4/hwinit.c | 24 +- arch/arm/cpu/armv7/omap4/sdram_elpida.c | 4 + arch/arm/cpu/armv7/omap5/Makefile | 2 +- arch/arm/cpu/armv7/omap5/clocks.c | 143 ++++-- arch/arm/cpu/armv7/omap5/hwinit.c | 104 ++++- .../cpu/armv7/omap5/{sdram_elpida.c => sdram.c} | 101 +++-- arch/arm/include/asm/arch-am33xx/mmc_host_def.h | 2 +- arch/arm/include/asm/arch-omap3/cpu.h | 5 +- arch/arm/include/asm/arch-omap3/mmc_host_def.h | 8 +- arch/arm/include/asm/arch-omap4/clocks.h | 18 +- arch/arm/include/asm/arch-omap4/cpu.h | 11 + arch/arm/include/asm/arch-omap4/mmc_host_def.h | 2 +- arch/arm/include/asm/arch-omap4/omap.h | 25 +- arch/arm/include/asm/arch-omap4/sys_proto.h | 8 +- arch/arm/include/asm/arch-omap5/clocks.h | 52 ++- arch/arm/include/asm/arch-omap5/cpu.h | 11 + arch/arm/include/asm/arch-omap5/mmc_host_def.h | 2 +- arch/arm/include/asm/arch-omap5/mux_omap5.h | 502 ++++++++++---------- arch/arm/include/asm/arch-omap5/omap.h | 153 +++++-- arch/arm/include/asm/arch-omap5/sys_proto.h | 8 +- arch/arm/include/asm/emif.h | 76 +++- arch/arm/include/asm/omap_common.h | 11 +- board/ait/cam_enc_4xx/cam_enc_4xx.c | 55 ++- board/ait/cam_enc_4xx/config.mk | 7 + board/ait/cam_enc_4xx/u-boot-spl.lds | 2 +- board/cm_t35/cm_t35.c | 2 +- board/comelit/dig297/dig297.c | 2 +- board/corscience/tricorder/tricorder.c | 2 +- board/htkw/mcx/mcx.c | 2 +- board/isee/igep0020/igep0020.c | 4 +- board/isee/igep0030/igep0030.c | 4 +- board/logicpd/am3517evm/am3517evm.c | 2 +- board/logicpd/omap3som/omap3logic.c | 2 +- board/logicpd/zoom1/zoom1.c | 2 +- board/logicpd/zoom2/zoom2.c | 2 +- board/matrix_vision/mvblx/mvblx.c | 4 +- board/overo/overo.c | 2 +- board/pandora/pandora.c | 2 +- board/technexion/twister/twister.c | 2 +- board/teejet/mt_ventoux/mt_ventoux.c | 2 +- board/ti/am3517crane/am3517crane.c | 2 +- board/ti/beagle/beagle.c | 2 +- board/ti/evm/evm.c | 2 +- board/ti/omap5_evm/evm.c | 10 +- board/ti/omap5_evm/mux_data.h | 489 ++++++++++--------- board/ti/panda/panda.c | 2 +- board/ti/panda/panda_mux_data.h | 2 +- board/ti/sdp3430/sdp.c | 2 +- board/ti/sdp4430/sdp.c | 4 +- board/ti/sdp4430/sdp4430_mux_data.h | 2 +- board/timll/devkit8000/devkit8000.c | 2 +- boards.cfg | 4 +- drivers/mmc/omap_hsmmc.c | 61 +++- drivers/power/Makefile | 1 + drivers/power/twl6035.c | 65 +++ include/configs/cam_enc_4xx.h | 13 +- include/configs/igep0030.h | 261 ---------- include/configs/{igep0020.h => igep00x0.h} | 15 +- include/configs/omap5_evm.h | 25 +- .../armv7/omap-common/reset.S => include/twl6035.h | 38 +- 70 files changed, 1612 insertions(+), 1162 deletions(-) copy arch/arm/cpu/armv7/omap-common/{reset.S => reset.c} (70%) create mode 100644 arch/arm/cpu/armv7/omap-common/vc.c rename arch/arm/cpu/armv7/omap5/{sdram_elpida.c => sdram.c} (64%) create mode 100644 drivers/power/twl6035.c delete mode 100644 include/configs/igep0030.h rename include/configs/{igep0020.h => igep00x0.h} (97%) rename arch/arm/cpu/armv7/omap-common/reset.S => include/twl6035.h (53%) -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot