All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Xilinx fixes for v2020.04-rc4
@ 2020-03-02  7:14 Michal Simek
  2020-03-02 16:28 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2020-03-02  7:14 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull these fixes to your tree. There is one rename patch I am
considering more as a fix and will be used much more in next version
when I am going to remove xilinx zynq board defconfig and use generic
configuration instead.

Gitlab and travis look good.
https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze/pipelines/2311
https://travis-ci.org/michalsimek/u-boot/builds/656213108

Thanks,
Michal


The following changes since commit 12fdbbe860f395575f360f0c03d84bce61a9a212:

  Merge tag 'ti-v2020.04-rc4' of
https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-27 08:51:01
-0500)

are available in the Git repository at:

  git at gitlab.denx.de:u-boot/custodians/u-boot-microblaze.git
tags/xilinx-for-v2020.04-rc4

for you to fetch changes up to 25974079750c5fbf920a226a26d8cb9b1aff2544:

  ARM: zynq: Remove single comment about QSPI (2020-02-28 12:19:40 +0100)

----------------------------------------------------------------
Xilinx fixes for v2020.04-rc4

- Fix link good bit handling in dp83867
- Rename generic Zynq defconfig
- Fix zybo z7 low leve setup
- Fix error path in zynq_gem driver and fix 64bit usage
- Fix invalid clock name quieries for Versal
- Fix zynq/zynqmp SPL low level configuration via DT selection

----------------------------------------------------------------
Michal Simek (5):
      net: phy: dp83867: Clean force link good bit
      net: zynq: Free allocated buffers in case of error
      arm: xilinx: Fill DEVICE_TREE directly in Makefiles
      ARM: zynq: Rename defconfig to be align with ZynqMP and Versal
      ARM: zynq: Remove single comment about QSPI

Milan Obuch (2):
      arm: zynq: zybo z7: fix MIO init issue
      arm: zynq: zybo z7: fix SPL uart init bitrate

Rajan Vaja (1):
      versal: drivers: clk: Fix invalid clock name queries

T Karthik Reddy (2):
      net: zynq_gem: Use ulong instead of u32 data type
      mtd: nand: Fix on-die ecc issues in arasan_nfc driver

 board/xilinx/zynq/MAINTAINERS                               |  1 +
 board/xilinx/zynq/Makefile                                  |  5 +++++
 board/xilinx/zynq/zynq-zybo-z7/ps7_init_gpl.c               |  4 ++--
 board/xilinx/zynqmp/Makefile                                |  5 +++++
 configs/{zynq_virt_defconfig => xilinx_zynq_virt_defconfig} |  0
 configs/zynq_zybo_z7_defconfig                              |  2 +-
 drivers/clk/clk_versal.c                                    |  6 ++++++
 drivers/mtd/nand/raw/arasan_nfc.c                           | 11
++++++++---
 drivers/net/phy/dp83867.c                                   |  4 ++++
 drivers/net/zynq_gem.c                                      | 24
++++++++++++++++++------
 include/configs/zynq-common.h                               |  2 --
 11 files changed, 50 insertions(+), 14 deletions(-)
 rename configs/{zynq_virt_defconfig => xilinx_zynq_virt_defconfig} (100%)


-- 
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/Versal SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200302/46c8376a/attachment.sig>

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

* [GIT PULL] Xilinx fixes for v2020.04-rc4
  2020-03-02  7:14 [GIT PULL] Xilinx fixes for v2020.04-rc4 Michal Simek
@ 2020-03-02 16:28 ` Tom Rini
  2020-03-03 11:51   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2020-03-02 16:28 UTC (permalink / raw)
  To: u-boot

On Mon, Mar 02, 2020 at 08:14:14AM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull these fixes to your tree. There is one rename patch I am
> considering more as a fix and will be used much more in next version
> when I am going to remove xilinx zynq board defconfig and use generic
> configuration instead.
> 
> Gitlab and travis look good.
> https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze/pipelines/2311
> https://travis-ci.org/michalsimek/u-boot/builds/656213108
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 12fdbbe860f395575f360f0c03d84bce61a9a212:
> 
>   Merge tag 'ti-v2020.04-rc4' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-27 08:51:01
> -0500)
> 
> are available in the Git repository at:
> 
>   git at gitlab.denx.de:u-boot/custodians/u-boot-microblaze.git
> tags/xilinx-for-v2020.04-rc4
> 
> for you to fetch changes up to 25974079750c5fbf920a226a26d8cb9b1aff2544:
> 
>   ARM: zynq: Remove single comment about QSPI (2020-02-28 12:19:40 +0100)
> 

Applied to u-boot/master, thanks!

Please note that for most of your platforms there's an 8KiB size
increase in SPL in 32bit platforms and 24KiB on 64bit platforms.  I
assume this is intentional and related to making things more generic so
I'm just putting this here so it's clear later when and why things grew.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200302/5391d006/attachment.sig>

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

* [GIT PULL] Xilinx fixes for v2020.04-rc4
  2020-03-02 16:28 ` Tom Rini
@ 2020-03-03 11:51   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2020-03-03 11:51 UTC (permalink / raw)
  To: u-boot

On 02. 03. 20 17:28, Tom Rini wrote:
> On Mon, Mar 02, 2020 at 08:14:14AM +0100, Michal Simek wrote:
> 
>> Hi Tom,
>>
>> please pull these fixes to your tree. There is one rename patch I am
>> considering more as a fix and will be used much more in next version
>> when I am going to remove xilinx zynq board defconfig and use generic
>> configuration instead.
>>
>> Gitlab and travis look good.
>> https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze/pipelines/2311
>> https://travis-ci.org/michalsimek/u-boot/builds/656213108
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit 12fdbbe860f395575f360f0c03d84bce61a9a212:
>>
>>   Merge tag 'ti-v2020.04-rc4' of
>> https://gitlab.denx.de/u-boot/custodians/u-boot-ti (2020-02-27 08:51:01
>> -0500)
>>
>> are available in the Git repository at:
>>
>>   git at gitlab.denx.de:u-boot/custodians/u-boot-microblaze.git
>> tags/xilinx-for-v2020.04-rc4
>>
>> for you to fetch changes up to 25974079750c5fbf920a226a26d8cb9b1aff2544:
>>
>>   ARM: zynq: Remove single comment about QSPI (2020-02-28 12:19:40 +0100)
>>
> 
> Applied to u-boot/master, thanks!
> 
> Please note that for most of your platforms there's an 8KiB size
> increase in SPL in 32bit platforms and 24KiB on 64bit platforms.  I
> assume this is intentional and related to making things more generic so
> I'm just putting this here so it's clear later when and why things grew.

That's correct behavior. Thanks for heads up.

Thanks,
Michal

-- 
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/Versal SoCs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200303/a7621ef3/attachment.sig>

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

end of thread, other threads:[~2020-03-03 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02  7:14 [GIT PULL] Xilinx fixes for v2020.04-rc4 Michal Simek
2020-03-02 16:28 ` Tom Rini
2020-03-03 11:51   ` Michal Simek

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.