Re: [PATCH v2 44/44] acpi: Enable ACPI table generation by default on x86

2020-07-13 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:34 AM Simon Glass wrote: > > This should ideally be used by all x86 boards in U-Boot. Enable it by > default. If some boards don't use it, the cost is small. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Don't enable this for qemu > > arch/Kconfig

[PATCH v2 44/44] acpi: Enable ACPI table generation by default on x86

2020-07-07 Thread Simon Glass
This should ideally be used by all x86 boards in U-Boot. Enable it by default. If some boards don't use it, the cost is small. Signed-off-by: Simon Glass --- Changes in v2: - Don't enable this for qemu arch/Kconfig | 1 + drivers/core/Kconfig | 2 +- 2 files changed, 2 insertions(+),