Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753117AbbB1QoX (ORCPT ); Sat, 28 Feb 2015 11:44:23 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:46534 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751390AbbB1QoU (ORCPT ); Sat, 28 Feb 2015 11:44:20 -0500 Date: Sat, 28 Feb 2015 17:44:13 +0100 From: Pavel Machek To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: =?iso-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Rob Herring , Russell King , Paul Walmsley , Herbert Xu , "David S. Miller" , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, Nishanth Menon , Ivaylo Dimitrov , Aaro Koskinen , Sebastian Reichel Subject: Re: [PATCH 08/10] ARM: dts: n900: Enable omap sham and include directly omap34xx.dtsi Message-ID: <20150228164413.GF4978@amd> References: <1424958600-18881-1-git-send-email-pali.rohar@gmail.com> <1424958600-18881-9-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1424958600-18881-9-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1986 Lines: 49 On Thu 2015-02-26 14:49:58, Pali Roh?r wrote: > This patch moves content of file omap34xx-hs.dtsi into omap3-n900.dts and enable > omap sham support (omap HW support for SHA + MD5). After testing both omap hwmod > and omap-sham.ko drivers it looks like signed Nokia X-Loader enable L3 firewall > for omap sham. There is no kernel crash with both official bootloader and crypto > enable bootloader. So we can safely enable sham code. > > Signed-off-by: Pali Roh?r Acked-by: Pavel Machek > +/* > + * Default secure signed bootloader (Nokia X-Loader) does not enable L3 firewall > + * for omap AES HW crypto support. When linux kernel try to access memory of AES When Linux Kernel tries... > + * blocks then kernel receive "Unhandled fault: external abort on non-linefetch" , the kernel receives > + * and crash. Until somebody fix omap-aes.c and omap_hwmod_3xxx_data.c code (no and crashes. Until somebody fixes > + * crash anymore) omap AES support will be disabled for all Nokia N900 devices. > + * There is "unofficial" version of bootloader which enables AES in L3 firewall firewall, > + * but it is not widely used and to prevent kernel crash rather AES is disabled. > + * There is also no runtime detection code if AES is disabled in L3 firewall... > + */ > +&aes { > + status = "disabled"; > +}; > + > / { > model = "Nokia N900"; > compatible = "nokia,omap3-n900", "ti,omap3430", "ti,omap3"; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/