]> git.proxmox.com Git - mirror_edk2.git/commit
Vlv2TbltDevicePkg/PlatformInitPei: Support USB init
authorJiewen Yao <jiewen.yao@intel.com>
Tue, 6 Sep 2016 08:24:31 +0000 (16:24 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Wed, 7 Sep 2016 08:43:54 +0000 (16:43 +0800)
commita27bdc0556d5e87df0e81287f541739a4b77c1f6
treef48125415e899264f684b9ada928566ae573a1c0
parent3093f45c44eaea11e2f2552af7ff5c5b370a93d7
Vlv2TbltDevicePkg/PlatformInitPei: Support USB init

In order to support recovery in PEI phase, a platform need initialize
USB controller. This logic is missing in current PchInitPeim.

We removed MultiPlatformInfoInit() because it is already done in
PlatformEarlyInitEntry().

We also initialize XhciMemBaseAddr to 0, or it is garbage value.

Cc: David Wei <david.wei@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c