sandbox: Add more dummy functions to mimic other architectures
authorTom Rini <trini@konsulko.com>
Fri, 18 Jul 2025 01:15:52 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 11 Aug 2025 21:11:19 +0000 (15:11 -0600)
commit493c3da3ac530229ca4c4caadd5df041f6c25eb2
tree77f1064c23f9a7ad194bade1533a0efbfdd0d84a
parent26f857f1e37ccb7dfb93d55650ce35b179ed220f
sandbox: Add more dummy functions to mimic other architectures

This adds more common functions found on other architectures that will
allow for more compile-testing of drivers. These are either dummy
functions as we do not need them or mappings to existing functions,
similar to how other architectures handle it.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sandbox/include/asm/dma-mapping.h
arch/sandbox/include/asm/io.h
arch/sandbox/include/asm/processor.h
drivers/i3c/master/dw-i3c-master.c