The following changes since commit cba9a894fdb1cb49b60fcd1d1d6919cbd7995dd5:

  Prepare v2011.12 (2011-12-23 20:25:35 +0100)

are available in the git repository at:
  git://git.linaro.org/bsp/freescale/u-boot-linaro.git lt-imx6

Dirk Behme (1):
      i.mx: i.mx6q: add the initial support for i.mx6q Sabre Lite board

Eric Miao (2):
      i.mx6q: mx6qsabrelite: Change default mmcdev and boot command
      net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back

Fabio Estevam (1):
      sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option

Jason Chen (1):
      i.mx: i.mx6q: add aisp tz init for Off-Platform Peripheral

Jason Liu (5):
      i.mx: fsl_esdhc: add the i.mx6q support
      i.mx: i.mx6q: Add the enet clock function
      fec: add the i.mx6q enet driver support
      i.mx6q: arm2: Add the enet function support
      i.mx6q: mx6qsabrelite: Add the ethernet function support

 MAINTAINERS                                   |    1 +
 arch/arm/cpu/armv7/mx6/clock.c                |    5 +
 arch/arm/cpu/armv7/mx6/soc.c                  |   10 +
 board/freescale/common/Makefile               |    2 +-
 board/freescale/common/sdhc_boot.c            |    2 +
 board/freescale/mx6qarm2/mx6qarm2.c           |   90 +++++++++
 board/freescale/mx6qsabrelite/Makefile        |   42 ++++
 board/freescale/mx6qsabrelite/imximage.cfg    |  170 ++++++++++++++++
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |  259 +++++++++++++++++++++++++
 boards.cfg                                    |    1 +
 drivers/mmc/fsl_esdhc.c                       |   12 +-
 drivers/net/fec_mxc.c                         |   10 +
 drivers/net/fec_mxc.h                         |    7 +-
 include/configs/MPC8536DS.h                   |    1 +
 include/configs/P1010RDB.h                    |    1 +
 include/configs/P1_P2_RDB.h                   |    1 +
 include/configs/P2020COME.h                   |    1 +
 include/configs/P2020DS.h                     |    1 +
 include/configs/P2041RDB.h                    |    1 +
 include/configs/corenet_ds.h                  |    1 +
 include/configs/mx6qarm2.h                    |   13 +-
 include/configs/mx6qsabrelite.h               |  171 ++++++++++++++++
 include/configs/p1_p2_rdb_pc.h                |    1 +
 net/eth.c                                     |    3 +-
 24 files changed, 797 insertions(+), 9 deletions(-)
 create mode 100644 board/freescale/mx6qsabrelite/Makefile
 create mode 100644 board/freescale/mx6qsabrelite/imximage.cfg
 create mode 100644 board/freescale/mx6qsabrelite/mx6qsabrelite.c
 create mode 100644 include/configs/mx6qsabrelite.h

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to