3079caf2ce
Add a simple allocator for DMA safe memory. It will provide contiguous blocks of memory with D-Cache line size alignment. NOTE: The optimal granule size is the D-Cache line size (64), but due to restrictions in the granule allocator this would result in a maximum block size of 2K only, thus use 256B granules instead givin 8K max block size. Once the granule allocator is fixed this limitation can be removed. |
||
---|---|---|
.. | ||
arm | ||
arm64 | ||
avr | ||
dummy | ||
hc/m9s12 | ||
mips | ||
misoc/lm32/misoc | ||
or1k/mor1kx/or1k | ||
renesas | ||
risc-v | ||
sim/sim/sim | ||
sparc | ||
tricore/tc3xx/tc397 | ||
x86/qemu/qemu-i486 | ||
x86_64/intel64/qemu-intel64 | ||
xtensa | ||
z16/z16f/z16f2800100zcog | ||
z80 | ||
.gitignore | ||
Board.mk | ||
boardctl.c | ||
CMakeLists.txt | ||
dummy.c | ||
Kconfig | ||
Makefile |