diff options
author | Florian Fainelli <[email protected]> | 2024-08-27 11:24:50 -0700 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2024-10-28 14:50:57 +0000 |
commit | 2cd7f3db25feeb7c204e36df9f1bb13bea3a3a20 (patch) | |
tree | 77c8553ce535babcd0dd675e81228cb3fbf21497 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 14b2157a9c14481c3b967d8d1a95972bf885fb88 (diff) |
firmware: arm_scmi: Support 'reg-io-width' property for shared memory
Some shared memory areas might only support a certain access width,
such as 32-bit, which memcpy_{from,to}_io() does not adhere to at least
on ARM64 by making both 8-bit and 64-bit accesses to such memory.
Update the shmem layer to support reading from and writing to such
shared memory area using the specified I/O width in the Device Tree. The
various transport layers making use of the shmem.c code are updated
accordingly to pass the I/O accessors that they store.
Signed-off-by: Florian Fainelli <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions