
23 Jan
2022
23 Jan
'22
10:53 p.m.
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 | 5 ++--- include/dm/acpi.h | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!