On Wed, 25 Sep 2024 06:04:08 +0200 Mauro Carvalho Chehab <mchehab+hua...@kernel.org> wrote:
> The GHES driver requires not only a HEST table, but also a > separate firmware file to store Error Structure records. > It can't do one without the other. > > Simplify the caller logic for it to require one function. > > This prepares for further changes where the HEST table > generation will become more generic. > > No functional changes. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org> > > --- > > Changes from v10: > - Removed the logic which associates notification and source > ID. This will be placed on a separate patch. > > Changes from v8: > - Non-rename/cleanup changes merged altogether; > - source ID is now more generic, defined per guest target. > That should make easier to add support for 86. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org> Odd sign off here ;) Otherwise seems reasonable to me. Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com>