[PATCH 27/40] x86: acpi: Update acpi_fill_csrt() to use acpi_ctx
Simon Glass
sjg at chromium.org
Sun Jan 23 22:53:35 CET 2022
Update this function to the newer style, so we can avoid passing and
returning an address through this function.
Also move this function out of the x86 code so it can be used by other
archs.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/x86/cpu/tangier/acpi.c | 9 ++++++---
arch/x86/include/asm/acpi_table.h | 1 -
include/acpi/acpi_table.h | 12 ++++++++++++
lib/acpi/csrt.c | 13 ++++++-------
4 files changed, 24 insertions(+), 11 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list