From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Wed, 14 Sep 2011 16:52:04 +0200 Subject: [U-Boot] DMA drivers in U-Boot? Message-ID: <4E70BF94.1030306@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi List, I am working on integrating DMA into my SPL. As a matter of fact it is already working fine. So, here are my questions: - Is there an interest in having DMA drivers in U-Boot? (I only know of one in /drivers) - Is there an API I should implement? - Any other comments? (ATM the transfer of the Linux-image is more than three times faster compared to the CPU copy) Regards Simon