diff mbox

[edk2,v2] ArmVirtPkg/PlatformHasAcpiDtDxe: allow guest level ACPI disable override

Message ID 20170329175039.29635-1-ard.biesheuvel@linaro.org
State Accepted
Commit 7e5f1b673870897eeb1a9fba1c2b006ca366579c
Headers show

Commit Message

Ard Biesheuvel March 29, 2017, 5:50 p.m. UTC
In general, we should not present two separate (and inevitably different)
hardware descriptions to the OS, in the form of ACPI tables and a device
tree blob. For this reason, we recently added the logic to ArmVirtQemu to
only expose the ACPI 2.0 entry point if no DT binary is being passed, and
vice versa.

However, this is arguably a regression for those who relied on DT
descriptions being available, even if the former behavior can be
restored by passing the -no-acpi switch to QEMU.

So allow a secret handshake with the UEFI Shell, to set a variable that
will result in ACPI to be disabled on subsequent boots even if -no-acpi
was not passed on the QEMU command line.

  setvar -nv -bs -guid 50bea1e5-a2c5-46e9-9b3a-59596516b00a ForceNoAcpi =01

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 ArmVirtPkg/ArmVirtPkg.dec                                | 9 +++++++++
 ArmVirtPkg/ArmVirtQemu.dsc                               | 3 +++
 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c   | 2 ++
 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf | 5 +++++
 4 files changed, 19 insertions(+)

-- 
2.9.3

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Laszlo Ersek March 29, 2017, 6:44 p.m. UTC | #1
On 03/29/17 19:50, Ard Biesheuvel wrote:
> In general, we should not present two separate (and inevitably different)

> hardware descriptions to the OS, in the form of ACPI tables and a device

> tree blob. For this reason, we recently added the logic to ArmVirtQemu to

> only expose the ACPI 2.0 entry point if no DT binary is being passed, and

> vice versa.

> 

> However, this is arguably a regression for those who relied on DT

> descriptions being available, even if the former behavior can be

> restored by passing the -no-acpi switch to QEMU.

> 

> So allow a secret handshake with the UEFI Shell, to set a variable that

> will result in ACPI to be disabled on subsequent boots even if -no-acpi

> was not passed on the QEMU command line.

> 

>   setvar -nv -bs -guid 50bea1e5-a2c5-46e9-9b3a-59596516b00a ForceNoAcpi =01

> 

> Contributed-under: TianoCore Contribution Agreement 1.0

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> ---

>  ArmVirtPkg/ArmVirtPkg.dec                                | 9 +++++++++

>  ArmVirtPkg/ArmVirtQemu.dsc                               | 3 +++

>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c   | 2 ++

>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf | 5 +++++

>  4 files changed, 19 insertions(+)

> 

> diff --git a/ArmVirtPkg/ArmVirtPkg.dec b/ArmVirtPkg/ArmVirtPkg.dec

> index efe83a383d55..a8603e1b80e5 100644

> --- a/ArmVirtPkg/ArmVirtPkg.dec

> +++ b/ArmVirtPkg/ArmVirtPkg.dec

> @@ -34,6 +34,8 @@ [Guids.common]

>    gArmVirtTokenSpaceGuid = { 0x0B6F5CA7, 0x4F53, 0x445A, { 0xB7, 0x6E, 0x2E, 0x36, 0x5B, 0x80, 0x63, 0x66 } }

>    gEarlyPL011BaseAddressGuid       = { 0xB199DEA9, 0xFD5C, 0x4A84, { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } }

>  

> +  gArmVirtVariableGuid   = { 0x50bea1e5, 0xa2c5, 0x46e9, { 0x9b, 0x3a, 0x59, 0x59, 0x65, 0x16, 0xb0, 0x0a } }

> +

>  [Protocols]

>    gFdtClientProtocolGuid = { 0xE11FACA0, 0x4710, 0x4C8E, { 0xA7, 0xA2, 0x01, 0xBA, 0xA2, 0x59, 0x1B, 0x4C } }

>  

> @@ -58,3 +60,10 @@ [PcdsFixedAtBuild, PcdsPatchableInModule]

>    # EFI_VT_100_GUID.

>    #

>    gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x65, 0x60, 0xA6, 0xDF, 0x19, 0xB4, 0xD3, 0x11, 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D}|VOID*|0x00000007

> +

> +[PcdsDynamic]

> +  #

> +  # Whether to force disable ACPI, regardless of the fw_cfg settings

> +  # exposed by QEMU

> +  #

> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|0x0|BOOLEAN|0x00000003

> diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc

> index 4075b92aa2cb..76a7908105ab 100644

> --- a/ArmVirtPkg/ArmVirtQemu.dsc

> +++ b/ArmVirtPkg/ArmVirtQemu.dsc

> @@ -210,6 +210,9 @@ [PcdsDynamicDefault.common]

>    gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0

>    gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE

>  

> +[PcdsDynamicHii]

> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

> +

>  ################################################################################

>  #

>  # Components Section - list of all EDK II Modules needed by this Platform

> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

> index 8932dacabec5..da3cee645cfb 100644

> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

> @@ -17,6 +17,7 @@

>  #include <Guid/PlatformHasDeviceTree.h>

>  #include <Library/BaseLib.h>

>  #include <Library/DebugLib.h>

> +#include <Library/PcdLib.h>

>  #include <Library/QemuFwCfgLib.h>

>  #include <Library/UefiBootServicesTableLib.h>

>  

> @@ -37,6 +38,7 @@ PlatformHasAcpiDt (

>    // errors here.

>    //

>    if (MAX_UINTN == MAX_UINT64 &&

> +      !PcdGetBool (PcdForceNoAcpi) &&

>        !EFI_ERROR (

>           QemuFwCfgFindFile (

>             "etc/table-loader",

> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

> index 4466bead57c2..08025f0c3722 100644

> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

> @@ -25,6 +25,7 @@ [Sources]

>    PlatformHasAcpiDtDxe.c

>  

>  [Packages]

> +  ArmVirtPkg/ArmVirtPkg.dec

>    EmbeddedPkg/EmbeddedPkg.dec

>    MdePkg/MdePkg.dec

>    OvmfPkg/OvmfPkg.dec

> @@ -32,6 +33,7 @@ [Packages]

>  [LibraryClasses]

>    BaseLib

>    DebugLib

> +  PcdLib

>    QemuFwCfgLib

>    UefiBootServicesTableLib

>    UefiDriverEntryPoint

> @@ -40,5 +42,8 @@ [Guids]

>    gEdkiiPlatformHasAcpiGuid       ## SOMETIMES_PRODUCES ## PROTOCOL

>    gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL

>  

> +[Pcd]

> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi

> +

>  [Depex]

>    TRUE

> 


Technically the patch is sound. I continue to disagree with its goal though.

Technically, the patch could be improved (towards its wrong goal) by
exposing the boolean knob with an HII checkbox, called "disable ACPI
regardless of what the QEMU command line says". That would mirror Marc's
comments from earlier.

For now, I actually agree with you that we shouldn't expose the knob
through HII however. Your reason for not doing HII is to mitigate what
you perceive as a regression as quickly as possible. My reason is that I
want to keep this loophole out of public view as much as possible, and
the UEFI shell is arguably harder to approach than an HII form.

* Please extend the commit message with the UEFI shell command that
closes the loophole again.

* Also, please get Marc and Mark to ACK this patch, using their @arm.com
email addresses. (I wish I could get Leif to ACK the patch as well, but
he's on vacation.)

* Finally, please add:

Abstained-by: Laszlo Ersek <lersek@redhat.com>

before pushing the patch.

The commit log has to show that ARM people were okay with this, and that
my own self was opposed. I generally abhor regressions, but in this case
I feel the risk for the ecosystem is too large, so abstaining (in a
documented way) is the best I can do for you now. I'll re-state for one
last time that IMO this patch will contribute to the fragmentation that
we see in the hardware description space.

(We'll revert the patch in RH downstream.)

Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel March 29, 2017, 7:10 p.m. UTC | #2
On 29 March 2017 at 19:44, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/29/17 19:50, Ard Biesheuvel wrote:

>> In general, we should not present two separate (and inevitably different)

>> hardware descriptions to the OS, in the form of ACPI tables and a device

>> tree blob. For this reason, we recently added the logic to ArmVirtQemu to

>> only expose the ACPI 2.0 entry point if no DT binary is being passed, and

>> vice versa.

>>

>> However, this is arguably a regression for those who relied on DT

>> descriptions being available, even if the former behavior can be

>> restored by passing the -no-acpi switch to QEMU.

>>

>> So allow a secret handshake with the UEFI Shell, to set a variable that

>> will result in ACPI to be disabled on subsequent boots even if -no-acpi

>> was not passed on the QEMU command line.

>>

>>   setvar -nv -bs -guid 50bea1e5-a2c5-46e9-9b3a-59596516b00a ForceNoAcpi =01

>>

>> Contributed-under: TianoCore Contribution Agreement 1.0

>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>> ---

>>  ArmVirtPkg/ArmVirtPkg.dec                                | 9 +++++++++

>>  ArmVirtPkg/ArmVirtQemu.dsc                               | 3 +++

>>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c   | 2 ++

>>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf | 5 +++++

>>  4 files changed, 19 insertions(+)

>>

>> diff --git a/ArmVirtPkg/ArmVirtPkg.dec b/ArmVirtPkg/ArmVirtPkg.dec

>> index efe83a383d55..a8603e1b80e5 100644

>> --- a/ArmVirtPkg/ArmVirtPkg.dec

>> +++ b/ArmVirtPkg/ArmVirtPkg.dec

>> @@ -34,6 +34,8 @@ [Guids.common]

>>    gArmVirtTokenSpaceGuid = { 0x0B6F5CA7, 0x4F53, 0x445A, { 0xB7, 0x6E, 0x2E, 0x36, 0x5B, 0x80, 0x63, 0x66 } }

>>    gEarlyPL011BaseAddressGuid       = { 0xB199DEA9, 0xFD5C, 0x4A84, { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } }

>>

>> +  gArmVirtVariableGuid   = { 0x50bea1e5, 0xa2c5, 0x46e9, { 0x9b, 0x3a, 0x59, 0x59, 0x65, 0x16, 0xb0, 0x0a } }

>> +

>>  [Protocols]

>>    gFdtClientProtocolGuid = { 0xE11FACA0, 0x4710, 0x4C8E, { 0xA7, 0xA2, 0x01, 0xBA, 0xA2, 0x59, 0x1B, 0x4C } }

>>

>> @@ -58,3 +60,10 @@ [PcdsFixedAtBuild, PcdsPatchableInModule]

>>    # EFI_VT_100_GUID.

>>    #

>>    gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x65, 0x60, 0xA6, 0xDF, 0x19, 0xB4, 0xD3, 0x11, 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D}|VOID*|0x00000007

>> +

>> +[PcdsDynamic]

>> +  #

>> +  # Whether to force disable ACPI, regardless of the fw_cfg settings

>> +  # exposed by QEMU

>> +  #

>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|0x0|BOOLEAN|0x00000003

>> diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc

>> index 4075b92aa2cb..76a7908105ab 100644

>> --- a/ArmVirtPkg/ArmVirtQemu.dsc

>> +++ b/ArmVirtPkg/ArmVirtQemu.dsc

>> @@ -210,6 +210,9 @@ [PcdsDynamicDefault.common]

>>    gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0

>>    gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE

>>

>> +[PcdsDynamicHii]

>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

>> +

>>  ################################################################################

>>  #

>>  # Components Section - list of all EDK II Modules needed by this Platform

>> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>> index 8932dacabec5..da3cee645cfb 100644

>> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>> @@ -17,6 +17,7 @@

>>  #include <Guid/PlatformHasDeviceTree.h>

>>  #include <Library/BaseLib.h>

>>  #include <Library/DebugLib.h>

>> +#include <Library/PcdLib.h>

>>  #include <Library/QemuFwCfgLib.h>

>>  #include <Library/UefiBootServicesTableLib.h>

>>

>> @@ -37,6 +38,7 @@ PlatformHasAcpiDt (

>>    // errors here.

>>    //

>>    if (MAX_UINTN == MAX_UINT64 &&

>> +      !PcdGetBool (PcdForceNoAcpi) &&

>>        !EFI_ERROR (

>>           QemuFwCfgFindFile (

>>             "etc/table-loader",

>> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>> index 4466bead57c2..08025f0c3722 100644

>> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>> @@ -25,6 +25,7 @@ [Sources]

>>    PlatformHasAcpiDtDxe.c

>>

>>  [Packages]

>> +  ArmVirtPkg/ArmVirtPkg.dec

>>    EmbeddedPkg/EmbeddedPkg.dec

>>    MdePkg/MdePkg.dec

>>    OvmfPkg/OvmfPkg.dec

>> @@ -32,6 +33,7 @@ [Packages]

>>  [LibraryClasses]

>>    BaseLib

>>    DebugLib

>> +  PcdLib

>>    QemuFwCfgLib

>>    UefiBootServicesTableLib

>>    UefiDriverEntryPoint

>> @@ -40,5 +42,8 @@ [Guids]

>>    gEdkiiPlatformHasAcpiGuid       ## SOMETIMES_PRODUCES ## PROTOCOL

>>    gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL

>>

>> +[Pcd]

>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi

>> +

>>  [Depex]

>>    TRUE

>>

>

> Technically the patch is sound. I continue to disagree with its goal though.

>

> Technically, the patch could be improved (towards its wrong goal) by

> exposing the boolean knob with an HII checkbox, called "disable ACPI

> regardless of what the QEMU command line says". That would mirror Marc's

> comments from earlier.

>

> For now, I actually agree with you that we shouldn't expose the knob

> through HII however. Your reason for not doing HII is to mitigate what

> you perceive as a regression as quickly as possible.


Not quite. I just think there is no reason to advertise the existence
of this facility.

> My reason is that I

> want to keep this loophole out of public view as much as possible, and

> the UEFI shell is arguably harder to approach than an HII form.

>


Indeed.

> * Please extend the commit message with the UEFI shell command that

> closes the loophole again.

>

> * Also, please get Marc and Mark to ACK this patch, using their @arm.com

> email addresses. (I wish I could get Leif to ACK the patch as well, but

> he's on vacation.)

>

> * Finally, please add:

>

> Abstained-by: Laszlo Ersek <lersek@redhat.com>

>

> before pushing the patch.

>


Thanks, I guess.

> The commit log has to show that ARM people were okay with this, and that

> my own self was opposed. I generally abhor regressions, but in this case

> I feel the risk for the ecosystem is too large, so abstaining (in a

> documented way) is the best I can do for you now. I'll re-state for one

> last time that IMO this patch will contribute to the fragmentation that

> we see in the hardware description space.

>


How on earth is having two ways to disable ACPI rather than one going
to cause fragmentation? Unlike v1, this patch does not allow you to
expose both DT and ACPI tables at the same time.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Laszlo Ersek March 29, 2017, 7:35 p.m. UTC | #3
On 03/29/17 21:10, Ard Biesheuvel wrote:
> On 29 March 2017 at 19:44, Laszlo Ersek <lersek@redhat.com> wrote:

>> On 03/29/17 19:50, Ard Biesheuvel wrote:

>>> In general, we should not present two separate (and inevitably different)

>>> hardware descriptions to the OS, in the form of ACPI tables and a device

>>> tree blob. For this reason, we recently added the logic to ArmVirtQemu to

>>> only expose the ACPI 2.0 entry point if no DT binary is being passed, and

>>> vice versa.

>>>

>>> However, this is arguably a regression for those who relied on DT

>>> descriptions being available, even if the former behavior can be

>>> restored by passing the -no-acpi switch to QEMU.

>>>

>>> So allow a secret handshake with the UEFI Shell, to set a variable that

>>> will result in ACPI to be disabled on subsequent boots even if -no-acpi

>>> was not passed on the QEMU command line.

>>>

>>>   setvar -nv -bs -guid 50bea1e5-a2c5-46e9-9b3a-59596516b00a ForceNoAcpi =01

>>>

>>> Contributed-under: TianoCore Contribution Agreement 1.0

>>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>>> ---

>>>  ArmVirtPkg/ArmVirtPkg.dec                                | 9 +++++++++

>>>  ArmVirtPkg/ArmVirtQemu.dsc                               | 3 +++

>>>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c   | 2 ++

>>>  ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf | 5 +++++

>>>  4 files changed, 19 insertions(+)

>>>

>>> diff --git a/ArmVirtPkg/ArmVirtPkg.dec b/ArmVirtPkg/ArmVirtPkg.dec

>>> index efe83a383d55..a8603e1b80e5 100644

>>> --- a/ArmVirtPkg/ArmVirtPkg.dec

>>> +++ b/ArmVirtPkg/ArmVirtPkg.dec

>>> @@ -34,6 +34,8 @@ [Guids.common]

>>>    gArmVirtTokenSpaceGuid = { 0x0B6F5CA7, 0x4F53, 0x445A, { 0xB7, 0x6E, 0x2E, 0x36, 0x5B, 0x80, 0x63, 0x66 } }

>>>    gEarlyPL011BaseAddressGuid       = { 0xB199DEA9, 0xFD5C, 0x4A84, { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } }

>>>

>>> +  gArmVirtVariableGuid   = { 0x50bea1e5, 0xa2c5, 0x46e9, { 0x9b, 0x3a, 0x59, 0x59, 0x65, 0x16, 0xb0, 0x0a } }

>>> +

>>>  [Protocols]

>>>    gFdtClientProtocolGuid = { 0xE11FACA0, 0x4710, 0x4C8E, { 0xA7, 0xA2, 0x01, 0xBA, 0xA2, 0x59, 0x1B, 0x4C } }

>>>

>>> @@ -58,3 +60,10 @@ [PcdsFixedAtBuild, PcdsPatchableInModule]

>>>    # EFI_VT_100_GUID.

>>>    #

>>>    gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x65, 0x60, 0xA6, 0xDF, 0x19, 0xB4, 0xD3, 0x11, 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D}|VOID*|0x00000007

>>> +

>>> +[PcdsDynamic]

>>> +  #

>>> +  # Whether to force disable ACPI, regardless of the fw_cfg settings

>>> +  # exposed by QEMU

>>> +  #

>>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|0x0|BOOLEAN|0x00000003

>>> diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc

>>> index 4075b92aa2cb..76a7908105ab 100644

>>> --- a/ArmVirtPkg/ArmVirtQemu.dsc

>>> +++ b/ArmVirtPkg/ArmVirtQemu.dsc

>>> @@ -210,6 +210,9 @@ [PcdsDynamicDefault.common]

>>>    gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0

>>>    gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE

>>>

>>> +[PcdsDynamicHii]

>>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

>>> +

>>>  ################################################################################

>>>  #

>>>  # Components Section - list of all EDK II Modules needed by this Platform

>>> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>>> index 8932dacabec5..da3cee645cfb 100644

>>> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>>> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c

>>> @@ -17,6 +17,7 @@

>>>  #include <Guid/PlatformHasDeviceTree.h>

>>>  #include <Library/BaseLib.h>

>>>  #include <Library/DebugLib.h>

>>> +#include <Library/PcdLib.h>

>>>  #include <Library/QemuFwCfgLib.h>

>>>  #include <Library/UefiBootServicesTableLib.h>

>>>

>>> @@ -37,6 +38,7 @@ PlatformHasAcpiDt (

>>>    // errors here.

>>>    //

>>>    if (MAX_UINTN == MAX_UINT64 &&

>>> +      !PcdGetBool (PcdForceNoAcpi) &&

>>>        !EFI_ERROR (

>>>           QemuFwCfgFindFile (

>>>             "etc/table-loader",

>>> diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>>> index 4466bead57c2..08025f0c3722 100644

>>> --- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>>> +++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf

>>> @@ -25,6 +25,7 @@ [Sources]

>>>    PlatformHasAcpiDtDxe.c

>>>

>>>  [Packages]

>>> +  ArmVirtPkg/ArmVirtPkg.dec

>>>    EmbeddedPkg/EmbeddedPkg.dec

>>>    MdePkg/MdePkg.dec

>>>    OvmfPkg/OvmfPkg.dec

>>> @@ -32,6 +33,7 @@ [Packages]

>>>  [LibraryClasses]

>>>    BaseLib

>>>    DebugLib

>>> +  PcdLib

>>>    QemuFwCfgLib

>>>    UefiBootServicesTableLib

>>>    UefiDriverEntryPoint

>>> @@ -40,5 +42,8 @@ [Guids]

>>>    gEdkiiPlatformHasAcpiGuid       ## SOMETIMES_PRODUCES ## PROTOCOL

>>>    gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL

>>>

>>> +[Pcd]

>>> +  gArmVirtTokenSpaceGuid.PcdForceNoAcpi

>>> +

>>>  [Depex]

>>>    TRUE

>>>

>>

>> Technically the patch is sound. I continue to disagree with its goal though.

>>

>> Technically, the patch could be improved (towards its wrong goal) by

>> exposing the boolean knob with an HII checkbox, called "disable ACPI

>> regardless of what the QEMU command line says". That would mirror Marc's

>> comments from earlier.

>>

>> For now, I actually agree with you that we shouldn't expose the knob

>> through HII however. Your reason for not doing HII is to mitigate what

>> you perceive as a regression as quickly as possible.

> 

> Not quite. I just think there is no reason to advertise the existence

> of this facility.

> 

>> My reason is that I

>> want to keep this loophole out of public view as much as possible, and

>> the UEFI shell is arguably harder to approach than an HII form.

>>

> 

> Indeed.

> 

>> * Please extend the commit message with the UEFI shell command that

>> closes the loophole again.

>>

>> * Also, please get Marc and Mark to ACK this patch, using their @arm.com

>> email addresses. (I wish I could get Leif to ACK the patch as well, but

>> he's on vacation.)

>>

>> * Finally, please add:

>>

>> Abstained-by: Laszlo Ersek <lersek@redhat.com>

>>

>> before pushing the patch.

>>

> 

> Thanks, I guess.

> 

>> The commit log has to show that ARM people were okay with this, and that

>> my own self was opposed. I generally abhor regressions, but in this case

>> I feel the risk for the ecosystem is too large, so abstaining (in a

>> documented way) is the best I can do for you now. I'll re-state for one

>> last time that IMO this patch will contribute to the fragmentation that

>> we see in the hardware description space.

>>

> 

> How on earth is having two ways to disable ACPI rather than one going

> to cause fragmentation? Unlike v1, this patch does not allow you to

> expose both DT and ACPI tables at the same time.


Oopsie daisy. You actually updated the commit message too. (I have now
formally diffed v1 vs. v2, including commit msg -- I generally do that
when reviewing incremental versions of patches, but it has been a very
long day, and I failed to get my mind off the track set up by v1). I got
really no good explanation for missing the fundamental logic change
between v1 and v2. As you say, version 2 preserves the mutual exclusion
between DT and ACPI that I'm so annoyingly obsessed about. Thank you for
the update.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>


Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel March 30, 2017, 8:40 a.m. UTC | #4
On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/29/17 21:10, Ard Biesheuvel wrote:

[...]
>>

>> How on earth is having two ways to disable ACPI rather than one going

>> to cause fragmentation? Unlike v1, this patch does not allow you to

>> expose both DT and ACPI tables at the same time.

>

> Oopsie daisy. You actually updated the commit message too. (I have now

> formally diffed v1 vs. v2, including commit msg -- I generally do that

> when reviewing incremental versions of patches, but it has been a very

> long day, and I failed to get my mind off the track set up by v1). I got

> really no good explanation for missing the fundamental logic change

> between v1 and v2. As you say, version 2 preserves the mutual exclusion

> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

> the update.

>

> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>


Thanks Laszlo. I am glad we have a solution we can both live with.

I will wait for Marc to confirm that this works as expected for him.

Thanks,
Ard.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Laszlo Ersek March 30, 2017, 4:16 p.m. UTC | #5
On 03/30/17 10:40, Ard Biesheuvel wrote:
> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>> On 03/29/17 21:10, Ard Biesheuvel wrote:

> [...]

>>>

>>> How on earth is having two ways to disable ACPI rather than one going

>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>> expose both DT and ACPI tables at the same time.

>>

>> Oopsie daisy. You actually updated the commit message too. (I have now

>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>> when reviewing incremental versions of patches, but it has been a very

>> long day, and I failed to get my mind off the track set up by v1). I got

>> really no good explanation for missing the fundamental logic change

>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>> the update.

>>

>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>

> 

> Thanks Laszlo. I am glad we have a solution we can both live with.

> 

> I will wait for Marc to confirm that this works as expected for him.


Good idea.

In order to save some adrenaline down the line for both of us, I have
some suggestions:

- Please try clarify with the reporter of the regression what he or she
prefers as a solution, before giving me a heart attack :)

Regarding the "NACK" in all caps -- I wasn't yelling, that's just a way
of formatting we use downstream (we mostly use ACK and NACK), which
regrettably leaked into my upstream correspondence. Sorry about the
confusion.

(NB, I'm not apologizing for nacking v1 per se. There's a world of
difference between exposing the exlusivity with some additional switch
and getting cold feet on the exclusivity en bloc. In my opinion.)

- Please always include an incremental v2, v3, ... notes / info section
in the patch (or blurb, if there is one), so I can more easily find out
about the inter-version changes near the end of a 14 hour work day.
(When I finally went to bed my uptime was past 18 hours.)

In this instance, there was no v2 info section, and I thought you only
addressed the superficial technical suggestions that I made under v1.

*Importantly*, this is not to say that I did not do a shit job at
reviewing v2. I absolutely did. Lack of a v2 info section in the patch /
blurb is no excuse for missing the -- happy! -- elefant in the room.
It's quite embarrassing; I'm sorry about that. I'll strive to do the
formal v1<->v2 diffing in the future unconditionally.

Thanks,
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Laszlo Ersek March 31, 2017, 9:59 a.m. UTC | #6
On 03/31/17 11:20, Marc Zyngier wrote:
> On 30/03/17 09:40, Ard Biesheuvel wrote:

>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>> [...]

>>>>

>>>> How on earth is having two ways to disable ACPI rather than one going

>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>> expose both DT and ACPI tables at the same time.

>>>

>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>> when reviewing incremental versions of patches, but it has been a very

>>> long day, and I failed to get my mind off the track set up by v1). I got

>>> really no good explanation for missing the fundamental logic change

>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>> the update.

>>>

>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>

>>

>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>

>> I will wait for Marc to confirm that this works as expected for him.

> 

> [ This email won't make it on the edk2 list because it filters out

> non-subscribers. Boo! ]


I fully agree: boo. I've raised this several times in the past, because
it is rude to people with occasional interest, and diverges sharply from
the custom on most other open source development lists. But, I had no
success in changing the policy. I really don't understand what other
subscribers are worried about. Spam is generally not a problem.

> This patch does a very good job at restoring a functionality I'd have

> otherwise lost. So for the record:

> 

> Tested-by: Marc Zyngier <marc.zyngier@arm.com>

> Acked-by: Marc Zyngier <marc.zyngier@arm.com>

> 

> My only comment is that it that the enabling method is slightly cryptic,

> and suffers from a lack of documentation. For example, it doesn't seem

> to appear in Build/ArmVirtQemu-AARCH64/RELEASE_GCC5/FV/Guid.xref, which

> is where I'd have expected to find it.


That happens because BaseTools approaches the Guid.xref file generation
from the direction of modules -- it goes over all modules and checks
what plain GUIDs, protocol GUIDs, and PPI GUIDs it uses.

However, in this case, gArmVirtVariableGuid is never directly used in
PlatformHasAcpiDtDxe -- the driver never directly reads the UEFI
variable in question, so it doesn't need the GUID for naming the
variable's namespace. Instead, the connection to UEFI variables is made
in the "ArmVirtQemu.dsc" platform description file; that's where the
GUID is also named.

[PcdsDynamicHii]
gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

I guess we could file a BaseTools enhancement request to print out the
variable namespace GUIDs used with dynamic HII PCDs. Ard, what do you think?

Thanks
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Laszlo Ersek March 31, 2017, 10:10 a.m. UTC | #7
On 03/31/17 11:59, Laszlo Ersek wrote:
> On 03/31/17 11:20, Marc Zyngier wrote:

>> On 30/03/17 09:40, Ard Biesheuvel wrote:

>>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>>> [...]

>>>>>

>>>>> How on earth is having two ways to disable ACPI rather than one going

>>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>>> expose both DT and ACPI tables at the same time.

>>>>

>>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>>> when reviewing incremental versions of patches, but it has been a very

>>>> long day, and I failed to get my mind off the track set up by v1). I got

>>>> really no good explanation for missing the fundamental logic change

>>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>>> the update.

>>>>

>>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>>

>>>

>>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>>

>>> I will wait for Marc to confirm that this works as expected for him.

>>

>> [ This email won't make it on the edk2 list because it filters out

>> non-subscribers. Boo! ]

> 

> I fully agree: boo. I've raised this several times in the past, because

> it is rude to people with occasional interest, and diverges sharply from

> the custom on most other open source development lists. But, I had no

> success in changing the policy. I really don't understand what other

> subscribers are worried about. Spam is generally not a problem.


I've just filed <https://bugzilla.tianocore.org/show_bug.cgi?id=451>
about this.

Thanks
Laszlo

> 

>> This patch does a very good job at restoring a functionality I'd have

>> otherwise lost. So for the record:

>>

>> Tested-by: Marc Zyngier <marc.zyngier@arm.com>

>> Acked-by: Marc Zyngier <marc.zyngier@arm.com>

>>

>> My only comment is that it that the enabling method is slightly cryptic,

>> and suffers from a lack of documentation. For example, it doesn't seem

>> to appear in Build/ArmVirtQemu-AARCH64/RELEASE_GCC5/FV/Guid.xref, which

>> is where I'd have expected to find it.

> 

> That happens because BaseTools approaches the Guid.xref file generation

> from the direction of modules -- it goes over all modules and checks

> what plain GUIDs, protocol GUIDs, and PPI GUIDs it uses.

> 

> However, in this case, gArmVirtVariableGuid is never directly used in

> PlatformHasAcpiDtDxe -- the driver never directly reads the UEFI

> variable in question, so it doesn't need the GUID for naming the

> variable's namespace. Instead, the connection to UEFI variables is made

> in the "ArmVirtQemu.dsc" platform description file; that's where the

> GUID is also named.

> 

> [PcdsDynamicHii]

> gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

> 

> I guess we could file a BaseTools enhancement request to print out the

> variable namespace GUIDs used with dynamic HII PCDs. Ard, what do you think?

> 

> Thanks

> Laszlo

> 


_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel March 31, 2017, 10:16 a.m. UTC | #8
On 31 March 2017 at 10:59, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/31/17 11:20, Marc Zyngier wrote:

>> On 30/03/17 09:40, Ard Biesheuvel wrote:

>>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>>> [...]

>>>>>

>>>>> How on earth is having two ways to disable ACPI rather than one going

>>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>>> expose both DT and ACPI tables at the same time.

>>>>

>>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>>> when reviewing incremental versions of patches, but it has been a very

>>>> long day, and I failed to get my mind off the track set up by v1). I got

>>>> really no good explanation for missing the fundamental logic change

>>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>>> the update.

>>>>

>>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>>

>>>

>>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>>

>>> I will wait for Marc to confirm that this works as expected for him.

>>

>> [ This email won't make it on the edk2 list because it filters out

>> non-subscribers. Boo! ]

>

> I fully agree: boo. I've raised this several times in the past, because

> it is rude to people with occasional interest, and diverges sharply from

> the custom on most other open source development lists. But, I had no

> success in changing the policy. I really don't understand what other

> subscribers are worried about. Spam is generally not a problem.

>

>> This patch does a very good job at restoring a functionality I'd have

>> otherwise lost. So for the record:

>>

>> Tested-by: Marc Zyngier <marc.zyngier@arm.com>

>> Acked-by: Marc Zyngier <marc.zyngier@arm.com>

>>

>> My only comment is that it that the enabling method is slightly cryptic,

>> and suffers from a lack of documentation. For example, it doesn't seem

>> to appear in Build/ArmVirtQemu-AARCH64/RELEASE_GCC5/FV/Guid.xref, which

>> is where I'd have expected to find it.

>

> That happens because BaseTools approaches the Guid.xref file generation

> from the direction of modules -- it goes over all modules and checks

> what plain GUIDs, protocol GUIDs, and PPI GUIDs it uses.

>

> However, in this case, gArmVirtVariableGuid is never directly used in

> PlatformHasAcpiDtDxe -- the driver never directly reads the UEFI

> variable in question, so it doesn't need the GUID for naming the

> variable's namespace. Instead, the connection to UEFI variables is made

> in the "ArmVirtQemu.dsc" platform description file; that's where the

> GUID is also named.

>

> [PcdsDynamicHii]

> gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

>

> I guess we could file a BaseTools enhancement request to print out the

> variable namespace GUIDs used with dynamic HII PCDs. Ard, what do you think?

>


I guess this is an omission, but I have never used Guid.xref in my
life so I have no strong feelings as to how this should be fixed.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Laszlo Ersek March 31, 2017, 10:46 a.m. UTC | #9
On 03/31/17 12:16, Ard Biesheuvel wrote:
> On 31 March 2017 at 10:59, Laszlo Ersek <lersek@redhat.com> wrote:

>> On 03/31/17 11:20, Marc Zyngier wrote:

>>> On 30/03/17 09:40, Ard Biesheuvel wrote:

>>>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>>>> [...]

>>>>>>

>>>>>> How on earth is having two ways to disable ACPI rather than one going

>>>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>>>> expose both DT and ACPI tables at the same time.

>>>>>

>>>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>>>> when reviewing incremental versions of patches, but it has been a very

>>>>> long day, and I failed to get my mind off the track set up by v1). I got

>>>>> really no good explanation for missing the fundamental logic change

>>>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>>>> the update.

>>>>>

>>>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>>>

>>>>

>>>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>>>

>>>> I will wait for Marc to confirm that this works as expected for him.

>>>

>>> [ This email won't make it on the edk2 list because it filters out

>>> non-subscribers. Boo! ]

>>

>> I fully agree: boo. I've raised this several times in the past, because

>> it is rude to people with occasional interest, and diverges sharply from

>> the custom on most other open source development lists. But, I had no

>> success in changing the policy. I really don't understand what other

>> subscribers are worried about. Spam is generally not a problem.

>>

>>> This patch does a very good job at restoring a functionality I'd have

>>> otherwise lost. So for the record:

>>>

>>> Tested-by: Marc Zyngier <marc.zyngier@arm.com>

>>> Acked-by: Marc Zyngier <marc.zyngier@arm.com>

>>>

>>> My only comment is that it that the enabling method is slightly cryptic,

>>> and suffers from a lack of documentation. For example, it doesn't seem

>>> to appear in Build/ArmVirtQemu-AARCH64/RELEASE_GCC5/FV/Guid.xref, which

>>> is where I'd have expected to find it.

>>

>> That happens because BaseTools approaches the Guid.xref file generation

>> from the direction of modules -- it goes over all modules and checks

>> what plain GUIDs, protocol GUIDs, and PPI GUIDs it uses.

>>

>> However, in this case, gArmVirtVariableGuid is never directly used in

>> PlatformHasAcpiDtDxe -- the driver never directly reads the UEFI

>> variable in question, so it doesn't need the GUID for naming the

>> variable's namespace. Instead, the connection to UEFI variables is made

>> in the "ArmVirtQemu.dsc" platform description file; that's where the

>> GUID is also named.

>>

>> [PcdsDynamicHii]

>> gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS

>>

>> I guess we could file a BaseTools enhancement request to print out the

>> variable namespace GUIDs used with dynamic HII PCDs. Ard, what do you think?

>>

> 

> I guess this is an omission, but I have never used Guid.xref in my

> life so I have no strong feelings as to how this should be fixed.

> 


I filed <https://bugzilla.tianocore.org/show_bug.cgi?id=452>; we'll see
how far it goes.

Thanks
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel March 31, 2017, 10:48 a.m. UTC | #10
On 30 March 2017 at 17:16, Laszlo Ersek <lersek@redhat.com> wrote:
> On 03/30/17 10:40, Ard Biesheuvel wrote:

>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>> [...]

>>>>

>>>> How on earth is having two ways to disable ACPI rather than one going

>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>> expose both DT and ACPI tables at the same time.

>>>

>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>> when reviewing incremental versions of patches, but it has been a very

>>> long day, and I failed to get my mind off the track set up by v1). I got

>>> really no good explanation for missing the fundamental logic change

>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>> the update.

>>>

>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>

>>

>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>

>> I will wait for Marc to confirm that this works as expected for him.

>

> Good idea.

>

> In order to save some adrenaline down the line for both of us, I have

> some suggestions:

>

> - Please try clarify with the reporter of the regression what he or she

> prefers as a solution, before giving me a heart attack :)

>

> Regarding the "NACK" in all caps -- I wasn't yelling, that's just a way

> of formatting we use downstream (we mostly use ACK and NACK), which

> regrettably leaked into my upstream correspondence. Sorry about the

> confusion.

>

> (NB, I'm not apologizing for nacking v1 per se. There's a world of

> difference between exposing the exlusivity with some additional switch

> and getting cold feet on the exclusivity en bloc. In my opinion.)

>

> - Please always include an incremental v2, v3, ... notes / info section

> in the patch (or blurb, if there is one), so I can more easily find out

> about the inter-version changes near the end of a 14 hour work day.

> (When I finally went to bed my uptime was past 18 hours.)

>

> In this instance, there was no v2 info section, and I thought you only

> addressed the superficial technical suggestions that I made under v1.

>

> *Importantly*, this is not to say that I did not do a shit job at

> reviewing v2. I absolutely did. Lack of a v2 info section in the patch /

> blurb is no excuse for missing the -- happy! -- elefant in the room.

> It's quite embarrassing; I'm sorry about that. I'll strive to do the

> formal v1<->v2 diffing in the future unconditionally.

>


Yeah good point. Keystrokes are cheap ...
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel March 31, 2017, 10:52 a.m. UTC | #11
On 31 March 2017 at 10:20, Marc Zyngier <marc.zyngier@arm.com> wrote:
> On 30/03/17 09:40, Ard Biesheuvel wrote:

>> On 29 March 2017 at 20:35, Laszlo Ersek <lersek@redhat.com> wrote:

>>> On 03/29/17 21:10, Ard Biesheuvel wrote:

>> [...]

>>>>

>>>> How on earth is having two ways to disable ACPI rather than one going

>>>> to cause fragmentation? Unlike v1, this patch does not allow you to

>>>> expose both DT and ACPI tables at the same time.

>>>

>>> Oopsie daisy. You actually updated the commit message too. (I have now

>>> formally diffed v1 vs. v2, including commit msg -- I generally do that

>>> when reviewing incremental versions of patches, but it has been a very

>>> long day, and I failed to get my mind off the track set up by v1). I got

>>> really no good explanation for missing the fundamental logic change

>>> between v1 and v2. As you say, version 2 preserves the mutual exclusion

>>> between DT and ACPI that I'm so annoyingly obsessed about. Thank you for

>>> the update.

>>>

>>> Reviewed-by: Laszlo Ersek <lersek@redhat.com>

>>>

>>

>> Thanks Laszlo. I am glad we have a solution we can both live with.

>>

>> I will wait for Marc to confirm that this works as expected for him.

>

> [ This email won't make it on the edk2 list because it filters out

> non-subscribers. Boo! ]

>

> This patch does a very good job at restoring a functionality I'd have

> otherwise lost. So for the record:

>

> Tested-by: Marc Zyngier <marc.zyngier@arm.com>

> Acked-by: Marc Zyngier <marc.zyngier@arm.com>

>


Thanks all. Pushed as 7e5f1b673870, with the commit log expanded to
explain how to remove the variable again (as requested by Laszlo)
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox

Patch

diff --git a/ArmVirtPkg/ArmVirtPkg.dec b/ArmVirtPkg/ArmVirtPkg.dec
index efe83a383d55..a8603e1b80e5 100644
--- a/ArmVirtPkg/ArmVirtPkg.dec
+++ b/ArmVirtPkg/ArmVirtPkg.dec
@@ -34,6 +34,8 @@  [Guids.common]
   gArmVirtTokenSpaceGuid = { 0x0B6F5CA7, 0x4F53, 0x445A, { 0xB7, 0x6E, 0x2E, 0x36, 0x5B, 0x80, 0x63, 0x66 } }
   gEarlyPL011BaseAddressGuid       = { 0xB199DEA9, 0xFD5C, 0x4A84, { 0x80, 0x82, 0x2F, 0x41, 0x70, 0x78, 0x03, 0x05 } }
 
+  gArmVirtVariableGuid   = { 0x50bea1e5, 0xa2c5, 0x46e9, { 0x9b, 0x3a, 0x59, 0x59, 0x65, 0x16, 0xb0, 0x0a } }
+
 [Protocols]
   gFdtClientProtocolGuid = { 0xE11FACA0, 0x4710, 0x4C8E, { 0xA7, 0xA2, 0x01, 0xBA, 0xA2, 0x59, 0x1B, 0x4C } }
 
@@ -58,3 +60,10 @@  [PcdsFixedAtBuild, PcdsPatchableInModule]
   # EFI_VT_100_GUID.
   #
   gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x65, 0x60, 0xA6, 0xDF, 0x19, 0xB4, 0xD3, 0x11, 0x9A, 0x2D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D}|VOID*|0x00000007
+
+[PcdsDynamic]
+  #
+  # Whether to force disable ACPI, regardless of the fw_cfg settings
+  # exposed by QEMU
+  #
+  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|0x0|BOOLEAN|0x00000003
diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
index 4075b92aa2cb..76a7908105ab 100644
--- a/ArmVirtPkg/ArmVirtQemu.dsc
+++ b/ArmVirtPkg/ArmVirtQemu.dsc
@@ -210,6 +210,9 @@  [PcdsDynamicDefault.common]
   gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
   gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
 
+[PcdsDynamicHii]
+  gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
+
 ################################################################################
 #
 # Components Section - list of all EDK II Modules needed by this Platform
diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c
index 8932dacabec5..da3cee645cfb 100644
--- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c
+++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c
@@ -17,6 +17,7 @@ 
 #include <Guid/PlatformHasDeviceTree.h>
 #include <Library/BaseLib.h>
 #include <Library/DebugLib.h>
+#include <Library/PcdLib.h>
 #include <Library/QemuFwCfgLib.h>
 #include <Library/UefiBootServicesTableLib.h>
 
@@ -37,6 +38,7 @@  PlatformHasAcpiDt (
   // errors here.
   //
   if (MAX_UINTN == MAX_UINT64 &&
+      !PcdGetBool (PcdForceNoAcpi) &&
       !EFI_ERROR (
          QemuFwCfgFindFile (
            "etc/table-loader",
diff --git a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
index 4466bead57c2..08025f0c3722 100644
--- a/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
+++ b/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
@@ -25,6 +25,7 @@  [Sources]
   PlatformHasAcpiDtDxe.c
 
 [Packages]
+  ArmVirtPkg/ArmVirtPkg.dec
   EmbeddedPkg/EmbeddedPkg.dec
   MdePkg/MdePkg.dec
   OvmfPkg/OvmfPkg.dec
@@ -32,6 +33,7 @@  [Packages]
 [LibraryClasses]
   BaseLib
   DebugLib
+  PcdLib
   QemuFwCfgLib
   UefiBootServicesTableLib
   UefiDriverEntryPoint
@@ -40,5 +42,8 @@  [Guids]
   gEdkiiPlatformHasAcpiGuid       ## SOMETIMES_PRODUCES ## PROTOCOL
   gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL
 
+[Pcd]
+  gArmVirtTokenSpaceGuid.PcdForceNoAcpi
+
 [Depex]
   TRUE