History log of /barrelfish-master/usr/drivers/omap44xx/sdma/main.c
Revision Date Author Comments
# 8ff0486c 13-Nov-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

Remove invoke_frame_identify, replaced with frame_identify().

This commit fully removes the Frame_Identify invocation and replaces the
calls with frame_identify().
Additionally, because the KCB is special, this commit introduces a new
invocation kcb_identify() which translates the lvaddr in the KCB
capability into the pysical address of the kernel control block.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 18d3fdf3 13-Jun-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

omap44xx: change init of drivers to new function signature

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# 9b901e5b 29-Aug-2017 Simon Gerber <simon.gerber@inf.ethz.ch>

omap44xx: sdma: remove redundant redefinitions of MIN()

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# a99fe758 07-Jul-2017 Gerd Zellweger <mail@gerdzellweger.com>

Change the pandaboard drivers to new driver format.

This includes major refactoring in Kaluga, SDMA, MMCHS, FDIF drivers
along with the addition of new drivers such as cm2, twl6030 etc.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# 3907f7ee 27-Jun-2017 Gerd Zellweger <mail@gerdzellweger.com>

Commit SDMA driver changes.

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>


# dde2ba50 19-Jun-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

libc: removing newlib, adding BSD libc
posixcompat: moving gettimeofday to libc
harness: adding a simple math test
lwip, lwip2: moving includes to /include, compiling with BSD headers

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 322abd47 06-Mar-2017 Reto Achermann <reto.achermann@inf.ethz.ch>

ARM: move the *_map.h files into /include/maps/

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 96d27a40 30-May-2016 Timothy Roscoe <troscoe@inf.ethz.ch>

Refactored ARMv7-A code.
Cleaner startup process.
Cleaner cross-platform portability (platform.h).
Removed ARMv5.
Removed ARMv7-m
Removed XScale
Changed kernel device paging interface and fixed bugs.

Signed-off-by: Timothy Roscoe <troscoe@inf.ethz.ch>


# d88ab3f9 09-May-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T191: armv7: refactor code to use range retype and bytes-based identify

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# ce791f76 04-Feb-2014 Sebastian Wicki <swicki@student.ethz.ch>

Added SDMA driver for memory-to-memory transfers

This adds support for the OMAP4460 SDMA engine found on the Pandaboard.
The driver currently only supports memory-to-memory transfer. Those can
be requested through the Flounder interface described in if/omap_sdma.if.