public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/8] xilinx: zynqmp: Silicon name cleanup
Date: Wed,  5 Aug 2020 13:23:47 +0200	[thread overview]
Message-ID: <cover.1596626630.git.michal.simek@xilinx.com> (raw)

Hi,

This patch series is intended to cleanup the functions used to get
the silicon name for ZynqMPSoC devices. It make use the firmware driver
rather than SMC call and impements more understandable agorithm to
compute the device name.

Thanks,
Ibai/Michal


Ibai Erkiaga (7):
  xilinx: zynqmp: synchronize firmware call return payload
  xilinx: zynqmp: merge firmware calls for EL2 and EL3
  xilinx: zynqmp: get chip ID using firmware driver
  xilinx: zynqmp: get chip ID at EL3
  xilinx: zynqmp: remove chip_id function
  xilinx: zynqmp: refactor silicon name function
  xilinx: zynqmp: fix incorrect map not align with IPI HW

Michal Simek (1):
  xilinx: zynqmp: Remove one static variable

 arch/arm/mach-versal/include/mach/sys_proto.h |   2 -
 arch/arm/mach-zynqmp/include/mach/sys_proto.h |   3 -
 board/xilinx/versal/cmds.c                    |   2 +-
 board/xilinx/zynqmp/zynqmp.c                  | 379 +++++++-----------
 drivers/firmware/firmware-zynqmp.c            |  84 ++--
 drivers/fpga/versalpl.c                       |   2 +-
 drivers/mailbox/zynqmp-ipi.c                  |  14 +-
 include/zynqmp_firmware.h                     |   9 +
 8 files changed, 206 insertions(+), 289 deletions(-)

-- 
2.27.0

             reply	other threads:[~2020-08-05 11:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-05 11:23 Michal Simek [this message]
2020-08-05 11:23 ` [PATCH 1/8] xilinx: zynqmp: synchronize firmware call return payload Michal Simek
2020-08-05 11:23 ` [PATCH 2/8] xilinx: zynqmp: merge firmware calls for EL2 and EL3 Michal Simek
2020-08-05 11:23 ` [PATCH 3/8] xilinx: zynqmp: get chip ID using firmware driver Michal Simek
2020-08-05 11:23 ` [PATCH 4/8] xilinx: zynqmp: get chip ID at EL3 Michal Simek
2020-08-05 11:23 ` [PATCH 5/8] xilinx: zynqmp: remove chip_id function Michal Simek
2020-08-05 11:23 ` [PATCH 6/8] xilinx: zynqmp: refactor silicon name function Michal Simek
2020-08-19  7:34   ` Michal Simek
2020-08-05 11:23 ` [PATCH 7/8] xilinx: zynqmp: fix incorrect map not align with IPI HW Michal Simek
2020-08-05 11:23 ` [PATCH 8/8] xilinx: zynqmp: Remove one static variable Michal Simek
2020-08-19  7:38   ` Michal Simek
2020-08-20  7:55 ` [PATCH 0/8] xilinx: zynqmp: Silicon name cleanup Michal Simek

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=cover.1596626630.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox