
Hi all,
this patch series cleans up some OMAP3 stuff and adds DIG297 board support.
New in v5: - rebased against u-boot-ti master (007965dbe4dae12); - updated to support the new am3517 crane board; - removed two patches that have already been pushed to u-boot-ti master.
Luca
Luca Ceresoli (2): ARMV7: OMAP3: Cleanup extern variables in mem.c ARMV7: OMAP3: Add support for Comelit DIG297 board
MAINTAINERS | 4 + MAKEALL | 1 + arch/arm/cpu/armv7/omap3/mem.c | 32 ---- board/comelit/dig297/Makefile | 49 +++++ board/comelit/dig297/dig297.c | 187 +++++++++++++++++++ board/comelit/dig297/dig297.h | 383 +++++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/am3517_crane.h | 16 +-- include/configs/am3517_evm.h | 18 +-- include/configs/cm_t35.h | 16 +- include/configs/devkit8000.h | 10 +- include/configs/dig297.h | 311 +++++++++++++++++++++++++++++++ include/configs/omap3_beagle.h | 16 +- include/configs/omap3_evm.h | 26 ++-- include/configs/omap3_overo.h | 16 +- include/configs/omap3_pandora.h | 16 +- include/configs/omap3_sdp3430.h | 10 - include/configs/omap3_zoom1.h | 16 +- include/configs/omap3_zoom2.h | 16 +- 19 files changed, 989 insertions(+), 155 deletions(-) create mode 100644 board/comelit/dig297/Makefile create mode 100644 board/comelit/dig297/dig297.c create mode 100644 board/comelit/dig297/dig297.h create mode 100644 include/configs/dig297.h