From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms Date: Thu, 26 Jun 2008 20:57:16 +0200 Message-ID: <4863E68C.30802@seznam.cz> References: <1214483429-32360-1-git-send-email-monstr@seznam.cz> <1214483429-32360-2-git-send-email-monstr@seznam.cz> <1214483429-32360-3-git-send-email-monstr@seznam.cz> <1214483429-32360-4-git-send-email-monstr@seznam.cz> <1214483429-32360-5-git-send-email-monstr@seznam.cz> <1214483429-32360-6-git-send-email-monstr@seznam.cz> <1214483429-32360-7-git-send-email-monstr@seznam.cz> <1214483429-32360-8-git-send-email-monstr@seznam.cz> <1214483429-32360-9-git-send-email-monstr@seznam.cz> <1214483429-32360-10-git-send-email-monstr@seznam.cz> <1214483429-32360-11-git-send-email-monstr@seznam.cz> <1214483429-32360-12-git-send-email-monstr@seznam.cz> <1214483429-32360-13-git-send-email-monstr@seznam.cz> <4863B096.7020309@freescale.com> Reply-To: monstr@seznam.cz Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4863B096.7020309@freescale.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org To: Jon Loeliger Cc: linux-arch@vger.kernel.org, alan@lxorguk.ukuu.org.uk, arnd@arndb.de, vapier.adi@gmail.com, matthew@wil.cx, microblaze-uclinux@itee.uq.edu.au, linux-kernel@vger.kernel.org, drepper@redhat.com, linuxppc-dev@ozlabs.org, will.newton@gmail.com, hpa@zytor.com, John.Linn@xilinx.com, john.williams@petalogix.com List-Id: linux-arch.vger.kernel.org OK. We have to change fdt generator with Steve. Steve: can you look at it? M > monstr@seznam.cz wrote: >> From: Michal Simek >> >> >> Signed-off-by: Michal Simek >> --- >> arch/microblaze/platform/generic/system.dts | 300 >> +++++++++++++++++++++++++++ >> 1 files changed, 300 insertions(+), 0 deletions(-) >> create mode 100644 arch/microblaze/platform/generic/system.dts >> >> diff --git a/arch/microblaze/platform/generic/system.dts >> b/arch/microblaze/platform/generic/system.dts >> new file mode 100644 >> index 0000000..724a037 >> --- /dev/null >> +++ b/arch/microblaze/platform/generic/system.dts >> @@ -0,0 +1,300 @@ >> +/* >> + * (C) Copyright 2007-2008 Xilinx, Inc. >> + * (C) Copyright 2007-2008 Michal Simek >> + * >> + * Michal SIMEK >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as >> + * published by the Free Software Foundation; either version 2 of >> + * the License, or (at your option) any later version. >> + * >> + * This program is distributed in the hope that it will be useful, >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> + * GNU General Public License for more details. >> + * >> + * You should have received a copy of the GNU General Public License >> + * along with this program; if not, write to the Free Software >> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, >> + * MA 02111-1307 USA >> + * >> + * CAUTION: This file is automatically generated by libgen. >> + * Version: Xilinx EDK 9.2.02 EDK_Jm_SP2.3 >> + * Generate by FDT v1.00.a >> + */ >> + >> +/ { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + compatible = "xlnx,microblaze"; >> + model = "testing"; >> + DDR_SDRAM_32Mx16: memory@20000000 { >> + device_type = "memory"; >> + reg = < 20000000 2000000 >; >> + } ; >> + chosen { >> + bootargs = "console=ttyUL0,115200 loglevel=15"; >> + linux,stdout-path = "/plb@0/serial@40100000"; >> + } ; >> + cpus { >> + #address-cells = <1>; >> + #cpus = <1>; >> + #size-cells = <0>; >> + microblaze_0: cpu@0 { >> + clock-frequency = <2faf080>; > > > This should really be using the /dts-v1/ format now. > > Thanks, > jdl > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.101 / Virus Database: 270.4.1/1519 - Release Date: 25.6.2008 04:13 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mxl.seznam.cz ([77.75.72.44]:38073 "EHLO mxl.seznam.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752186AbYFZS4v (ORCPT ); Thu, 26 Jun 2008 14:56:51 -0400 Message-ID: <4863E68C.30802@seznam.cz> Date: Thu, 26 Jun 2008 20:57:16 +0200 From: Michal Simek Reply-To: monstr@seznam.cz MIME-Version: 1.0 Subject: Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms References: <1214483429-32360-1-git-send-email-monstr@seznam.cz> <1214483429-32360-2-git-send-email-monstr@seznam.cz> <1214483429-32360-3-git-send-email-monstr@seznam.cz> <1214483429-32360-4-git-send-email-monstr@seznam.cz> <1214483429-32360-5-git-send-email-monstr@seznam.cz> <1214483429-32360-6-git-send-email-monstr@seznam.cz> <1214483429-32360-7-git-send-email-monstr@seznam.cz> <1214483429-32360-8-git-send-email-monstr@seznam.cz> <1214483429-32360-9-git-send-email-monstr@seznam.cz> <1214483429-32360-10-git-send-email-monstr@seznam.cz> <1214483429-32360-11-git-send-email-monstr@seznam.cz> <1214483429-32360-12-git-send-email-monstr@seznam.cz> <1214483429-32360-13-git-send-email-monstr@seznam.cz> <4863B096.7020309@freescale.com> In-Reply-To: <4863B096.7020309@freescale.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jon Loeliger Cc: linux-arch@vger.kernel.org, arnd@arndb.de, vapier.adi@gmail.com, matthew@wil.cx, microblaze-uclinux@itee.uq.edu.au, linux-kernel@vger.kernel.org, John.Linn@xilinx.com, linuxppc-dev@ozlabs.org, will.newton@gmail.com, john.williams@petalogix.com, hpa@zytor.com, drepper@redhat.com, alan@lxorguk.ukuu.org.uk Message-ID: <20080626185716.Szo880euevKFu6FWCww2DeOshxHGa250ewBXqixwBZ0@z> OK. We have to change fdt generator with Steve. Steve: can you look at it? M > monstr@seznam.cz wrote: >> From: Michal Simek >> >> >> Signed-off-by: Michal Simek >> --- >> arch/microblaze/platform/generic/system.dts | 300 >> +++++++++++++++++++++++++++ >> 1 files changed, 300 insertions(+), 0 deletions(-) >> create mode 100644 arch/microblaze/platform/generic/system.dts >> >> diff --git a/arch/microblaze/platform/generic/system.dts >> b/arch/microblaze/platform/generic/system.dts >> new file mode 100644 >> index 0000000..724a037 >> --- /dev/null >> +++ b/arch/microblaze/platform/generic/system.dts >> @@ -0,0 +1,300 @@ >> +/* >> + * (C) Copyright 2007-2008 Xilinx, Inc. >> + * (C) Copyright 2007-2008 Michal Simek >> + * >> + * Michal SIMEK >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License as >> + * published by the Free Software Foundation; either version 2 of >> + * the License, or (at your option) any later version. >> + * >> + * This program is distributed in the hope that it will be useful, >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> + * GNU General Public License for more details. >> + * >> + * You should have received a copy of the GNU General Public License >> + * along with this program; if not, write to the Free Software >> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, >> + * MA 02111-1307 USA >> + * >> + * CAUTION: This file is automatically generated by libgen. >> + * Version: Xilinx EDK 9.2.02 EDK_Jm_SP2.3 >> + * Generate by FDT v1.00.a >> + */ >> + >> +/ { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + compatible = "xlnx,microblaze"; >> + model = "testing"; >> + DDR_SDRAM_32Mx16: memory@20000000 { >> + device_type = "memory"; >> + reg = < 20000000 2000000 >; >> + } ; >> + chosen { >> + bootargs = "console=ttyUL0,115200 loglevel=15"; >> + linux,stdout-path = "/plb@0/serial@40100000"; >> + } ; >> + cpus { >> + #address-cells = <1>; >> + #cpus = <1>; >> + #size-cells = <0>; >> + microblaze_0: cpu@0 { >> + clock-frequency = <2faf080>; > > > This should really be using the /dts-v1/ format now. > > Thanks, > jdl > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG. > Version: 8.0.101 / Virus Database: 270.4.1/1519 - Release Date: 25.6.2008 04:13