[edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-dynamictables] Update for ACPICA compiler enhancements

Sami Mujawar posted 3 patches 5 years, 11 months ago
Failed in applying to current master (apply log)
Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c     |  8 +++----
Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c |  2 +-
Readme.md                                                                                    | 25 +++++++++++++-------
3 files changed, 21 insertions(+), 14 deletions(-)
[edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-dynamictables] Update for ACPICA compiler enhancements
Posted by Sami Mujawar 5 years, 11 months ago
The ACPICA iAsl compiler has recently been enhanced to support a
feature required by Dynamic Tables Framework for processing ASL
files. The compiler however generates slightly different symbol
names to what was previously referenced in the Configuration Manager.

This patchset adapts to the latest iASL compiler options.

The changes can be seen at
https://github.com/samimujawar/edk2-platforms/tree/258_reflect_acpica_compiler_enhancement_v2

Sami Mujawar (3):
  Platform/ARM: Match asl compiler output for Juno
  Platform/ARM: Match asl compiler output for FVP
  Update Readme.md to reflect ACPICA compiler update

 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c     |  8 +++----
 Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c |  2 +-
 Readme.md                                                                                    | 25 +++++++++++++-------
 3 files changed, 21 insertions(+), 14 deletions(-)

-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-dynamictables] Update for ACPICA compiler enhancements
Posted by Evan Lloyd 5 years, 11 months ago
Reviewed-by: Evan Lloyd <Evan.Lloyd@arm.com>

Leif, Ard - are you happy to accept this for the patchset, or should I respond to each patch?

Regards,
Evan

> -----Original Message-----
> From: edk2-devel <edk2-devel-bounces@lists.01.org> On Behalf Of Sami
> Mujawar
> Sent: 18 May 2018 14:13
> To: edk2-devel@lists.01.org
> Cc: nd <nd@arm.com>; Arvind Chauhan <Arvind.Chauhan@arm.com>;
> ard.biesheuvel@linaro.org; leif.lindholm@linaro.org; Stephanie Hughes-Fitt
> <Stephanie.Hughes-Fitt@arm.com>
> Subject: [edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-
> dynamictables] Update for ACPICA compiler enhancements
> 
> The ACPICA iAsl compiler has recently been enhanced to support a feature
> required by Dynamic Tables Framework for processing ASL files. The
> compiler however generates slightly different symbol names to what was
> previously referenced in the Configuration Manager.
> 
> This patchset adapts to the latest iASL compiler options.
> 
> The changes can be seen at
> https://github.com/samimujawar/edk2-
> platforms/tree/258_reflect_acpica_compiler_enhancement_v2
> 
> Sami Mujawar (3):
>   Platform/ARM: Match asl compiler output for Juno
>   Platform/ARM: Match asl compiler output for FVP
>   Update Readme.md to reflect ACPICA compiler update
> 
> 
> Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/C
> onfigurationManager.c     |  8 +++----
> 
> Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerD
> xe/ConfigurationManager.c |  2 +-
>  Readme.md                                                                                    | 25
> +++++++++++++-------
>  3 files changed, 21 insertions(+), 14 deletions(-)
> 
> --
> 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
> 
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-dynamictables] Update for ACPICA compiler enhancements
Posted by Leif Lindholm 5 years, 10 months ago
On Fri, May 18, 2018 at 02:29:20PM +0000, Evan Lloyd wrote:
> Reviewed-by: Evan Lloyd <Evan.Lloyd@arm.com>
> 
> Leif, Ard - are you happy to accept this for the patchset, or should I respond to each patch?

This is ideal, thanks.
For series: Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Pushed as e28edfba42..8b567a9cf8.

> Regards,
> Evan
> 
> > -----Original Message-----
> > From: edk2-devel <edk2-devel-bounces@lists.01.org> On Behalf Of Sami
> > Mujawar
> > Sent: 18 May 2018 14:13
> > To: edk2-devel@lists.01.org
> > Cc: nd <nd@arm.com>; Arvind Chauhan <Arvind.Chauhan@arm.com>;
> > ard.biesheuvel@linaro.org; leif.lindholm@linaro.org; Stephanie Hughes-Fitt
> > <Stephanie.Hughes-Fitt@arm.com>
> > Subject: [edk2] [PATCH edk2-platforms v2 0/3][platforms/devel-
> > dynamictables] Update for ACPICA compiler enhancements
> > 
> > The ACPICA iAsl compiler has recently been enhanced to support a feature
> > required by Dynamic Tables Framework for processing ASL files. The
> > compiler however generates slightly different symbol names to what was
> > previously referenced in the Configuration Manager.
> > 
> > This patchset adapts to the latest iASL compiler options.
> > 
> > The changes can be seen at
> > https://github.com/samimujawar/edk2-
> > platforms/tree/258_reflect_acpica_compiler_enhancement_v2
> > 
> > Sami Mujawar (3):
> >   Platform/ARM: Match asl compiler output for Juno
> >   Platform/ARM: Match asl compiler output for FVP
> >   Update Readme.md to reflect ACPICA compiler update
> > 
> > 
> > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/C
> > onfigurationManager.c     |  8 +++----
> > 
> > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerD
> > xe/ConfigurationManager.c |  2 +-
> >  Readme.md                                                                                    | 25
> > +++++++++++++-------
> >  3 files changed, 21 insertions(+), 14 deletions(-)
> > 
> > --
> > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
> > 
> > 
> > _______________________________________________
> > edk2-devel mailing list
> > edk2-devel@lists.01.org
> > https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel