From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XyPX7-0004v6-Uh for mharc-grub-devel@gnu.org; Tue, 09 Dec 2014 13:29:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyPX0-0004sy-Sl for grub-devel@gnu.org; Tue, 09 Dec 2014 13:29:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyPWv-00040f-4s for grub-devel@gnu.org; Tue, 09 Dec 2014 13:29:06 -0500 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:61419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyPWu-00040L-Rc for grub-devel@gnu.org; Tue, 09 Dec 2014 13:29:01 -0500 Received: by mail-la0-f48.google.com with SMTP id gf13so1020129lab.21 for ; Tue, 09 Dec 2014 10:29:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=5bsZhMjuzorPL2jDXHpvlpLpISzTwRVG1ZUz7Ee7Kac=; b=robUEyavndB2gtHgMdBO/+RUn2rxBe5GDK01ap4jGLPxs6YLUsz3j1EeIMR6YmIyPu u5k/H+e9SMa98fkO42G3dootipRkmdD+I3/3MAcsryGDsjRdJz3tZcsX6x+P/UP2TyH6 KRM4hZSL+QKQmG2RYC7j10ldaxY2q9klrgCOn1r2Ub/Dvyj2j4s2P5r7VrJm70AvHhb1 ev3FSzmwcDJ6GRwgU8kJ6QrPMGuCF4VUjZpLZJaNL1yNsXkzPDVwjysdank3OAUzwMsp xfSt3SocVdQv7oxHmhiJ/SPpWb8s5O8YvwoBYxbLNFAZ6cGy0dSz3h/lpQ6JFQxF5met 1Ppg== X-Received: by 10.152.206.67 with SMTP id lm3mr23252908lac.16.1418149740052; Tue, 09 Dec 2014 10:29:00 -0800 (PST) Received: from opensuse.site (ppp91-76-15-25.pppoe.mtu-net.ru. [91.76.15.25]) by mx.google.com with ESMTPSA id nb7sm553905lbb.43.2014.12.09.10.28.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Dec 2014 10:28:59 -0800 (PST) Date: Tue, 9 Dec 2014 21:28:57 +0300 From: Andrei Borzenkov To: Guillermo Amaral Subject: Re: Implementing ATA unlock in Grub hdparm Message-ID: <20141209212857.7d4303c2@opensuse.site> In-Reply-To: <20141208191701.GA32180@enterprise.localdomain> References: <20141208191701.GA32180@enterprise.localdomain> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 18:29:12 -0000 =D0=92 Mon, 8 Dec 2014 11:17:01 -0800 Guillermo Amaral =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Hi guys, >=20 > I've got some free time on my hands and I was thinking of adding ATA > unlock support in grub's hdparm implementation. >=20 > I wanted to see if somebody was actively working on this, or if somebody > would be opposed to it being implemented. >=20 I do not remember anything posted here in the last couple of years. > My main reason for wanting this feature is to give unlock support to > systems that don't support it through the BIOS. My laptop for example > (an HP DV7-somethingorother) has no such support, so I'm forced to use a > custom initrd to unlock and freeze my drives. >=20 > Cheers, > G >=20