Re: [PATCH 084/108] x86: acpi: Support generation of the DBG2 table

2020-03-14 Thread Simon Glass
Hi Leif, On Mon, 27 Jan 2020 at 05:34, Leif Lindholm wrote: > > Hi Simon, > > A portion of this set is very much not x86-specific. (more below) > > On Sun, Jan 26, 2020 at 22:06:31 -0700, Simon Glass wrote: > > Add an implementation of the DBG2 (Debug Port Table 2) ACPI table. > > Adjust one of

Re: [PATCH 084/108] x86: acpi: Support generation of the DBG2 table

2020-01-27 Thread Leif Lindholm
Hi Simon, A portion of this set is very much not x86-specific. (more below) On Sun, Jan 26, 2020 at 22:06:31 -0700, Simon Glass wrote: > Add an implementation of the DBG2 (Debug Port Table 2) ACPI table. > Adjust one of the header includes to be in the correct order, before > adding more. > >

[PATCH 084/108] x86: acpi: Support generation of the DBG2 table

2020-01-26 Thread Simon Glass
Add an implementation of the DBG2 (Debug Port Table 2) ACPI table. Adjust one of the header includes to be in the correct order, before adding more. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 112 +- include/acpi_table.h | 31