]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/zynqmp_firmware.h
mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Fri, 22 Jul 2022 08:46:57 +0000 (02:46 -0600)
committerMichal Simek <michal.simek@amd.com>
Tue, 26 Jul 2022 06:36:20 +0000 (08:36 +0200)
commitcce33515010287a5bd7f4b6f9ebce0f56268a7f1
treef91c8a98fe46778c138607eabb2627df31a838d3
parent7b4e365e49c76df88917883bd59dc9799131bac2
mailbox: zynqmp: Move struct zynqmp_ipi_msg from sys_proto.h

Mailbox driver might be need for Versal and other future platforms.
To remove the dependency, move struct zynqmp_ipi_msg to
zynqmp_firmware.h so that mailbox driver compiles for other platforms
easily.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20220722084658.30995-5-ashok.reddy.soma@xilinx.com
arch/arm/mach-zynqmp/include/mach/sys_proto.h
drivers/mailbox/zynqmp-ipi.c
include/zynqmp_firmware.h