Re: [PATCH v10 01/21] acpi/ghes: add a firmware file with HEST address

2024-09-17 Thread Igor Mammedov
On Sat, 14 Sep 2024 08:13:22 +0200 Mauro Carvalho Chehab wrote: > Store HEST table address at GPA, placing its content at > hest_addr_le variable. say here why (just short description and pointing to the next patch that would do that) > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Igo

[PATCH v10 01/21] acpi/ghes: add a firmware file with HEST address

2024-09-13 Thread Mauro Carvalho Chehab
Store HEST table address at GPA, placing its content at hest_addr_le variable. Signed-off-by: Mauro Carvalho Chehab --- Change from v8: - hest_addr_lr is now pointing to the error source size and data. Signed-off-by: Mauro Carvalho Chehab --- hw/acpi/ghes.c | 15 +++ incl