From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755354Ab2AQQw2 (ORCPT ); Tue, 17 Jan 2012 11:52:28 -0500 Received: from acsinet15.oracle.com ([141.146.126.227]:50701 "EHLO acsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754841Ab2AQQw1 (ORCPT ); Tue, 17 Jan 2012 11:52:27 -0500 Date: Tue, 17 Jan 2012 11:49:20 -0500 From: Konrad Rzeszutek Wilk To: Len Brown Cc: Konrad Rzeszutek Wilk , "H. Peter Anvin" , Konrad Rzeszutek Wilk , "Brown, Len" , linux-acpi@vger.kernel.org, sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, pjones@redhat.com Subject: Re: Re-add ibft tree to linux-next please Message-ID: <20120117164920.GA5111@phenom.dumpdata.com> References: <20111212145330.GA16278@andromeda.dapyr.net> <4EE68D57.7030603@zytor.com> <20111213021536.GC2730@konrad-lan> <4F1580DE.1060002@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F1580DE.1060002@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-CT-RefId: str=0001.0A090205.4F15A70E.0024,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 17, 2012 at 09:08:30AM -0500, Len Brown wrote: > > > The trick is that we also have to retain the code functionality if > > "# CONFIG_ACPI is not set" to scan the memory for the iBFT. That part > > should definitly _not_ be moved to drivers/acpi. It could be moved to > > arch/x86/ .. but it could also stay in drivers/firmware. > > > Are there really hardware/firmware configurations that support IBFT > and do not support ACPI? gPXE can be used in legacy environments. And it (gPXE) does not update the ACPI tables. > > If yes, do they require an OS that has CONFIG_ACPI=n? I can't think of anybody nowadays doing CONFIG_ACPI=n for x86. Is there anybody doing it? > Or would finding the table with CONFIG_ACPI=y and acpi_disabled=1 > be sufficient? I think that would work. And also if 'acpi_disabled=0' as you might have an IBFT table in memory that is _not_ hooked up to the ACPI tables.