rockbox/utils/regtools
Marcin Bukat cd04a5f1aa hwstub/qeditor: add support for atomic read/writes
The current code assumed that READ/WRITE would produce atomic read/writes for
8/16/32-bit words, which in turned put assumption on the memcpy function.
Since some memcpy implementation do not always guarantee such strong assumption,
introduce two new operation READ/WRITE_ATOMIC which provide the necessary
tools to do correct read and write to register in a single memory access.

Change-Id: I37451bd5057bb0dcaf5a800d8aef8791c792a090
2014-11-18 23:30:44 +01:00
..
desc regtools: ATJ213x description file 2014-11-06 10:31:11 +01:00
lib regtools/socdesc: fix red 2014-10-08 16:28:14 +02:00
qeditor hwstub/qeditor: add support for atomic read/writes 2014-11-18 23:30:44 +01:00
regdumps regtools: add new reg dumps from various targets 2014-05-25 16:38:09 +02:00
headergen.cpp regtools: headergen can now output the description in the headers 2014-05-11 19:56:50 +02:00
Makefile regtools: fix makefiles 2014-05-01 19:34:58 +02:00
tester.cpp regtools: completely rework qeditor, improve soc desc library and tools 2014-05-01 19:34:18 +02:00