From mboxrd@z Thu Jan 1 00:00:00 1970 From: Travis B. Sawyer Date: Fri, 21 Apr 2006 09:10:57 -0400 Subject: [U-Boot-Users] CF card in memory mapped mode without PCMCIA controller In-Reply-To: <60E856FD577CC04BA3727AF4122D3F160106FDEB@3bit.vector.com.pl> References: <60E856FD577CC04BA3727AF4122D3F160106FDEB@3bit.vector.com.pl> Message-ID: <4448D9E1.9080701@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andriy Korud wrote: >Hi, >I'm going to use CF card in memory-mapped mode (not true IDE because HS >is required), but without PCMCIA interface chip (necessary signals will >be software/glue-logic generated). >Will U-Boot like this? Or, will it be difficult to port it to use such >mode? >Maybe somebody has an example of such solution? > > Andriy: I previously pointed you to the Sandburst Metrobox and Karef ports. You had mentioned (on the linuxppc-embedded) that you're using ppc4xx. The SB Metrobox and karef are 440GX based boards. We use FAT for loading the kernel, then the kernel mounts an ext3 partition on the cf for its root fs. Take a look at include/configs/METROBOX.h and board/sandburst/* -travis