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
Date: Thu, 25 Sep 2014 13:57:16 -0700	[thread overview]
Message-ID: <542481AC.2080109@freescale.com> (raw)

Tom,

The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b:

  Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400)

are available in the git repository at:

u-boot
  git://git.denx.de/u-boot-fsl-qoriq.git master

for you to fetch changes up to c7eae7fcb11bc7dab519fca8d8902f1fbc5c3c76:

  board/ls1021aqds: Add DDR4 support (2014-09-25 09:12:12 -0700)

----------------------------------------------------------------
Arnab Basu (2):
      fdt_support: Move of_read_number to fdt_support.h
      fdt_support: Make of_bus_default_count_cells non static

Prabhakar Kushwaha (3):
      board/ls2085a: Update env_addr after NOR flash relocation
      driver/mtd: Use generic timer API for FSL IFC, eLBC
      board/ls2085a: Add support of NOR and NAND flash for simulator

York Sun (8):
      driver/ddr: Restruct driver to allow standalone memory space
      ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block
      driver/ddr/fsl: Fix tXP and tCKE
      armv8/fsl-lsch3: Release secondary cores from boot hold off with Boot Page
      ARMv8/ls2085a: Enable secondary cores
      ARMv8/ls2085a: Move u-boot location to make room for RCW
      driver/ddr/fsl: Fix DDR4 driver
      board/ls1021aqds: Add DDR4 support

 README                                            |    6 +
 arch/arm/cpu/armv8/fsl-lsch3/Makefile             |    2 +
 arch/arm/cpu/armv8/fsl-lsch3/cpu.c                |   13 ++
 arch/arm/cpu/armv8/fsl-lsch3/cpu.h                |    1 +
 arch/arm/cpu/armv8/fsl-lsch3/fdt.c                |   58 +++++
 arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S           |  125 +++++++++--
 arch/arm/cpu/armv8/fsl-lsch3/mp.c                 |  168 ++++++++++++++
 arch/arm/cpu/armv8/fsl-lsch3/mp.h                 |   36 +++
 arch/arm/cpu/armv8/transition.S                   |   63 +-----
 arch/arm/include/asm/arch-fsl-lsch3/config.h      |    6 +-
 arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h |   35 +++
 arch/arm/include/asm/arch-ls102xa/config.h        |    5 +
 arch/arm/include/asm/macro.h                      |   93 ++++++++
 arch/arm/lib/gic_64.S                             |   10 +-
 arch/powerpc/cpu/mpc85xx/cpu.c                    |    4 +-
 board/freescale/ls1021aqds/MAINTAINERS            |    1 +
 board/freescale/ls1021aqds/ddr.c                  |    9 +-
 board/freescale/ls1021aqds/ddr.h                  |   10 +
 board/freescale/ls2085a/ddr.c                     |   34 ++-
 board/freescale/ls2085a/ddr.h                     |   29 +++
 board/freescale/ls2085a/ls2085a.c                 |   21 +-
 common/fdt_support.c                              |   11 +-
 configs/ls1021aqds_ddr4_nor_defconfig             |    3 +
 drivers/ddr/fsl/ctrl_regs.c                       |   37 +++-
 drivers/ddr/fsl/ddr4_dimm_params.c                |   12 +-
 drivers/ddr/fsl/fsl_ddr_gen4.c                    |    3 +-
 drivers/ddr/fsl/interactive.c                     |    2 -
 drivers/ddr/fsl/main.c                            |  244 ++++++++++++++-------
 drivers/ddr/fsl/options.c                         |   27 ++-
 drivers/ddr/fsl/util.c                            |   26 ++-
 drivers/mtd/nand/fsl_elbc_nand.c                  |    8 +-
 drivers/mtd/nand/fsl_ifc_nand.c                   |   21 +-
 include/configs/ls1021aqds.h                      |    4 +-
 include/configs/ls2085a_common.h                  |   87 +++++++-
 include/configs/ls2085a_emu.h                     |    1 +
 include/configs/ls2085a_simu.h                    |    9 +
 include/fdt_support.h                             |   12 +
 include/fsl_ddr.h                                 |   15 +-
 include/fsl_ddr_sdram.h                           |   18 +-
 39 files changed, 1018 insertions(+), 251 deletions(-)
 create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/fdt.c
 create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/mp.c
 create mode 100644 arch/arm/cpu/armv8/fsl-lsch3/mp.h
 create mode 100644 configs/ls1021aqds_ddr4_nor_defconfig

Thanks,

York

             reply	other threads:[~2014-09-25 20:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 20:57 York Sun [this message]
2014-09-27 11:36 ` [U-Boot] Please pull u-boot-fsl-qoriq Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-11-25 17:37 [U-Boot] please " York Sun
2014-11-26 16:25 ` Tom Rini
2014-09-08 17:45 [U-Boot] Please " York Sun
2014-09-10 12:29 ` 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=542481AC.2080109@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.