mbox

[U-Boot,GIT,PULL] Zynq changes

Message ID 55D4541A.4030003@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Michal Simek Aug. 19, 2015, 10:02 a.m. UTC
Hi Tom,

please pull these changes to your tree. There are 3 warnings.
One zynq_zc70x which will be removed in the next release.
The second is gem for 64bit warnings. And the third one by DCW3 the same
as GEM.

Thanks,
Michal


The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:

  of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)

are available in the git repository at:

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

for you to fetch changes up to d1221462fece27ad163dcd0c181a456c73fe2011:

  zynqmp: enable CONFIG_NET_RANDOM_ETHADDR (2015-08-19 11:28:21 +0200)

----------------------------------------------------------------
Masahiro Yamada (2):
      ARM: zynq: drop "optional" from board select in favor of ZC702
      zynq: enable CONFIG_NET_RANDOM_ETHADDR

Michal Simek (7):
      zynqmp: Enable U-Boot run in EL3
      ARM: zynqmp: Add platform specific arch_get_page_table
      ARM: zynqmp_ep: Enable ethernet for EP
      configs: zynqmp: Enable networking by default for EP108
      zynq: Make CONFIG_OF_EMBED default case
      ARM: dts: Rename memory@0 to memory
      zynqmp: enable CONFIG_NET_RANDOM_ETHADDR

Siva Durga Prasad Paladugu (2):
      board: Xilinx: zynqmp: Define checkboard() function
      zynqmp: usb: Add usb dwc3 driver support for zynqmp

 arch/arm/cpu/armv8/zynqmp/Kconfig           |  7 +++++++
 arch/arm/cpu/armv8/zynqmp/cpu.c             |  5 +++++
 arch/arm/dts/zynq-zc770-xm010.dts           |  2 +-
 arch/arm/dts/zynq-zc770-xm011.dts           |  2 +-
 arch/arm/dts/zynq-zc770-xm012.dts           |  2 +-
 arch/arm/dts/zynq-zc770-xm013.dts           |  2 +-
 arch/arm/include/asm/arch-zynqmp/hardware.h |  7 +++++++
 arch/arm/mach-zynq/Kconfig                  |  2 +-
 board/xilinx/zynqmp/zynqmp.c                | 34
++++++++++++++++++++++++++++++++++
 configs/xilinx_zynqmp_ep_defconfig          | 12 ++++++++----
 configs/zynq_microzed_defconfig             |  2 ++
 configs/zynq_picozed_defconfig              |  2 ++
 configs/zynq_zc702_defconfig                |  3 ++-
 configs/zynq_zc706_defconfig                |  2 ++
 configs/zynq_zc70x_defconfig                |  2 ++
 configs/zynq_zc770_xm010_defconfig          |  2 ++
 configs/zynq_zc770_xm011_defconfig          |  2 ++
 configs/zynq_zc770_xm012_defconfig          |  2 ++
 configs/zynq_zc770_xm013_defconfig          |  2 ++
 configs/zynq_zed_defconfig                  |  2 ++
 configs/zynq_zybo_defconfig                 |  2 ++
 include/configs/xilinx_zynqmp.h             | 42
++++++++++++++++++++++++++++++++++++++++--
 include/configs/xilinx_zynqmp_ep.h          |  3 +++
 include/configs/zynq-common.h               |  2 +-
 24 files changed, 132 insertions(+), 13 deletions(-)

Comments

Tom Rini Aug. 20, 2015, 4:35 p.m. UTC | #1
On Wed, Aug 19, 2015 at 12:02:02PM +0200, Michal Simek wrote:

> Hi Tom,
> 
> please pull these changes to your tree. There are 3 warnings.
> One zynq_zc70x which will be removed in the next release.
> The second is gem for 64bit warnings. And the third one by DCW3 the same
> as GEM.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 0f9258228e2b2070368ffccf5c243218128770a8:
> 
>   of: clean up OF_CONTROL ifdef conditionals (2015-08-18 13:46:05 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git zynq
> 
> for you to fetch changes up to d1221462fece27ad163dcd0c181a456c73fe2011:
> 
>   zynqmp: enable CONFIG_NET_RANDOM_ETHADDR (2015-08-19 11:28:21 +0200)
> 

Applied to u-boot/master, thanks!