From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound-mail-13.bluehost.com (outbound-mail-13.bluehost.com [69.89.18.113]) by ozlabs.org (Postfix) with SMTP id 7D01FDDDEB for ; Thu, 21 Feb 2008 18:05:36 +1100 (EST) Message-ID: <47BD212B.6090809@dlasys.net> Date: Thu, 21 Feb 2008 01:58:51 -0500 From: "David H. Lynch Jr." MIME-Version: 1.0 To: Grant Likely , linuxppc-embedded Subject: Xilinx PowerPC Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So when you have Xilinx under powerpc working, do we pull it from your git tree or the xilinx one ? Will there be an announcement ? How about a one paragraph getting started guide to moving a xilinx ppc bsp to xilinx powerpc. Like ? step 1). Generate a dts - gen-mhs-devicetree ? And pass it to through your boot loader to Linux ? Step 2). the code in arch/powerpc/???? is the devicetree equvalent to arch/ppc/platforms/4xx/xilinx_ml410.c Step 3). device drivers need to change initialization/setup from ???? to ??? Just something to give those of us with no clue, a small one to start. Thanks.