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

Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:
arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)
---------------------------------------------------------------- Andrew Bradford (1): am335x_evm: Fix CONS_INDEX numbering
Heiko Schocher (3): bootcount: store bootcount var in environment arm, am33x: make RTC32K OSC enable configurable usb, g_dnl: make bcdDevice value configurable
Igor Grinberg (1): cm-t35: use gpio_led driver for status led
Matt Porter (1): boards.cfg: update email address for ti814x_evm maintainer
Samuel Egli (1): arm, am335x: update for the siemens boards
Tom Rini (2): am33xx: Make SoC bootcount driver have its own symbol omap730p2: Remove board
README | 19 ++ arch/arm/cpu/armv7/am33xx/board.c | 4 + board/compulab/cm_t35/Makefile | 2 +- board/compulab/cm_t35/leds.c | 33 --- board/siemens/common/factoryset.c | 24 +- board/siemens/common/factoryset.h | 2 + board/siemens/dxr2/board.c | 11 +- board/siemens/dxr2/board.h | 9 +- board/siemens/dxr2/mux.c | 158 +++++++++++ board/siemens/pxm2/board.c | 3 +- board/siemens/rut/board.c | 51 +++- board/ti/omap730p2/Makefile | 9 - board/ti/omap730p2/README.omap730p2 | 91 ------- board/ti/omap730p2/config.mk | 25 -- board/ti/omap730p2/flash.c | 463 -------------------------------- board/ti/omap730p2/lowlevel_init.S | 379 -------------------------- board/ti/omap730p2/omap730p2.c | 255 ------------------ boards.cfg | 15 +- doc/README.scrapyard | 5 +- drivers/bootcount/Makefile | 3 +- drivers/bootcount/bootcount_davinci.c | 4 + drivers/bootcount/bootcount_env.c | 29 ++ drivers/usb/gadget/g_dnl.c | 23 +- include/configs/am335x_evm.h | 4 + include/configs/cm_t35.h | 9 +- include/configs/dxr2.h | 13 +- include/configs/h2_p2_dbg_board.h | 120 --------- include/configs/omap730.h | 246 ----------------- include/configs/omap730p2.h | 173 ------------ include/configs/pxm2.h | 7 +- include/configs/rut.h | 10 +- include/configs/siemens-am33x-common.h | 69 +++-- include/configs/ti_am335x_common.h | 5 +- 33 files changed, 404 insertions(+), 1869 deletions(-) delete mode 100644 board/compulab/cm_t35/leds.c delete mode 100644 board/ti/omap730p2/Makefile delete mode 100644 board/ti/omap730p2/README.omap730p2 delete mode 100644 board/ti/omap730p2/config.mk delete mode 100644 board/ti/omap730p2/flash.c delete mode 100644 board/ti/omap730p2/lowlevel_init.S delete mode 100644 board/ti/omap730p2/omap730p2.c create mode 100644 drivers/bootcount/bootcount_env.c delete mode 100644 include/configs/h2_p2_dbg_board.h delete mode 100644 include/configs/omap730.h delete mode 100644 include/configs/omap730p2.h

Hi Tom,
On Tue, 12 Nov 2013 10:03:51 -0500, Tom Rini trini@ti.com wrote:
Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:
arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)
Andrew Bradford (1): am335x_evm: Fix CONS_INDEX numbering
Heiko Schocher (3): bootcount: store bootcount var in environment arm, am33x: make RTC32K OSC enable configurable usb, g_dnl: make bcdDevice value configurable
Igor Grinberg (1): cm-t35: use gpio_led driver for status led
Matt Porter (1): boards.cfg: update email address for ti814x_evm maintainer
Samuel Egli (1): arm, am335x: update for the siemens boards
Tom Rini (2): am33xx: Make SoC bootcount driver have its own symbol omap730p2: Remove board
README | 19 ++ arch/arm/cpu/armv7/am33xx/board.c | 4 + board/compulab/cm_t35/Makefile | 2 +- board/compulab/cm_t35/leds.c | 33 --- board/siemens/common/factoryset.c | 24 +- board/siemens/common/factoryset.h | 2 + board/siemens/dxr2/board.c | 11 +- board/siemens/dxr2/board.h | 9 +- board/siemens/dxr2/mux.c | 158 +++++++++++ board/siemens/pxm2/board.c | 3 +- board/siemens/rut/board.c | 51 +++- board/ti/omap730p2/Makefile | 9 - board/ti/omap730p2/README.omap730p2 | 91 ------- board/ti/omap730p2/config.mk | 25 -- board/ti/omap730p2/flash.c | 463 -------------------------------- board/ti/omap730p2/lowlevel_init.S | 379 -------------------------- board/ti/omap730p2/omap730p2.c | 255 ------------------ boards.cfg | 15 +- doc/README.scrapyard | 5 +- drivers/bootcount/Makefile | 3 +- drivers/bootcount/bootcount_davinci.c | 4 + drivers/bootcount/bootcount_env.c | 29 ++ drivers/usb/gadget/g_dnl.c | 23 +- include/configs/am335x_evm.h | 4 + include/configs/cm_t35.h | 9 +- include/configs/dxr2.h | 13 +- include/configs/h2_p2_dbg_board.h | 120 --------- include/configs/omap730.h | 246 ----------------- include/configs/omap730p2.h | 173 ------------ include/configs/pxm2.h | 7 +- include/configs/rut.h | 10 +- include/configs/siemens-am33x-common.h | 69 +++-- include/configs/ti_am335x_common.h | 5 +- 33 files changed, 404 insertions(+), 1869 deletions(-) delete mode 100644 board/compulab/cm_t35/leds.c delete mode 100644 board/ti/omap730p2/Makefile delete mode 100644 board/ti/omap730p2/README.omap730p2 delete mode 100644 board/ti/omap730p2/config.mk delete mode 100644 board/ti/omap730p2/flash.c delete mode 100644 board/ti/omap730p2/lowlevel_init.S delete mode 100644 board/ti/omap730p2/omap730p2.c create mode 100644 drivers/bootcount/bootcount_env.c delete mode 100644 include/configs/h2_p2_dbg_board.h delete mode 100644 include/configs/omap730.h delete mode 100644 include/configs/omap730p2.h
Applied to u-boot-arm/master, thanks!
Note: number of boards failing due to CONFIG_SYS_HZ down from 11 to 8, namely:
scb9328 palmtc balloon3 mini2440 zipitz2 palmld omap3_zoom2 mx1ads.
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Tom Rini