linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: al.stone@linaro.org (Al Stone)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 5/6] ACPI: do not map/unmap memory regions for FADT entries in reduced HW mode
Date: Mon, 13 Jan 2014 17:59:25 -0700	[thread overview]
Message-ID: <52D48BED.4060505@linaro.org> (raw)
In-Reply-To: <11986900.5FYeBqExXg@vostro.rjw.lan>

On 01/13/2014 05:02 PM, Rafael J. Wysocki wrote:
> On Monday, January 13, 2014 04:07:19 PM Al Stone wrote:
>> On 01/10/2014 04:32 PM, Rafael J. Wysocki wrote:
>>> On Friday, January 10, 2014 03:52:19 PM al.stone at linaro.org wrote:
>>>> From: Al Stone <al.stone@linaro.org>
>>>>
>>>> Several of the FADT fields are normally kept in specific memory
>>>> regions.  Since these fields are to be ignored in hardware reduced
>>>> ACPI mode, do not map those addresses when in that mode, and of
>>>> course do not release the mappings that have not been made.
>>>>
>>>> The function acpi_os_initialize() could become a stub in the header
>>>> file but is left here in case it can be of further use.
>>>
>>> Why exactly is this change necessary?
>>
>> Two reasons: (1) why do work we do not have to do?  and (2) it
>> seemed to make sense to me to have the code reflect the spec
>> accurately.
>>
>>> Will things work incorrectly on HW-reduced ACPI systems if we don't make it?
>>
>> If the ACPI tables have all of these fields properly set to zero
>> in hardware reduced, this change does not need to be made.  If a
>> vendor provides broken ACPI tables where these values are valid,
>> but still sets hardware reduced in the FADT, these fields could
>> then be used as before -- but allowing them to be used would mean
>> we can no longer claim we are implementing hardware reduced correctly.
>> So things would work, but the system would by definition be in some
>> sort of undefined hybrid ACPI mode.
>
> So this is how it goes.  I'm being told that there are systems in existence
> where the HW-reduced bit is set for Windows RT compatibility, but otherwise
> the ACPI HW is fully functional on them.  Apparently, people are able to
> install and run Linux on those systems today.
>
> Question is, are they still going to be able to run Linux on them after the
> changes in this set?

Hrm.  This would have been incredibly useful to know earlier.  I
might have taken a completely different approach.  Or perhaps not
even have bothered.

I'm not naive enough to think all vendors will fully or rigorously
comply with standards.  Down that path madness lies.  But at face
value, it sounds like they didn't even try.

Without access to the ACPI tables and the hardware itself, there is
no way to know if Linux will run; I have yet to see any such system.
The phrase "...the ACPI HW is fully functional..." could mean way too
many things -- it could mean anything from strict compliance with
hardware reduced mode to completely compliant with legacy mode but all
we did was toggle the hardware reduced flag so we could use GPIOs 
instead of an SCI.

As far as I can tell, that makes the question undecidable.  I can't
prove a negative -- I can't prove these patches won't break an unknown
set of systems that have implemented an unknown hybrid of legacy and
hardware reduced modes.

If someone can tell me that these mongrel ACPI systems continue
to run correctly when they run a Linux built with the
ACPI_REDUCED_HARDWARE flag set in the ACPICA code, I might at least
have a clue as to where the boundaries of compliance are.

Or, if such hardware is commercially available, where does one get it?

Otherwise, the only safe patch is 1/6, the Kconfig changes.

-- 
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Linaro Enterprise Group
al.stone at linaro.org
-----------------------------------

  reply	other threads:[~2014-01-14  0:59 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10 22:52 [PATCH v6 0/6] Hardware Reduced Mode Cleanup for ACPI al.stone at linaro.org
2014-01-10 22:52 ` [PATCH v6 1/6] ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLY to enforce this ACPI mode al.stone at linaro.org
2014-01-10 23:11   ` Rafael J. Wysocki
2014-01-10 23:13     ` Al Stone
2014-01-10 23:40       ` Rafael J. Wysocki
2014-01-10 22:52 ` [PATCH v6 2/6] ACPI: bus master reload not supported in reduced HW mode al.stone at linaro.org
2014-01-10 22:52 ` [PATCH v6 3/6] ACPI: HW reduced mode does not allow use of the FADT sci_interrupt field al.stone at linaro.org
2014-01-10 23:20   ` Rafael J. Wysocki
2014-01-13 22:28     ` Al Stone
2014-01-14  0:21       ` Rafael J. Wysocki
2014-01-10 22:52 ` [PATCH v6 4/6] ACPI: in HW reduced mode, using FADT PM information is not allowed al.stone at linaro.org
2014-01-10 23:31   ` Rafael J. Wysocki
2014-01-13 22:46     ` Al Stone
2014-01-14  0:06       ` Rafael J. Wysocki
2014-01-10 22:52 ` [PATCH v6 5/6] ACPI: do not map/unmap memory regions for FADT entries in reduced HW mode al.stone at linaro.org
2014-01-10 23:32   ` Rafael J. Wysocki
2014-01-13 23:07     ` Al Stone
2014-01-14  0:02       ` Rafael J. Wysocki
2014-01-14  0:59         ` Al Stone [this message]
2014-01-14 17:18           ` Al Stone
2014-01-10 22:52 ` [PATCH v6 6/6] ACPI: make sure ECs do not use the ACPI global lock al.stone at linaro.org
2014-01-10 23:33   ` Rafael J. Wysocki
2014-01-13 23:46     ` Al Stone
2014-01-10 23:25 ` [PATCH v6 0/6] Hardware Reduced Mode Cleanup for ACPI Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D48BED.4060505@linaro.org \
    --to=al.stone@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).