[GIT PULL] arch/microblaze patches for 6.1-rc1

From: Michal Simek
Date: Fri Oct 07 2022 - 03:43:41 EST


Hi Linus,

please pull these 3 patches to your tree. They are adding architecture support for error injection which can be done only via local memory (BRAM) with enabling path for recovery after reset. These patches targets Triple Modular Redundacy (TMR) configuration where 3 Microblazes are running in parallel with monitoring logic.
When an error happens (or is injected) system goes to break handler with full CPU reset and system recovery back to origin context.
More information can be found here:
https://www.xilinx.com/content/dam/xilinx/support/documents/ip_documentation/tmr/v1_0/pg268-tmr.pdf

Thanks,
Michal

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

git://git.monstr.eu/linux-2.6-microblaze.git tags/microblaze-v6.1

for you to fetch changes up to adc4cefae9cfafc1c88b789021266d6f09a0ecef:

microblaze: Add support for error injection (2022-09-26 14:13:29 +0200)

----------------------------------------------------------------
Microblaze patches for 6.1-rc1

- Add architecture support for Microblaze manager for error
injection via break handler in BRAM.

----------------------------------------------------------------
Appana Durga Kedareswara rao (3):
microblaze: Add xmb_manager_register function
microblaze: Add custom break vector handler for mb manager
microblaze: Add support for error injection

arch/microblaze/Kconfig | 10 +
arch/microblaze/include/asm/xilinx_mb_manager.h | 29 ++
arch/microblaze/kernel/asm-offsets.c | 7 +
arch/microblaze/kernel/entry.S | 302 +++++++++++++++++++-
4 files changed, 347 insertions(+), 1 deletion(-)
create mode 100644 arch/microblaze/include/asm/xilinx_mb_manager.h

--
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