mbox

[U-Boot,GIT,PULL] SPL_DM_SEQ_ALIAS changes

Message ID 56969BAF.3020709@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git master

Message

Michal Simek Jan. 13, 2016, 6:47 p.m. UTC
Hi Tom,

please pull these 4 patches to your tree. Socfpga changes were Acked-by
Marek and mvebu by Stefan.

Thanks,
Michal

The following changes since commit fa85e826c16b9ce1ad302a57e9c4b24db0d8b930:

  Prepare v2016.01 (2016-01-12 09:06:54 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git master

for you to fetch changes up to fc82edd8440721aadf3bfc784f29a513ad7680be:

  arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs
(2016-01-13 13:20:03 +0100)

----------------------------------------------------------------
Nathan Rossi (4):
      spl: dm: Add SPL_DM_SEQ_ALIAS config option
      arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs
      arm: mvebu: Select SPL_DM_SEQ_ALIAS
      arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs

 arch/arm/Kconfig                   | 1 +
 configs/socfpga_arria5_defconfig   | 1 +
 configs/socfpga_cyclone5_defconfig | 1 +
 configs/socfpga_sockit_defconfig   | 1 +
 configs/socfpga_socrates_defconfig | 1 +
 configs/socfpga_sr1500_defconfig   | 1 +
 configs/zynq_microzed_defconfig    | 1 +
 configs/zynq_picozed_defconfig     | 1 +
 configs/zynq_zc702_defconfig       | 1 +
 configs/zynq_zc706_defconfig       | 1 +
 configs/zynq_zc770_xm010_defconfig | 1 +
 configs/zynq_zc770_xm011_defconfig | 1 +
 configs/zynq_zc770_xm012_defconfig | 1 +
 configs/zynq_zc770_xm013_defconfig | 1 +
 configs/zynq_zed_defconfig         | 1 +
 configs/zynq_zybo_defconfig        | 1 +
 drivers/core/Kconfig               | 9 +++++++++
 drivers/core/device.c              | 2 +-
 include/config_uncmd_spl.h         | 1 -
 include/configs/socfpga_common.h   | 1 -
 20 files changed, 26 insertions(+), 3 deletions(-)

Comments

Tom Rini Jan. 14, 2016, 1:20 p.m. UTC | #1
On Wed, Jan 13, 2016 at 07:47:11PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull these 4 patches to your tree. Socfpga changes were Acked-by
> Marek and mvebu by Stefan.
> 
> Thanks,
> Michal
> 
> The following changes since commit fa85e826c16b9ce1ad302a57e9c4b24db0d8b930:
> 
>   Prepare v2016.01 (2016-01-12 09:06:54 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git master
> 
> for you to fetch changes up to fc82edd8440721aadf3bfc784f29a513ad7680be:
> 
>   arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs
> (2016-01-13 13:20:03 +0100)
> 

Applied to u-boot/master, thanks!