[U-Boot] [PATCH v4 0/4] Add DIG297 board and OMAP3 fixes

Luca Ceresoli luca.ceresoli at comelit.it
Fri Apr 15 14:48:35 CEST 2011


Hi all,

this patch series cleans up some OMAP3 stuff and adds DIG297 board support.

New in v4:
 - patch 2 gets rid of some ugly extern variables in mem.c;
 - patch 3 creates a new file for register definitions (inspired by the pxa and
   imx code base), and defines GPMC_CONFIGx register values.

Luca

Luca Ceresoli (4):
  ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX
  ARMV7: OMAP3: Cleanup extern variables in mem.c
  ARMV7: OMAP3: Add GPMC_CONFIGx register value definitions
  ARMV7: OMAP3: Add support for Comelit DIG297 board

 MAINTAINERS                                  |    4 +
 MAKEALL                                      |    1 +
 arch/arm/cpu/armv7/omap3/mem.c               |   32 ---
 arch/arm/cpu/armv7/start.S                   |    2 +-
 arch/arm/include/asm/arch-omap3/omap3-regs.h |   95 +++++++
 board/comelit/dig297/Makefile                |   49 ++++
 board/comelit/dig297/dig297.c                |  187 +++++++++++++
 board/comelit/dig297/dig297.h                |  383 ++++++++++++++++++++++++++
 boards.cfg                                   |    1 +
 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 +-
 20 files changed, 1081 insertions(+), 144 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/omap3-regs.h
 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



More information about the U-Boot mailing list