public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] Enable HPS execution stage notification
@ 2019-05-07  5:07 chee.hong.ang at intel.com
  2019-05-07  5:07 ` [U-Boot] [PATCH v1 1/3] ARM: socfpga: stratix10: Add HPS execution stage notification function chee.hong.ang at intel.com
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: chee.hong.ang at intel.com @ 2019-05-07  5:07 UTC (permalink / raw)
  To: u-boot

From: "Ang, Chee Hong" <chee.hong.ang@intel.com>

Notify Secure Device Manager (SDM) on the stage of HPS code execution.
In general, there are three main code execution stages:
(1) First Stage Boot Loader (FSBL) which is U-Boot SPL.
(2) Second Stage Boot Loader (SSBL) which is U-Boot.
(3) Operating System which is Linux.

Ang, Chee Hong (3):
  ARM: socfpga: stratix10: Add HPS execution stage notification function
  ARM: socfpga: stratix10: To notify SDM when SPL pass control to U-Boot
  ARM: socfpga: stratix10: To notify SDM when U-Boot pass control to
    Linux

 arch/arm/mach-socfpga/include/mach/mailbox_s10.h | 7 +++++++
 arch/arm/mach-socfpga/mailbox_s10.c              | 6 ++++++
 arch/arm/mach-socfpga/misc_s10.c                 | 5 +++++
 arch/arm/mach-socfpga/spl_s10.c                  | 6 ++++++
 4 files changed, 24 insertions(+)

-- 
2.7.4

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

end of thread, other threads:[~2019-05-07 16:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07  5:07 [U-Boot] [PATCH v1 0/3] Enable HPS execution stage notification chee.hong.ang at intel.com
2019-05-07  5:07 ` [U-Boot] [PATCH v1 1/3] ARM: socfpga: stratix10: Add HPS execution stage notification function chee.hong.ang at intel.com
2019-05-07  5:07 ` [U-Boot] [PATCH v1 2/3] ARM: socfpga: stratix10: To notify SDM when SPL pass control to U-Boot chee.hong.ang at intel.com
2019-05-07  5:07 ` [U-Boot] [PATCH v1 3/3] ARM: socfpga: stratix10: To notify SDM when U-Boot pass control to Linux chee.hong.ang at intel.com
2019-05-07 13:03 ` [U-Boot] [PATCH v1 0/3] Enable HPS execution stage notification Marek Vasut
2019-05-07 14:08   ` Ang, Chee Hong
2019-05-07 14:39     ` Marek Vasut
2019-05-07 16:59       ` Ang, Chee Hong

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