Re: [edk2] [PATCH] EmbeddedPkg: Add GICD table init macro for ACPI 6.0

2016-04-14 Thread Ard Biesheuvel
On 11 April 2016 at 18:53, Ard Biesheuvel wrote: > On 11 April 2016 at 14:31, Heyi Guo wrote: >> Hello, >> >> Any comments on this patch? >> > > I think it looks fine. Leif? > Pushed as d354963f0dc3 Thanks, ___ edk2-devel mailing list edk2-devel@lists

Re: [edk2] [PATCH] EmbeddedPkg: Add GICD table init macro for ACPI 6.0

2016-04-11 Thread Ard Biesheuvel
On 11 April 2016 at 14:31, Heyi Guo wrote: > Hello, > > Any comments on this patch? > I think it looks fine. Leif? > On 04/07/2016 09:32 AM, Heyi Guo wrote: >> >> Add macro to help initialize GICD structure in MADT table according to >> ACPI 6.0. >> >> Contributed-under: TianoCore Contribution A

Re: [edk2] [PATCH] EmbeddedPkg: Add GICD table init macro for ACPI 6.0

2016-04-11 Thread Heyi Guo
Hello, Any comments on this patch? Regards. Heyi On 04/07/2016 09:32 AM, Heyi Guo wrote: Add macro to help initialize GICD structure in MADT table according to ACPI 6.0. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Leif Lindholm Cc: Ard Biesheuvel --

[edk2] [PATCH] EmbeddedPkg: Add GICD table init macro for ACPI 6.0

2016-04-06 Thread Heyi Guo
Add macro to help initialize GICD structure in MADT table according to ACPI 6.0. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Leif Lindholm Cc: Ard Biesheuvel --- EmbeddedPkg/Include/Library/AcpiLib.h | 7 +++ 1 file changed, 7 insertions(+) diff --g