All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-fsl-qoriq.git master
Date: Thu, 11 Dec 2014 11:15:08 -0800	[thread overview]
Message-ID: <5489ED3C.2090208@freescale.com> (raw)
In-Reply-To: <5489E7D0.7090108@freescale.com>

Tom,

Hold on pulling this. Sorry I just found one patch was respined but assigned to
Albert. I will send another PR after I verify it.

York


On 12/11/2014 10:52 AM, York Sun wrote:
> Tom,
> 
> The following changes since commit 32fdf0e4d82bdca5d64d86330e461e59685f9959:
> 
>   Prepare v2015.01-rc3 (2014-12-08 16:35:08 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-fsl-qoriq.git master
> 
> for you to fetch changes up to 0de15707a71ec64dbc1ead2831457f1550179ea7:
> 
>   kconfig: ls102xa: Change the prompt messages (2014-12-11 09:42:41 -0800)
> 
> ----------------------------------------------------------------
> Alison Wang (12):
>       ls102xa: pblimage: Add pblimage tool support for LS102xA
>       spl: Use u-boot.img instead of u-boot.bin
>       arm: spl: Add I2C linker list in generic .lds
>       kconfig: ls1021a: add SUPPORT_SPL
>       ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro
>       arm: ls102xa: Add SD boot support for LS1021AQDS board
>       arm: ls102xa: Add SD boot support for LS1021ATWR board
>       arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support
>       arm: ls102xa: Fix SD/NAND/QSPI boot defination error for QE support
>       arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board
>       arm: ls102xa: Add NAND boot support for LS1021AQDS board
>       kconfig: ls102xa: Change the prompt messages
> 
> Chenhui Zhao (1):
>       ls1021aqds: set the default I2C channel before DDR init
> 
> Jaiprakash Singh (1):
>       driver/mtd: Fix IFC compilation warnings
> 
> Minghuan Lian (1):
>       arm: ls102xa: Update PCIe dts node status
> 
> Nikhil Badola (3):
>       drivers: usb: Make usb device-tree fixup code architecture independent
>       drivers: usb: fsl: Add USB device-tree errata framework
>       drivers: usb: fsl: Check USB Erratum A007792 applicability
> 
> Tang Yuantian (2):
>       arm: ls102xa: fixed a bus frequency setting error
>       fsl/sleep: updated the deep sleep framework for QorIQ platforms
> 
> Xiubo Li (6):
>       ARM: HYP/non-sec: add the pen address BE mode support.
>       ARM: HYP/non-sec: Fix the ARCH Timer frequency setting.
>       ls1021a: adding a secondary core boot address and kick functions
>       ls102xa: changing a few targets' configurations.
>       ARM: ls102xa: allow all the peripheral access permission as R/W.
>       ARM: ls102xa: Setting device's stream id for SMMUs.
> 
> Yao Yuan (1):
>       ls1021aqds: add hwconfig setting to do pin mux
> 
> chenhui zhao (1):
>       arm: ls102xa: clear EPU registers for deep sleep
> 
>  Makefile                                           |   11 +-
>  arch/arm/Kconfig                                   |    6 +-
>  arch/arm/cpu/armv7/ls102xa/Makefile                |    2 +
>  arch/arm/cpu/armv7/ls102xa/cpu.c                   |   34 +++
>  arch/arm/cpu/armv7/ls102xa/fdt.c                   |    2 +-
>  arch/arm/cpu/armv7/ls102xa/fsl_epu.c               |   57 ++++
>  arch/arm/cpu/armv7/ls102xa/fsl_epu.h               |   68 +++++
>  arch/arm/cpu/armv7/ls102xa/spl.c                   |   33 +++
>  arch/arm/cpu/armv7/nonsec_virt.S                   |    7 +-
>  arch/arm/cpu/u-boot-spl.lds                        |    3 +
>  arch/arm/include/asm/arch-ls102xa/config.h         |    9 +
>  arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h  |    9 +
>  .../include/asm/arch-ls102xa/ls102xa_stream_id.h   |   17 ++
>  arch/arm/include/asm/arch-ls102xa/ns_access.h      |  118 ++++++++
>  arch/arm/include/asm/arch-ls102xa/spl.h            |   20 ++
>  arch/arm/include/asm/pcie_layerscape.h             |   13 +
>  arch/powerpc/cpu/mpc8xxx/fdt.c                     |  104 -------
>  board/freescale/common/Makefile                    |   10 +
>  board/freescale/common/arm_sleep.c                 |   95 +++++++
>  board/freescale/common/ls102xa_stream_id.c         |   18 ++
>  board/freescale/common/mpc85xx_sleep.c             |   88 ++++++
>  board/freescale/common/ns_access.c                 |   30 +++
>  board/freescale/common/qixis.h                     |    7 +
>  board/freescale/common/sleep.h                     |   21 ++
>  board/freescale/ls1021aqds/MAINTAINERS             |    3 +
>  board/freescale/ls1021aqds/ddr.c                   |    5 +-
>  board/freescale/ls1021aqds/ls1021aqds.c            |  283 ++++++++++++++++++--
>  board/freescale/ls1021aqds/ls102xa_pbi.cfg         |   12 +
>  board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg    |    7 +
>  board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg      |   14 +
>  board/freescale/ls1021atwr/MAINTAINERS             |    2 +
>  board/freescale/ls1021atwr/ls1021atwr.c            |  151 +++++++++++
>  board/freescale/ls1021atwr/ls102xa_pbi.cfg         |   12 +
>  board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg      |   14 +
>  configs/ls1021aqds_nand_defconfig                  |    4 +
>  configs/ls1021aqds_qspi_defconfig                  |    3 +
>  configs/ls1021aqds_sdcard_defconfig                |    4 +
>  configs/ls1021atwr_qspi_defconfig                  |    3 +
>  configs/ls1021atwr_sdcard_defconfig                |    4 +
>  drivers/ddr/fsl/arm_ddr_gen3.c                     |   45 +++-
>  drivers/ddr/fsl/fsl_ddr_gen4.c                     |   44 ++-
>  drivers/ddr/fsl/mpc85xx_ddr_gen3.c                 |   67 ++---
>  drivers/mtd/nand/fsl_ifc_nand.c                    |    2 +-
>  drivers/mtd/nand/fsl_ifc_spl.c                     |   10 +
>  drivers/pci/Makefile                               |    1 +
>  drivers/pci/pcie_layerscape.c                      |   51 ++++
>  drivers/usb/host/ehci-fsl.c                        |  186 +++++++++++++
>  include/configs/ls1021aqds.h                       |  175 +++++++++++-
>  include/configs/ls1021atwr.h                       |   95 ++++++-
>  include/configs/sun7i.h                            |    1 +
>  include/fsl_ddr_sdram.h                            |   12 +-
>  include/fsl_usb.h                                  |   23 ++
>  tools/pblimage.c                                   |  110 +++++---
>  53 files changed, 1904 insertions(+), 221 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/ls102xa/fsl_epu.c
>  create mode 100644 arch/arm/cpu/armv7/ls102xa/fsl_epu.h
>  create mode 100644 arch/arm/cpu/armv7/ls102xa/spl.c
>  create mode 100644 arch/arm/include/asm/arch-ls102xa/ls102xa_stream_id.h
>  create mode 100644 arch/arm/include/asm/arch-ls102xa/ns_access.h
>  create mode 100644 arch/arm/include/asm/arch-ls102xa/spl.h
>  create mode 100644 arch/arm/include/asm/pcie_layerscape.h
>  create mode 100644 board/freescale/common/arm_sleep.c
>  create mode 100644 board/freescale/common/ls102xa_stream_id.c
>  create mode 100644 board/freescale/common/mpc85xx_sleep.c
>  create mode 100644 board/freescale/common/ns_access.c
>  create mode 100644 board/freescale/common/sleep.h
>  create mode 100644 board/freescale/ls1021aqds/ls102xa_pbi.cfg
>  create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg
>  create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg
>  create mode 100644 board/freescale/ls1021atwr/ls102xa_pbi.cfg
>  create mode 100644 board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg
>  create mode 100644 configs/ls1021aqds_nand_defconfig
>  create mode 100644 configs/ls1021aqds_qspi_defconfig
>  create mode 100644 configs/ls1021aqds_sdcard_defconfig
>  create mode 100644 configs/ls1021atwr_qspi_defconfig
>  create mode 100644 configs/ls1021atwr_sdcard_defconfig
>  create mode 100644 drivers/pci/pcie_layerscape.c
> 
> Thanks.
> 
> York
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

  reply	other threads:[~2014-12-11 19:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-11 18:52 [U-Boot] Please pull u-boot-fsl-qoriq.git master York Sun
2014-12-11 19:15 ` York Sun [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-11 20:41 York Sun
2014-12-12  1:33 ` Tom Rini
2016-01-27 17:30 york sun
2016-01-28 23:18 ` Tom Rini

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=5489ED3C.2090208@freescale.com \
    --to=yorksun@freescale.com \
    --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.