From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tan, Ley Foon Date: Fri, 4 Sep 2020 09:43:31 +0000 Subject: [PATCH v1 3/5] arm: socfpga: mailbox: Support sending large mailbox command In-Reply-To: <20200812015625.40790-4-chee.hong.ang@intel.com> References: <20200812015625.40790-1-chee.hong.ang@intel.com> <20200812015625.40790-4-chee.hong.ang@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----Original Message----- > From: Ang, Chee Hong > Sent: Wednesday, August 12, 2020 9:56 AM > To: u-boot at lists.denx.de > Cc: Marek Vasut ; Simon Goldschmidt > ; Tom Rini ; See, > Chin Liang ; Tan, Ley Foon > ; Ang, Chee Hong ; > Chee, Tien Fong ; Lim, Elly Siew Chin > > Subject: [PATCH v1 3/5] arm: socfpga: mailbox: Support sending large > mailbox command > > Mailbox command which is too large to fit into the mailbox FIFO command > buffer can be sent to SDM in multiple parts. > > Signed-off-by: Chee Hong Ang > --- Reviewed-by: Ley Foon Tan