commit | 5e92be5121e8ecd81a0f89eaae0d1a7ac8f4bfd7 | [log] [tgz] |
---|---|---|
author | Naman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com> | Tue Mar 07 12:41:11 2023 +0530 |
committer | Akshay Belsare <akshay.belsare@amd.com> | Thu Mar 09 15:03:50 2023 +0530 |
tree | 467ed050765fc3e21d6dbb6c98f2fff1ec9f9ef1 | |
parent | 1035e3a87a887e86b54c9d297208095dcf8303fb [diff] |
fix(xilinx): handle CRC failure in IPI Currently, if CRC validation fails during IPI communication, pm_ipi_buff_read() logs error message but don't return error code to upper layers. Added CRC failure specific error code which will be returned by pm_ipi_buff_read() if CRC validation fails. Signed-off-by: Naman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com> Change-Id: I33be330f276973471f4ce4115d1e1609ed8fb754