All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [GIT PULL] Xilinx fixes
@ 2016-12-20  8:45 Michal Simek
  2016-12-21  2:23 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2016-12-20  8:45 UTC (permalink / raw)
  To: u-boot

Hi Tom,

here are minumum number of patches I would like to get to 2017.01.
It is fixing several issues
- multiple ethernet controllers.
- usb/sata together on zcu102 (by moving to DM)
- logic in fpga boot via bootm
- Fix ddr init code leaking for zynq and zynqmp

- two trivial changes
 - empty lines
 - add cpu reference to enable

Thanks,
Michal

 The following changes since commit
4cf5c5f1e60e6541630ae829b5fa2db704c268f0:

   Prepare v2017.01-rc2 (2016-12-19 16:08:57 -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 950f86ca38325c9ae7874895d2cdbdda5496e712:

   ARM64: zynqmp: Replace board specific with generic memory bank
decoding (2016-12-20 09:15:28 +0100)

 ----------------------------------------------------------------
 Michal Simek (8):
       common: miiphyutil: Add helper function for mdio bus name
       net: xilinx: Use mdio_register_seq() to support multiple instances
       dm: Add support for scsi/sata based devices
       block: Move ceva driver to DM
       gpio: zynq: Remove empty line
       common: Fix logic in fpga programming
       ARM64: zynqmp: Add missing SPL dependency for boot.bin generation
       ARM64: zynqmp: Add one empty line between license and nodes

 Moritz Fischer (1):
       ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.

 Nathan Rossi (3):
       fdt: add memory bank decoding functions for board setup
       ARM: zynq: Replace board specific with generic memory bank decoding
       ARM64: zynqmp: Replace board specific with generic memory bank
decoding

  arch/arm/cpu/armv8/zynqmp/Kconfig           |   1 +
  arch/arm/dts/zynq-7000.dtsi                 |   4 +--
  arch/arm/dts/zynqmp.dtsi                    |   1 +
  arch/arm/include/asm/arch-zynqmp/hardware.h |   2 --
  board/xilinx/zynq/board.c                   | 112
++------------------------------------------------------------
  board/xilinx/zynqmp/zynqmp.c                | 123
++------------------------------------------------------------------
  common/board_r.c                            |   4 +--
  common/image.c                              |   7 ++--
  common/miiphyutil.c                         |  12 +++++++
  common/scsi.c                               |  76
++++++++++++++++++++++++++++++++++++++++++
  configs/xilinx_zynqmp_ep_defconfig          |   2 ++
  configs/xilinx_zynqmp_zcu102_defconfig      |   2 ++
  configs/xilinx_zynqmp_zcu102_revB_defconfig |   2 ++
  drivers/block/Kconfig                       |  22 ++++++++++++
  drivers/block/Makefile                      |   1 +
  drivers/block/ahci.c                        |  30 ++++++++++++-----
  drivers/block/blk-uclass.c                  |   2 +-
  drivers/block/sata_ceva.c                   |  41 +++++++++++++++++++++--
  drivers/block/scsi-uclass.c                 |  27 +++++++++++++++
  drivers/gpio/zynq_gpio.c                    |   1 -
  drivers/net/xilinx_axi_emac.c               |   3 +-
  drivers/net/xilinx_emaclite.c               |   3 +-
  drivers/net/zynq_gem.c                      |   3 +-
  include/ahci.h                              |   2 +-
  include/configs/xilinx_zynqmp.h             |   1 -
  include/configs/xilinx_zynqmp_ep.h          |   1 -
  include/configs/xilinx_zynqmp_zcu102.h      |   2 --
  include/dm/uclass-id.h                      |   1 +
  include/fdtdec.h                            |  34 +++++++++++++++++++
  include/miiphy.h                            |   9 +++++
  include/sata.h                              |   2 ++
  include/scsi.h                              |  20 ++++++++++-
  lib/fdtdec.c                                |  56
+++++++++++++++++++++++++++++++
  33 files changed, 346 insertions(+), 263 deletions(-)
  create mode 100644 drivers/block/scsi-uclass.c


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161220/193f5142/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT PULL] Xilinx fixes
  2016-12-20  8:45 [U-Boot] [GIT PULL] Xilinx fixes Michal Simek
@ 2016-12-21  2:23 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2016-12-21  2:23 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 20, 2016 at 09:45:29AM +0100, Michal Simek wrote:

> Hi Tom,
> 
> here are minumum number of patches I would like to get to 2017.01.
> It is fixing several issues
> - multiple ethernet controllers.
> - usb/sata together on zcu102 (by moving to DM)
> - logic in fpga boot via bootm
> - Fix ddr init code leaking for zynq and zynqmp
> 
> - two trivial changes
>  - empty lines
>  - add cpu reference to enable
> 
> Thanks,
> Michal
> 
>  The following changes since commit
> 4cf5c5f1e60e6541630ae829b5fa2db704c268f0:
> 
>    Prepare v2017.01-rc2 (2016-12-19 16:08:57 -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 950f86ca38325c9ae7874895d2cdbdda5496e712:
> 
>    ARM64: zynqmp: Replace board specific with generic memory bank
> decoding (2016-12-20 09:15:28 +0100)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161220/8b5522a4/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT PULL] Xilinx fixes
  2017-02-13 14:30 Michal Simek
@ 2017-02-13 22:58 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2017-02-13 22:58 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 13, 2017 at 03:30:26PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> here are some fixes, please pull them to your tree.
> 
> Mike: I have rebased your origin patches because of some conflicts.
> Please check when they are applied.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2017-02-09
> 14:54:09 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-fixes-for-v2017.03
> 
> for you to fetch changes up to 1d82e2c15cc2ff7eaa334aaa41dacf4242881a1d:
> 
>   microblaze: Fix endif macro command (2017-02-10 13:59:36 +0100)
> 

Applied to u-boot/master, thanks!




-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170213/d140b2df/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT PULL] Xilinx fixes
@ 2017-02-13 14:30 Michal Simek
  2017-02-13 22:58 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2017-02-13 14:30 UTC (permalink / raw)
  To: u-boot

Hi Tom,

here are some fixes, please pull them to your tree.

Mike: I have rebased your origin patches because of some conflicts.
Please check when they are applied.

Thanks,
Michal


The following changes since commit f1cc97764be4383d2aeb56d5ba5415439a1d5c97:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2017-02-09
14:54:09 -0500)

are available in the git repository at:


  git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-fixes-for-v2017.03

for you to fetch changes up to 1d82e2c15cc2ff7eaa334aaa41dacf4242881a1d:

  microblaze: Fix endif macro command (2017-02-10 13:59:36 +0100)

----------------------------------------------------------------
Xilinx fixes for v2017.03

- defconfig alignment
- Topic.nl board updates
- Minor microblaze comment fix

----------------------------------------------------------------
Michal Simek (2):
      xilinx: Align defconfig with current Kconfig order
      microblaze: Fix endif macro command

Mike Looijmans (3):
      topic_miami_defconfig: Remove NFS and NET support
      topic_miami(plus) defconfig: Enable DFU RAM support
      configs/topic_miami.h: Correct kernel_size in default environment

 arch/microblaze/cpu/start.S                      | 2 +-
 configs/microblaze-generic_defconfig             | 2 +-
 configs/topic_miami_defconfig                    | 8 +++++---
 configs/topic_miamiplus_defconfig                | 5 +++--
 configs/xilinx_zynqmp_ep_defconfig               | 4 ++--
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 4 ++--
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 +-
 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig | 4 ++--
 configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig | 4 ++--
 configs/xilinx_zynqmp_zcu102_defconfig           | 4 ++--
 configs/xilinx_zynqmp_zcu102_revB_defconfig      | 4 ++--
 configs/zynq_microzed_defconfig                  | 2 +-
 configs/zynq_picozed_defconfig                   | 2 +-
 configs/zynq_zc702_defconfig                     | 2 +-
 configs/zynq_zc706_defconfig                     | 2 +-
 configs/zynq_zc770_xm010_defconfig               | 2 +-
 configs/zynq_zed_defconfig                       | 2 +-
 configs/zynq_zybo_defconfig                      | 2 +-
 include/configs/topic_miami.h                    | 2 +-
 19 files changed, 31 insertions(+), 28 deletions(-)


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170213/7da3e327/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT PULL] Xilinx fixes
  2016-02-22 15:52 Michal Simek
@ 2016-02-23 20:35 ` Tom Rini
  0 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2016-02-23 20:35 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 22, 2016 at 04:52:26PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull these fixes to your tree.
> Below is the log from buildman for zynq platform.
> Microblaze build is broken by one commit I have just replied in
> different thread.
> 
> Thanks,
> Michal
> 
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
> 07:56:16 -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 fdcdde567c1bd4f4c4b81dc1432933d8f88feef4:
> 
>   ARM: zynq: Enable EDID for zybo (2016-02-22 16:37:51 +0100)
> 

Applied to u-boot/master, thanks!



-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160223/e58b0f21/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [GIT PULL] Xilinx fixes
@ 2016-02-22 15:52 Michal Simek
  2016-02-23 20:35 ` Tom Rini
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Simek @ 2016-02-22 15:52 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these fixes to your tree.
Below is the log from buildman for zynq platform.
Microblaze build is broken by one commit I have just replied in
different thread.

Thanks,
Michal

The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21
07:56:16 -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 fdcdde567c1bd4f4c4b81dc1432933d8f88feef4:

  ARM: zynq: Enable EDID for zybo (2016-02-22 16:37:51 +0100)

----------------------------------------------------------------
Jason Wu (1):
      zynq-common: Fix usbboot env variable

Michal Simek (13):
      ARM: zynq: Remove unused SPI base addresses
      zynq: zc770: Remove unused ifdefs for xm011 and xm013
      mmc: Kconfig: Add Arasan SDHCI entry
      ARM: zynq: Read memory size setting from DT
      ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
      serial: zynq: Change logic in putc
      ARM: zynq: Enable SPL RAM support by default
      dm: ns16550: Add support for reg-offset property
      i2c: spd: Extend SPD memory types
      ARM: zynq: Enable Realtek phys by default
      net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
      ARM: zynq: Add reset-gpio property for USB on Zybo
      ARM: zynq: Enable EDID for zybo

Nathan Rossi (1):
      ARM: zynq: Enable u-boot,dm-pre-reloc for qspi

 arch/arm/dts/zynq-microzed.dts              |  1 +
 arch/arm/dts/zynq-zc706.dts                 |  1 +
 arch/arm/dts/zynq-zed.dts                   |  1 +
 arch/arm/dts/zynq-zybo.dts                  |  3 ++-
 arch/arm/include/asm/arch-zynqmp/hardware.h |  3 ---
 arch/arm/mach-zynq/include/mach/hardware.h  |  2 --
 board/xilinx/zynq/board.c                   |  4 ----
 cmd/i2c.c                                   | 14 +++++++++++++-
 configs/xilinx_zynqmp_ep_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_zed_defconfig                  |  1 +
 configs/zynq_zybo_defconfig                 |  1 +
 drivers/mmc/Kconfig                         |  6 ++++++
 drivers/net/phy/realtek.c                   | 10 +++++++++-
 drivers/serial/ns16550.c                    |  6 ++++--
 drivers/serial/serial_zynq.c                |  4 ++--
 include/configs/xilinx_zynqmp.h             |  6 +-----
 include/configs/xilinx_zynqmp_ep.h          |  1 -
 include/configs/zynq-common.h               | 16 +++++++---------
 include/configs/zynq_microzed.h             |  4 ----
 include/configs/zynq_picozed.h              |  4 ----
 include/configs/zynq_zc70x.h                |  4 ----
 include/configs/zynq_zc770.h                | 11 +----------
 include/configs/zynq_zed.h                  |  4 ----
 include/configs/zynq_zybo.h                 |  9 +++++----
 include/ns16550.h                           |  1 +
 30 files changed, 62 insertions(+), 61 deletions(-)



[u-boot]$ ./tools/buildman/buildman -b master zynq -o /tmp/ -sSed
boards.cfg is up to date. Nothing to do.
Summary of 16 commits for 11 boards (8 threads, 1 job per thread)
01: Merge branch 'master' of git://www.denx.de/git/u-boot-imx
02: ARM: zynq: Remove unused SPI base addresses
03: zynq: zc770: Remove unused ifdefs for xm011 and xm013
04: mmc: Kconfig: Add Arasan SDHCI entry
       arm: (for 10/10 boards)  spl/u-boot-spl:all +21832.7
spl/u-boot-spl:bss +19674.4  spl/u-boot-spl:data +24.0
spl/u-boot-spl:rodata +371.5  spl/u-boot-spl:text +1762.8
            zynq_picozed   :  spl/u-boot-spl:all +218327
spl/u-boot-spl:bss +196744  spl/u-boot-spl:data +240
spl/u-boot-spl:rodata +3715  spl/u-boot-spl:text +17628
05: ARM: zynq: Read memory size setting from DT
06: ARM: zynq: Remove ZYNQ_BOOT_FREEBSD option
07: serial: zynq: Change logic in putc
       arm: (for 10/10 boards)  all +7.6  bss +3.6  spl/u-boot-spl:all
+4.0  spl/u-boot-spl:text +4.0  text +4.0
            zynq_zc706     :  all +32  bss +28  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zc770_xm010:  all +32  bss +28  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zc770_xm011:  all +4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zc770_xm013:  all +4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zc770_xm012:  all +4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_microzed  :  bss -4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zybo      :  bss -4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zc702     :  bss -4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_zed       :  bss -4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
            zynq_picozed   :  bss -4  spl/u-boot-spl:all +4
spl/u-boot-spl:text +4  text +4
08: ARM: zynq: Enable u-boot,dm-pre-reloc for qspi
09: ARM: zynq: Enable SPL RAM support by default
       arm: (for 10/10 boards)  spl/u-boot-spl:all +206.4
spl/u-boot-spl:bss +7.2  spl/u-boot-spl:data +8.0  spl/u-boot-spl:rodata
+4.0  spl/u-boot-spl:text +187.2
            zynq_zc770_xm011:  spl/u-boot-spl:all +596
spl/u-boot-spl:bss +24  spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4
 spl/u-boot-spl:text +560
            zynq_zc770_xm013:  spl/u-boot-spl:all +596
spl/u-boot-spl:bss +24  spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4
 spl/u-boot-spl:text +560
            zynq_zc770_xm012:  spl/u-boot-spl:all +596
spl/u-boot-spl:bss +24  spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4
 spl/u-boot-spl:text +560
            zynq_zc706     :  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_microzed  :  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_zybo      :  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_zc702     :  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_zc770_xm010:  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_zed       :  spl/u-boot-spl:all +44
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4  spl/u-boot-spl:text +32
            zynq_picozed   :  spl/u-boot-spl:all +12
spl/u-boot-spl:data +8  spl/u-boot-spl:rodata +4
10: zynq-common: Fix usbboot env variable
       arm: (for 10/10 boards)  all +0.2  bss -0.8  rodata +1.0
            zynq_zc770_xm011:  all +1  rodata +1
            zynq_zc770_xm013:  all +1  rodata +1
            zynq_microzed  :  all +1  rodata +1
            zynq_zybo      :  all +1  rodata +1
            zynq_zc770_xm010:  all +1  rodata +1
            zynq_zed       :  all +1  rodata +1
            zynq_zc770_xm012:  all +1  rodata +1
            zynq_picozed   :  all +1  rodata +1
            zynq_zc706     :  all -3  bss -4  rodata +1
            zynq_zc702     :  all -3  bss -4  rodata +1
11: dm: ns16550: Add support for reg-offset property
12: i2c: spd: Extend SPD memory types
13: ARM: zynq: Enable Realtek phys by default
       arm: (for 10/10 boards)  all +1468.6  bss -0.4  data +208.0
rodata +69.0  text +1192.0
            zynq_zc706     :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_microzed  :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_zybo      :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_zc702     :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_zed       :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_picozed   :  all +1473  bss +4  data +208  rodata +69
text +1192
            zynq_zc770_xm011:  all +1469  data +208  rodata +69  text +1192
            zynq_zc770_xm013:  all +1469  data +208  rodata +69  text +1192
            zynq_zc770_xm012:  all +1469  data +208  rodata +69  text +1192
            zynq_zc770_xm010:  all +1441  bss -28  data +208  rodata +69
 text +1192
14: net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
       arm: (for 10/10 boards)  all +21.2  bss -6.8  text +28.0
            zynq_zybo      :  all +32  bss +4  text +28
            zynq_zc702     :  all +32  bss +4  text +28
            zynq_zc770_xm010:  all +32  bss +4  text +28
            zynq_zed       :  all +32  bss +4  text +28
            zynq_zc770_xm011:  all +28  text +28
            zynq_zc770_xm013:  all +28  text +28
            zynq_zc770_xm012:  all +28  text +28
            zynq_zc706     :  bss -28  text +28
            zynq_microzed  :  bss -28  text +28
            zynq_picozed   :  bss -28  text +28
15: ARM: zynq: Add reset-gpio property for USB on Zybo
16: ARM: zynq: Enable EDID for zybo
       arm: (for 10/10 boards)  all +1144.0  bss -2.8  data +153.6
rodata +158.8  spl/u-boot-spl:all +0.4  spl/u-boot-spl:text +0.4  text
+834.4
            zynq_zybo      :  all +11440  bss -28  data +1536  rodata
+1588  spl/u-boot-spl:all +4  spl/u-boot-spl:text +4  text +8344
(no errors to report)
[u-boot]$


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160222/30b49f53/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-13 22:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20  8:45 [U-Boot] [GIT PULL] Xilinx fixes Michal Simek
2016-12-21  2:23 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2017-02-13 14:30 Michal Simek
2017-02-13 22:58 ` Tom Rini
2016-02-22 15:52 Michal Simek
2016-02-23 20:35 ` Tom Rini

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.