From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.tqs.de (mail.tqs.de [62.157.136.17]) by ozlabs.org (Postfix) with ESMTP id 8DADCDE1DA for ; Tue, 30 Oct 2007 20:19:27 +1100 (EST) Received: from tq-mailsrv.tq-net.de (tq-mailsrv.tqs.de [172.20.1.2]) by mail.tqs.de (Postfix) with ESMTP id 18322A71B for ; Tue, 30 Oct 2007 09:50:45 +0100 (CET) Message-ID: <4726F065.5050702@tqs.de> Date: Tue, 30 Oct 2007 09:50:45 +0100 From: Jens Gehrlein MIME-Version: 1.0 To: linuxppc-embedded Mailinglist Subject: MPC8360: Support for two SDRAM banks in the Kernel memory management? Content-Type: text/plain; charset=ISO-8859-15; format=flowed List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, the MPC8360 has two DDR SDRAM controllers. In the 2x32 bit mode data transfers from/to the SDRAM can be handled by the MPC and the QUICC Engine independently. For instance, the core can access one bank and the QUICC Engine can access the other bank via DMA for lookup tables, temporary buffers, etc. in the same time. IMHO the Linux Kernel supports only one linear virtual address space. So how could the kernel memory management (DMA, alloc, etc.) ensure, that data transfers go from/to the QUICC Engine to/from the second SDRAM bank? Does anybody know if bank-separated memory management is supported by the Linux Kernel, especially for the MPC8360? Thanks in advance Jens