genode/base-foc/src/core
Norman Feske 288fd4e56e Add support for allocating DMA memory
This patch extends the RAM session interface with the ability to
allocate DMA buffers. The client specifies the type of RAM dataspace to
allocate via the new 'cached' argument of the 'Ram_session::alloc()'
function. By default, 'cached' is true, which correponds to the common
case and the original behavior. When setting 'cached' to 'false', core
takes the precautions needed to register the memory as uncached in the
page table of each process that has the dataspace attached.

Currently, the support for allocating DMA buffers is implemented for
Fiasco.OC only. On x86 platforms, it is generally not needed. But on
platforms with more relaxed cache coherence (such as ARM), user-level
device drivers should always use uncacheable memory for DMA transactions.
2012-06-20 09:17:48 +02:00
..
arm Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
include Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
panda Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
pbxa9 Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
vea9x4 Fiasco.OC: basic support for pandaboard 2012-05-29 13:55:00 +02:00
x86 Fiasco.OC: Set interrupt mode in IRQ session 2012-03-16 18:24:00 +01:00
cap_session_component.cc Fiasco.OC: fix bugs in cap_map insertion/removal 2012-05-29 13:55:00 +02:00
cpu_session_extension.cc Fiasco.OC: keep reference to capabilities in use. 2012-05-09 20:50:57 +02:00
io_mem_session_support.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
irq_session_component.cc Fiasco.OC: introduce Cap_index (fixes #149, #112) 2012-03-22 14:10:44 +01:00
pd_session_extension.cc Fiasco.OC: smart-pointer for kernel capabilities. 2012-05-09 20:50:57 +02:00
platform_pd.cc Fiasco.OC: introduce Cap_index (fixes #149, #112) 2012-03-22 14:10:44 +01:00
platform_thread.cc Fiasco.OC: smart-pointer for kernel capabilities. 2012-05-09 20:50:57 +02:00
platform.cc Fiasco.OC: Don't map page 0 in core (fix #223) 2012-05-30 11:36:34 +02:00
ram_session_support.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
rm_session_support.cc Add support for allocating DMA memory 2012-06-20 09:17:48 +02:00
signal_source_component.cc Fiasco.OC: introduce Cap_index (fixes #149, #112) 2012-03-22 14:10:44 +01:00
target.inc Fiasco.OC: increase core link address 2012-05-09 20:54:31 +02:00
thread_start.cc Fiasco.OC: introduce Cap_index (fixes #149, #112) 2012-03-22 14:10:44 +01:00