Re: [PATCH v2 08/57] x86: acpi: Support external GNVS tables

2020-09-06 Thread Simon Glass
Hi Wolfgang, On Fri, 4 Sep 2020 at 08:16, Wolfgang Wallner wrote: > > Hi Simon, Bin, > > -"Simon Glass" schrieb: ----- > > Betreff: [PATCH v2 08/57] x86: acpi: Support external GNVS tables > > > > At present U-Boot puts a magic number in the

Re: [PATCH v2 08/57] x86: acpi: Support external GNVS tables

2020-09-04 Thread Wolfgang Wallner
Hi Simon, Bin, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 08/57] x86: acpi: Support external GNVS tables > > At present U-Boot puts a magic number in the ASL for the GNVS table and > searches for it later. > > Add a Kconfig option to use a different a

[PATCH v2 08/57] x86: acpi: Support external GNVS tables

2020-08-29 Thread Simon Glass
At present U-Boot puts a magic number in the ASL for the GNVS table and searches for it later. Add a Kconfig option to use a different approach, where the ASL files declare the table as an external symbol. U-Boot can then put it wherever it likes, without any magic numbers or searching.