Mali-G76 is include in RevC ARMvA FVP according to the fast_model_rg documents.
But I can't access Mali-G76 area.
Does anyone know how to bringup Mali IP ?
Hello again, I found an easier workaround. The issue you are seeing is due to the fact that this region expects 32-bit wide accesses.
You can force this in the debugger by defining a memory region:
memory 0x2d000000 +0x04000000 32
And then the debugger can access these addresses as expected:
For convenience, you can put this command in the Debug Configurations > Debugger > Execute debugger commands view so that it runs every time you connect.