renode-infrastructure icon indicating copy to clipboard operation
renode-infrastructure copied to clipboard

Network: CadenceGEM: do not leave DMA descriptors unassigned

Open raphui opened this issue 1 year ago • 0 comments

Cadence proprietary driver code is reading registers values of TX and RX dma descriptions before assigning value to them.

In the current state, Renode will crash because it is accessing null pointers.

To fix this issue we assign reset values and allocate dummy descriptors to handle this scenario.

raphui avatar Dec 17 '24 10:12 raphui