Hello. Oh, and I'll have to correct your language and terminology. :-/ Should be "if they don't exist" in the subject. On 08/26/2016 11:01 PM, Chris Brandt wrote:
The RZ/A1 has a TSU, but since it only has one Ethernet port, it does not have POST registers. Therefore, if you try to write to register index TSU_POST1 (which will be FFFF because it does not exist),
It's not a register index which is 0xFFFF but the register offset (fetched from a layout table using the index).
it will either panic or corrupt memory elsewhere. Reported-by: Daniel Palmer <daniel@xxxxxxxx> Signed-off-by: Chris Brandt <chris.brandt@xxxxxxxxxxx>
[...] MBR, Sergei