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:	Wed, 4 Apr 2007 11:29:24 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Tony Lindgren <tony@...mide.com>
Cc:	linux-kernel@...r.kernel.org,
	Marek Vašut <marek.vasut@...il.com>
Subject: Re: [PATCH 18/90] ARM: OMAP: PalmZ71 support

On Wed,  4 Apr 2007 14:04:57 -0400 Tony Lindgren wrote:

> From: =?utf-8?q?Marek_Va=C5=A1ut?= <marek.vasut@...il.com>
> 
> Palmz71 specific things - board file.
> 
> Signed-off-by: Marek Vašut <marek.vasut@...il.com>
> Signed-off-by: Tony Lindgren <tony@...mide.com>
> ---
>  arch/arm/mach-omap1/Kconfig               |    9 +
>  arch/arm/mach-omap1/Makefile              |    1 +
>  arch/arm/mach-omap1/board-palmz71.c       |  384 +++++++++++++++++++++++++++++
>  include/asm-arm/arch-omap/board-palmz71.h |   26 ++
>  include/asm-arm/arch-omap/hardware.h      |    4 +
>  5 files changed, 424 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig
> index cc266bf..1cdb0ea 100644
> --- a/arch/arm/mach-omap1/Kconfig
> +++ b/arch/arm/mach-omap1/Kconfig
> @@ -86,6 +86,15 @@ config MACH_OMAP_PALMTE
>  	  http://palmtelinux.sourceforge.net/ for more information.
>  	  Say Y here if you have this PDA model, say N otherwise.
>  
> +config MACH_OMAP_PALMZ71
> +		bool "Palm Zire71"
> +		depends on ARCH_OMAP1 && ARCH_OMAP15XX
> +		help

Indentation as documented and expected and like the rest of the
kernel tree, please:
one tab on lines above, one tab + 2 spaces on help text below.

> +	 Support for the Palm Zire71 PDA. To boot the kernel,
> +	 you'll need a PalmOS compatible bootloader; check out
> +	 http://hackndev.com/palm/z71 for more informations.
> +	 Say Y here if you have such a PDA, say N otherwise.
> +
>  config MACH_NOKIA770
>  	bool "Nokia 770"
>  	depends on ARCH_OMAP1 && ARCH_OMAP16XX

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
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