]> git.baikalelectronics.ru Git - uboot.git/commit
acpi: Add a table start
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:46 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit3cc7a41deed89f3c95bfc8424a45bbad73273798
tree840af67c895fc5116de3e1568b03141c85408151
parent86ba49d5a3af8898b5fba2e407976441dbaf09ce
acpi: Add a table start

It is useful to record the start of an ACPI table so that offsets from
that point can be easily calculated.

Add this to the context and set it before calling the writer method.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/acpi.c
include/dm/acpi.h