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

* Randy Dunlap <randy.dunlap@...cle.com> [070404 14:28]:
> 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

Thanks for taking the time to look through the patches. Following
is an updated version of the patch.

Regards,

Tony

View attachment "0018-ARM-OMAP-PalmZ71-support.txt" of type "text/plain" (13512 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ