public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC
@ 2019-10-24 14:48 richard.gong at linux.intel.com
  2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 1/5] arm: socfpga: stratix10: add RSU mailbox support richard.gong at linux.intel.com
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: richard.gong at linux.intel.com @ 2019-10-24 14:48 UTC (permalink / raw)
  To: u-boot

From: Richard Gong <richard.gong@intel.com>

The Intel Remote System Update (RSU) provides a way for users to update
the QSPI configuration bitstream of a Intel Stratix10 SoC device with
significantly reduced risk of corrupting the bitstream storage and
bricking the system.

The patchset adds RSU support which allows user to perform a complete set
of RSU operations via provided console commands.

The patches have reviewed by other colleagues at Intel.

Richard Gong (5):
  arm: socfpga: stratix10: add RSU mailbox support
  arm: socfpga: stratix10: add RSU support for Stratix10 SoC
  arm: socfpga: stratix10: add environment variables for RSU support
  arm: socfpga: stratix10: add console commands for RSU support
  arm: socfpga: enable RSU build

 arch/arm/mach-socfpga/Makefile                   |    6 +
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h |   36 +-
 arch/arm/mach-socfpga/include/mach/rsu.h         |  244 +++++
 arch/arm/mach-socfpga/include/mach/rsu_ll.h      |   71 ++
 arch/arm/mach-socfpga/include/mach/rsu_misc.h    |   46 +
 arch/arm/mach-socfpga/include/mach/rsu_s10.h     |   46 +
 arch/arm/mach-socfpga/mailbox_s10.c              |   45 +
 arch/arm/mach-socfpga/misc_s10.c                 |    9 +
 arch/arm/mach-socfpga/rsu.c                      |  569 ++++++++++++
 arch/arm/mach-socfpga/rsu_ll_qspi.c              | 1033 ++++++++++++++++++++++
 arch/arm/mach-socfpga/rsu_misc.c                 |  527 +++++++++++
 arch/arm/mach-socfpga/rsu_s10.c                  |  817 +++++++++++++++++
 12 files changed, 3439 insertions(+), 10 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/rsu.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/rsu_ll.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/rsu_misc.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/rsu_s10.h
 create mode 100644 arch/arm/mach-socfpga/rsu.c
 create mode 100644 arch/arm/mach-socfpga/rsu_ll_qspi.c
 create mode 100644 arch/arm/mach-socfpga/rsu_misc.c
 create mode 100644 arch/arm/mach-socfpga/rsu_s10.c

-- 
2.7.4

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

end of thread, other threads:[~2019-10-28 16:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-24 14:48 [U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC richard.gong at linux.intel.com
2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 1/5] arm: socfpga: stratix10: add RSU mailbox support richard.gong at linux.intel.com
2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 2/5] arm: socfpga: stratix10: add RSU support for Stratix10 SoC richard.gong at linux.intel.com
2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 3/5] arm: socfpga: stratix10: add environment variables for RSU support richard.gong at linux.intel.com
2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 4/5] arm: socfpga: stratix10: add console commands " richard.gong at linux.intel.com
2019-10-24 14:48 ` [U-Boot] [RESEND PATCHv1 5/5] arm: socfpga: enable RSU build richard.gong at linux.intel.com
2019-10-24 15:00 ` [U-Boot] [RESEND PATCHv1 0/5] support remote system update on Intel Stratix10 SoC Simon Goldschmidt
2019-10-28 14:12   ` Richard Gong
2019-10-28 14:05     ` Simon Goldschmidt
2019-10-28 16:00       ` Richard Gong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox