Re: [PATCH v3 31/35] acpi: Add support for DSDT generation

2020-07-07 Thread Simon Glass
Hi Bin, On Sun, 28 Jun 2020 at 23:39, Bin Meng wrote: > > Hi Simon, > > On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > > > Some devices need to inject extra code into the Differentiated System > > Descriptor Table (DSDT). Add a method to handle this. > > > > Signed-off-by: Simon Glass

Re: [PATCH v3 31/35] acpi: Add support for DSDT generation

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Some devices need to inject extra code into the Differentiated System > Descriptor Table (DSDT). Add a method to handle this. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v3: > - Fix 'THe' t

[PATCH v3 31/35] acpi: Add support for DSDT generation

2020-06-13 Thread Simon Glass
Some devices need to inject extra code into the Differentiated System Descriptor Table (DSDT). Add a method to handle this. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v3: - Fix 'THe' typo - Rename build_type() to sort_acpi_item_type() Changes in v1: - Generalise th