All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UPDATED] Pull request: u-boot-imx
Date: Sun, 05 Feb 2012 14:35:11 +0100	[thread overview]
Message-ID: <4F2E858F.1030503@denx.de> (raw)
In-Reply-To: <4F1C09DE.1050607@denx.de>

Hi Albert,

I have updated my pull request:

The following changes since commit 778a2c5f846b1d0b78152747af96bcd0ca04e562:

  arm, davinci: cam_enc_4xx board updates (2012-02-02 10:54:37 -0700)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (4):
      imximage: Add MX53 to the documentation
      imximage: Add support for i.MX6
      imximage: Sort bootops alphabetically
      i.mx6q: configs: Add fdt_high and initrd_high variables

Fabio Estevam (3):
      sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option
      configs: Remove CONFIG_NET_MULTI from board files
      mx28: Show CPU frequency

Helmut Raiger (3):
      mmc: access mxcmmc from mx31 boards
      mc13783.h: create and add regulator mode 0 and 1
      tt01: add MMC support

Jason Liu (2):
      i.mx6q: mx6qsabrelite: Add the ethernet function support
      i.mx: i.mx5: update imx_get_mac_from_fuse function

Matthias Fuchs (1):
      mx28: fix i.MX28 spi driver

Stefano Babic (1):
      imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype

Troy Kisky (2):
      i.mx6: mx6x_pins: Fix uart txd definitions
      i.mx6q: mx6qsabrelite: Setup uart1 pinmux

 arch/arm/cpu/arm1136/mx31/generic.c           |    1 +
 arch/arm/cpu/arm926ejs/mx27/generic.c         |   35 ++++++--
 arch/arm/cpu/arm926ejs/mx28/mx28.c            |    3 +-
 arch/arm/cpu/armv7/mx5/soc.c                  |    2 +-
 arch/arm/include/asm/arch-mx27/clock.h        |   22 ++---
 arch/arm/include/asm/arch-mx31/clock.h        |    3 +-
 arch/arm/include/asm/arch-mx31/imx-regs.h     |   11 +++
 arch/arm/include/asm/arch-mx31/sys_proto.h    |    2 +-
 arch/arm/include/asm/arch-mx6/mx6x_pins.h     |   36 +++-----
 board/freescale/common/Makefile               |    2 +-
 board/freescale/mx6qarm2/mx6qarm2.c           |    9 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |  114
+++++++++++++++++++++++++
 board/hale/tt01/tt01.c                        |   34 +++++++-
 doc/README.imximage                           |   13 ++--
 drivers/mmc/mxcmmc.c                          |    8 +-
 drivers/spi/mxs_spi.c                         |   12 ++-
 include/configs/MPC8536DS.h                   |    1 +
 include/configs/P1010RDB.h                    |    5 +-
 include/configs/P1_P2_RDB.h                   |    1 +
 include/configs/P2020COME.h                   |    1 +
 include/configs/P2020DS.h                     |    1 +
 include/configs/P2041RDB.h                    |    1 +
 include/configs/PM826.h                       |    2 -
 include/configs/PM828.h                       |    2 -
 include/configs/cam_enc_4xx.h                 |    1 -
 include/configs/coreboot.h                    |    6 --
 include/configs/corenet_ds.h                  |    1 +
 include/configs/ecovec.h                      |    1 -
 include/configs/efikamx.h                     |    1 -
 include/configs/enbw_cmc.h                    |    1 -
 include/configs/ethernut5.h                   |    1 -
 include/configs/flea3.h                       |    1 -
 include/configs/m28evk.h                      |    1 -
 include/configs/mx6qarm2.h                    |    2 +
 include/configs/mx6qsabrelite.h               |   15 +++-
 include/configs/omap3_evm_common.h            |    1 -
 include/configs/omap3_mvblx.h                 |    1 -
 include/configs/p1_p2_rdb_pc.h                |    7 +--
 include/configs/tam3517-common.h              |    1 -
 include/configs/tt01.h                        |   12 +++
 include/mc13783.h                             |   80 +++++++++++++++++
 tools/imximage.c                              |    8 +-
 tools/imximage.h                              |    2 +
 43 files changed, 358 insertions(+), 106 deletions(-)
 create mode 100644 include/mc13783.h



-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  parent reply	other threads:[~2012-02-05 13:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-22 13:06 [U-Boot] [GIT PULL] Pull request: u-boot-imx Stefano Babic
2012-02-04 16:57 ` Albert ARIBAUD
2012-02-05 13:32   ` Stefano Babic
2012-02-05 13:35 ` Stefano Babic [this message]
2012-02-06 21:29   ` [U-Boot] [UPDATED] " Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F2E858F.1030503@denx.de \
    --to=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.