From: Alif Zakuan Yuslaimi <alif.zakuan.yusla...@altera.com>

Introduce a new mailbox command to notify the Secure Device Manager (SDM)
on the stage of HPS code execution.

Generally, there are three main code execution stages: First Stage Boot
Loader (FSBL) which is U-Boot SPL, Second Stage Boot Loader (SSBL) which
is U-Boot, and the Operating System (OS) which is Linux.

This enables the user to query the SDM for HPS error details.

Alif Zakuan Yuslaimi (2):
  arm: socfpga: mailbox: Notify SDM on HPS code execution stages
  arm: socfpga: spl: Notify SDM on FSBL execution

 arch/arm/mach-socfpga/include/mach/mailbox_s10.h |  4 ++++
 arch/arm/mach-socfpga/mailbox_s10.c              | 12 ++++++++++++
 arch/arm/mach-socfpga/spl_agilex.c               |  6 ++++--
 arch/arm/mach-socfpga/spl_agilex5.c              |  6 ++++--
 arch/arm/mach-socfpga/spl_n5x.c                  |  6 ++++--
 arch/arm/mach-socfpga/spl_s10.c                  |  6 ++++--
 6 files changed, 32 insertions(+), 8 deletions(-)

-- 
2.25.1

Reply via email to