
Hey,
The following changes since commit 3e11350255d9c5d4bd03c2a65769da84c05d3294:
Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-02-20 13:16:05 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 11f296870659e1375e7116a859458b254cc3156f:
ti814x: Fix illegal use of FP ops in clock_ti814x.c (2014-02-21 14:03:44 -0500)
---------------------------------------------------------------- Dave Gerlach (1): ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control
Hannes Petermaier (2): board: Add support for B&R T-Series Motherboard Add support for B&R KWB Motherboard
Janne Grunau (1): ARM: OMAP4: fix DDR timings for OMAP4430 ES2.0
Lothar Felten (1): am335x: Initial support for Silica Pengwyn board
Måns Rullgård (1): ti814x: Fix illegal use of FP ops in clock_ti814x.c
Nishanth Menon (2): DRA7: fix ABB efuse offset for OPP_NOM omap4_common: config: remove I2C for SPL mode
Stefan Roese (2): arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled) arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting
Stefano Babic (3): OMAP3: add missing gpio clock init and fix NAND SPL for mcx board omap3: fix pinmux for mcx board OMAP3: fix default environment for mcx board
Tom Rini (3): am335x_evm: Enable GPT commands am43xx_evm: Enable GPT commands dra7xx_evm: Enable GPT commands
arch/arm/cpu/armv7/am33xx/board.c | 6 +- arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 2 + arch/arm/cpu/armv7/am33xx/clock_ti814x.c | 5 +- arch/arm/cpu/armv7/omap4/hw_data.c | 18 ++ arch/arm/cpu/armv7/omap5/prcm-regs.c | 2 +- arch/arm/include/asm/arch-am33xx/cpu.h | 12 +- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 ++ arch/arm/include/asm/arch-am33xx/gpio.h | 4 +- board/BuR/common/bur_common.h | 22 +++ board/BuR/common/common.c | 216 ++++++++++++++++++++++ board/BuR/kwb/Makefile | 12 ++ board/BuR/kwb/board.c | 240 ++++++++++++++++++++++++ board/BuR/kwb/mux.c | 195 ++++++++++++++++++++ board/BuR/tseries/Makefile | 14 ++ board/BuR/tseries/board.c | 147 +++++++++++++++ board/BuR/tseries/mux.c | 225 +++++++++++++++++++++++ board/htkw/mcx/mcx.h | 2 - board/silica/pengwyn/Makefile | 13 ++ board/silica/pengwyn/board.c | 207 +++++++++++++++++++++ board/silica/pengwyn/board.h | 15 ++ board/silica/pengwyn/mux.c | 98 ++++++++++ board/ti/am43xx/board.c | 16 +- board/ti/am43xx/mux.c | 6 +- boards.cfg | 5 + include/configs/am335x_evm.h | 13 ++ include/configs/am43xx_evm.h | 9 + include/configs/bur_am335x_common.h | 197 ++++++++++++++++++++ include/configs/cm_t35.h | 7 - include/configs/dra7xx_evm.h | 11 ++ include/configs/kwb.h | 128 +++++++++++++ include/configs/mcx.h | 9 +- include/configs/pengwyn.h | 208 +++++++++++++++++++++ include/configs/tao3530.h | 7 + include/configs/ti_am335x_common.h | 1 - include/configs/ti_omap4_common.h | 6 + include/configs/tseries.h | 265 +++++++++++++++++++++++++++ 36 files changed, 2323 insertions(+), 36 deletions(-) create mode 100644 board/BuR/common/bur_common.h create mode 100644 board/BuR/common/common.c create mode 100644 board/BuR/kwb/Makefile create mode 100644 board/BuR/kwb/board.c create mode 100644 board/BuR/kwb/mux.c create mode 100644 board/BuR/tseries/Makefile create mode 100644 board/BuR/tseries/board.c create mode 100644 board/BuR/tseries/mux.c create mode 100644 board/silica/pengwyn/Makefile create mode 100644 board/silica/pengwyn/board.c create mode 100644 board/silica/pengwyn/board.h create mode 100644 board/silica/pengwyn/mux.c create mode 100644 include/configs/bur_am335x_common.h create mode 100644 include/configs/kwb.h create mode 100644 include/configs/pengwyn.h create mode 100644 include/configs/tseries.h

Hi Tom,
On Fri, 21 Feb 2014 14:16:45 -0500, Tom Rini trini@ti.com wrote:
Hey,
The following changes since commit 3e11350255d9c5d4bd03c2a65769da84c05d3294:
Merge branch 'u-boot/master' into 'u-boot-arm/master' (2014-02-20 13:16:05 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 11f296870659e1375e7116a859458b254cc3156f:
ti814x: Fix illegal use of FP ops in clock_ti814x.c (2014-02-21 14:03:44 -0500)
Dave Gerlach (1): ARM: AM43xx: GP-EVM: Correct GPIO used for VTT regulator control
Hannes Petermaier (2): board: Add support for B&R T-Series Motherboard Add support for B&R KWB Motherboard
Janne Grunau (1): ARM: OMAP4: fix DDR timings for OMAP4430 ES2.0
Lothar Felten (1): am335x: Initial support for Silica Pengwyn board
Måns Rullgård (1): ti814x: Fix illegal use of FP ops in clock_ti814x.c
Nishanth Menon (2): DRA7: fix ABB efuse offset for OPP_NOM omap4_common: config: remove I2C for SPL mode
Stefan Roese (2): arm: omap3: Fix tao3530/omap3_ha SPL boot hangup (GPIO clocks not enabled) arm: omap: cm_t35: Remove CONFIG_SYS_BOOTMAPSZ to fix FDT Linux booting
Stefano Babic (3): OMAP3: add missing gpio clock init and fix NAND SPL for mcx board omap3: fix pinmux for mcx board OMAP3: fix default environment for mcx board
Tom Rini (3): am335x_evm: Enable GPT commands am43xx_evm: Enable GPT commands dra7xx_evm: Enable GPT commands
arch/arm/cpu/armv7/am33xx/board.c | 6 +- arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 2 + arch/arm/cpu/armv7/am33xx/clock_ti814x.c | 5 +- arch/arm/cpu/armv7/omap4/hw_data.c | 18 ++ arch/arm/cpu/armv7/omap5/prcm-regs.c | 2 +- arch/arm/include/asm/arch-am33xx/cpu.h | 12 +- arch/arm/include/asm/arch-am33xx/ddr_defs.h | 16 ++ arch/arm/include/asm/arch-am33xx/gpio.h | 4 +- board/BuR/common/bur_common.h | 22 +++ board/BuR/common/common.c | 216 ++++++++++++++++++++++ board/BuR/kwb/Makefile | 12 ++ board/BuR/kwb/board.c | 240 ++++++++++++++++++++++++ board/BuR/kwb/mux.c | 195 ++++++++++++++++++++ board/BuR/tseries/Makefile | 14 ++ board/BuR/tseries/board.c | 147 +++++++++++++++ board/BuR/tseries/mux.c | 225 +++++++++++++++++++++++ board/htkw/mcx/mcx.h | 2 - board/silica/pengwyn/Makefile | 13 ++ board/silica/pengwyn/board.c | 207 +++++++++++++++++++++ board/silica/pengwyn/board.h | 15 ++ board/silica/pengwyn/mux.c | 98 ++++++++++ board/ti/am43xx/board.c | 16 +- board/ti/am43xx/mux.c | 6 +- boards.cfg | 5 + include/configs/am335x_evm.h | 13 ++ include/configs/am43xx_evm.h | 9 + include/configs/bur_am335x_common.h | 197 ++++++++++++++++++++ include/configs/cm_t35.h | 7 - include/configs/dra7xx_evm.h | 11 ++ include/configs/kwb.h | 128 +++++++++++++ include/configs/mcx.h | 9 +- include/configs/pengwyn.h | 208 +++++++++++++++++++++ include/configs/tao3530.h | 7 + include/configs/ti_am335x_common.h | 1 - include/configs/ti_omap4_common.h | 6 + include/configs/tseries.h | 265 +++++++++++++++++++++++++++ 36 files changed, 2323 insertions(+), 36 deletions(-) create mode 100644 board/BuR/common/bur_common.h create mode 100644 board/BuR/common/common.c create mode 100644 board/BuR/kwb/Makefile create mode 100644 board/BuR/kwb/board.c create mode 100644 board/BuR/kwb/mux.c create mode 100644 board/BuR/tseries/Makefile create mode 100644 board/BuR/tseries/board.c create mode 100644 board/BuR/tseries/mux.c create mode 100644 board/silica/pengwyn/Makefile create mode 100644 board/silica/pengwyn/board.c create mode 100644 board/silica/pengwyn/board.h create mode 100644 board/silica/pengwyn/mux.c create mode 100644 include/configs/bur_am335x_common.h create mode 100644 include/configs/kwb.h create mode 100644 include/configs/pengwyn.h create mode 100644 include/configs/tseries.h
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini