Re: [PATCH v3 02/14] acpi/ghes: add a firmware file with HEST address

2025-02-03 Thread Igor Mammedov
On Fri, 31 Jan 2025 18:42:43 +0100 Mauro Carvalho Chehab wrote: > Store HEST table address at GPA, placing its the start of the table at > hest_addr_le variable. > > Signed-off-by: Mauro Carvalho Chehab > Reviewed-by: Jonathan Cameron Reviewed-by: Igor Mammedov > --- > hw/acpi/ghes.c

[PATCH v3 02/14] acpi/ghes: add a firmware file with HEST address

2025-01-31 Thread Mauro Carvalho Chehab
Store HEST table address at GPA, placing its the start of the table at hest_addr_le variable. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron --- hw/acpi/ghes.c | 16 include/hw/acpi/ghes.h | 1 + 2 files changed, 17 insertions(+) diff --git a/hw/ac