Re: [edk2-devel] [PATCH] StandaloneMmPkg/Core: Remove dead code

2023-12-21 Thread Ni, Ray
> >Copyright (c) 2014, Hewlett-Packard Development Company, L.P. > > - Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. > > + Copyright (c) 2009 - 2023, Intel Corporation. All rights reserved. > I know this is standard procedure, but you are extending Intel's > copyright

Re: [edk2-devel] [PATCH] StandaloneMmPkg/Core: Remove dead code

2023-12-20 Thread Ard Biesheuvel
On Wed, 20 Dec 2023 at 10:11, Ray Ni wrote: > > Load-module-at-fixed-address feature does not work in standalone MM core. > > The patch removes the 2 dead functions and related global variables > that are related to the feature. > > Signed-off-by: Ray Ni > Cc: Sami Mujawar Reviewed-by: Ard

[edk2-devel] [PATCH] StandaloneMmPkg/Core: Remove dead code

2023-12-20 Thread Ni, Ray
Load-module-at-fixed-address feature does not work in standalone MM core. The patch removes the 2 dead functions and related global variables that are related to the feature. Signed-off-by: Ray Ni Cc: Ard Biesheuvel Cc: Sami Mujawar --- StandaloneMmPkg/Core/Dispatcher.c | 185