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>] [day] [month] [year] [list]
Date:	Tue, 7 Apr 2009 22:37:25 -0500
From:	Mark Miller <mark@...ell.org>
To:	linux-kernel@...r.kernel.org
Cc:	Embedded Linux mailing list <linux-embedded@...r.kernel.org>,
	qemu-devel@...gnu.org
Subject: Versatile PB Board Support for ARMv6 and ARMv7

(Apologies if this appeared twice for some. My mail client was  
misbehaving and sending HTML messages)

In late October 2008, according to the git logs, the methodology for  
selecting a processor on several boards, at least the Versatile PB  
board was changed so that it automatically selects CPU_ARM926T as a  
hidden symbol.

The reason I have a question, is since QEMU currently can emulate a  
Versatile PB board with other processors than just the ARM926T (Such  
as the ARM1136 (ARMv6) and Cortex-A8 (ARMv7), is there a good way to  
allow that in the mainstream kernel? Previously the patch was to just  
add extra potential dependencies on CPU_V6 and CPU_V7, so that by  
selecting MACH_VERSATILE_PB, you could select ARMv6/v7 support.

Currently I'm just deleting the select statement, and having all the  
CPUs appear, as no longer hidden symbols. My question is, what is the  
best way to allow for other processors for this board in Kconfig, so  
it could be submitted to the mainstream kernel?

-- 
Mark A. Miller
mark@...ell.org



--
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