| 964e5592 | 10-Feb-2023 |
Jay Buddhabhatti <jay.buddhabhatti@amd.com> |
fix(xilinx): fix misra defects
This patch fixes defects 5.5, 10.1, 10.3, 10.4, 10.7 reported by MISRA-2012 scan.
Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: Ie6f6e9bf2ce13
fix(xilinx): fix misra defects
This patch fixes defects 5.5, 10.1, 10.3, 10.4, 10.7 reported by MISRA-2012 scan.
Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: Ie6f6e9bf2ce1335bbb61aa2e69a3a196865fd504
show more ...
|
| 407eb6fd | 22-Dec-2022 |
Jay Buddhabhatti <jay.buddhabhatti@amd.com> |
feat(xilinx): add device node indexes
Add additional Versal NET device node indexes to the existing list that are for new APU cores, RPU cores, OCM and TCM memories, USB 1 and WDT devices.
Signed-o
feat(xilinx): add device node indexes
Add additional Versal NET device node indexes to the existing list that are for new APU cores, RPU cores, OCM and TCM memories, USB 1 and WDT devices.
Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: Iea0570ae5d81de9c5b2793329ae1e7284b6c5a3f
show more ...
|
| 5c62d599 | 22-Dec-2022 |
Jay Buddhabhatti <jay.buddhabhatti@amd.com> |
fix(xilinx): initialize values to device enum members
Initialized values explicitly to device enum members to avoid value assignment from the compiler and for better readability.
Signed-off-by: Jay
fix(xilinx): initialize values to device enum members
Initialized values explicitly to device enum members to avoid value assignment from the compiler and for better readability.
Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com> Change-Id: I20f24c3b4fb47b2b011def9f1f43ea8238c66b80
show more ...
|
| 6173d914 | 07-Mar-2023 |
Naman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com> |
fix(xilinx): handle CRC failure in IPI callback
Currently, if CRC validation fails during IPI communication, pm_ipi_buff_read_callb() logs error message but don't return error code to upper layers.
fix(xilinx): handle CRC failure in IPI callback
Currently, if CRC validation fails during IPI communication, pm_ipi_buff_read_callb() 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_callb() if CRC validation fails.
Signed-off-by: Naman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com> Change-Id: I2eaca073e2bf325a8c86b1820bdd7cca487b783e
show more ...
|
| 24b5b53a | 31-Aug-2022 |
Rajan Vaja <rajan.vaja@xilinx.com> |
fix(xilinx): update define for ZynqMP specific functions
Instead of exclude code for Versal, define only for ZynqMP. For new platforms this code should be excluded so instead of excluding for all pl
fix(xilinx): update define for ZynqMP specific functions
Instead of exclude code for Versal, define only for ZynqMP. For new platforms this code should be excluded so instead of excluding for all platform, define only for ZynqMP.
Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Change-Id: I45798dadc0f374c5794f517f7d0158675a75caa9
show more ...
|
| 0ee2dc11 | 31-Aug-2022 |
Rajan Vaja <rajan.vaja@xilinx.com> |
fix(xilinx): remove unnecessary header include
Platform specific IPI header inclusion is not required in common IPI source file. So remove inclusion of the same.
Signed-off-by: Rajan Vaja <rajan.va
fix(xilinx): remove unnecessary header include
Platform specific IPI header inclusion is not required in common IPI source file. So remove inclusion of the same.
Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Change-Id: I6686757f00370c6ec42b5ee2c44ea5cd13da70c0
show more ...
|