Re: [PATCH 06/40] sandbox: Allow building with GENERATE_ACPI_TABLE

2022-01-23 Thread Simon Glass
Hi Heinrich, On Wed, 1 Dec 2021 at 11:14, Heinrich Schuchardt wrote: > > On 12/1/21 17:02, Simon Glass wrote: > > At present this option is missing a header file, a function prototype and > > the qfw driver needs a header included. > > > > Fix these problems so we can enable this option on sandbo

Re: [PATCH 06/40] sandbox: Allow building with GENERATE_ACPI_TABLE

2021-12-01 Thread Simon Glass
Hi Heinrich, On Wed, 1 Dec 2021 at 11:14, Heinrich Schuchardt wrote: > > On 12/1/21 17:02, Simon Glass wrote: > > At present this option is missing a header file, a function prototype and > > the qfw driver needs a header included. > > > > Fix these problems so we can enable this option on sandbo

Re: [PATCH 06/40] sandbox: Allow building with GENERATE_ACPI_TABLE

2021-12-01 Thread Heinrich Schuchardt
On 12/1/21 17:02, Simon Glass wrote: At present this option is missing a header file, a function prototype and the qfw driver needs a header included. Fix these problems so we can enable this option on sandbox. This will increase the build coverage. Signed-off-by: Simon Glass --- arch/sandb

[PATCH 06/40] sandbox: Allow building with GENERATE_ACPI_TABLE

2021-12-01 Thread Simon Glass
At present this option is missing a header file, a function prototype and the qfw driver needs a header included. Fix these problems so we can enable this option on sandbox. This will increase the build coverage. Signed-off-by: Simon Glass --- arch/sandbox/include/asm/acpi_table.h | 2 ++ arch