All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-sunxi.git/master
Date: Thu, 28 Aug 2014 23:17:40 +0200	[thread overview]
Message-ID: <53FF9C74.6050405@redhat.com> (raw)

Hi Tom,

Please pull from u-boot-sunxi.git/master for a set of patches adding
generic boot command support + a series of DRAM cleanups and fixes.

Note this is based on the latest u-boot-arm/master, rather then
on plain u-boot/master as this was initially intended for Albert.

And since the generic boot command support depends on
"config: introduce a generic $bootcmd" which at the time this pull-req
was prepared had been merged into u-boot/master, but not yet into
u-boot-arm/master. It contains cherry pick of that patch.
It should "disappear" on merge.

If you prefer I can rebase on top of u-boot/master and do a forced
push, but this should merge fine as is, and forced pushes are not nice.

The following changes since commit 1899fac925eda817e12234aef3d01d354788662e:

  Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master' (2014-08-09 16:48:34 +0200)

are available in the git repository at:

  http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to bf4ca384ad991c09cad7dd7838c1da6756c101b9:

  sunxi: dram: Autodetect DDR3 bus width and density (2014-08-12 08:42:34 +0200)

----------------------------------------------------------------
Dennis Gilmore (1):
      config: introduce a generic $bootcmd

Hans de Goede (7):
      sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE
      sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block
      sunxi-common.h: Don't undefine CONFIG_CMD_NFS
      sunxi-common.h: Don't undef CONFIG_CMD_NET only to redefine it again later
      sunxi: Kconfig: move common settings into a shared code block
      sunxi-common.h: Use new generic $bootcmd
      sunxi: Add environment settings to make extlinux.conf booting work

Siarhei Siamashka (16):
      sunxi: dram: Remove useless 'dramc_scan_dll_para()' function
      sunxi: dram: Remove broken super-standby remnants
      sunxi: dram: Respect the DDR3 reset timing requirements
      sunxi: dram: Fix CKE delay handling for sun4i/sun5i
      sunxi: dram: Remove broken impedance and ODT configuration code
      sunxi: dram: Do DDR3 reset in the same way on sun4i/sun5i/sun7i
      sunxi: dram: Add 'await_bits_clear'/'await_bits_set' helper functions
      sunxi: dram: Re-introduce the impedance calibration ond ODT
      sunxi: dram: Configurable MBUS clock speed (use PLL5 or PLL6)
      sunxi: dram: Use divisor P=1 for PLL5
      sunxi: dram: Improve DQS gate data training error handling
      sunxi: dram: Add a helper function 'mctl_get_number_of_lanes'
      sunxi: dram: Configurable DQS gating window mode and delay
      sunxi: dram: Drop DDR2 support and assume only single rank DDR3 memory
      sunxi: dram: Derive write recovery delay from DRAM clock speed
      sunxi: dram: Autodetect DDR3 bus width and density

 arch/arm/cpu/armv7/sunxi/dram.c        | 621 ++++++++++++++++++---------------
 arch/arm/include/asm/arch-sunxi/dram.h |  14 +-
 board/sunxi/Kconfig                    |  33 +-
 configs/A10-OLinuXino-Lime_defconfig   |   1 +
 configs/A10s-OLinuXino-M_defconfig     |   1 +
 configs/A13-OLinuXinoM_defconfig       |   1 +
 configs/A13-OLinuXino_defconfig        |   1 +
 configs/A20-OLinuXino_MICRO_defconfig  |   1 +
 configs/Auxtek-T004_defconfig          |   1 +
 configs/Bananapi_defconfig             |   1 +
 configs/Cubieboard2_FEL_defconfig      |   1 +
 configs/Cubieboard2_defconfig          |   1 +
 configs/Cubieboard_defconfig           |   1 +
 configs/Cubietruck_FEL_defconfig       |   1 +
 configs/Cubietruck_defconfig           |   1 +
 configs/Linksprite_pcDuino3_defconfig  |   1 +
 configs/Mele_A1000G_defconfig          |   1 +
 configs/Mele_A1000_defconfig           |   1 +
 configs/Mini-X-1Gb_defconfig           |   1 +
 configs/Mini-X_defconfig               |   1 +
 configs/ba10_tv_box_defconfig          |   1 +
 configs/i12-tvbox_defconfig            |   1 +
 configs/qt840a_defconfig               |   1 +
 configs/r7-tv-dongle_defconfig         |   1 +
 include/config_distro_bootcmd.h        | 197 +++++++++++
 include/configs/sunxi-common.h         |  56 ++-
 26 files changed, 614 insertions(+), 328 deletions(-)
 create mode 100644 include/config_distro_bootcmd.h

Regards,

Hans

             reply	other threads:[~2014-08-28 21:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28 21:17 Hans de Goede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-05 13:23 [U-Boot] Please pull u-boot-sunxi.git/master Ian Campbell
2014-09-09  7:58 ` Albert ARIBAUD
2014-09-09  8:27   ` Ian Campbell
2014-08-12  8:36 Hans de Goede
2014-08-29 17:48 ` Tom Rini
2014-07-31 14:30 Hans de Goede
2014-08-01  1:54 ` Masahiro Yamada
2014-08-09 13:41   ` Albert ARIBAUD
2014-08-09 16:42 ` Albert ARIBAUD
2014-07-30  8:37 Hans de Goede
2014-07-31  4:30 ` Masahiro Yamada
2014-07-31  7:54   ` Ian Campbell
2014-07-31  8:09     ` Hans de Goede
2014-07-31  8:23     ` Masahiro Yamada
2014-07-31 14:25       ` Hans de Goede
2014-07-18 19:14 Ian Campbell
2014-07-18 19:45 ` Siarhei Siamashka
2014-07-18 20:05   ` Ian Campbell
2014-07-28  8:53 ` 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=53FF9C74.6050405@redhat.com \
    --to=hdegoede@redhat.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.