On Thu, 27 Feb 2025 17:00:43 +0100 Mauro Carvalho Chehab <mchehab+hua...@kernel.org> wrote:
> Add a new ags flag to change the way HEST offsets are calculated. > Currently, offsets needed to store ACPI HEST offsets and read ack > are calculated based on a previous knowledge from the logic > which creates the HEST table. > > Such logic is not generic, not allowing to easily add more HEST > entries nor replicates what OSPM does. > > As the next patches will be adding a more generic logic, add a > new use_hest_addr, set to false, in preparation for such changes. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org> LGTM Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com>