renode-infrastructure
renode-infrastructure copied to clipboard
Network: CadenceGEM: do not leave DMA descriptors unassigned
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.