On Tue, 06 Dec, at 11:16:00AM, Sai Praneeth Prakhya wrote: > From: Sai Praneeth <[email protected]> > > Since EFI_PROPERTIES_TABLE and EFI_MEMORY_ATTRIBUTES_TABLE deal with > updating memory region attributes, it makes sense to call > EFI_MEMORY_ATTRIBUTES_TABLE initialization function from the same place > as EFI_PROPERTIES_TABLE. This also moves the EFI_MEMORY_ATTRIBUTES_TABLE > initialization code to a more generic efi initialization path rather > than ARM specific efi initialization. This is important because > EFI_MEMORY_ATTRIBUTES_TABLE will be supported by x86 as well. > > Signed-off-by: Sai Praneeth Prakhya <[email protected]> > Cc: Lee, Chun-Yi <[email protected]> > Cc: Borislav Petkov <[email protected]> > Cc: Ricardo Neri <[email protected]> > Cc: Matt Fleming <[email protected]> > Cc: Ard Biesheuvel <[email protected]> > Cc: Ravi Shankar <[email protected]> > Cc: Fenghua Yu <[email protected]> > --- > drivers/firmware/efi/arm-init.c | 1 - > drivers/firmware/efi/efi.c | 2 ++ > 2 files changed, 2 insertions(+), 1 deletion(-)
You should have applied Joey's Reviewed-by tag when sending out this version so that it doesn't get lost. It's not a big deal, just something to watch out for with future submissions.

