Re: [PATCH 16/32] x86: nhlt: Fix a few bugs in the table generation

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > At present these tables do not have the correct header, and there is an > occasional incorrect value due to uninited data. Fix these bugs. > > Signed-off-by: Simon Glass > --- > > arch/x86/lib/acpi_nhlt.c | 4 +++- > 1 file changed, 3 inser

[PATCH 16/32] x86: nhlt: Fix a few bugs in the table generation

2020-09-27 Thread Simon Glass
At present these tables do not have the correct header, and there is an occasional incorrect value due to uninited data. Fix these bugs. Signed-off-by: Simon Glass --- arch/x86/lib/acpi_nhlt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/lib/acpi_nhlt.c b/arch