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

Tom Rini trini at ti.com
Thu Oct 23 19:17:16 CEST 2014


Hi me,

The following changes since commit 68e80fdda1336068f40915388bbdacfd2b75233a:

  Merge git://git.denx.de/u-boot-dm (2014-10-22 13:51:45 -0400)

are available in the git repository at:


  git://git.denx.de/u-boot-ti.git master

for you to fetch changes up to b5ff205cdb0da6eff8a02653bf5192ea8d661faa:

  omap3/am33xx: mux: fix several checkpatch issues (2014-10-23 11:53:02 -0400)

----------------------------------------------------------------
Felipe Balbi (2):
      common: Makefile: allow for spl builds with env_fat
      arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT

Hao Zhang (11):
      ARM: keystone2: add K2L device hardware definitions
      keystone2: clock: add K2L clock definitions and commands
      keystone2: msmc: add MSMC cache coherency support for K2L SOC
      ARM: keystone2: spl: move board specific code
      keystone2: enable OSR clock domain for K2L SoC
      keystone2: k2l-evm: add board support
      net: keystone_net: remove SoC specific emac_regs structure
      soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations
      soc: keystone_serdes: generalize to be used by other sub systems
      board: k2e_evm: add network support
      ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr

Igor Grinberg (4):
      omap3: Kconfig: fix the cm-t35 board option prompt
      omap3: cm-t35: use define for mmc wp gpio
      omap3: cm-t35: remove enable_gpmc_cs_config()
      omap3/am33xx: mux: fix several checkpatch issues

Khoronzhuk, Ivan (22):
      keystone2: keystone_nav: don't use hard addresses in qm_config
      keystone2: keystone_nav: don't use hard addresses in netcp_pktdma
      dma: keystone_nav: move keystone_nav driver to driver/dma/
      dma: keystone_nav: generalize driver usage
      ARM: cmd_clock: generalize command usage description
      configs: ks2_evm: enable misc_init_r
      net: keystone_net: add support for NETCP v1.5
      net: keystone_net: move header file from arch to ti-common
      net: keystone_net: remove redundant code from keystone_net.c
      soc: keystone_serdes: create a separate SGMII SerDes driver
      soc: keystone_serdes: generalize configuration mechanism
      net: phy: print a number of phy that is not found
      net: keystone_net: use mdio_reset function
      net: keystone_net: register MDIO bus
      net: keystone_net: register eth PHYs on MDIO bus
      net: keystone_net: use general get link function
      ARM: keystone2: keysonte_nav: add support for K2E SoC
      net: keystone_serdes: add keystone K2E SoC support
      net: keystone_net: add Keystone2 K2E SoC support
      net: keystone_net: increase PHY auto negotiate time
      ARM: keystone: clock: add support for K2E SoCs
      dma: ti-edma3: introduce edma3 driver

Stefan Herbrechtsmeier (4):
      omap3: overo: Call bootm only after successful nand read
      omap3: overo: Move ethernet setup to board_eth_init function
      omap3: overo: Separate module and expansion board MUX configuration
      omap3: overo: Add usb host support

Tom Rini (2):
      am335x_boneblack: Only modify NAND/NOR/MMC1 pinmux on BBB in boneblack builds.
      am335x_evm: Correct "raw" portions of DFU alt into

Vitaly Andrianov (3):
      net: keystone_net: increase MDIO clock frequency
      ARM: keystone: msmc: extend functionality of SES
      keystone2: ecc: add ddr3 error detection and correction support

WingMan Kwok (1):
      keystone: usb: add support of usb xhci

 arch/arm/cpu/armv7/keystone/Kconfig                |    3 +
 arch/arm/cpu/armv7/keystone/Makefile               |    5 +-
 arch/arm/cpu/armv7/keystone/clock-k2l.c            |  138 +++++++
 arch/arm/cpu/armv7/keystone/clock.c                |   17 +-
 arch/arm/cpu/armv7/keystone/cmd_clock.c            |   24 +-
 arch/arm/cpu/armv7/keystone/cmd_ddr3.c             |  248 ++++++++++++
 arch/arm/cpu/armv7/keystone/ddr3.c                 |  244 ++++++++++++
 arch/arm/cpu/armv7/keystone/init.c                 |   63 ++-
 arch/arm/cpu/armv7/keystone/msmc.c                 |   26 ++
 arch/arm/cpu/armv7/keystone/spl.c                  |   53 ---
 arch/arm/cpu/armv7/omap3/Kconfig                   |    2 +-
 arch/arm/include/asm/arch-am33xx/mux.h             |    2 +-
 arch/arm/include/asm/arch-keystone/clock-k2e.h     |   43 +-
 arch/arm/include/asm/arch-keystone/clock-k2hk.h    |   47 +--
 arch/arm/include/asm/arch-keystone/clock-k2l.h     |   95 +++++
 arch/arm/include/asm/arch-keystone/clock.h         |   13 +
 arch/arm/include/asm/arch-keystone/ddr3.h          |    6 +
 arch/arm/include/asm/arch-keystone/emac_defs.h     |  237 -----------
 arch/arm/include/asm/arch-keystone/hardware-k2e.h  |   23 ++
 arch/arm/include/asm/arch-keystone/hardware-k2hk.h |   25 +-
 arch/arm/include/asm/arch-keystone/hardware-k2l.h  |  101 +++++
 arch/arm/include/asm/arch-keystone/hardware.h      |   98 ++++-
 arch/arm/include/asm/arch-keystone/msmc.h          |   28 ++
 arch/arm/include/asm/arch-keystone/spl.h           |   12 -
 arch/arm/include/asm/arch-keystone/xhci-keystone.h |   21 +
 arch/arm/include/asm/arch-omap3/mux.h              |    4 +-
 .../{arch-keystone => ti-common}/keystone_nav.h    |   16 +-
 arch/arm/include/asm/ti-common/keystone_net.h      |  249 ++++++++++++
 arch/arm/include/asm/ti-common/keystone_serdes.h   |   55 +++
 arch/arm/include/asm/ti-common/ti-edma3.h          |  121 ++++++
 board/8dtech/eco5pk/eco5pk.h                       |    2 +-
 board/compulab/cm_t35/cm_t35.c                     |   19 +-
 board/htkw/mcx/mcx.h                               |    2 +-
 board/logicpd/am3517evm/am3517evm.h                |    2 +-
 board/logicpd/omap3som/omap3logic.c                |    2 +-
 board/overo/overo.c                                |  137 +++++--
 board/overo/overo.h                                |  150 +++----
 board/pandora/pandora.h                            |    2 +-
 board/technexion/tao3530/tao3530.h                 |    2 +-
 board/technexion/twister/twister.h                 |    2 +-
 board/teejet/mt_ventoux/mt_ventoux.h               |    2 +-
 board/ti/am335x/mux.c                              |    4 +-
 board/ti/am3517crane/am3517crane.h                 |    2 +-
 board/ti/evm/evm.h                                 |    2 +-
 board/ti/ks2_evm/Kconfig                           |   16 +
 board/ti/ks2_evm/MAINTAINERS                       |    2 +
 board/ti/ks2_evm/Makefile                          |    2 +
 board/ti/ks2_evm/board.c                           |   34 +-
 board/ti/ks2_evm/board.h                           |    3 +-
 board/ti/ks2_evm/board_k2e.c                       |   79 +++-
 board/ti/ks2_evm/board_k2hk.c                      |   14 +-
 board/ti/ks2_evm/board_k2l.c                       |   72 ++++
 board/ti/ks2_evm/ddr3_cfg.c                        |   36 ++
 board/ti/ks2_evm/ddr3_cfg.h                        |    3 +
 board/ti/ks2_evm/ddr3_k2hk.c                       |   16 +
 board/ti/ks2_evm/ddr3_k2l.c                        |   38 ++
 board/ti/sdp3430/sdp.h                             |    2 +-
 common/Makefile                                    |    1 +
 configs/k2l_evm_defconfig                          |    4 +
 drivers/Makefile                                   |    2 +
 drivers/dma/Makefile                               |    2 +
 .../armv7/keystone => drivers/dma}/keystone_nav.c  |  196 ++++-----
 drivers/dma/keystone_nav_cfg.c                     |   27 ++
 drivers/dma/ti-edma3.c                             |  384 ++++++++++++++++++
 drivers/net/keystone_net.c                         |  416 +++++++-------------
 drivers/net/phy/phy.c                              |    2 +-
 drivers/soc/Makefile                               |    5 +
 drivers/soc/keystone/Makefile                      |    1 +
 drivers/soc/keystone/keystone_serdes.c             |  210 ++++++++++
 drivers/usb/host/Makefile                          |    1 +
 drivers/usb/host/xhci-keystone.c                   |  329 ++++++++++++++++
 include/configs/am335x_evm.h                       |   10 +-
 include/configs/am43xx_evm.h                       |   11 +-
 include/configs/k2e_evm.h                          |   11 +
 include/configs/k2hk_evm.h                         |    7 +
 include/configs/k2l_evm.h                          |   37 ++
 include/configs/ks2_evm.h                          |   59 ++-
 include/configs/omap3_overo.h                      |   13 +-
 include/linux/usb/dwc3.h                           |    8 +-
 79 files changed, 3468 insertions(+), 934 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/keystone/clock-k2l.c
 create mode 100644 arch/arm/cpu/armv7/keystone/cmd_ddr3.c
 delete mode 100644 arch/arm/cpu/armv7/keystone/spl.c
 create mode 100644 arch/arm/include/asm/arch-keystone/clock-k2l.h
 delete mode 100644 arch/arm/include/asm/arch-keystone/emac_defs.h
 create mode 100644 arch/arm/include/asm/arch-keystone/hardware-k2l.h
 delete mode 100644 arch/arm/include/asm/arch-keystone/spl.h
 create mode 100644 arch/arm/include/asm/arch-keystone/xhci-keystone.h
 rename arch/arm/include/asm/{arch-keystone => ti-common}/keystone_nav.h (91%)
 create mode 100644 arch/arm/include/asm/ti-common/keystone_net.h
 create mode 100644 arch/arm/include/asm/ti-common/keystone_serdes.h
 create mode 100644 arch/arm/include/asm/ti-common/ti-edma3.h
 create mode 100644 board/ti/ks2_evm/board_k2l.c
 create mode 100644 board/ti/ks2_evm/ddr3_k2l.c
 create mode 100644 configs/k2l_evm_defconfig
 rename {arch/arm/cpu/armv7/keystone => drivers/dma}/keystone_nav.c (53%)
 create mode 100644 drivers/dma/keystone_nav_cfg.c
 create mode 100644 drivers/dma/ti-edma3.c
 create mode 100644 drivers/soc/Makefile
 create mode 100644 drivers/soc/keystone/Makefile
 create mode 100644 drivers/soc/keystone/keystone_serdes.c
 create mode 100644 drivers/usb/host/xhci-keystone.c
 create mode 100644 include/configs/k2l_evm.h

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141023/4dba0135/attachment.pgp>


More information about the U-Boot mailing list