Reviewed-By: Olivier Martin <olivier.mar...@arm.com> Patch committed into SVN.
> -----Original Message----- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: 16 January 2014 05:55 > To: Reece R. Pollack; ryan.har...@linaro.org; Steven Kinney; edk2- > de...@lists.sourceforge.net > Subject: [edk2] [PATCH 2/8] ArmPlatformPkg: generic network modules for > single-core A15 RTSM build > > From: "Reece R. Pollack" <reece.poll...@linaro.org> > > This patch repurposes Reece R. Pollack's patch: > > LAN91x Driver: Add the LAN91x driver to the single-core A15 RTSM > build > > Similar changes will be required to any RTSM build that is to > include > the new LAN91x network interface driver. This one is ONLY for the > A15x1 model. > > I've cut out the SMSC 91C111 specific parts, the rest is generic > modules. > (Laszlo) > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Reece R. Pollack <reece.poll...@linaro.org> > Signed-off-by: Steven Kinney <steven.kin...@linaro.org> > Signed-off-by: Laszlo Ersek <ler...@redhat.com> > --- > ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf | 16 > ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf > b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf > index 133b2d5..f7068ab 100644 > --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf > +++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf > @@ -130,6 +130,22 @@ READ_LOCK_STATUS = TRUE > INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf > > # > + # Networking stack > + # > + INF MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf > + INF MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf > + INF MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf > + INF MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf > + INF MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf > + INF MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf > + INF MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf > + INF MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf > + INF MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf > + INF MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf > + INF MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf > + INF MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf > + > + # > # Multiple Console IO support > # > INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf > -- > 1.8.3.1 > > > > ----------------------------------------------------------------------- > ------- > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.c > lktrk > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel