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

2025-01-29 Thread Igor Mammedov
On Wed, 22 Jan 2025 16:46:19 +0100 Mauro Carvalho Chehab wrote: > Store HEST table address at GPA, placing its content at > hest_addr_le variable. > > Signed-off-by: Mauro Carvalho Chehab > Reviewed-by: Jonathan Cameron > > --- > > Change from v8: > - hest_addr_lr is now pointing to the erro

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

2025-01-28 Thread Jonathan Cameron via
On Tue, 28 Jan 2025 11:00:34 +0100 Mauro Carvalho Chehab wrote: > Em Thu, 23 Jan 2025 10:02:17 + > Jonathan Cameron escreveu: > > > On Wed, 22 Jan 2025 16:46:19 +0100 > > Mauro Carvalho Chehab wrote: > > > > > Store HEST table address at GPA, placing its content at > > > hest_addr_le va

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

2025-01-28 Thread Mauro Carvalho Chehab
Em Thu, 23 Jan 2025 18:01:35 +0100 Igor Mammedov escreveu: > On Thu, 23 Jan 2025 10:02:17 + > Jonathan Cameron wrote: > > > On Wed, 22 Jan 2025 16:46:19 +0100 > > Mauro Carvalho Chehab wrote: > > > > > Store HEST table address at GPA, placing its content at > > > hest_addr_le variable.

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

2025-01-28 Thread Mauro Carvalho Chehab
Em Thu, 23 Jan 2025 10:02:17 + Jonathan Cameron escreveu: > On Wed, 22 Jan 2025 16:46:19 +0100 > Mauro Carvalho Chehab wrote: > > > Store HEST table address at GPA, placing its content at > > hest_addr_le variable. > > > > Signed-off-by: Mauro Carvalho Chehab > > Reviewed-by: Jonathan Cam

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

2025-01-23 Thread Igor Mammedov
On Thu, 23 Jan 2025 10:02:17 + Jonathan Cameron wrote: > On Wed, 22 Jan 2025 16:46:19 +0100 > Mauro Carvalho Chehab wrote: > > > Store HEST table address at GPA, placing its content at > > hest_addr_le variable. > > > > Signed-off-by: Mauro Carvalho Chehab > > Reviewed-by: Jonathan Camero

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

2025-01-23 Thread Mauro Carvalho Chehab
Em Thu, 23 Jan 2025 10:02:17 + Jonathan Cameron escreveu: > > --- > > > > Change from v8: > > - hest_addr_lr is now pointing to the error source size and data. > > > > Signed-off-by: Mauro Carvalho Chehab > Bonus. I guess you really like this patch :) There is something wrong here with

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

2025-01-23 Thread Jonathan Cameron via
On Wed, 22 Jan 2025 16:46:19 +0100 Mauro Carvalho Chehab wrote: > Store HEST table address at GPA, placing its content at > hest_addr_le variable. > > Signed-off-by: Mauro Carvalho Chehab > Reviewed-by: Jonathan Cameron > A few trivial things inline. Jonathan > --- > > Change from v8: > -

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

2025-01-22 Thread Mauro Carvalho Chehab
Store HEST table address at GPA, placing its content at hest_addr_le variable. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Jonathan Cameron --- 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