Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms

2021-02-09 Thread Vikas Singh via groups.io
On Wed, Jan 27, 2021 at 12:21 PM Vikas Singh wrote: > > On Tue, Jan 26, 2021 at 4:49 PM Leif Lindholm wrote: > > > > Hi Vikas, > > > > On Tue, Jan 19, 2021 at 10:11:43 +0530, Vikas Singh wrote: > > > > > > > +/** A helper macro for returning configuration manager objects > > > > > > > +*/ > > > >

Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms

2021-01-26 Thread Vikas Singh via groups.io
On Tue, Jan 26, 2021 at 4:49 PM Leif Lindholm wrote: > > Hi Vikas, > > On Tue, Jan 19, 2021 at 10:11:43 +0530, Vikas Singh wrote: > > > > > > +/** A helper macro for returning configuration manager objects > > > > > > +*/ > > > > > > +#define HANDLE_CM_OBJECT(ObjId, CmObjectId, Object, ObjectCount

Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms

2021-01-26 Thread Leif Lindholm
Hi Vikas, On Tue, Jan 19, 2021 at 10:11:43 +0530, Vikas Singh wrote: > > > > > +/** A helper macro for returning configuration manager objects > > > > > +*/ > > > > > +#define HANDLE_CM_OBJECT(ObjId, CmObjectId, Object, ObjectCount) > > > > > \ > > > > > + case ObjId: {

Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms

2021-01-19 Thread Sami Mujawar
(meenakshi.aggar...@nxp.com) ; Paul Yang ; Augustine Philips ; Samer El-Haj-Mahmoud ; V Sethi (v.se...@nxp.com) ; arokia.samy ; Kuldip Dwivedi ; Ard Biesheuvel ; Vikas Singh Subject: Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms +Sami, On Sat, Jan 16, 2021 at 10

Re: [edk2-devel] [PATCH v0] Platform/NXP: Add Dynamic Acpi for layerscape platforms

2021-01-18 Thread Vikas Singh via groups.io
On Mon, Jan 18, 2021 at 10:25 PM Leif Lindholm wrote: > > +Sami, > > On Sat, Jan 16, 2021 at 10:15:41 +0530, Vikas Singh wrote: > > On Sun, Jan 10, 2021 at 8:56 AM Leif Lindholm wrote: > > > > > > On Tue, Dec 29, 2020 at 12:55:58 +0530, Vikas Singh wrote: > > > > These changes intend to add > > >