lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Jun 2008 10:07:02 -0500
From:	Jon Loeliger <jdl@...escale.com>
To:	monstr@...nam.cz
CC:	linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
	alan@...rguk.ukuu.org.uk, Michal Simek <monstr@...str.eu>,
	vapier.adi@...il.com, arnd@...db.de, matthew@....cx,
	microblaze-uclinux@...e.uq.edu.au, drepper@...hat.com,
	linuxppc-dev@...abs.org, will.newton@...il.com, hpa@...or.com,
	John.Linn@...inx.com, john.williams@...alogix.com
Subject: Re: [PATCH 12/60] microblaze_v4: Generic dts file for platforms

monstr@...nam.cz wrote:
> From: Michal Simek <monstr@...str.eu>
> 
> 
> Signed-off-by: Michal Simek <monstr@...str.eu>
> ---
>  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 <monstr@...str.eu>
> + *
> + * 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@...00000 {
> +		device_type = "memory";
> +		reg = < 20000000 2000000 >;
> +	} ;
> +	chosen {
> +		bootargs = "console=ttyUL0,115200 loglevel=15";
> +		linux,stdout-path = "/plb@...erial@...00000";
> +	} ;
> +	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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ