]> git.proxmox.com Git - mirror_edk2.git/commit - NetworkPkg/NetworkPkg.dec
NetworkPkg: Fix bios bootup hang issue when enable network.
authorZhang Lubo <lubo.zhang@intel.com>
Wed, 15 Jul 2015 03:23:20 +0000 (03:23 +0000)
committerluobozhang <luobozhang@Edk2>
Wed, 15 Jul 2015 03:23:20 +0000 (03:23 +0000)
commitc83965bf7fd7b33c996691c5cec930706e4fd0fb
tree695788dc471c107934eb5effd0a56c974ae62901
parent624f017e1756338c89326bc2dd9a2ba07e4ec5bb
NetworkPkg: Fix bios bootup hang issue when enable network.

Dhcp6Dxe driver uses a new added dynamic PCD PcdDhcp6UidType in
NetworkPkg, but typically a pure UEFI driver are configured to
not allowed to access the dynamic PCDs in most platform, thus will
cause Dhcp6Dxe assert when it started. This patch add more PCD
access method types for module to use the PcdDhcp6UidType value
to fix the issue.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17986 6f19259b-4bc3-4df7-8a09-765794883524
NetworkPkg/NetworkPkg.dec