On 12/19/14 04:27, Gary Ching-Pang Lin wrote: > There are several network stack drivers in MdeModulePkg or NetworkPkg. > Currently, we only use the drivers from MdeModulePkg which only provides > the IPv4 support. This commit adds the IPv6 drivers in NetworkPkg into > OVMF. > > Here is the table of drivers from Laszlo. > > currently included related driver add or replace > from MdeModulePkg in NetworkPkg from NetworkPkg > ------------------ -------------- --------------- > SnpDxe n/a n/a > DpcDxe n/a n/a > MnpDxe n/a n/a > VlanConfigDxe n/a n/a > ArpDxe n/a n/a > Dhcp4Dxe Dhcp6Dxe add > Ip4ConfigDxe Ip6Dxe add > Ip4Dxe Ip6Dxe add > Mtftp4Dxe Mtftp6Dxe add > Tcp4Dxe TcpDxe replace > Udp4Dxe Udp6Dxe add > UefiPxeBcDxe UefiPxeBcDxe replace > IScsiDxe IScsiDxe replace > > Since the TcpDxe, UefiPxeBcDxe, and IScsiDxe drivers in NetworkPkg also > support IPv4, we replace the ones in MdeModulePkg. > > To enable the IPv6 support, build OVMF with "-D NETWORK_IP6_ENABLE". > A specil case is NetworkPkg/IScsiDxe. It requires openssl. For convenience, > NetworkPkg/IScsiDxe is enabled only if both IPv6 and SecureBoot are enabled. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Gary Lin <[email protected]> > --- > OvmfPkg/OvmfPkgIa32.dsc | 20 +++++++++++++++++++- > OvmfPkg/OvmfPkgIa32.fdf | 16 +++++++++++++++- > OvmfPkg/OvmfPkgIa32X64.dsc | 20 +++++++++++++++++++- > OvmfPkg/OvmfPkgIa32X64.fdf | 16 +++++++++++++++- > OvmfPkg/OvmfPkgX64.dsc | 20 +++++++++++++++++++- > OvmfPkg/OvmfPkgX64.fdf | 16 +++++++++++++++- > 6 files changed, 102 insertions(+), 6 deletions(-)
[[email protected]: typo fix in commit message; specil -> special] Reviewed-by: Laszlo Ersek <[email protected]> committed to SVN as r16543 Thanks Laszlo ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
