Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-11 Thread Igor Mammedov
On Wed, 10 Jun 2020 18:15:07 +0200 Auger Eric wrote: > Hi Igor, > > On 6/5/20 4:23 PM, Igor Mammedov wrote: > > On Mon, 1 Jun 2020 11:57:34 +0200 > > Eric Auger wrote: > > > >> In preparation of its move to the generic acpi code, > >> let's convert build_tpm2() to use build_append API.

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-10 Thread Auger Eric
Hi Igor, On 6/5/20 4:23 PM, Igor Mammedov wrote: > On Mon, 1 Jun 2020 11:57:34 +0200 > Eric Auger wrote: > >> In preparation of its move to the generic acpi code, >> let's convert build_tpm2() to use build_append API. This >> latter now is prefered in place of direct ACPI struct field >>

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-05 Thread Igor Mammedov
On Tue, 2 Jun 2020 10:24:03 -0400 Stefan Berger wrote: > On 6/2/20 9:55 AM, Auger Eric wrote: > > Hi Stefan, > > On 6/2/20 3:30 PM, Stefan Berger wrote: > >> On 6/1/20 5:57 AM, Eric Auger wrote: > >>> In preparation of its move to the generic acpi code, > >>> let's convert build_tpm2() to

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-05 Thread Igor Mammedov
On Mon, 1 Jun 2020 11:57:34 +0200 Eric Auger wrote: > In preparation of its move to the generic acpi code, > let's convert build_tpm2() to use build_append API. This > latter now is prefered in place of direct ACPI struct field > settings with manual endianness conversion. > > Signed-off-by:

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-02 Thread Auger Eric
Hi Stefan, On 6/2/20 4:24 PM, Stefan Berger wrote: > On 6/2/20 9:55 AM, Auger Eric wrote: >> Hi Stefan, >> On 6/2/20 3:30 PM, Stefan Berger wrote: >>> On 6/1/20 5:57 AM, Eric Auger wrote: In preparation of its move to the generic acpi code, let's convert build_tpm2() to use build_append

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-02 Thread Stefan Berger
On 6/2/20 9:55 AM, Auger Eric wrote: Hi Stefan, On 6/2/20 3:30 PM, Stefan Berger wrote: On 6/1/20 5:57 AM, Eric Auger wrote: In preparation of its move to the generic acpi code, let's convert build_tpm2() to use build_append API. This latter now is prefered in place of direct ACPI struct field

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-02 Thread Auger Eric
Hi Stefan, On 6/2/20 3:30 PM, Stefan Berger wrote: > On 6/1/20 5:57 AM, Eric Auger wrote: >> In preparation of its move to the generic acpi code, >> let's convert build_tpm2() to use build_append API. This >> latter now is prefered in place of direct ACPI struct field >> settings with manual

Re: [PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-02 Thread Stefan Berger
On 6/1/20 5:57 AM, Eric Auger wrote: In preparation of its move to the generic acpi code, let's convert build_tpm2() to use build_append API. This latter now is prefered in place of direct ACPI struct field settings with manual endianness conversion. Signed-off-by: Eric Auger ---

[PATCH v3 1/4] acpi: Convert build_tpm2() to build_append* API

2020-06-01 Thread Eric Auger
In preparation of its move to the generic acpi code, let's convert build_tpm2() to use build_append API. This latter now is prefered in place of direct ACPI struct field settings with manual endianness conversion. Signed-off-by: Eric Auger --- hw/i386/acpi-build.c | 28