Re: [PATCH v2 05/35] acpi: Support generation of ACPI code

2020-06-10 Thread Wolfgang Wallner
Hi Simon, [snip] > The could above should work on both little-endian and big-endian > architectures, > so please ignore my comment. The code above ... :) [snip] regards, Wolfgang

Re: [PATCH v2 05/35] acpi: Support generation of ACPI code

2020-06-10 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: Re: [PATCH v2 05/35] acpi: Support generation of ACPI code > > Hi Wolfgang, > > On Thu, 14 May 2020 at 02:32, Wolfgang Wallner > wrote: > > > > Hi Simon, > > > > -"Simon Gl

Re: [PATCH v2 05/35] acpi: Support generation of ACPI code

2020-06-09 Thread Simon Glass
Hi Wolfgang, On Thu, 14 May 2020 at 02:32, Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: ----- > > Betreff: [PATCH v2 05/35] acpi: Support generation of ACPI code > > > > Add a new file to handle generating ACPI code programati

Antwort: [PATCH v2 05/35] acpi: Support generation of ACPI code

2020-05-14 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 05/35] acpi: Support generation of ACPI code > > Add a new file to handle generating ACPI code programatically. This is > used when information must be dynamically added to the tables, e.g. the > SSDT. >

[PATCH v2 05/35] acpi: Support generation of ACPI code

2020-05-10 Thread Simon Glass
Add a new file to handle generating ACPI code programatically. This is used when information must be dynamically added to the tables, e.g. the SSDT. Initial support is just for writing simple values. Signed-off-by: Simon Glass --- Changes in v2: None Changes in v1: None include/acpi/acpigen.h