[PATCH 19/40] x86: Move GNVS table to a writer function

2021-12-01 Thread Simon Glass
Move this table over to use a writer function, for x86 only. Handle the two cases Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 73 +++ 1 file changed, 36 insertions(+), 37 deletions(-) diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/lib/acpi_

Re: [PATCH 19/40] x86: Move GNVS table to a writer function

2022-01-23 Thread Simon Glass
Move this table over to use a writer function, for x86 only. Handle the two cases Signed-off-by: Simon Glass --- arch/x86/lib/acpi_table.c | 73 +++ 1 file changed, 36 insertions(+), 37 deletions(-) Applied to u-boot-dm, thanks!