On Tue, Nov 20, 2018 at 07:32:35PM +0530, Thomas Abraham wrote: > On Tue, Nov 20, 2018 at 6:45 PM Leif Lindholm <[email protected]> > wrote: > > > > On Tue, Nov 20, 2018 at 04:01:02PM +0530, Vijayenthiran Subramaniam wrote: > > > Commit dc37ca75 ("Edk2Platforms: Replace MdeModulePkg PXE/iSCSI/TCP with > > > NetworkPkg drivers") switched to using iSCSI driver from the NetworkPkg > > > package. This driver requires the platform to support a maximum variable > > > size of atleast 4KB. > > > > > > So increase the maximum supported variable size to 8KB on the SGI > > > platforms. Without this, the iSCSI driver fails to load. > > > > > > Cc: Ard Biesheuvel <[email protected]> > > > Cc: Leif Lindholm <[email protected]> > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > > Signed-off-by: Vijayenthiran Subramaniam > > > <[email protected]> > > > > Looks good to me, but I'd like an R-b from Thomas/Nariman. > > Reviewed-by: Thomas Abraham <[email protected]>
Thanks! Reviewed-by: Leif Lindholm <[email protected]> Pushed as d9e68a756c. > > > > On a separate note, MdeModulePkg maintainers - is this reason enough > > to change the default of this Pcd? > > > > / > > Leif > > > > > --- > > > Platform/ARM/SgiPkg/SgiPlatform.dsc | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/Platform/ARM/SgiPkg/SgiPlatform.dsc > > > b/Platform/ARM/SgiPkg/SgiPlatform.dsc > > > index 3f0ca9872e79..1c152fad2246 100644 > > > --- a/Platform/ARM/SgiPkg/SgiPlatform.dsc > > > +++ b/Platform/ARM/SgiPkg/SgiPlatform.dsc > > > @@ -102,6 +102,7 @@ > > > > > > [PcdsFixedAtBuild.common] > > > gArmTokenSpaceGuid.PcdVFPEnabled|1 > > > + gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000 > > > > > > # DRAM Block2 Base and Size > > > gArmSgiTokenSpaceGuid.PcdDramBlock2Base|0x8080000000 > > > -- > > > 2.17.1 > > > > > _______________________________________________ > > edk2-devel mailing list > > [email protected] > > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

