On Thu, Feb 21, 2019 at 06:15:21PM +0000, Sami Mujawar wrote: > The Dynamic tables framework has been updated to incorporated a series of > updates namely: > * Resolving DEPEX order for modules. > * Removing GIC Distributor ID > > This patch series implement the corresponding changes required in the platform > Configuration Manager. > > Note: This patch series is dependent on the patch series: > https://lists.01.org/pipermail/edk2-devel/2019-January/035611.html
Ah, right, so these changes will have to be pushed simultaneously with the edk2 ones. In that case: Reviewed-by: Leif Lindholm <[email protected]> And feel free to push the changes to edk2-platforms for this set yourself. > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Sami Mujawar <[email protected]> > > The changes can be seen at: > https://github.com/samimujawar/edk2-platforms/tree/473_dynamic_tables_framework_v1 > > The corresponding edk2 code changes can be seen at: > https://github.com/samimujawar/edk2/tree/473_dynamic_tables_framework_v1 > > Sami Mujawar (4): > Platform/ARM: Juno: Configuration Manager depex > Platform/ARM: FVP: Configuration Manager depex > Platform/ARM: FVP: Config Mgr remove GICD ID > Platform/ARM: Juno: Config Mgr remove GICD ID > > > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c > | 1 - > > Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf > | 4 ++-- > > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManager.c > | 1 - > > Platform/ARM/VExpressPkg/ConfigurationManager/ConfigurationManagerDxe/ConfigurationManagerDxe.inf > | 4 ++-- > 4 files changed, 4 insertions(+), 6 deletions(-) > > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' > > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

