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

Hello,
The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
---------------------------------------------------------------- Dan Murphy (1): arm: am437: Fix offset for USB registers
Heiko Schocher (1): am335x, siemens boards: adapt default environment setting
Lokesh Vutla (3): ARM: OMAP4: Move TEXT_BASE down to non-HS limit ARM: DRA7xx: Change clk divider setting ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
Nikita Kiryanov (2): arm: omap: abb: add missing include arm: omap: cm_t35: update config file
Stefan Roese (5): arm: omap3: Add SPL support to tao3530 arm: omap3: Remove bootargs mem_size handling arm: omap3: Add board revision output to tao3530 arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 arm: omap3: Add SPL support to cm_t35
Tapani Utriainen (1): arm, omap3: Add support for TechNexion modules
Tom Rini (2): am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF am335x_evm: Consolidate DFU environment parts into the DFU part of the file
Yegor Yefremov (1): am3517_evm: activate Ethernet PHY
arch/arm/cpu/armv7/am33xx/board.c | 8 + arch/arm/cpu/armv7/omap-common/abb.c | 1 + arch/arm/cpu/armv7/omap5/hw_data.c | 24 +- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +- arch/arm/include/asm/arch-omap4/omap.h | 2 +- board/compulab/cm_t35/cm_t35.c | 18 +- board/logicpd/am3517evm/am3517evm.c | 32 ++ board/logicpd/am3517evm/am3517evm.h | 2 +- board/siemens/common/board.c | 9 - board/technexion/tao3530/Makefile | 5 + board/technexion/tao3530/tao3530.c | 215 ++++++++++++ board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++ boards.cfg | 2 + include/configs/am335x_evm.h | 23 +- include/configs/am3517_evm.h | 5 + include/configs/cm_t35.h | 74 +++- include/configs/omap4_common.h | 11 +- include/configs/siemens-am33x-common.h | 2 +- include/configs/tao3530.h | 363 +++++++++++++++++++ 19 files changed, 1121 insertions(+), 50 deletions(-) create mode 100644 board/technexion/tao3530/Makefile create mode 100644 board/technexion/tao3530/tao3530.c create mode 100644 board/technexion/tao3530/tao3530.h create mode 100644 include/configs/tao3530.h

Hi Tom,
On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
Dan Murphy (1): arm: am437: Fix offset for USB registers
Heiko Schocher (1): am335x, siemens boards: adapt default environment setting
Lokesh Vutla (3): ARM: OMAP4: Move TEXT_BASE down to non-HS limit ARM: DRA7xx: Change clk divider setting ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
Nikita Kiryanov (2): arm: omap: abb: add missing include arm: omap: cm_t35: update config file
Stefan Roese (5): arm: omap3: Add SPL support to tao3530 arm: omap3: Remove bootargs mem_size handling arm: omap3: Add board revision output to tao3530 arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 arm: omap3: Add SPL support to cm_t35
Tapani Utriainen (1): arm, omap3: Add support for TechNexion modules
Tom Rini (2): am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF am335x_evm: Consolidate DFU environment parts into the DFU part of the file
Yegor Yefremov (1): am3517_evm: activate Ethernet PHY
arch/arm/cpu/armv7/am33xx/board.c | 8 + arch/arm/cpu/armv7/omap-common/abb.c | 1 + arch/arm/cpu/armv7/omap5/hw_data.c | 24 +- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +- arch/arm/include/asm/arch-omap4/omap.h | 2 +- board/compulab/cm_t35/cm_t35.c | 18 +- board/logicpd/am3517evm/am3517evm.c | 32 ++ board/logicpd/am3517evm/am3517evm.h | 2 +- board/siemens/common/board.c | 9 - board/technexion/tao3530/Makefile | 5 + board/technexion/tao3530/tao3530.c | 215 ++++++++++++ board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++ boards.cfg | 2 + include/configs/am335x_evm.h | 23 +- include/configs/am3517_evm.h | 5 + include/configs/cm_t35.h | 74 +++- include/configs/omap4_common.h | 11 +- include/configs/siemens-am33x-common.h | 2 +- include/configs/tao3530.h | 363 +++++++++++++++++++ 19 files changed, 1121 insertions(+), 50 deletions(-) create mode 100644 board/technexion/tao3530/Makefile create mode 100644 board/technexion/tao3530/tao3530.c create mode 100644 board/technexion/tao3530/tao3530.h create mode 100644 include/configs/tao3530.h
Build-testing.
Meanwhile:
remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a valid object! remote: error: refs/remotes/origin/lwmon5 does not point to a valid object!
Amicalement,

On Fri, Dec 13, 2013 at 02:29:23PM +0100, Albert ARIBAUD wrote:
Hi Tom,
On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
Dan Murphy (1): arm: am437: Fix offset for USB registers
Heiko Schocher (1): am335x, siemens boards: adapt default environment setting
Lokesh Vutla (3): ARM: OMAP4: Move TEXT_BASE down to non-HS limit ARM: DRA7xx: Change clk divider setting ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
Nikita Kiryanov (2): arm: omap: abb: add missing include arm: omap: cm_t35: update config file
Stefan Roese (5): arm: omap3: Add SPL support to tao3530 arm: omap3: Remove bootargs mem_size handling arm: omap3: Add board revision output to tao3530 arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 arm: omap3: Add SPL support to cm_t35
Tapani Utriainen (1): arm, omap3: Add support for TechNexion modules
Tom Rini (2): am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF am335x_evm: Consolidate DFU environment parts into the DFU part of the file
Yegor Yefremov (1): am3517_evm: activate Ethernet PHY
arch/arm/cpu/armv7/am33xx/board.c | 8 + arch/arm/cpu/armv7/omap-common/abb.c | 1 + arch/arm/cpu/armv7/omap5/hw_data.c | 24 +- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +- arch/arm/include/asm/arch-omap4/omap.h | 2 +- board/compulab/cm_t35/cm_t35.c | 18 +- board/logicpd/am3517evm/am3517evm.c | 32 ++ board/logicpd/am3517evm/am3517evm.h | 2 +- board/siemens/common/board.c | 9 - board/technexion/tao3530/Makefile | 5 + board/technexion/tao3530/tao3530.c | 215 ++++++++++++ board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++ boards.cfg | 2 + include/configs/am335x_evm.h | 23 +- include/configs/am3517_evm.h | 5 + include/configs/cm_t35.h | 74 +++- include/configs/omap4_common.h | 11 +- include/configs/siemens-am33x-common.h | 2 +- include/configs/tao3530.h | 363 +++++++++++++++++++ 19 files changed, 1121 insertions(+), 50 deletions(-) create mode 100644 board/technexion/tao3530/Makefile create mode 100644 board/technexion/tao3530/tao3530.c create mode 100644 board/technexion/tao3530/tao3530.h create mode 100644 include/configs/tao3530.h
Build-testing.
Meanwhile:
remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a valid object! remote: error: refs/remotes/origin/lwmon5 does not point to a valid object!
Wolfgang, any idea about this part?

Dear Tom,
In message 20131213133732.GF420@bill-the-cat you wrote:
remote: error: refs/remotes/origin/GPL-Cleanup does not point to a valid object! remote: error: refs/remotes/origin/i.MX31 does not point to a valid object! remote: error: refs/remotes/origin/lwmon5 does not point to a valid object!
Wolfgang, any idea about this part?
Oops. Sory for the late response. Should be fixed now (I ran a "git remote prune origin" to get rid of the stale branches).
Best regards,
Wolfgang Denk

Hi Tom,
On Fri, 13 Dec 2013 07:45:39 -0500, Tom Rini trini@ti.com wrote:
Hello,
The following changes since commit a5a42eec8ed64cbc72d2e59199819e48f904e38f:
ARM: fix the standalone programs (2013-12-12 11:27:59 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to d2c7074b9593d822e2359a09c21747248fdf5fac:
ARM: OMAP5: clocks: Update MPU settings for OPP_NOM (2013-12-12 17:43:39 -0500)
Dan Murphy (1): arm: am437: Fix offset for USB registers
Heiko Schocher (1): am335x, siemens boards: adapt default environment setting
Lokesh Vutla (3): ARM: OMAP4: Move TEXT_BASE down to non-HS limit ARM: DRA7xx: Change clk divider setting ARM: OMAP5: clocks: Update MPU settings for OPP_NOM
Nikita Kiryanov (2): arm: omap: abb: add missing include arm: omap: cm_t35: update config file
Stefan Roese (5): arm: omap3: Add SPL support to tao3530 arm: omap3: Remove bootargs mem_size handling arm: omap3: Add board revision output to tao3530 arm: omap3: Add HEAD acoustics (HA) board variant omap3_ha to tao3530 arm: omap3: Add SPL support to cm_t35
Tapani Utriainen (1): arm, omap3: Add support for TechNexion modules
Tom Rini (2): am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF am335x_evm: Consolidate DFU environment parts into the DFU part of the file
Yegor Yefremov (1): am3517_evm: activate Ethernet PHY
arch/arm/cpu/armv7/am33xx/board.c | 8 + arch/arm/cpu/armv7/omap-common/abb.c | 1 + arch/arm/cpu/armv7/omap5/hw_data.c | 24 +- arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 4 +- arch/arm/include/asm/arch-omap4/omap.h | 2 +- board/compulab/cm_t35/cm_t35.c | 18 +- board/logicpd/am3517evm/am3517evm.c | 32 ++ board/logicpd/am3517evm/am3517evm.h | 2 +- board/siemens/common/board.c | 9 - board/technexion/tao3530/Makefile | 5 + board/technexion/tao3530/tao3530.c | 215 ++++++++++++ board/technexion/tao3530/tao3530.h | 371 ++++++++++++++++++++ boards.cfg | 2 + include/configs/am335x_evm.h | 23 +- include/configs/am3517_evm.h | 5 + include/configs/cm_t35.h | 74 +++- include/configs/omap4_common.h | 11 +- include/configs/siemens-am33x-common.h | 2 +- include/configs/tao3530.h | 363 +++++++++++++++++++ 19 files changed, 1121 insertions(+), 50 deletions(-) create mode 100644 board/technexion/tao3530/Makefile create mode 100644 board/technexion/tao3530/tao3530.c create mode 100644 board/technexion/tao3530/tao3530.h create mode 100644 include/configs/tao3530.h
Applied to u-boot-arm/master, thanks!
Amicalement,
participants (3)
-
Albert ARIBAUD
-
Tom Rini
-
Wolfgang Denk